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
Next Next commit
added operatorVersion for helm chart
Signed-off-by: Henry Li <[email protected]>
  • Loading branch information
bitscuit committed Feb 3, 2025
commit 337a363d8cbf2eb2b83069fa79f501b2e4b3882c
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-common-service-operator
name: ibm-common-service-operator-cluster-scoped
description: A Helm chart for ibm-common-service-operator
type: application
version: 4.6.11
Expand Down
4 changes: 2 additions & 2 deletions helm/templates/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
app.kubernetes.io/managed-by: ibm-common-service-operator
app.kubernetes.io/name: ibm-common-service-operator
name: ibm-common-service-operator
intent: protected
intent: projected
productName: IBM_Cloud_Platform_Common_Services
spec:
affinity:
Expand All @@ -37,7 +37,7 @@ spec:
- s390x
containers:
- name: ibm-common-service-operator
image: {{ .Values.imagePullPrefix}}/{{ .Values.imageRegistryNamespaceOperator}}/{{ .Values.operatorImage }}:latest
image: {{ .Values.imagePullPrefix}}/{{ .Values.imageRegistryNamespaceOperator}}/{{ .Values.operatorImage }}:{{ .Values.operatorVersion }}
command:
- /manager
env:
Expand Down
5 changes: 4 additions & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ imagePullSecret: ibm-entitlement-key
imageRegistryNamespaceOperator: cpopen
imageRegistryNamespaceOperand: cpopen/cpfs

# version tag for operator
operatorVersion: '4.11.0'

# other configuration you think you might need for your operator
# following are examples, not required:
operatorNamespace: operators
servicesNamespace: services
operatorImage: ibm-common-service-operator
operatorImage: ibm-common-service-operator
Loading