Skip to content

Commit 73f6849

Browse files
author
Rose Yemelyanova
committed
changed how versioning works with helm templates and images
1 parent 22b68cb commit 73f6849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/diffcalc-api/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- name: {{ .Chart.Name }}
3232
securityContext:
3333
{{- toYaml .Values.securityContext | nindent 12 }}
34-
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
34+
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.Version }}"
3535
imagePullPolicy: {{ .Values.image.pullPolicy }}
3636
env:
3737
- name: mongo_url

0 commit comments

Comments
 (0)