File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
bundle-restricted/manifests Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6969# Current Operator image name
7070OPERATOR_IMAGE_NAME ?= ibm-namespace-scope-operator
7171# Current Operator version
72- OPERATOR_VERSION ?= 1.3 .0
72+ OPERATOR_VERSION ?= 1.4 .0
7373
7474# Options for 'bundle-build'
7575CHANNELS ?= beta
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ metadata:
2424 capabilities : Seamless Upgrades
2525 containerImage : quay.io/opencloudio/ibm-namespace-scope-operator:latest
2626 createdAt : " 2020-11-2T15:38:33Z"
27- olm.skipRange : ' <1.3 .0'
27+ olm.skipRange : ' <1.4 .0'
2828 operators.operatorframework.io/builder : operator-sdk-v1.7.1+git
2929 operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
3030 repository : https://github.com/IBM/ibm-namespace-scope-operator
3131 support : IBM
32- name : ibm-namespace-scope-operator-restricted.v1.3 .0
32+ name : ibm-namespace-scope-operator-restricted.v1.4 .0
3333 namespace : placeholder
3434spec :
3535 apiservicedefinitions : {}
@@ -156,5 +156,5 @@ spec:
156156 minKubeVersion : " 1.19.0"
157157 provider :
158158 name : IBM
159- replaces : ibm-namespace-scope-operator-restricted.v1.2 .0
160- version : 1.3 .0
159+ replaces : ibm-namespace-scope-operator-restricted.v1.3 .0
160+ version : 1.4 .0
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ metadata:
2424 capabilities : Seamless Upgrades
2525 containerImage : quay.io/opencloudio/ibm-namespace-scope-operator:latest
2626 createdAt : " 2020-11-2T15:38:33Z"
27- olm.skipRange : ' <1.3 .0'
27+ olm.skipRange : ' <1.4 .0'
2828 operators.operatorframework.io/builder : operator-sdk-v1.7.1+git
2929 operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
3030 repository : https://github.com/IBM/ibm-namespace-scope-operator
3131 support : IBM
32- name : ibm-namespace-scope-operator.v1.3 .0
32+ name : ibm-namespace-scope-operator.v1.4 .0
3333 namespace : placeholder
3434spec :
3535 apiservicedefinitions : {}
@@ -156,5 +156,5 @@ spec:
156156 minKubeVersion : " 1.19.0"
157157 provider :
158158 name : IBM
159- replaces : ibm-namespace-scope-operator.v1.2 .0
160- version : 1.3 .0
159+ replaces : ibm-namespace-scope-operator.v1.3 .0
160+ version : 1.4 .0
Original file line number Diff line number Diff line change 1717package version
1818
1919var (
20- Version = "1.3 .0"
20+ Version = "1.4 .0"
2121)
You can’t perform that action at this time.
0 commit comments