diff --git a/build/common/scripts/check_catalog.sh b/build/common/scripts/check_catalog.sh index 7220d23d..3ca3f764 100755 --- a/build/common/scripts/check_catalog.sh +++ b/build/common/scripts/check_catalog.sh @@ -1,7 +1,7 @@ #!/bin/bash # Max number of retries -MAX_RETRIES=5 +MAX_RETRIES=7 # Retry counter retry_count=0 @@ -33,7 +33,6 @@ while ! check_and_continue; do kubectl get catalogsource -n olm grc-mock-source -o yaml kubectl get pod -n olm kubectl describe pods -l olm.catalogSource=grc-mock-source -n olm - kubectl get packagemanifest -A echo "${RED}Max retries reached. Exiting.${NC}" exit 1 fi