We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c3aa1 commit 4dd2356Copy full SHA for 4dd2356
1 file changed
deploy/charts/backend/templates/deployment.yaml
@@ -46,7 +46,7 @@ spec:
46
securityContext:
47
{{- toYaml . | nindent 12 }}
48
{{- end }}
49
- image: "{{ .Values.backend.image.repository }}:{{ .Values.backend.image.tag | default .Chart.AppVersion }}"
+ image: "{{ .Values.backend.image.repository }}:{{ .Values.backend.image.tag | default (printf "v%s" (.Chart.AppVersion | trimPrefix "v")) }}"
50
imagePullPolicy: {{ .Values.backend.image.pullPolicy }}
51
env:
52
{{- if .Values.backend.oidc.clientSecretName }}
0 commit comments