quote image tag

This commit is contained in:
pat-s 2024-04-16 10:24:41 +02:00
parent fd8246e51d
commit 002f2c3aa6
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Create image name and tag used by the deployment.
{{- $registry := .Values.global.imageRegistry | default .Values.image.registry -}}
{{- $repository := .Values.image.repository -}}
{{- $separator := ":" -}}
{{- $tag := .Values.image.tag | default .Chart.AppVersion -}}
{{- $tag := .Values.image.tag | default .Chart.AppVersion | quote -}}
{{- $rootless := ternary "-rootless" "" (.Values.image.rootless) -}}
{{- $digest := "" -}}
{{- if .Values.image.digest }}