From f61bfe7b181b79b5f8b1f79a4f4e58dd963ea716 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:53:32 +0000 Subject: [PATCH 1/2] chore(deps): update bitnami/postgresql docker tag to v14.15.0-debian-12-r2 --- charts/camunda-platform-8.5/values.yaml | 2 +- charts/camunda-platform-8.6/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/camunda-platform-8.5/values.yaml b/charts/camunda-platform-8.5/values.yaml index 0a1dcc1d98..66854bc585 100644 --- a/charts/camunda-platform-8.5/values.yaml +++ b/charts/camunda-platform-8.5/values.yaml @@ -3132,7 +3132,7 @@ postgresql: ## @param postgresql.image.tag PostgreSQL image tag image: repository: bitnami/postgresql - tag: 14.14.0-debian-12-r0 + tag: 14.15.0-debian-12-r2 ## @extra postgresql.auth configuration of the database authentication auth: ## @param postgresql.auth.username defines the name of the database user to be created for WebModeler diff --git a/charts/camunda-platform-8.6/values.yaml b/charts/camunda-platform-8.6/values.yaml index 87273175af..ba29e5d082 100644 --- a/charts/camunda-platform-8.6/values.yaml +++ b/charts/camunda-platform-8.6/values.yaml @@ -3367,7 +3367,7 @@ postgresql: ## @param postgresql.image.tag PostgreSQL image tag image: repository: bitnami/postgresql - tag: 14.14.0-debian-12-r0 + tag: 14.15.0-debian-12-r2 ## @extra postgresql.auth configuration of the database authentication auth: ## @param postgresql.auth.username defines the name of the database user to be created for WebModeler From 086fa7d58b14494f488994544451b88876b80025 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:55:11 +0000 Subject: [PATCH 2/2] chore(deps): post upgrade tasks - update golden files --- charts/camunda-platform-8.5/README.md | 2 +- charts/camunda-platform-8.6/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/camunda-platform-8.5/README.md b/charts/camunda-platform-8.5/README.md index f33992b626..93bd490ade 100644 --- a/charts/camunda-platform-8.5/README.md +++ b/charts/camunda-platform-8.5/README.md @@ -1657,7 +1657,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `postgresql.enabled` | if true, a PostgreSQL database will be deployed as part of the Helm release by using the dependency chart | `false` | | `postgresql.nameOverride` | defines the name of the Postgres resources (names will be prefixed with the release name), see https://github.com/bitnami/charts/tree/main/bitnami/postgresql#common-parameters | `postgresql-web-modeler` | | `postgresql.image.repository` | PostgreSQL repo | `bitnami/postgresql` | -| `postgresql.image.tag` | PostgreSQL image tag | `14.14.0-debian-12-r0` | +| `postgresql.image.tag` | PostgreSQL image tag | `14.15.0-debian-12-r2` | | `postgresql.auth` | configuration of the database authentication | | | `postgresql.auth.username` | defines the name of the database user to be created for WebModeler | `web-modeler` | | `postgresql.auth.password` | can be used to provide the database user's password; a random password will be generated if left empty / ignored if `postgresql.auth.existingSecret` is set | `""` | diff --git a/charts/camunda-platform-8.6/README.md b/charts/camunda-platform-8.6/README.md index 949b366e82..e8df016ca8 100644 --- a/charts/camunda-platform-8.6/README.md +++ b/charts/camunda-platform-8.6/README.md @@ -1756,7 +1756,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `postgresql.global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: force (perform the adaptation always), disabled (do not perform adaptation) | `{{ .Values.global.compatibility.openshift.adaptSecurityContext | default "disabled" }}` | | `postgresql.nameOverride` | defines the name of the Postgres resources (names will be prefixed with the release name), see https://github.com/bitnami/charts/tree/main/bitnami/postgresql#common-parameters | `postgresql-web-modeler` | | `postgresql.image.repository` | PostgreSQL repo | `bitnami/postgresql` | -| `postgresql.image.tag` | PostgreSQL image tag | `14.14.0-debian-12-r0` | +| `postgresql.image.tag` | PostgreSQL image tag | `14.15.0-debian-12-r2` | | `postgresql.auth` | configuration of the database authentication | | | `postgresql.auth.username` | defines the name of the database user to be created for WebModeler | `web-modeler` | | `postgresql.auth.password` | can be used to provide the database user's password; a random password will be generated if left empty / ignored if `postgresql.auth.existingSecret` is set | `""` |