Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
add operatorVersion to values
Signed-off-by: Allen Li <[email protected]>
  • Loading branch information
qpdpQ committed Feb 3, 2025
commit 02d567a93ab8165609c0d9a4159171bde1dbf812
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 }}:{{ .Chart.AppVersion }}
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