File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
bundle-restricted/manifests Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 69
69
# Current Operator image name
70
70
OPERATOR_IMAGE_NAME ?= ibm-namespace-scope-operator
71
71
# Current Operator version
72
- OPERATOR_VERSION ?= 1.1.0
72
+ OPERATOR_VERSION ?= 1.1.1
73
73
74
74
# Options for 'bundle-build'
75
75
CHANNELS ?= beta
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ metadata:
24
24
capabilities : Seamless Upgrades
25
25
containerImage : quay.io/opencloudio/ibm-namespace-scope-operator:latest
26
26
createdAt : " 2020-11-12T17:36:42Z"
27
- olm.skipRange : ' <1.1.0 '
27
+ olm.skipRange : ' <1.1.1 '
28
28
operators.operatorframework.io/builder : operator-sdk-v1.1.0
29
29
operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
30
30
repository : https://github.com/IBM/ibm-namespace-scope-operator
31
31
support : IBM
32
- name : ibm-namespace-scope-operator-restricted.v1.1.0
32
+ name : ibm-namespace-scope-operator-restricted.v1.1.1
33
33
namespace : placeholder
34
34
spec :
35
35
apiservicedefinitions : {}
@@ -146,4 +146,5 @@ spec:
146
146
maturity : alpha
147
147
provider :
148
148
name : IBM
149
- version : 1.1.0
149
+ replaces : ibm-common-service-operator.v1.1.0
150
+ version : 1.1.1
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ metadata:
24
24
capabilities : Seamless Upgrades
25
25
containerImage : quay.io/opencloudio/ibm-namespace-scope-operator:latest
26
26
createdAt : " 2020-11-12T17:36:42Z"
27
- olm.skipRange : ' <1.1.0 '
27
+ olm.skipRange : ' <1.1.1 '
28
28
operators.operatorframework.io/builder : operator-sdk-v1.1.0
29
29
operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
30
30
repository : https://github.com/IBM/ibm-namespace-scope-operator
31
31
support : IBM
32
- name : ibm-namespace-scope-operator.v1.1.0
32
+ name : ibm-namespace-scope-operator.v1.1.1
33
33
namespace : placeholder
34
34
spec :
35
35
apiservicedefinitions : {}
@@ -140,4 +140,5 @@ spec:
140
140
maturity : alpha
141
141
provider :
142
142
name : IBM
143
- version : 1.1.0
143
+ replaces : ibm-common-service-operator.v1.1.0
144
+ version : 1.1.1
Original file line number Diff line number Diff line change 17
17
package version
18
18
19
19
var (
20
- Version = "1.1.0 "
20
+ Version = "1.1.1 "
21
21
)
You can’t perform that action at this time.
0 commit comments