Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Controlling Operator compatibility with OpenShift Container Platform versions #877

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v2
LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
LABEL com.redhat.openshift.versions=v4.11-v4.14
COPY bundle/manifests /manifests/
COPY bundle/metadata /metadata/
COPY bundle/tests/scorecard /tests/scorecard/
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ metadata:
containerImage: quay.io/3scale/3scale-operator:master
createdAt: "2019-05-30T22:40:00Z"
description: 3scale Operator to provision 3scale and publish/manage API
olm.properties: '[{"type": "olm.maxOpenShiftVersion", "value": "4.14"}]'
operators.openshift.io/infrastructure-features: '["Disconnected"]'
operators.openshift.io/valid-subscription: '["Red Hat Integration", "Red Hat 3scale API Management"]'
operators.operatorframework.io/builder: operator-sdk-v1.2.0
Expand Down
1 change: 1 addition & 0 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ annotations:
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v2
operators.operatorframework.io.test.config.v1: tests/scorecard/
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
com.redhat.openshift.versions: v4.11-v4.14
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
containerImage: quay.io/3scale/3scale-operator:master
createdAt: "2019-05-30T22:40:00Z"
description: 3scale Operator to provision 3scale and publish/manage API
olm.properties: '[{"type": "olm.maxOpenShiftVersion", "value": "4.14"}]'
operators.openshift.io/infrastructure-features: '["Disconnected"]'
operators.openshift.io/valid-subscription: '["Red Hat Integration", "Red Hat 3scale API Management"]'
operators.operatorframework.io/builder: operator-sdk-v1.2.0
Expand Down