From 1b120b06e4c7350d339db23adaeef8aca175f603 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:48:00 +0000 Subject: [PATCH] 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..98ef9411fc 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-r0` | | `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 eda92dd4bb..bf676617fc 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-r0` | | `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 | `""` |