Skip to content

Commit

Permalink
pre-upgrade-setup.sh: use updated ClusterCatalog API
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lanford <[email protected]>
  • Loading branch information
joelanford committed Oct 4, 2024
1 parent e57525e commit 5da931e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hack/test/pre-upgrade-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ metadata:
name: ${TEST_CLUSTER_CATALOG_NAME}
spec:
source:
type: image
type: Image
image:
ref: ${TEST_CATALOG_IMG}
pollInterval: 24h
insecureSkipTLSVerify: true
EOF

kubectl apply -f - <<EOF
Expand Down Expand Up @@ -144,5 +143,5 @@ spec:
name: upgrade-e2e
EOF

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

0 comments on commit 5da931e

Please sign in to comment.