Skip to content

Commit 50166b2

Browse files
tjmoore4andrewlecuyer
authored andcommitted
Update Openshift channel and supported versions annotation
Updates the bundle channle annotation and the supported version annotation from v4.6 to v4.6-v4.9 in keeping with operator repo updates.
1 parent 84503a2 commit 50166b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installers/olm/bundle.annotations.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ annotations:
2626
# the value from the bundle with the highest semantic version.
2727
#
2828
# https://olm.operatorframework.io/docs/best-practices/channel-naming/
29-
operators.operatorframework.io.bundle.channels.v1: stable
30-
operators.operatorframework.io.bundle.channel.default.v1: stable
29+
operators.operatorframework.io.bundle.channels.v1: v5
30+
operators.operatorframework.io.bundle.channel.default.v1: v5
3131

3232
# OpenShift v4.6 is the first version to support CustomResourceDefinition v1.
3333
# https://github.com/operator-framework/community-operators/blob/8a36a33/docs/packaging-required-criteria-ocp.md
3434
# https://redhat-connect.gitbook.io/certified-operator-guide/ocp-deployment/operator-metadata/bundle-directory
3535
com.redhat.delivery.operator.bundle: true
36-
com.redhat.openshift.versions: 'v4.6'
36+
com.redhat.openshift.versions: 'v4.6-v4.9'
3737

3838
# https://github.com/opencontainers/image-spec/blob/master/annotations.md
3939
org.opencontainers.image.authors: info@crunchydata.com

0 commit comments

Comments
 (0)