We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f382390 commit e9a214aCopy full SHA for e9a214a
1 file changed
charts/nextcloud/templates/_helpers.tpl
@@ -42,7 +42,10 @@ Create chart name and version as used by the chart label.
42
Create image name that is used in the deployment
43
*/}}
44
{{- define "nextcloud.image" -}}
45
+{{- if .Values.image.tag -}}
46
{{- printf "%s/%s:%s" (coalesce .Values.global.image.registry .Values.image.registry) .Values.image.repository (include "nextcloud.version" .) -}}
47
+{{- else -}}
48
+{{- printf "%s/%s:%s-%s" (coalesce .Values.global.image.registry .Values.image.registry) .Values.image.repository (include "nextcloud.version" .) .Values.image.flavor -}}
49
{{- end -}}
50
51
{{/*
0 commit comments