Skip to content
Snippets Groups Projects
Commit 5c967b5c authored by xeruf's avatar xeruf
Browse files

apps/do: set vikunja api url and upgrade again

parent 7228a8ed
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ data:
values.yaml: |
frontend:
image:
tag: 0.20.4
tag: 0.22
ingress:
main:
enabled: true
......@@ -22,9 +22,11 @@ data:
- secretName: vikunja-tls
hosts:
- "${vikunja_domain}"
env:
VIKUNJA_API_URL: https://${vikunja_domain}/api/v1
api:
image:
tag: 0.20.4
tag: 0.22
persistence:
data:
existingClaim: vikunja-files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment