Skip to content

Commit

Permalink
Fixagain (#752)
Browse files Browse the repository at this point in the history
* correct the params to increment-chart-minor

* tag detail work
  • Loading branch information
johndietz authored Aug 27, 2024
1 parent c12feb4 commit 322f04b
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 322f04b

Please sign in to comment.