diff --git a/charts/s3gw/templates/_helpers.tpl b/charts/s3gw/templates/_helpers.tpl index b6dc68a..fc7f8a3 100644 --- a/charts/s3gw/templates/_helpers.tpl +++ b/charts/s3gw/templates/_helpers.tpl @@ -87,7 +87,7 @@ Version helpers for the image tag {{- define "s3gw-ui.image" -}} {{- $tag := default (printf "v%s" .Chart.Version) .Values.ui.imageTag }} {{- $name := default "s3gw/s3gw-ui" .Values.ui.imageName }} -{{- $registry := default "quay.io" .Values.imageRegistry }} +{{- $registry := default "quay.io" .Values.ui.imageRegistry }} {{- printf "%s/%s:%s" $registry $name $tag }} {{- end }}