Skip to content

Commit 872fdf8

Browse files
authored
updated chart to work with CICD automation (#1112)
Signed-off-by: Henry Li <[email protected]>
1 parent 92ec5da commit 872fdf8

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

helm-cluster-scoped/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ imageRegistryNamespaceOperand: cpopen/cpfs
77

88
# other configuration you think you might need for your operator
99
# following are examples, not required:
10-
operatorNamespace: ibm-common-services
11-
servicesNamespace: service
12-
operatorImage: odlm
10+
operatorNamespace: ""
11+
servicesNamespace: ""

helm/templates/operator-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ spec:
204204
value: operand-deployment-lifecycle-manager.v4.4.0
205205
- name: NO_OLM
206206
value: "true"
207-
image: {{ .Values.imagePullPrefix}}/{{ .Values.imageRegistryNamespaceOperator}}/{{ .Values.operatorImage }}:{{ .Values.operatorVersion }}
207+
image: {{ .Values.imagePullPrefix}}/{{ .Values.imageRegistryNamespaceOperator}}/odlm:4.4.0
208208
imagePullPolicy: IfNotPresent
209209
livenessProbe:
210210
failureThreshold: 10

helm/values.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ imagePullSecret: ibm-entitlement-key
44
# Note there are no leading or trailing /'s
55
imageRegistryNamespaceOperator: cpopen
66
imageRegistryNamespaceOperand: cpopen/cpfs
7-
operatorVersion: 4.4.0
87

98
# other configuration you think you might need for your operator
109
# following are examples, not required:
11-
operatorNamespace: ibm-common-services
12-
servicesNamespace: service
13-
operatorImage: odlm
10+
operatorNamespace: ""
11+
servicesNamespace: ""

0 commit comments

Comments
 (0)