diff --git a/charts/operator-for-redis/templates/deployment.yaml b/charts/operator-for-redis/templates/deployment.yaml index 813beed3..9959c0ef 100644 --- a/charts/operator-for-redis/templates/deployment.yaml +++ b/charts/operator-for-redis/templates/deployment.yaml @@ -42,7 +42,7 @@ spec: {{- end }} containers: - name: {{ .Chart.Name }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" + image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.Version }}" imagePullPolicy: {{ .Values.image.pullPolicy }} env: - name: NAMESPACE