File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ OPERATOR_IMAGE_NAME ?= odlm
84
84
# Current Operator bundle image name
85
85
BUNDLE_IMAGE_NAME ?= odlm-operator-bundle
86
86
# Current Operator version
87
- OPERATOR_VERSION ?= 4.3.15
87
+ OPERATOR_VERSION ?= 4.3.16
88
88
89
89
# Kind cluster name
90
90
KIND_CLUSTER_NAME ?= "odlm"
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ metadata:
132
132
createdAt : " 2024-09-28T19:55:35Z"
133
133
description : The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based API to manage the lifecycle of operands.
134
134
nss.operator.ibm.com/managed-operators : ibm-odlm
135
- olm.skipRange : ' >=1.2.0 <4.3.15 '
135
+ olm.skipRange : ' >=1.2.0 <4.3.16 '
136
136
operators.openshift.io/infrastructure-features : ' ["disconnected"]'
137
137
operators.operatorframework.io/builder : operator-sdk-v1.32.0
138
138
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
@@ -150,7 +150,7 @@ metadata:
150
150
operatorframework.io/arch.ppc64le : supported
151
151
operatorframework.io/arch.s390x : supported
152
152
operatorframework.io/os.linux : supported
153
- name : operand-deployment-lifecycle-manager.v4.3.15
153
+ name : operand-deployment-lifecycle-manager.v4.3.16
154
154
namespace : placeholder
155
155
spec :
156
156
apiservicedefinitions : {}
@@ -875,7 +875,7 @@ spec:
875
875
minKubeVersion : 1.19.0
876
876
provider :
877
877
name : IBM
878
- version : 4.3.15
878
+ version : 4.3.16
879
879
relatedImages :
880
- - image : icr.io/cpopen/odlm:4.3.15
880
+ - image : icr.io/cpopen/odlm:4.3.16
881
881
name : ODLM_IMAGE
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
11
11
description : The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based
12
12
API to manage the lifecycle of operands.
13
13
nss.operator.ibm.com/managed-operators : ibm-odlm
14
- olm.skipRange : ' >=1.2.0 <4.3.15 '
14
+ olm.skipRange : ' >=1.2.0 <4.3.16 '
15
15
operators.openshift.io/infrastructure-features : ' ["disconnected"]'
16
16
operators.operatorframework.io/builder : operator-sdk-v1.2.0
17
17
operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
@@ -489,6 +489,6 @@ spec:
489
489
provider :
490
490
name : IBM
491
491
relatedImages :
492
- - image : icr.io/cpopen/odlm:4.3.15
492
+ - image : icr.io/cpopen/odlm:4.3.16
493
493
name : ODLM_IMAGE
494
494
version : 0.0.0
Original file line number Diff line number Diff line change 17
17
package version
18
18
19
19
var (
20
- Version = "4.3.15 "
20
+ Version = "4.3.16 "
21
21
)
You can’t perform that action at this time.
0 commit comments