diff --git a/charts/rafiki-auth/templates/_helpers.tpl b/charts/rafiki-auth/templates/_helpers.tpl index b77dd54..baab0d6 100644 --- a/charts/rafiki-auth/templates/_helpers.tpl +++ b/charts/rafiki-auth/templates/_helpers.tpl @@ -78,6 +78,8 @@ Create the auth image {{- .Values.image.repository -}}:{{- .Values.image.tag -}} {{ else if .Values.image.digest }} {{- .Values.image.repository -}}@{{- .Values.image.digest -}} +{{ else if .Chart.AppVersion }} +{{- .Values.image.repository -}}:{{- .Chart.AppVersion -}} {{ else }} {{- .Values.image.repository -}}:latest {{ end }}