Skip to content

Commit 5330ca0

Browse files
committed
fixup! Update to catalogd v0.26.0 and update e2e tests
Signed-off-by: Todd Short <[email protected]>
1 parent 633e0e8 commit 5330ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.tpl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ kubectl_wait "cert-manager" "deployment/cert-manager-webhook" "60s"
4747
kubectl apply -f "https://github.com/operator-framework/catalogd/releases/download/${catalogd_version}/catalogd.yaml"
4848
# Wait for the rollout, and then wait for the deployment to be Available
4949
kubectl_wait_rollout "olmv1-system" "deployment/catalogd-controller-manager" "60s"
50-
kubectl_wait "cert-manager" "deployment/cert-manager-webhook" "60s"
50+
kubectl_wait "olmv1-system" "deployment/catalogd-controller-manager" "60s"
5151

5252
if [[ "${install_default_catalogs,,}" != "false" ]]; then
5353
kubectl apply -f "https://github.com/operator-framework/catalogd/releases/download/${catalogd_version}/default-catalogs.yaml"

0 commit comments

Comments
 (0)