diff --git a/Makefile b/Makefile index c9fda069a..ce1cd3f88 100644 --- a/Makefile +++ b/Makefile @@ -143,7 +143,8 @@ golangci: ## Run golangci against code. BUNDLE = $(IMAGE_REGISTRY)/$(IMAGE_REPO)/keda-olm-operator-bundle:$(VERSION) INDEX = $(IMAGE_REGISTRY)/$(IMAGE_REPO)/keda-olm-operator-index:$(VERSION) # Options for 'bundle-build' -DEFAULT_CHANNEL=alpha +DEFAULT_CHANNEL?=stable +CHANNELS?=stable ifneq ($(origin CHANNELS), undefined) BUNDLE_CHANNELS := --channels=$(CHANNELS) diff --git a/bundle.Dockerfile b/bundle.Dockerfile index becb5523b..8e73e15f6 100644 --- a/bundle.Dockerfile +++ b/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=keda -LABEL operators.operatorframework.io.bundle.channels.v1=alpha -LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha +LABEL operators.operatorframework.io.bundle.channels.v1=stable +LABEL operators.operatorframework.io.bundle.channel.default.v1=stable LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.31.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/manifests/keda.clusterserviceversion.yaml b/bundle/manifests/keda.clusterserviceversion.yaml index cace2b798..5806b8c40 100644 --- a/bundle/manifests/keda.clusterserviceversion.yaml +++ b/bundle/manifests/keda.clusterserviceversion.yaml @@ -662,7 +662,7 @@ spec: maintainers: - email: cncf-keda-maintainers@lists.cncf.io name: KEDA Community - maturity: alpha + maturity: stable minKubeVersion: 1.23.0 provider: name: KEDA Community diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 3d824418a..8852cd31d 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -4,8 +4,8 @@ annotations: operators.operatorframework.io.bundle.manifests.v1: manifests/ operators.operatorframework.io.bundle.metadata.v1: metadata/ operators.operatorframework.io.bundle.package.v1: keda - operators.operatorframework.io.bundle.channels.v1: alpha - operators.operatorframework.io.bundle.channel.default.v1: alpha + operators.operatorframework.io.bundle.channels.v1: stable + operators.operatorframework.io.bundle.channel.default.v1: stable operators.operatorframework.io.metrics.builder: operator-sdk-v1.31.0 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3 diff --git a/config/manifests/bases/keda.clusterserviceversion.yaml b/config/manifests/bases/keda.clusterserviceversion.yaml index 01463f1c2..9b6716b8f 100644 --- a/config/manifests/bases/keda.clusterserviceversion.yaml +++ b/config/manifests/bases/keda.clusterserviceversion.yaml @@ -664,7 +664,7 @@ spec: maintainers: - email: cncf-keda-maintainers@lists.cncf.io name: KEDA Community - maturity: alpha + maturity: stable minKubeVersion: 1.23.0 provider: name: KEDA Community diff --git a/config/testing/subscription.yaml b/config/testing/subscription.yaml index 228357955..00f729429 100644 --- a/config/testing/subscription.yaml +++ b/config/testing/subscription.yaml @@ -4,7 +4,7 @@ metadata: name: test-subscription namespace: keda spec: - channel: alpha + channel: stable installPlanApproval: Automatic name: keda-test source: test-catalog diff --git a/keda/2.12.0/manifests/keda.v2.12.0.clusterserviceversion.yaml b/keda/2.12.0/manifests/keda.v2.12.0.clusterserviceversion.yaml index 9447a3e8e..10cbf28b9 100644 --- a/keda/2.12.0/manifests/keda.v2.12.0.clusterserviceversion.yaml +++ b/keda/2.12.0/manifests/keda.v2.12.0.clusterserviceversion.yaml @@ -664,7 +664,7 @@ spec: maintainers: - email: cncf-keda-maintainers@lists.cncf.io name: KEDA Community - maturity: alpha + maturity: stable minKubeVersion: 1.23.0 provider: name: KEDA Community diff --git a/keda/2.12.0/metadata/annotations.yaml b/keda/2.12.0/metadata/annotations.yaml index a52dc0616..eae242bca 100644 --- a/keda/2.12.0/metadata/annotations.yaml +++ b/keda/2.12.0/metadata/annotations.yaml @@ -1,6 +1,6 @@ annotations: - operators.operatorframework.io.bundle.channel.default.v1: alpha - operators.operatorframework.io.bundle.channels.v1: alpha + operators.operatorframework.io.bundle.channel.default.v1: stable + operators.operatorframework.io.bundle.channels.v1: stable operators.operatorframework.io.bundle.manifests.v1: manifests/ operators.operatorframework.io.bundle.mediatype.v1: registry+v1 operators.operatorframework.io.bundle.metadata.v1: metadata/