Skip to content

Commit 47d5ff4

Browse files
authored
fix(bundle): declare com.redhat.openshift.versions for OpenShift cert (#80)
OpenShift community-operators-prod validation fails: minKubeVersion 1.28.0 but com.redhat.openshift.versions not set. Declares v4.15 (k8s 1.28 -> OCP 4.15).
1 parent 027552b commit 47d5ff4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bundle/metadata/annotations.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ annotations:
55
operators.operatorframework.io.bundle.package.v1: hermes-operator
66
operators.operatorframework.io.bundle.channels.v1: stable
77
operators.operatorframework.io.bundle.channel.default.v1: stable
8+
com.redhat.openshift.versions: "v4.15"

0 commit comments

Comments
 (0)