File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ OPERATOR_IMAGE_NAME ?= ibm-namespace-scope-operator
76
76
# Current Operator bundle image name
77
77
BUNDLE_IMAGE_NAME ?= ibm-namespace-scope-operator-bundle
78
78
# Current Operator version
79
- OPERATOR_VERSION ?= 4.2.1
79
+ OPERATOR_VERSION ?= 4.2.2
80
80
81
81
# Options for 'bundle-build'
82
82
CHANNELS ?= v4.0
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ metadata:
23
23
]
24
24
capabilities : Seamless Upgrades
25
25
containerImage : icr.io/cpopen/ibm-namespace-scope-operator:latest
26
- createdAt : " 2023-11-02T00:44:43Z "
27
- olm.skipRange : ' <4.2.1 '
26
+ createdAt : " 2023-11-23T05:38:22Z "
27
+ olm.skipRange : ' <4.2.2 '
28
28
operators.openshift.io/infrastructure-features : ' ["disconnected"]'
29
29
operators.operatorframework.io/builder : operator-sdk-v1.32.0
30
30
operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
@@ -35,7 +35,7 @@ metadata:
35
35
operatorframework.io/arch.ppc64le : supported
36
36
operatorframework.io/arch.s390x : supported
37
37
operatorframework.io/os.linux : supported
38
- name : ibm-namespace-scope-operator.v4.2.1
38
+ name : ibm-namespace-scope-operator.v4.2.2
39
39
namespace : placeholder
40
40
spec :
41
41
apiservicedefinitions : {}
@@ -244,6 +244,6 @@ spec:
244
244
provider :
245
245
name : IBM
246
246
relatedImages :
247
- - image : icr.io/cpopen/ibm-namespace-scope-operator:4.2.1
247
+ - image : icr.io/cpopen/ibm-namespace-scope-operator:4.2.2
248
248
name : IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
249
- version : 4.2.1
249
+ version : 4.2.2
Original file line number Diff line number Diff line change 17
17
package version
18
18
19
19
var (
20
- Version = "4.2.1 "
20
+ Version = "4.2.2 "
21
21
)
You can’t perform that action at this time.
0 commit comments