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
7676# Current Operator bundle image name
7777BUNDLE_IMAGE_NAME ?= ibm-namespace-scope-operator-bundle
7878# Current Operator version
79- OPERATOR_VERSION ?= 4.2.9
79+ OPERATOR_VERSION ?= 4.2.10
8080
8181# Options for 'bundle-build'
8282CHANNELS ?= v4.0
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ metadata:
2424 capabilities : Seamless Upgrades
2525 containerImage : icr.io/cpopen/ibm-namespace-scope-operator:latest
2626 createdAt : " 2024-05-23T08:24:14Z"
27- olm.skipRange : ' <4.2.9 '
27+ olm.skipRange : ' <4.2.10 '
2828 operators.openshift.io/infrastructure-features : ' ["disconnected"]'
2929 operators.operatorframework.io/builder : operator-sdk-v1.32.0
3030 operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
@@ -35,7 +35,7 @@ metadata:
3535 operatorframework.io/arch.ppc64le : supported
3636 operatorframework.io/arch.s390x : supported
3737 operatorframework.io/os.linux : supported
38- name : ibm-namespace-scope-operator.v4.2.9
38+ name : ibm-namespace-scope-operator.v4.2.10
3939 namespace : placeholder
4040spec :
4141 apiservicedefinitions : {}
@@ -246,6 +246,6 @@ spec:
246246 provider :
247247 name : IBM
248248 relatedImages :
249- - image : icr.io/cpopen/ibm-namespace-scope-operator:4.2.9
249+ - image : icr.io/cpopen/ibm-namespace-scope-operator:4.2.10
250250 name : IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
251- version : 4.2.9
251+ version : 4.2.10
Original file line number Diff line number Diff line change 1717package version
1818
1919var (
20- Version = "4.2.9 "
20+ Version = "4.2.10 "
2121)
You can’t perform that action at this time.
0 commit comments