From d7cf09607f10b138cdb5753e24210daf442bf7e1 Mon Sep 17 00:00:00 2001 From: Jeremiah Lee <106775223+jeremiahlee@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:55:30 -0400 Subject: [PATCH] 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 --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 382c46a5..f0ea98d5 100644 --- a/values.yaml +++ b/values.yaml @@ -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