This commit is contained in:
Remy Moll 2024-03-27 14:13:22 +01:00
parent f12c21ef18
commit 91a2ae5fe8

View File

@ -1,11 +1,11 @@
image:
tag: 0.23.0
###################### ######################
# VIKUNJA COMPONENTS # # VIKUNJA COMPONENTS #
###################### ######################
# You can find the default values that this `values.yaml` overrides, in the comment at the top of this file. # You can find the default values that this `values.yaml` overrides, in the comment at the top of this file.
api: api:
enabled: true enabled: true
image:
tag: 0.23.0
persistence: persistence:
# This is your Vikunja data will live, you can either let # This is your Vikunja data will live, you can either let
# the chart create a new PVC for you or provide an existing one. # the chart create a new PVC for you or provide an existing one.
@ -37,6 +37,8 @@ api:
frontend: frontend:
enabled: true enabled: true
image:
tag: 0.23.0
ingress: ingress:
main: main:
enabled: false enabled: false