Skip to content

Commit 89a47bf

Browse files
committed
bundle: update ibm odf version from 1.6.0 to 1.7.0
Signed-off-by: Nitin Goyal <[email protected]>
1 parent 118df28 commit 89a47bf

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

bundle/manifests/odf-operator-manager-config_v1_configmap.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ data:
88
CSIADDONS_SUBSCRIPTION_STARTINGCSV: csi-addons.v0.7.0
99
IBM_SUBSCRIPTION_CATALOGSOURCE: odf-catalogsource
1010
IBM_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE: openshift-marketplace
11-
IBM_SUBSCRIPTION_CHANNEL: stable-v1.6
11+
IBM_SUBSCRIPTION_CHANNEL: stable-v1.7
1212
IBM_SUBSCRIPTION_NAME: ibm-storage-odf-operator
1313
IBM_SUBSCRIPTION_PACKAGE: ibm-storage-odf-operator
14-
IBM_SUBSCRIPTION_STARTINGCSV: ibm-storage-odf-operator.v1.6.0
14+
IBM_SUBSCRIPTION_STARTINGCSV: ibm-storage-odf-operator.v1.7.0
1515
NOOBAA_SUBSCRIPTION_CATALOGSOURCE: odf-catalogsource
1616
NOOBAA_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE: openshift-marketplace
1717
NOOBAA_SUBSCRIPTION_CHANNEL: alpha

catalog/ibm.yaml

+9-9
Large diffs are not rendered by default.

catalog/index.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ entries:
4343
- name: csi-addons.v0.7.0
4444

4545
---
46-
defaultChannel: stable-v1.6
46+
defaultChannel: stable-v1.7
4747
name: ibm-storage-odf-operator
4848
schema: olm.package
4949
---
5050
schema: olm.channel
5151
package: ibm-storage-odf-operator
52-
name: stable-v1.6
52+
name: stable-v1.7
5353
entries:
54-
- name: ibm-storage-odf-operator.v1.6.0
54+
- name: ibm-storage-odf-operator.v1.7.0

config/manager/manager.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ OCS_SUBSCRIPTION_CATALOGSOURCE=odf-catalogsource
1818
OCS_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE=openshift-marketplace
1919
IBM_SUBSCRIPTION_NAME=ibm-storage-odf-operator
2020
IBM_SUBSCRIPTION_PACKAGE=ibm-storage-odf-operator
21-
IBM_SUBSCRIPTION_CHANNEL=stable-v1.6
22-
IBM_SUBSCRIPTION_STARTINGCSV=ibm-storage-odf-operator.v1.6.0
21+
IBM_SUBSCRIPTION_CHANNEL=stable-v1.7
22+
IBM_SUBSCRIPTION_STARTINGCSV=ibm-storage-odf-operator.v1.7.0
2323
IBM_SUBSCRIPTION_CATALOGSOURCE=odf-catalogsource
2424
IBM_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE=openshift-marketplace

controllers/defaults.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ var (
4747

4848
"IBM_SUBSCRIPTION_NAME": "ibm-storage-odf-operator",
4949
"IBM_SUBSCRIPTION_PACKAGE": "ibm-storage-odf-operator",
50-
"IBM_SUBSCRIPTION_CHANNEL": "stable-v1.6",
51-
"IBM_SUBSCRIPTION_STARTINGCSV": "ibm-storage-odf-operator.v1.6.0",
50+
"IBM_SUBSCRIPTION_CHANNEL": "stable-v1.7",
51+
"IBM_SUBSCRIPTION_STARTINGCSV": "ibm-storage-odf-operator.v1.7.0",
5252
"IBM_SUBSCRIPTION_CATALOGSOURCE": "odf-catalogsource",
5353
"IBM_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE": "openshift-marketplace",
5454
}

hack/make-bundle-vars.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ CSIADDONS_BUNDLE_IMG ?= $(CSIADDONS_BUNDLE_IMG_LOCATION)/$(CSIADDONS_BUNDLE_IMG_
9191

9292
IBM_BUNDLE_NAME ?= ibm-storage-odf-operator
9393
IBM_BUNDLE_IMG_NAME ?= $(IBM_BUNDLE_NAME)-bundle
94-
IBM_BUNDLE_IMG_TAG ?= 1.6.0
94+
IBM_BUNDLE_IMG_TAG ?= 1.7.0
9595
IBM_BUNDLE_IMG_LOCATION ?= quay.io/ibmodffs
9696
IBM_BUNDLE_IMG ?= $(IBM_BUNDLE_IMG_LOCATION)/$(IBM_BUNDLE_IMG_NAME):$(IBM_BUNDLE_IMG_TAG)
9797

@@ -137,7 +137,7 @@ OCS_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE ?= $(OPERATOR_CATALOGSOURCE_NAMESPACE)
137137

138138
IBM_SUBSCRIPTION_NAME ?= $(IBM_BUNDLE_NAME)
139139
IBM_SUBSCRIPTION_PACKAGE ?= $(IBM_BUNDLE_NAME)
140-
IBM_SUBSCRIPTION_CHANNEL ?= stable-v1.6
140+
IBM_SUBSCRIPTION_CHANNEL ?= stable-v1.7
141141
IBM_SUBSCRIPTION_STARTINGCSV ?= $(IBM_BUNDLE_NAME).v$(IBM_BUNDLE_IMG_TAG)
142142
IBM_SUBSCRIPTION_CATALOGSOURCE ?= $(OPERATOR_CATALOGSOURCE)
143143
IBM_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE ?= $(OPERATOR_CATALOGSOURCE_NAMESPACE)

0 commit comments

Comments
 (0)