Revert "quote image tag"

This reverts commit 002f2c3aa6.
This commit is contained in:
justusbunsi 2024-05-01 19:23:02 +02:00
parent ddc7af7977
commit 5d22de5845
No known key found for this signature in database
GPG Key ID: 26C8313BA763E7E5
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 | quote -}}
{{- $tag := .Values.image.tag | default .Chart.AppVersion -}}
{{- $rootless := ternary "-rootless" "" (.Values.image.rootless) -}}
{{- $digest := "" -}}
{{- if .Values.image.digest }}