mirror of
https://github.com/mastodon/chart
synced 2025-05-17 20:43:21 +00:00
refactor: set image.tag value to null default
All template files are configured to fallback to .Chart.AppVersion if .Values.image.tag is not set. Co-authored-by: Jim Myhrberg <contact@jimeh.me>
This commit is contained in:
parent
5e1a248585
commit
d7cf09607f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user