File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ OPERATOR_IMAGE_NAME ?= odlm
8080# Current Operator bundle image name
8181BUNDLE_IMAGE_NAME ?= odlm-operator-bundle
8282# Current Operator version
83- OPERATOR_VERSION ?= 4.1 .0
83+ OPERATOR_VERSION ?= 4.2 .0
8484
8585# Kind cluster name
8686KIND_CLUSTER_NAME ?= "odlm"
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ metadata:
110110 description : The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based
111111 API to manage the lifecycle of operands.
112112 nss.operator.ibm.com/managed-operators : ibm-odlm
113- olm.skipRange : ' >=1.2.0 <4.1 .0'
113+ olm.skipRange : ' >=1.2.0 <4.2 .0'
114114 operators.operatorframework.io/builder : operator-sdk-v1.24.0
115115 operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
116116 operators.openshift.io/infrastructure-features : ' ["disconnected"]'
@@ -121,7 +121,7 @@ metadata:
121121 operatorframework.io/arch.ppc64le : supported
122122 operatorframework.io/arch.s390x : supported
123123 operatorframework.io/os.linux : supported
124- name : operand-deployment-lifecycle-manager.v4.1 .0
124+ name : operand-deployment-lifecycle-manager.v4.2 .0
125125 namespace : placeholder
126126spec :
127127 apiservicedefinitions : {}
@@ -668,6 +668,6 @@ spec:
668668 provider :
669669 name : IBM
670670 relatedImages :
671- - image : icr.io/cpopen/odlm:4.1 .0
671+ - image : icr.io/cpopen/odlm:4.2 .0
672672 name : ODLM_IMAGE
673- version : 4.1 .0
673+ version : 4.2 .0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
1111 description : The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based
1212 API to manage the lifecycle of operands.
1313 nss.operator.ibm.com/managed-operators : ibm-odlm
14- olm.skipRange : ' >=1.2.0 <4.1 .0'
14+ olm.skipRange : ' >=1.2.0 <4.2 .0'
1515 operators.operatorframework.io/builder : operator-sdk-v1.2.0
1616 operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
1717 operators.openshift.io/infrastructure-features : ' ["disconnected"]'
Original file line number Diff line number Diff line change 1717package version
1818
1919var (
20- Version = "4.1 .0"
20+ Version = "4.2 .0"
2121)
You can’t perform that action at this time.
0 commit comments