3
0
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:
Jeremiah Lee 2024-08-19 16:55:30 -04:00 committed by GitHub
parent 5e1a248585
commit d7cf09607f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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