Fix inconsistent repository references
[oom.git] / kubernetes / dcaegen2 / charts / dcae-redis / templates / statefulset.yaml
index 63d921a..f72e540 100644 (file)
@@ -35,7 +35,7 @@ spec:
       initContainers:
       containers:
         - name: {{ include "common.name" . }}
-          image: "{{ .Values.repository | default .Values.repository }}/{{ .Values.image }}"
+          image: "{{ include "common.repository" . }}/{{ .Values.image }}"
           imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
           command:
           - /bin/sh