Skip to content

Commit

Permalink
updated helm chart version to 4.11.0 (#2361)
Browse files Browse the repository at this point in the history
* added operatorVersion for helm chart

Signed-off-by: Henry Li <[email protected]>

* changed helm chart version to 4.11.0

Signed-off-by: Henry Li <[email protected]>

* changed image tag to use chart.appVersion

Signed-off-by: Henry Li <[email protected]>

---------

Signed-off-by: Henry Li <[email protected]>
  • Loading branch information
bitscuit authored Feb 3, 2025
1 parent 475abf9 commit 7b76ef9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions helm-cluster-scoped/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
appVersion: 4.6.11
version: 4.11.0
appVersion: 4.11.0
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: ibm-common-service-operator
description: A Helm chart for ibm-common-service-operator
type: application
version: 4.6.11
appVersion: 4.6.11
version: 4.11.0
appVersion: 4.11.0
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 }}:{{ .Chart.AppVersion }}
command:
- /manager
env:
Expand Down
2 changes: 1 addition & 1 deletion helm/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: operators
servicesNamespace: services
operatorImage: ibm-common-service-operator
operatorImage: ibm-common-service-operator

0 comments on commit 7b76ef9

Please sign in to comment.