Fix inconsistent repository references
[oom.git] / kubernetes / appc / charts / appc-cdt / templates / deployment.yaml
index a250699..2226b75 100644 (file)
@@ -19,7 +19,7 @@ spec:
       initContainers:
       containers:
         - name: {{ include "common.name" . }}
-          image: "{{ .Values.global.repository | default .Values.repository }}/{{ .Values.image }}"
+          image: "{{ include "common.repository" . }}/{{ .Values.image }}"
           imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
           ports:
           - containerPort: {{ .Values.service.internalPort }}