From b4479e968d0f8b0044fdd4bd6740381426b53adb Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Mon, 8 Jan 2024 16:39:16 +0100 Subject: [PATCH] Use "stable" channel instead of "alpha" one (#238) Resolves: #237 Signed-off-by: Sergio Arroutbi --- Makefile | 1 + bundle.Dockerfile | 2 +- bundle/metadata/annotations.yaml | 2 +- tools/index_tools/tang_subscription.yaml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 406970e7..5ca780ea 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ VERSION ?= 1.0.6 # To re-generate a bundle for other specific channels without changing the standard setup, you can: # - use the CHANNELS as arg of the bundle target (e.g make bundle CHANNELS=candidate,fast,stable) # - use environment variables to overwrite this value (e.g export CHANNELS="candidate,fast,stable") +CHANNELS="stable" ifneq ($(origin CHANNELS), undefined) BUNDLE_CHANNELS := --channels=$(CHANNELS) endif diff --git a/bundle.Dockerfile b/bundle.Dockerfile index bd296abd..7f864d63 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -5,7 +5,7 @@ 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=tang-operator -LABEL operators.operatorframework.io.bundle.channels.v1=alpha +LABEL operators.operatorframework.io.bundle.channels.v1=stable LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.32.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 db8b5f98..0255e774 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -4,7 +4,7 @@ annotations: operators.operatorframework.io.bundle.manifests.v1: manifests/ operators.operatorframework.io.bundle.metadata.v1: metadata/ operators.operatorframework.io.bundle.package.v1: tang-operator - operators.operatorframework.io.bundle.channels.v1: alpha + operators.operatorframework.io.bundle.channels.v1: stable operators.operatorframework.io.metrics.builder: operator-sdk-v1.32.0 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3 diff --git a/tools/index_tools/tang_subscription.yaml b/tools/index_tools/tang_subscription.yaml index df6b90e9..fe8b9a63 100644 --- a/tools/index_tools/tang_subscription.yaml +++ b/tools/index_tools/tang_subscription.yaml @@ -7,7 +7,7 @@ metadata: name: tang-operator namespace: openshift-operators spec: - channel: "alpha" + channel: "stable" installPlanApproval: Automatic name: tang-operator source: tang-operator