Skip to content

Commit

Permalink
fix: bug in helm chart: Use .Chart.AppVersion instead of .Chart.appVe…
Browse files Browse the repository at this point in the history
…rsion
  • Loading branch information
smatting committed Jan 15, 2024
1 parent 5abc7e0 commit b737a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/webapp/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: webapp
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.appVersion }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
{{- if eq (include "includeSecurityContext" .) "true" }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 10 }}
Expand Down

0 comments on commit b737a70

Please sign in to comment.