[CONSUL] Uses new tpls for repos / images
[oom.git] / kubernetes / consul / templates / deployment.yaml
index 51c6eb7..be15ecb 100644 (file)
@@ -40,7 +40,7 @@ spec:
       imagePullSecrets:
       - name: "{{ include "common.namespace" . }}-docker-registry-key"
       containers:
-      - image: "{{ include "common.repository" . }}/{{ .Values.image }}"
+      - image: {{ include "repositoryGenerator.dockerHubRepository" . }}/{{ .Values.image }}
         command:
         - /bin/sh
         - "-c"