Skip to content

Commit

Permalink
Change channel for 1.2 (#58)
Browse files Browse the repository at this point in the history
Change ODF channel for version V1.2.

Signed-off-by: 662962756 <[email protected]>
  • Loading branch information
bvered authored Aug 7, 2022
1 parent 436d438 commit af84086
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=ibm-storage-odf-operator
LABEL operators.operatorframework.io.bundle.channels.v1=stable-v1
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable-v1
LABEL operators.operatorframework.io.bundle.channels.v1=stable-v1.2
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable-v1.2
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.4.0+git
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
Expand Down
4 changes: 2 additions & 2 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ibm-storage-odf-operator
operators.operatorframework.io.bundle.channels.v1: stable-v1
operators.operatorframework.io.bundle.channel.default.v1: stable-v1
operators.operatorframework.io.bundle.channels.v1: stable-v1.2
operators.operatorframework.io.bundle.channel.default.v1: stable-v1.2
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.builder: operator-sdk-v1.4.0+git
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
Expand Down
4 changes: 2 additions & 2 deletions hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ VCS_URL="https://github.com/IBM/ibm-storage-odf-operator"
VCS_REF="1.2.0-$(git rev-parse --short HEAD)"
RELEASE_VERSION=$(cat version/version.go | grep "Version =" | awk -F '"' '{print $2}')

CHANNELS="stable-v1"
DEFAULT_CHANNEL="stable-v1"
CHANNELS="stable-v1.2"
DEFAULT_CHANNEL="stable-v1.2"

GO111MODULE="on"
GOPROXY="https://proxy.golang.org"
Expand Down

0 comments on commit af84086

Please sign in to comment.