File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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.12
79
+ OPERATOR_VERSION ?= 4.2.13
80
80
81
81
# Options for 'bundle-build'
82
82
CHANNELS ?= v4.0
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ metadata:
24
24
capabilities : Seamless Upgrades
25
25
containerImage : icr.io/cpopen/ibm-namespace-scope-operator:latest
26
26
createdAt : " 2024-05-23T08:24:14Z"
27
- olm.skipRange : ' <4.2.12 '
27
+ olm.skipRange : ' <4.2.13 '
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
@@ -42,7 +42,7 @@ metadata:
42
42
operatorframework.io/arch.ppc64le : supported
43
43
operatorframework.io/arch.s390x : supported
44
44
operatorframework.io/os.linux : supported
45
- name : ibm-namespace-scope-operator.v4.2.12
45
+ name : ibm-namespace-scope-operator.v4.2.13
46
46
namespace : placeholder
47
47
spec :
48
48
apiservicedefinitions : {}
@@ -253,6 +253,6 @@ spec:
253
253
provider :
254
254
name : IBM
255
255
relatedImages :
256
- - image : icr.io/cpopen/ibm-namespace-scope-operator:4.2.12
256
+ - image : icr.io/cpopen/ibm-namespace-scope-operator:4.2.13
257
257
name : IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
258
- version : 4.2.12
258
+ version : 4.2.13
Original file line number Diff line number Diff line change 17
17
package version
18
18
19
19
var (
20
- Version = "4.2.12 "
20
+ Version = "4.2.13 "
21
21
)
You can’t perform that action at this time.
0 commit comments