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