From 5ebb6e9c108b00377de3728e93cf66baf5242710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Muzik=C3=A1=C5=99?= Date: Thu, 20 Oct 2022 12:16:15 +0200 Subject: [PATCH] Mark Operator as stable in the OLM bundle --- operator/olm-base/bundle.Dockerfile | 4 ++-- operator/olm-base/manifests/clusterserviceversion.yaml | 2 +- operator/olm-base/metadata/annotations.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/operator/olm-base/bundle.Dockerfile b/operator/olm-base/bundle.Dockerfile index 8f500159793..703e51278a3 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 c9eb850f9fa..af284bfe19a 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 3b7d3e3addc..5905847dad8 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"