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

This commit is contained in:
xeruf 2024-12-12 19:13:40 +01:00
parent af6bbbf926
commit e07ab4b590
3 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: vikunja
version: 1.0.2
version: 1.1.0
sourceRef:
kind: HelmRepository
name: vikunja-xeruf

View File

@ -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