Skip to content

Commit

Permalink
Fix upgrade-e2e CI job (#1451)
Browse files Browse the repository at this point in the history
The latest release v1.0.0-rc1 includes the change to the API:
OLM v1alpha1 APIs became v1 and this needs to be reflected
in the upgrade-e2e CI job.

Refs:
* #1228
* #1441

Signed-off-by: Mikalai Radchuk <[email protected]>
  • Loading branch information
m1kola authored Nov 13, 2024
1 parent 32498f1 commit a5966fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test/pre-upgrade-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ roleRef:
EOF

kubectl apply -f - << EOF
apiVersion: olm.operatorframework.io/v1alpha1
apiVersion: olm.operatorframework.io/v1
kind: ClusterExtension
metadata:
name: ${TEST_CLUSTER_EXTENSION_NAME}
Expand Down

0 comments on commit a5966fa

Please sign in to comment.