Fix inconsistent repository references
[oom.git] / kubernetes / clamp / charts / mariadb / templates / deployment.yaml
index e1db655..07dcc36 100644 (file)
@@ -32,7 +32,7 @@ spec:
     spec:
       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 }}