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.8
79
+ OPERATOR_VERSION ?= 4.2.9
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.8 '
27
+ olm.skipRange : ' <4.2.9 '
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.8
38
+ name : ibm-namespace-scope-operator.v4.2.9
39
39
namespace : placeholder
40
40
spec :
41
41
apiservicedefinitions : {}
@@ -246,6 +246,6 @@ spec:
246
246
provider :
247
247
name : IBM
248
248
relatedImages :
249
- - image : icr.io/cpopen/ibm-namespace-scope-operator:4.2.8
249
+ - image : icr.io/cpopen/ibm-namespace-scope-operator:4.2.9
250
250
name : IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
251
- version : 4.2.8
251
+ version : 4.2.9
Original file line number Diff line number Diff line change 17
17
package version
18
18
19
19
var (
20
- Version = "4.2.8 "
20
+ Version = "4.2.9 "
21
21
)
You can’t perform that action at this time.
0 commit comments