apps/do/vikunja-test: update to new chart
This commit is contained in:
parent
af6bbbf926
commit
e07ab4b590
|
@ -14,7 +14,7 @@ spec:
|
||||||
responseTypes:
|
responseTypes:
|
||||||
- id_token
|
- id_token
|
||||||
- code
|
- code
|
||||||
scope: "openid profile email stackspin_roles"
|
scope: "openid profile email name"
|
||||||
secretName: stackspin-vikunja-test-oauth-variables
|
secretName: stackspin-vikunja-test-oauth-variables
|
||||||
redirectUris:
|
redirectUris:
|
||||||
- https://test.${vikunja_domain}/auth/openid/stackspin
|
- https://test.${vikunja_domain}/auth/openid/stackspin
|
||||||
|
|
|
@ -8,7 +8,7 @@ spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: vikunja
|
chart: vikunja
|
||||||
version: 1.0.2
|
version: 1.1.0
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: vikunja-xeruf
|
name: vikunja-xeruf
|
||||||
|
|
|
@ -7,10 +7,10 @@ data:
|
||||||
# https://kolaente.dev/vikunja/helm-chart/src/branch/main/values.yaml
|
# https://kolaente.dev/vikunja/helm-chart/src/branch/main/values.yaml
|
||||||
values.yaml: |
|
values.yaml: |
|
||||||
api:
|
api:
|
||||||
image:
|
#image:
|
||||||
repository: vikunja/vikunja
|
# repository: vikunja/vikunja
|
||||||
tag: unstable
|
# tag: unstable
|
||||||
pullPolicy: Always
|
# pullPolicy: Always
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
existingClaim: vikunja-test-files
|
existingClaim: vikunja-test-files
|
||||||
|
@ -42,6 +42,7 @@ data:
|
||||||
authurl: "https://${hydra_domain}/"
|
authurl: "https://${hydra_domain}/"
|
||||||
clientid: "${client_id}"
|
clientid: "${client_id}"
|
||||||
clientsecret: "${client_secret}"
|
clientsecret: "${client_secret}"
|
||||||
|
scope: openid profile email name
|
||||||
mailer:
|
mailer:
|
||||||
enabled: "${outgoing_mail_enabled}"
|
enabled: "${outgoing_mail_enabled}"
|
||||||
host: "${outgoing_mail_smtp_host}"
|
host: "${outgoing_mail_smtp_host}"
|
||||||
|
@ -54,6 +55,7 @@ data:
|
||||||
frontendurl: "https://test.${vikunja_domain}"
|
frontendurl: "https://test.${vikunja_domain}"
|
||||||
timezone: "CET"
|
timezone: "CET"
|
||||||
JWTSecret: "${jwt}"
|
JWTSecret: "${jwt}"
|
||||||
|
motd: "This is a test instance, do not use for production data as it can vanish without notice!"
|
||||||
database:
|
database:
|
||||||
type: postgres
|
type: postgres
|
||||||
host: vikunja-test-postgresql
|
host: vikunja-test-postgresql
|
||||||
|
|
Loading…
Reference in New Issue