File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ export IMAGE_REGISTRY ?= ghcr.io/foundation-model-stack
1515# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
1616# VERSION ?= 0.0.1
1717VERSION ?= 1.2.8
18- export CHANNELS = "alpha-1.2 "
19- export DEFAULT_CHANNEL = "alpha-1.2 "
18+ export CHANNELS = "alpha"
19+ export DEFAULT_CHANNEL = "alpha"
2020
2121# CHANNELS define the bundle channels used in the bundle.
2222# Add a new line here if you would like to change its default config. (E.g CHANNELS = "preview,fast,stable")
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77LABEL operators.operatorframework.io.bundle.package.v1=multi-nic-cni-operator
8- LABEL operators.operatorframework.io.bundle.channels.v1=alpha-1.2
9- LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha-1.2
8+ LABEL operators.operatorframework.io.bundle.channels.v1=alpha
9+ LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha
1010LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.39.2
1111LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4
You can’t perform that action at this time.
0 commit comments