We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57525e commit 7d9f296Copy full SHA for 7d9f296
hack/test/pre-upgrade-setup.sh
@@ -26,11 +26,10 @@ metadata:
26
name: ${TEST_CLUSTER_CATALOG_NAME}
27
spec:
28
source:
29
- type: image
+ type: Image
30
image:
31
ref: ${TEST_CATALOG_IMG}
32
pollInterval: 24h
33
- insecureSkipTLSVerify: true
34
EOF
35
36
kubectl apply -f - <<EOF
@@ -144,5 +143,5 @@ spec:
144
143
name: upgrade-e2e
145
146
147
-kubectl wait --for=condition=Unpacked --timeout=60s ClusterCatalog $TEST_CLUSTER_CATALOG_NAME
+kubectl wait --for=condition=Serving --timeout=60s ClusterCatalog $TEST_CLUSTER_CATALOG_NAME
148
kubectl wait --for=condition=Installed --timeout=60s ClusterExtension $TEST_CLUSTER_EXTENSION_NAME
0 commit comments