File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
bundle-restricted/manifests Expand file tree Collapse file tree 4 files changed +14
-14
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.12 .0
72
+ OPERATOR_VERSION ?= 1.13 .0
73
73
74
74
# Options for 'bundle-build'
75
75
CHANNELS ?= beta
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ metadata:
23
23
]
24
24
capabilities : Seamless Upgrades
25
25
containerImage : icr.io/cpopen/ibm-namespace-scope-operator:latest
26
- createdAt : " 2022-04-12T10:37 :01Z"
27
- olm.skipRange : ' <1.12 .0'
26
+ createdAt : " 2022-05-20T10:44 :01Z"
27
+ olm.skipRange : ' <1.13 .0'
28
28
operators.operatorframework.io/builder : operator-sdk-v1.11.0+git
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.12 .0
32
+ name : ibm-namespace-scope-operator-restricted.v1.13 .0
33
33
namespace : placeholder
34
34
spec :
35
35
apiservicedefinitions : {}
@@ -157,7 +157,7 @@ spec:
157
157
provider :
158
158
name : IBM
159
159
relatedImages :
160
- - image : icr.io/cpopen/ibm-namespace-scope-operator:1.12 .0
160
+ - image : icr.io/cpopen/ibm-namespace-scope-operator:1.13 .0
161
161
name : IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
162
- replaces : ibm-namespace-scope-operator-restricted.v1.11 .0
163
- version : 1.12 .0
162
+ replaces : ibm-namespace-scope-operator-restricted.v1.12 .0
163
+ version : 1.13 .0
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ metadata:
23
23
]
24
24
capabilities : Seamless Upgrades
25
25
containerImage : icr.io/cpopen/ibm-namespace-scope-operator:latest
26
- createdAt : " 2022-04-12T10:37 :01Z"
27
- olm.skipRange : ' <1.12 .0'
26
+ createdAt : " 2022-05-20T10:44 :01Z"
27
+ olm.skipRange : ' <1.13 .0'
28
28
operators.operatorframework.io/builder : operator-sdk-v1.11.0+git
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.12 .0
32
+ name : ibm-namespace-scope-operator.v1.13 .0
33
33
namespace : placeholder
34
34
spec :
35
35
apiservicedefinitions : {}
@@ -157,7 +157,7 @@ spec:
157
157
provider :
158
158
name : IBM
159
159
relatedImages :
160
- - image : icr.io/cpopen/ibm-namespace-scope-operator:1.12 .0
160
+ - image : icr.io/cpopen/ibm-namespace-scope-operator:1.13 .0
161
161
name : IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
162
- replaces : ibm-namespace-scope-operator.v1.11 .0
163
- version : 1.12 .0
162
+ replaces : ibm-namespace-scope-operator.v1.12 .0
163
+ version : 1.13 .0
Original file line number Diff line number Diff line change 17
17
package version
18
18
19
19
var (
20
- Version = "1.12 .0"
20
+ Version = "1.13 .0"
21
21
)
You can’t perform that action at this time.
0 commit comments