Skip to content

Commit

Permalink
changed how versioning works with helm templates and images
Browse files Browse the repository at this point in the history
  • Loading branch information
Rose Yemelyanova committed Feb 23, 2023
1 parent 22b68cb commit 73f6849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/diffcalc-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.Version }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: mongo_url
Expand Down

0 comments on commit 73f6849

Please sign in to comment.