Skip to content

Commit

Permalink
tag detail work
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Aug 27, 2024
1 parent 3d667a7 commit 3214c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubefirst-docs/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}"
image: "{{ .Values.image.repository }}:{{ (default .Chart.AppVersion .Values.image.tag) }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
Expand Down

0 comments on commit 3214c9b

Please sign in to comment.