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

apps/do/vikunja-test: update to new chart

parent af6bbbf9
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ spec:
responseTypes:
- id_token
- code
scope: "openid profile email stackspin_roles"
scope: "openid profile email name"
secretName: stackspin-vikunja-test-oauth-variables
redirectUris:
- https://test.${vikunja_domain}/auth/openid/stackspin
......
......@@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: vikunja
version: 1.0.2
version: 1.1.0
sourceRef:
kind: HelmRepository
name: vikunja-xeruf
......
......@@ -7,10 +7,10 @@ data:
# https://kolaente.dev/vikunja/helm-chart/src/branch/main/values.yaml
values.yaml: |
api:
image:
repository: vikunja/vikunja
tag: unstable
pullPolicy: Always
#image:
# repository: vikunja/vikunja
# tag: unstable
# pullPolicy: Always
persistence:
data:
existingClaim: vikunja-test-files
......@@ -42,6 +42,7 @@ data:
authurl: "https://${hydra_domain}/"
clientid: "${client_id}"
clientsecret: "${client_secret}"
scope: openid profile email name
mailer:
enabled: "${outgoing_mail_enabled}"
host: "${outgoing_mail_smtp_host}"
......@@ -54,6 +55,7 @@ data:
frontendurl: "https://test.${vikunja_domain}"
timezone: "CET"
JWTSecret: "${jwt}"
motd: "This is a test instance, do not use for production data as it can vanish without notice!"
database:
type: postgres
host: vikunja-test-postgresql
......
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