From 50956d0723f13a8ecbf74e6f79ba04d2a406ffb4 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 13 Nov 2024 09:05:10 +0000 Subject: [PATCH] openproject: update image tag to 8 (done automagically via Woodpecker pipeline) --- openproject/values.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/openproject/values.yaml b/openproject/values.yaml index 84df56b..a65b9d8 100644 --- a/openproject/values.yaml +++ b/openproject/values.yaml @@ -1,7 +1,7 @@ image: registry: git.ar21.de repository: aaron/openproject - tag: '6' + tag: '8' 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: