Skip to content

Commit 7d9f296

Browse files
authored
pre-upgrade-setup.sh: use updated ClusterCatalog API (#1347)
Signed-off-by: Joe Lanford <[email protected]>
1 parent e57525e commit 7d9f296

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hack/test/pre-upgrade-setup.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ metadata:
2626
name: ${TEST_CLUSTER_CATALOG_NAME}
2727
spec:
2828
source:
29-
type: image
29+
type: Image
3030
image:
3131
ref: ${TEST_CATALOG_IMG}
3232
pollInterval: 24h
33-
insecureSkipTLSVerify: true
3433
EOF
3534

3635
kubectl apply -f - <<EOF
@@ -144,5 +143,5 @@ spec:
144143
name: upgrade-e2e
145144
EOF
146145

147-
kubectl wait --for=condition=Unpacked --timeout=60s ClusterCatalog $TEST_CLUSTER_CATALOG_NAME
146+
kubectl wait --for=condition=Serving --timeout=60s ClusterCatalog $TEST_CLUSTER_CATALOG_NAME
148147
kubectl wait --for=condition=Installed --timeout=60s ClusterExtension $TEST_CLUSTER_EXTENSION_NAME

0 commit comments

Comments
 (0)