diff --git a/bundle.Dockerfile b/bundle.Dockerfile index fef17337..70db539f 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -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 diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index c7e77a96..75011f0c 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -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 diff --git a/hack/edit_bundle_metadata_ocp.sh b/hack/edit_bundle_metadata_ocp.sh index fb12a239..e2e94cfe 100755 --- a/hack/edit_bundle_metadata_ocp.sh +++ b/hack/edit_bundle_metadata_ocp.sh @@ -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"