do: update vikunja to unstable

This commit is contained in:
xeruf 2022-07-18 12:33:11 +01:00
parent c4fecfa62c
commit 8eb5e2efd4
1 changed files with 7 additions and 5 deletions

View File

@ -9,9 +9,9 @@ data:
values.yaml: | values.yaml: |
additionalContainers: additionalContainers:
api: api:
image: vikunja/api:0.18.1 image: vikunja/api:unstable
frontend: frontend:
image: vikunja/frontend:0.18.2 image: vikunja/frontend:unstable
vikunja: vikunja:
config: |- config: |-
auth: auth:
@ -46,14 +46,16 @@ data:
kubernetes.io/tls-acme: "true" kubernetes.io/tls-acme: "true"
hosts: hosts:
- host: "do.${domain}" - host: "do.${domain}"
paths: - host: "du.${domain}"
- path: / - host: "tasks.${domain}"
pathType: Prefix
tls: tls:
- secretName: vikunja-tls - secretName: vikunja-tls
hosts: hosts:
- "do.${domain}" - "do.${domain}"
- "du.${domain}"
- "tasks.${domain}"
caddy: caddy:
# TODO is caddy needed at all
noTls: true noTls: true
postgresql: postgresql:
enabled: true enabled: true