From d3b191644b0bf20cac1cd9f85ed4b4dc7c6b549d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Wed, 4 Dec 2024 09:45:24 +0100 Subject: [PATCH] fix(openproject): Update branding and Helm chart to 9.0.1 --- helmfile/apps/openproject/values.yaml.gotmpl | 1 + helmfile/environments/default/charts.yaml | 2 +- helmfile/environments/default/images.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/helmfile/apps/openproject/values.yaml.gotmpl b/helmfile/apps/openproject/values.yaml.gotmpl index 319c8ed1..3e60ea41 100644 --- a/helmfile/apps/openproject/values.yaml.gotmpl +++ b/helmfile/apps/openproject/values.yaml.gotmpl @@ -40,6 +40,7 @@ dbInit: environment: # For more details and more options see # https://www.openproject.org/docs/installation-and-operations/configuration/environment/ + OPENPROJECT_APP__TITLE: "Projects | {{ .Values.theme.texts.productName }}" OPENPROJECT_LOG__LEVEL: {{ if .Values.debug.enabled }}"debug"{{ else }}"info"{{ end }} OPENPROJECT_LOGIN__REQUIRED: "true" OPENPROJECT_USER__DEFAULT__TIMEZONE: "Europe/Berlin" diff --git a/helmfile/environments/default/charts.yaml b/helmfile/environments/default/charts.yaml index 1dfa6079..3dd7ee56 100644 --- a/helmfile/environments/default/charts.yaml +++ b/helmfile/environments/default/charts.yaml @@ -326,7 +326,7 @@ charts: registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/openproject/charts-mirror" name: "openproject" - version: "8.3.2" + version: "9.0.1" verify: true openprojectBootstrap: # providerCategory: "Platform" diff --git a/helmfile/environments/default/images.yaml b/helmfile/environments/default/images.yaml index e556e5d3..465c5f28 100644 --- a/helmfile/environments/default/images.yaml +++ b/helmfile/environments/default/images.yaml @@ -595,7 +595,7 @@ images: # upstreamMirrorStartFrom: ["13", "1", "1"] registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/openproject/images-mirror/open_desk" - tag: "15.0.2@sha256:b476947e8cbd5e0ed15aaa38ee49a76920015dbcb530b3dd11b32a95f9119c08" + tag: "15.0.3@sha256:286cc75712446b832b42e0fa6610dfb01996c491f22db98ba77b1137b2611cd4" openprojectBootstrap: # providerCategory: "Platform" # providerResponsible: "openDesk"