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