From 169ae2107bb88a66847b12311c41f1941136af68 Mon Sep 17 00:00:00 2001 From: Basilio Vera Date: Mon, 22 May 2023 13:12:42 +0200 Subject: [PATCH] Fix varnish image indentation Signed-off-by: Basilio Vera --- Chart.yaml | 2 +- templates/_helpers.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 79014fa..e5b983a 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: varnish description: A Varnish Cache Helm chart for Kubernetes type: application -version: 0.14.1 +version: 0.14.2 appVersion: 7.2.1 diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index f555651..f5e7f2c 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -80,6 +80,6 @@ Create the name of the image to use {{- if .Values.imageFullnameOverride }} {{- .Values.imageFullnameOverride -}} {{- else }} -{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }} +{{- .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }} {{- end }} {{- end }}