Skip to content

Commit

Permalink
refactor: set image.tag value to null default
Browse files Browse the repository at this point in the history
All template files are configured to fallback to .Chart.AppVersion if .Values.image.tag is not set.

Co-authored-by: Jim Myhrberg <[email protected]>
  • Loading branch information
jeremiahlee and jimeh authored Aug 19, 2024
1 parent 5e1a248 commit d7cf096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
# built from the most recent commit
#
# tag: latest
tag: "v4.2.11"
tag: null
# use `Always` when using `latest` tag
pullPolicy: IfNotPresent

Expand Down

0 comments on commit d7cf096

Please sign in to comment.