From a4bbee272995663cca738d2856597503241c410a Mon Sep 17 00:00:00 2001 From: Emmanuel Nyachoke Date: Wed, 10 Jul 2024 07:05:14 +0300 Subject: [PATCH] Fix newline --- deploy/kubeplus-chart/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kubeplus-chart/templates/_helpers.tpl b/deploy/kubeplus-chart/templates/_helpers.tpl index db384124..b20ce9a1 100644 --- a/deploy/kubeplus-chart/templates/_helpers.tpl +++ b/deploy/kubeplus-chart/templates/_helpers.tpl @@ -46,4 +46,4 @@ {{- $imageName := .Values.cleanupKubeplusComponents.image.repository -}} {{- $tag := .Values.cleanupKubeplusComponents.image.tag -}} {{- printf "%s/%s:%s" $registryName $imageName $tag -}} -{{- end -}} \ No newline at end of file +{{- end -}}