Skip to content

Commit a5966fa

Browse files
authored
Fix upgrade-e2e CI job (#1451)
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 <mradchuk@redhat.com>
1 parent 32498f1 commit a5966fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test/pre-upgrade-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ roleRef:
127127
EOF
128128

129129
kubectl apply -f - << EOF
130-
apiVersion: olm.operatorframework.io/v1alpha1
130+
apiVersion: olm.operatorframework.io/v1
131131
kind: ClusterExtension
132132
metadata:
133133
name: ${TEST_CLUSTER_EXTENSION_NAME}

0 commit comments

Comments
 (0)