From 60e170883b9352a4bc0d4ef0a252fa370e00eec9 Mon Sep 17 00:00:00 2001 From: razo7 Date: Wed, 25 Jan 2023 10:48:00 +0200 Subject: [PATCH] Set channel and default channel to be candidate --- Makefile | 4 ++-- bundle.Dockerfile | 3 ++- bundle/metadata/annotations.yaml | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 0bd04e1c..7c53c6fc 100644 --- a/Makefile +++ b/Makefile @@ -26,9 +26,9 @@ IMAGE_TAG = v$(VERSION) endif export IMAGE_TAG -CHANNELS = stable +CHANNELS = candidate export CHANNELS -DEFAULT_CHANNEL = stable +DEFAULT_CHANNEL = candidate export DEFAULT_CHANNEL # VERSION defines the project version for the bundle. diff --git a/bundle.Dockerfile b/bundle.Dockerfile index cd627599..afbd60e9 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -5,7 +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=fence-agents -LABEL operators.operatorframework.io.bundle.channels.v1=alpha +LABEL operators.operatorframework.io.bundle.channels.v1=candidate +LABEL operators.operatorframework.io.bundle.channel.default.v1=candidate LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.26.0 LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index ce4d09d6..0744246b 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -4,7 +4,8 @@ annotations: operators.operatorframework.io.bundle.manifests.v1: manifests/ operators.operatorframework.io.bundle.metadata.v1: metadata/ operators.operatorframework.io.bundle.package.v1: fence-agents - operators.operatorframework.io.bundle.channels.v1: alpha + operators.operatorframework.io.bundle.channels.v1: candidate + operators.operatorframework.io.bundle.channel.default.v1: candidate operators.operatorframework.io.metrics.builder: operator-sdk-v1.26.0 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3