From d2575b2029ae3808609ec449dbb0b8eab161d6dc Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Tue, 11 Jun 2024 10:05:52 +0530 Subject: [PATCH] chore: template image repository in chart --- chart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index da480d31..bb0f5e08 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -39,7 +39,7 @@ spec: fsGroup: 1000 containers: - name: {{ include "config-db.name" . }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" + image: "{{ tpl .Values.image.repository . }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} livenessProbe: failureThreshold: 3