Skip to content

Commit

Permalink
Fix varnish image indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Basilio Vera <[email protected]>
  • Loading branch information
bvis committed May 22, 2023
1 parent 3b7a06b commit 169ae21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 169ae21

Please sign in to comment.