From 3a0aba723b256c05b44a762d895c77cab63582b7 Mon Sep 17 00:00:00 2001 From: Matthew Abbott Date: Sun, 2 Feb 2025 01:49:53 -0600 Subject: [PATCH] Also change tag empty representation on main image --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 82c0457..01ddb76 100644 --- a/values.yaml +++ b/values.yaml @@ -6,7 +6,7 @@ image: # built from the most recent commit # # tag: latest - tag: null + tag: "" # use `Always` when using `latest` tag pullPolicy: IfNotPresent