diff --git a/Makefile b/Makefile index 8e33ba62..06ca1da2 100644 --- a/Makefile +++ b/Makefile @@ -305,7 +305,7 @@ escapes_detect: mod-tidy @go build -tags $(GO_BUILD_TAGS) -gcflags="-m -l" ./... 2>&1 | grep "escapes to heap" || true -CHANNELS ?=alpha,dev-preview +CHANNELS ?=alpha ##@ OLM bundle # diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 431a229b..57eda2d3 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=kepler-operator -LABEL operators.operatorframework.io.bundle.channels.v1=alpha,dev-preview +LABEL operators.operatorframework.io.bundle.channels.v1=alpha LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.27.0 LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 6cd8559b..d1c68fc5 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: kepler-operator - operators.operatorframework.io.bundle.channels.v1: alpha,dev-preview + operators.operatorframework.io.bundle.channels.v1: alpha operators.operatorframework.io.bundle.channel.default.v1: alpha operators.operatorframework.io.metrics.builder: operator-sdk-v1.27.0 operators.operatorframework.io.metrics.mediatype.v1: metrics+v1