Skip to content

Commit bcdc188

Browse files
authored
update ODLM operator image version (#278)
* update ODLM operator image version * Update annotation
1 parent 9b79a95 commit bcdc188

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/olm-catalog/operand-deployment-lifecycle-manager/1.1.0/operand-deployment-lifecycle-manager.v1.1.0.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ metadata:
363363
capabilities: Basic Install
364364
categories: Developer Tools, Monitoring, Logging & Tracing, Security
365365
certified: "false"
366-
containerImage: quay.io/opencloudio/odlm:latest
366+
containerImage: quay.io/opencloudio/odlm:1.1.0
367367
createdAt: "2020-03-26T11:05:16Z"
368368
description: The Operand Deployment Lifecycle Manager provides a Kubernetes CRD-based
369369
API to manage the lifecycle of IBM Cloud Platform common services.
@@ -615,7 +615,7 @@ spec:
615615
fieldPath: metadata.namespace
616616
- name: OPERATOR_NAME
617617
value: operand-deployment-lifecycle-manager
618-
image: quay.io/opencloudio/odlm:latest
618+
image: quay.io/opencloudio/odlm:1.1.0
619619
imagePullPolicy: Always
620620
name: operand-deployment-lifecycle-manager
621621
resources: {}

deploy/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
containers:
2323
- name: operand-deployment-lifecycle-manager
2424
# Replace this with the built image name
25-
image: quay.io/opencloudio/odlm:latest
25+
image: quay.io/opencloudio/odlm:1.1.0
2626
command:
2727
- odlm
2828
args:

0 commit comments

Comments
 (0)