Skip to content

Commit b334ba1

Browse files
authored
bump ODLM up to 4.5.2 (#1174)
Signed-off-by: YuChen <[email protected]>
1 parent d497be6 commit b334ba1

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ OPERATOR_IMAGE_NAME ?= odlm
8686
# Current Operator bundle image name
8787
BUNDLE_IMAGE_NAME ?= odlm-operator-bundle
8888
# Current Operator version
89-
OPERATOR_VERSION ?= 4.5.1
89+
OPERATOR_VERSION ?= 4.5.2
9090

9191
# Kind cluster name
9292
KIND_CLUSTER_NAME ?= "odlm"

bundle/manifests/operand-deployment-lifecycle-manager.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ metadata:
128128
capabilities: Seamless Upgrades
129129
categories: Developer Tools, Monitoring, Logging & Tracing, Security
130130
certified: "false"
131-
containerImage: icr.io/cpopen/odlm:4.5.1
131+
containerImage: icr.io/cpopen/odlm:4.5.2
132132
createdAt: "2025-02-14T21:16:49Z"
133133
description: The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based API to manage the lifecycle of operands.
134134
features.operators.openshift.io/disconnected: "true"
@@ -139,7 +139,7 @@ metadata:
139139
features.operators.openshift.io/token-auth-azure: "false"
140140
features.operators.openshift.io/token-auth-gcp: "false"
141141
nss.operator.ibm.com/managed-operators: ibm-odlm
142-
olm.skipRange: '>=1.2.0 <4.5.1'
142+
olm.skipRange: '>=1.2.0 <4.5.2'
143143
operators.openshift.io/infrastructure-features: '["disconnected"]'
144144
operators.operatorframework.io/builder: operator-sdk-v1.32.0
145145
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
@@ -150,7 +150,7 @@ metadata:
150150
operatorframework.io/arch.ppc64le: supported
151151
operatorframework.io/arch.s390x: supported
152152
operatorframework.io/os.linux: supported
153-
name: operand-deployment-lifecycle-manager.v4.5.1
153+
name: operand-deployment-lifecycle-manager.v4.5.2
154154
namespace: placeholder
155155
spec:
156156
apiservicedefinitions: {}
@@ -649,7 +649,7 @@ spec:
649649
valueFrom:
650650
fieldRef:
651651
fieldPath: metadata.annotations['olm.targetNamespaces']
652-
image: icr.io/cpopen/odlm:4.5.1
652+
image: icr.io/cpopen/odlm:4.5.2
653653
imagePullPolicy: IfNotPresent
654654
livenessProbe:
655655
failureThreshold: 10
@@ -875,7 +875,7 @@ spec:
875875
minKubeVersion: 1.19.0
876876
provider:
877877
name: IBM
878-
version: 4.5.1
878+
version: 4.5.2
879879
relatedImages:
880-
- image: icr.io/cpopen/odlm:4.5.1
880+
- image: icr.io/cpopen/odlm:4.5.2
881881
name: ODLM_IMAGE

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: icr.io/cpopen/odlm
77
newName: icr.io/cpopen/odlm
8-
newTag: 4.5.1
8+
newTag: 4.5.2

config/manifests/bases/operand-deployment-lifecycle-manager.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
capabilities: Seamless Upgrades
77
categories: Developer Tools, Monitoring, Logging & Tracing, Security
88
certified: "false"
9-
containerImage: icr.io/cpopen/odlm:4.5.1
9+
containerImage: icr.io/cpopen/odlm:4.5.2
1010
createdAt: "2020-11-12T17:05:48Z"
1111
description: The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based
1212
API to manage the lifecycle of operands.
@@ -18,7 +18,7 @@ metadata:
1818
features.operators.openshift.io/token-auth-azure: "false"
1919
features.operators.openshift.io/token-auth-gcp: "false"
2020
nss.operator.ibm.com/managed-operators: ibm-odlm
21-
olm.skipRange: '>=1.2.0 <4.5.1'
21+
olm.skipRange: '>=1.2.0 <4.5.2'
2222
operators.openshift.io/infrastructure-features: '["disconnected"]'
2323
operators.operatorframework.io/builder: operator-sdk-v1.2.0
2424
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
@@ -489,6 +489,6 @@ spec:
489489
provider:
490490
name: IBM
491491
relatedImages:
492-
- image: icr.io/cpopen/odlm:4.5.1
492+
- image: icr.io/cpopen/odlm:4.5.2
493493
name: ODLM_IMAGE
494494
version: 0.0.0

helm-cluster-scoped/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: ibm-odlm-cluster-scoped
33
description: A Helm chart for ibm-odlm
44
type: application
5-
version: 4.5.1
6-
appVersion: 4.5.1
5+
version: 4.5.2
6+
appVersion: 4.5.2

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: ibm-odlm
33
description: A Helm chart for ibm-odlm
44
type: application
5-
version: 4.5.1
6-
appVersion: 4.5.1
5+
version: 4.5.2
6+
appVersion: 4.5.2

helm/templates/operator-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ spec:
197197
value: {{ uniq $watchNamespaces | join "," | quote }}
198198
- name: NO_OLM
199199
value: "true"
200-
image: {{ .Values.cpfs.imagePullPrefix | default .Values.global.imagePullPrefix }}/{{ .Values.cpfs.imageRegistryNamespaceOperator }}/odlm:4.5.1
200+
image: {{ .Values.cpfs.imagePullPrefix | default .Values.global.imagePullPrefix }}/{{ .Values.cpfs.imageRegistryNamespaceOperator }}/odlm:4.5.2
201201
imagePullPolicy: IfNotPresent
202202
livenessProbe:
203203
failureThreshold: 10

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
package version
1818

1919
var (
20-
Version = "4.5.1"
20+
Version = "4.5.2"
2121
)

0 commit comments

Comments
 (0)