Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm-cluster-scoped/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: ibm-odlm
name: ibm-odlm-cluster-scoped
description: A Helm chart for ibm-odlm
type: application
version: 4.3.9
Expand Down
2 changes: 1 addition & 1 deletion helm-cluster-scoped/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ imageRegistryNamespaceOperand: cpopen/cpfs
# following are examples, not required:
operatorNamespace: ibm-common-services
servicesNamespace: service
operatorImage: odlm
operatorImage: odlm
2 changes: 1 addition & 1 deletion helm/templates/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ spec:
value: operand-deployment-lifecycle-manager.v4.3.9
- name: NO_OLM
value: "true"
image: {{ .Values.imagePullPrefix}}/{{ .Values.imageRegistryNamespaceOperator}}/{{ .Values.operatorImage }}:latest
image: {{ .Values.imagePullPrefix}}/{{ .Values.imageRegistryNamespaceOperator}}/{{ .Values.operatorImage }}:{{ .Values.operatorVersion }}
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 10
Expand Down
1 change: 1 addition & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ imagePullSecret: ibm-entitlement-key
# Note there are no leading or trailing /'s
imageRegistryNamespaceOperator: cpopen
imageRegistryNamespaceOperand: cpopen/cpfs
operatorVersion: 4.3.9

# other configuration you think you might need for your operator
# following are examples, not required:
Expand Down