Skip to content

Commit

Permalink
Update bundle annotation
Browse files Browse the repository at this point in the history
Antrea operator is supported on Openshift 4.11 and 4.12, so add v4.11/4.12
in bundle annotation.
  • Loading branch information
jwsui committed May 8, 2023
1 parent 7ce9db0 commit 2eb6071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
COPY bundle/manifests /manifests/
COPY bundle/metadata /metadata/
COPY bundle/tests/scorecard /tests/scorecard/
LABEL com.redhat.openshift.versions=v4.9-v4.10
LABEL com.redhat.openshift.versions=v4.9-v4.12
LABEL com.redhat.delivery.operator.bundle=true
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ annotations:
# Annotations for testing.
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
operators.operatorframework.io.test.config.v1: tests/scorecard/
com.redhat.openshift.versions: v4.9-v4.10
com.redhat.openshift.versions: v4.9-v4.12
com.redhat.delivery.operator.bundle: true
operators.operatorframework.io.bundle.channel.default.v1: alpha
2 changes: 1 addition & 1 deletion hack/edit_bundle_metadata_ocp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ BUNDLE_METADATA=${1:-./bundle/metadata/annotations.yaml}
BUNDLE_DOCKERFILE=${2:-./bundle.Dockerfile}
OCP_VER_ANN_KEY="com.redhat.openshift.versions"
OCP_VER_LABEL_KEY="LABEL "${OCP_VER_ANN_KEY}
OCP_VER_VALUE="v4.9-v4.10"
OCP_VER_VALUE="v4.9-v4.12"
OCP_DELIVERY_ANN_KEY="com.redhat.delivery.operator.bundle"
OCP_DELIVERY_LABEL_KEY="LABEL "${OCP_DELIVERY_ANN_KEY}
OCP_DELIVERY_VALUE="true"
Expand Down

0 comments on commit 2eb6071

Please sign in to comment.