Compare commits
No commits in common. "3058df1752b793317bf26d1928fef1f6234a94b3" and "b20d7edc4ea425531f8d1e0b617350a7300a3a98" have entirely different histories.
3058df1752
...
b20d7edc4e
2 changed files with 7 additions and 6 deletions
|
@ -175,7 +175,7 @@ spec:
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://charts.openproject.org
|
- repoURL: https://charts.openproject.org
|
||||||
chart: openproject
|
chart: openproject
|
||||||
targetRevision: 9.3.0
|
targetRevision: 8.3.2
|
||||||
helm:
|
helm:
|
||||||
releaseName: openproject
|
releaseName: openproject
|
||||||
valueFiles:
|
valueFiles:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
registry: git.ar21.de
|
registry: git.ar21.de
|
||||||
repository: aaron/openproject
|
repository: aaron/openproject
|
||||||
tag: '15'
|
tag: '6'
|
||||||
appInit:
|
appInit:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
@ -20,11 +20,12 @@ workers:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
environment:
|
environment:
|
||||||
OPENPROJECT_DISABLE__PASSWORD__LOGIN: true
|
OPENPROJECT_DISABLE__PASSWORD__LOGIN: true
|
||||||
|
|
||||||
openproject:
|
openproject:
|
||||||
admin_user:
|
admin_user:
|
||||||
password_reset: 'true'
|
password_reset: "true"
|
||||||
name: Aaron Riedel
|
name: "Aaron Riedel"
|
||||||
mail: aaron@ar21.de
|
mail: "aaron@ar21.de"
|
||||||
extraEnvVarsSecret: openproject-secret
|
extraEnvVarsSecret: openproject-secret
|
||||||
oidc:
|
oidc:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -37,7 +38,7 @@ openproject:
|
||||||
tokenEndpoint: /application/o/token/
|
tokenEndpoint: /application/o/token/
|
||||||
authorizationEndpoint: /application/o/authorize/
|
authorizationEndpoint: /application/o/authorize/
|
||||||
endSessionEndpoint: /application/o/openproject/end-session/
|
endSessionEndpoint: /application/o/openproject/end-session/
|
||||||
scope: '[openid email profile]'
|
scope: "[openid email profile]"
|
||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: false
|
||||||
s3:
|
s3:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue