Skip to content

Commit cd13523

Browse files
authored
Merge pull request #306 from minmzzhang/release-v1.2.8
2 parents f34f1c7 + 8e4db8a commit cd13523

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1717
VERSION ?= 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")

bundle.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL 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
1010
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.39.2
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4

0 commit comments

Comments
 (0)