Skip to content

Commit

Permalink
Merge pull request #187 from sunya-ch/v1.2.0
Browse files Browse the repository at this point in the history
move 1.2.0 to stable
  • Loading branch information
sunya-ch authored Apr 10, 2024
2 parents 907a875 + d2d7fd7 commit dbe3694
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ endif
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
# VERSION ?= 0.0.1
VERSION ?= 1.2.0
export CHANNELS = "beta"
export CHANNELS = "stable"
export DEFAULT_CHANNEL = "stable"

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "preview,fast,stable")
Expand Down
3 changes: 2 additions & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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=multi-nic-cni-operator
LABEL operators.operatorframework.io.bundle.channels.v1=beta
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.28.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Expand Down
1 change: 0 additions & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ spec:
- --zap-log-level=4
- --zap-time-encoding=iso8601
image: controller:latest
imagePullPolicy: Always
name: manager
env:
- name: OPERATOR_NAMESPACE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ spec:
provider:
name: Foundation Model Stack
version: 0.0.0
replaces: multi-nic-cni-operator.v1.1.0
replaces: multi-nic-cni-operator.v1.0.5

0 comments on commit dbe3694

Please sign in to comment.