mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53: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
|
# built from the most recent commit
|
||||||
#
|
#
|
||||||
# tag: latest
|
# tag: latest
|
||||||
tag: "v4.2.11"
|
tag: null
|
||||||
# use `Always` when using `latest` tag
|
# use `Always` when using `latest` tag
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user