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.1 .0
79
+ OPERATOR_VERSION ?= 4.2 .0
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 : " 2023-02-26T12:14:20Z"
27
- olm.skipRange : ' <4.1 .0'
27
+ olm.skipRange : ' <4.2 .0'
28
28
operators.operatorframework.io/builder : operator-sdk-v1.24.0
29
29
operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
30
30
operators.openshift.io/infrastructure-features : ' ["disconnected"]'
@@ -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.1 .0
38
+ name : ibm-namespace-scope-operator.v4.2 .0
39
39
namespace : placeholder
40
40
spec :
41
41
apiservicedefinitions : {}
@@ -160,6 +160,6 @@ spec:
160
160
provider :
161
161
name : IBM
162
162
relatedImages :
163
- - image : icr.io/cpopen/ibm-namespace-scope-operator:4.1 .0
163
+ - image : icr.io/cpopen/ibm-namespace-scope-operator:4.2 .0
164
164
name : IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
165
- version : 4.1 .0
165
+ version : 4.2 .0
Original file line number Diff line number Diff line change 17
17
package version
18
18
19
19
var (
20
- Version = "4.1 .0"
20
+ Version = "4.2 .0"
21
21
)
You can’t perform that action at this time.
0 commit comments