Wait properly for helmreleases to be installed in test_helmreleases stage
Right now, in the test_helmreleases stage we test if flux considers a helm release to be installed.
However, we also check integration-test stage if the related pods are in the condition
Ready
:
ssh root@$FQDN '/bin/bash -c "kubectl wait -n oas-apps pod -l app.kubernetes.io/instance=nc --for condition=Ready --timeout=20m"'
We should move the second check to the helmrelease check job.