Compare commits

..

3 commits

3 changed files with 21 additions and 6 deletions

View file

@ -27,7 +27,7 @@ spec:
sources:
- repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
targetRevision: 7.7.0
targetRevision: 7.7.3
helm:
releaseName: argo
valueFiles:

View file

@ -7,3 +7,17 @@ spec:
instances: 3
storage:
size: 1Gi
backup:
barmanObjectStore:
destinationPath: "s3://openproject/backups"
endpointURL: "https://fsn1.your-objectstorage.com"
s3Credentials:
accessKeyId:
name: openproject-secret
key: OPENPROJECT_FOG_CREDENTIALS_AWS__ACCESS__KEY__ID
secretAccessKey:
name: openproject-secret
key: OPENPROJECT_FOG_CREDENTIALS_AWS__SECRET__ACCESS__KEY
wal:
compression: gzip
retentionPolicy: "30d"

View file

@ -1,7 +1,7 @@
image:
registry: git.ar21.de
repository: aaron/openproject
tag: '8'
tag: '6'
appInit:
resources:
limits:
@ -20,11 +20,12 @@ 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
@ -37,7 +38,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: