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 22b68cb commit 73f6849Copy full SHA for 73f6849
helm/diffcalc-api/templates/deployment.yaml
@@ -31,7 +31,7 @@ spec:
31
- name: {{ .Chart.Name }}
32
securityContext:
33
{{- toYaml .Values.securityContext | nindent 12 }}
34
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
+ image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.Version }}"
35
imagePullPolicy: {{ .Values.image.pullPolicy }}
36
env:
37
- name: mongo_url
0 commit comments