From 91a2ae5fe851de754ddfba07406c4f58032999cc Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Wed, 27 Mar 2024 14:13:22 +0100 Subject: [PATCH] annoying --- apps/todos/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/todos/values.yaml b/apps/todos/values.yaml index a8ec57d..18b31a9 100644 --- a/apps/todos/values.yaml +++ b/apps/todos/values.yaml @@ -1,11 +1,11 @@ -image: - tag: 0.23.0 ###################### # VIKUNJA COMPONENTS # ###################### # You can find the default values that this `values.yaml` overrides, in the comment at the top of this file. api: enabled: true + image: + tag: 0.23.0 persistence: # This is your Vikunja data will live, you can either let # the chart create a new PVC for you or provide an existing one. @@ -37,6 +37,8 @@ api: frontend: enabled: true + image: + tag: 0.23.0 ingress: main: enabled: false