File tree 6 files changed +20
-20
lines changed
6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 8
8
CSIADDONS_SUBSCRIPTION_STARTINGCSV : csi-addons.v0.7.0
9
9
IBM_SUBSCRIPTION_CATALOGSOURCE : odf-catalogsource
10
10
IBM_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE : openshift-marketplace
11
- IBM_SUBSCRIPTION_CHANNEL : stable-v1.6
11
+ IBM_SUBSCRIPTION_CHANNEL : stable-v1.7
12
12
IBM_SUBSCRIPTION_NAME : ibm-storage-odf-operator
13
13
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
15
15
NOOBAA_SUBSCRIPTION_CATALOGSOURCE : odf-catalogsource
16
16
NOOBAA_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE : openshift-marketplace
17
17
NOOBAA_SUBSCRIPTION_CHANNEL : alpha
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ entries:
43
43
- name : csi-addons.v0.7.0
44
44
45
45
---
46
- defaultChannel : stable-v1.6
46
+ defaultChannel : stable-v1.7
47
47
name : ibm-storage-odf-operator
48
48
schema : olm.package
49
49
---
50
50
schema : olm.channel
51
51
package : ibm-storage-odf-operator
52
- name : stable-v1.6
52
+ name : stable-v1.7
53
53
entries :
54
- - name : ibm-storage-odf-operator.v1.6 .0
54
+ - name : ibm-storage-odf-operator.v1.7 .0
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ OCS_SUBSCRIPTION_CATALOGSOURCE=odf-catalogsource
18
18
OCS_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE = openshift-marketplace
19
19
IBM_SUBSCRIPTION_NAME = ibm-storage-odf-operator
20
20
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
23
23
IBM_SUBSCRIPTION_CATALOGSOURCE = odf-catalogsource
24
24
IBM_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE = openshift-marketplace
Original file line number Diff line number Diff line change 47
47
48
48
"IBM_SUBSCRIPTION_NAME" : "ibm-storage-odf-operator" ,
49
49
"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" ,
52
52
"IBM_SUBSCRIPTION_CATALOGSOURCE" : "odf-catalogsource" ,
53
53
"IBM_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE" : "openshift-marketplace" ,
54
54
}
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ CSIADDONS_BUNDLE_IMG ?= $(CSIADDONS_BUNDLE_IMG_LOCATION)/$(CSIADDONS_BUNDLE_IMG_
91
91
92
92
IBM_BUNDLE_NAME ?= ibm-storage-odf-operator
93
93
IBM_BUNDLE_IMG_NAME ?= $(IBM_BUNDLE_NAME ) -bundle
94
- IBM_BUNDLE_IMG_TAG ?= 1.6 .0
94
+ IBM_BUNDLE_IMG_TAG ?= 1.7 .0
95
95
IBM_BUNDLE_IMG_LOCATION ?= quay.io/ibmodffs
96
96
IBM_BUNDLE_IMG ?= $(IBM_BUNDLE_IMG_LOCATION ) /$(IBM_BUNDLE_IMG_NAME ) :$(IBM_BUNDLE_IMG_TAG )
97
97
@@ -137,7 +137,7 @@ OCS_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE ?= $(OPERATOR_CATALOGSOURCE_NAMESPACE)
137
137
138
138
IBM_SUBSCRIPTION_NAME ?= $(IBM_BUNDLE_NAME )
139
139
IBM_SUBSCRIPTION_PACKAGE ?= $(IBM_BUNDLE_NAME )
140
- IBM_SUBSCRIPTION_CHANNEL ?= stable-v1.6
140
+ IBM_SUBSCRIPTION_CHANNEL ?= stable-v1.7
141
141
IBM_SUBSCRIPTION_STARTINGCSV ?= $(IBM_BUNDLE_NAME ) .v$(IBM_BUNDLE_IMG_TAG )
142
142
IBM_SUBSCRIPTION_CATALOGSOURCE ?= $(OPERATOR_CATALOGSOURCE )
143
143
IBM_SUBSCRIPTION_CATALOGSOURCE_NAMESPACE ?= $(OPERATOR_CATALOGSOURCE_NAMESPACE )
You can’t perform that action at this time.
0 commit comments