diff --git a/operator/olm-base/bundle.Dockerfile b/operator/olm-base/bundle.Dockerfile index 8f50015979..703e51278a 100644 --- a/operator/olm-base/bundle.Dockerfile +++ b/operator/olm-base/bundle.Dockerfile @@ -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. diff --git a/operator/olm-base/manifests/clusterserviceversion.yaml b/operator/olm-base/manifests/clusterserviceversion.yaml index c9eb850f9f..af284bfe19 100644 --- a/operator/olm-base/manifests/clusterserviceversion.yaml +++ b/operator/olm-base/manifests/clusterserviceversion.yaml @@ -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 diff --git a/operator/olm-base/metadata/annotations.yaml b/operator/olm-base/metadata/annotations.yaml index 3b7d3e3add..5905847dad 100644 --- a/operator/olm-base/metadata/annotations.yaml +++ b/operator/olm-base/metadata/annotations.yaml @@ -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"