Compare commits
13 commits
13_openpro
...
main
Author | SHA1 | Date | |
---|---|---|---|
2498f5e655 | |||
e4f3db9e4a | |||
6725d790e8 | |||
05e13abaa5 | |||
c89636c1c1 | |||
06251562bd | |||
3058df1752 | |||
a89ed85e97 | |||
b004f92b3a | |||
b20d7edc4e | |||
384751957b | |||
5eac6b81b3 | |||
cf38203638 |
2 changed files with 7 additions and 8 deletions
|
@ -27,7 +27,7 @@ spec:
|
|||
sources:
|
||||
- repoURL: https://argoproj.github.io/argo-helm
|
||||
chart: argo-cd
|
||||
targetRevision: 7.7.3
|
||||
targetRevision: 7.7.14
|
||||
helm:
|
||||
releaseName: argo
|
||||
valueFiles:
|
||||
|
@ -175,7 +175,7 @@ spec:
|
|||
sources:
|
||||
- repoURL: https://charts.openproject.org
|
||||
chart: openproject
|
||||
targetRevision: 8.3.2
|
||||
targetRevision: 9.4.0
|
||||
helm:
|
||||
releaseName: openproject
|
||||
valueFiles:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
registry: git.ar21.de
|
||||
repository: aaron/openproject
|
||||
tag: '6'
|
||||
tag: '15'
|
||||
appInit:
|
||||
resources:
|
||||
limits:
|
||||
|
@ -20,12 +20,11 @@ workers:
|
|||
replicas: 2
|
||||
environment:
|
||||
OPENPROJECT_DISABLE__PASSWORD__LOGIN: true
|
||||
|
||||
openproject:
|
||||
admin_user:
|
||||
password_reset: "true"
|
||||
name: "Aaron Riedel"
|
||||
mail: "aaron@ar21.de"
|
||||
password_reset: 'true'
|
||||
name: Aaron Riedel
|
||||
mail: aaron@ar21.de
|
||||
extraEnvVarsSecret: openproject-secret
|
||||
oidc:
|
||||
enabled: true
|
||||
|
@ -38,7 +37,7 @@ openproject:
|
|||
tokenEndpoint: /application/o/token/
|
||||
authorizationEndpoint: /application/o/authorize/
|
||||
endSessionEndpoint: /application/o/openproject/end-session/
|
||||
scope: "[openid email profile]"
|
||||
scope: '[openid email profile]'
|
||||
persistence:
|
||||
enabled: false
|
||||
s3:
|
||||
|
|
Loading…
Reference in a new issue