Skip to content

Commit

Permalink
Revert "feat(helm): use appVersion from Chart (#63)"
Browse files Browse the repository at this point in the history
This reverts commit 8f4d385.
  • Loading branch information
tchiotludo committed Nov 26, 2024
1 parent 8f4d385 commit 25efefa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kestra/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ spec:
- name: {{ $.Chart.Name }}-{{ $name }}
securityContext:
{{- toYaml (default $.Values.securityContext $deployment.securityContext) | nindent 12 }}
image: "{{ $.Values.image.image }}:{{ $.Chart.AppVersion }}"
image: "{{ $.Values.image.image }}:{{ $.Values.image.tag }}"
imagePullPolicy: {{ $.Values.image.pullPolicy }}
command:
- sh
Expand Down
1 change: 1 addition & 0 deletions charts/kestra/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Image
image:
image: kestra/kestra
tag: latest
pullPolicy: Always

imagePullSecrets: []
Expand Down

0 comments on commit 25efefa

Please sign in to comment.