Mark Operator as stable in the OLM bundle

This commit is contained in:
Václav Muzikář 2022-10-20 12:16:15 +02:00 committed by Václav Muzikář
parent 1fe3ce79eb
commit 5ebb6e9c10
3 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=keycloak-operator
LABEL operators.operatorframework.io.bundle.channels.v1=candidate
LABEL operators.operatorframework.io.bundle.channel.default.v1=candidate
LABEL operators.operatorframework.io.bundle.channels.v1=fast
LABEL operators.operatorframework.io.bundle.channel.default.v1=fast
LABEL com.redhat.openshift.versions=v4.6
# Copy files to locations specified by labels.

View File

@ -136,7 +136,7 @@ spec:
maintainers:
- email: keycloak-dev@lists.jboss.org
name: Keycloak DEV mailing list
maturity: alpha
maturity: stable
provider:
name: Red Hat
version: REPLACE_ME_VERSION

View File

@ -4,6 +4,6 @@ annotations:
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: keycloak-operator
operators.operatorframework.io.bundle.channels.v1: candidate
operators.operatorframework.io.bundle.channel.default.v1: candidate
operators.operatorframework.io.bundle.channels.v1: fast
operators.operatorframework.io.bundle.channel.default.v1: fast
com.redhat.openshift.versions: "v4.6"