diff --git a/helm/templates/operator-deployment.yaml b/helm/templates/operator-deployment.yaml index 65066c905..1df6cddc5 100644 --- a/helm/templates/operator-deployment.yaml +++ b/helm/templates/operator-deployment.yaml @@ -37,7 +37,7 @@ spec: - s390x containers: - name: ibm-common-service-operator - image: {{ .Values.imagePullPrefix}}/{{ .Values.imageRegistryNamespaceOperator}}/{{ .Values.operatorImage }}:{{ .Chart.AppVersion }} + image: {{ .Values.imagePullPrefix}}/{{ .Values.imageRegistryNamespaceOperator}}/{{ .Values.operatorImage }}:{{ .Values.operatorVersion }} command: - /manager env: diff --git a/helm/values.yaml b/helm/values.yaml index 09a108062..4378f9f8a 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -5,6 +5,8 @@ imagePullSecret: ibm-entitlement-key imageRegistryNamespaceOperator: cpopen imageRegistryNamespaceOperand: cpopen/cpfs +operatorVersion: 4.11.0 + # other configuration you think you might need for your operator # following are examples, not required: operatorNamespace: operators