From c2a3686a6c057a1ebaf4e8562f780e49f57304cf Mon Sep 17 00:00:00 2001 From: Alexander Dehn Date: Wed, 2 Sep 2020 11:48:20 +0000 Subject: [COMMON/elasticsearch] Avoid 'Warning: Merging destination map for chart' restructure values for docker image name:tag Issue-ID: OOM-2533 Signed-off-by: Alexander Dehn Change-Id: I7c02fe543b4f96871c3ade80c7b51c68627cb269 --- .../common/elasticsearch/components/curator/templates/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/common/elasticsearch/components/curator/templates') diff --git a/kubernetes/common/elasticsearch/components/curator/templates/cronjob.yaml b/kubernetes/common/elasticsearch/components/curator/templates/cronjob.yaml index 901c0a5c06..ea769d1291 100644 --- a/kubernetes/common/elasticsearch/components/curator/templates/cronjob.yaml +++ b/kubernetes/common/elasticsearch/components/curator/templates/cronjob.yaml @@ -74,7 +74,7 @@ spec: {{- end }} containers: - name: {{ template "common.fullname" . }}-curator - image: {{printf "%s/%s:%s" (include "common.repository" .) .Values.image.imageName .Values.image.tag }} + image: {{printf "%s/%s" (include "common.repository" .) .Values.image }} imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} volumeMounts: - name: config-volume -- cgit 1.2.3-korg