From f83469956770a4267dd3341955906ac7df26b2a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 23:04:49 +0000 Subject: [PATCH] chore(deps): post upgrade tasks - update golden files --- charts/camunda-platform-alpha/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/camunda-platform-alpha/README.md b/charts/camunda-platform-alpha/README.md index ef5296564f..a34f1926e5 100644 --- a/charts/camunda-platform-alpha/README.md +++ b/charts/camunda-platform-alpha/README.md @@ -1395,7 +1395,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `identityPostgresql.global.compatibility` | Compatibility adaptations for Kubernetes platforms | | | `identityPostgresql.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" }}` | | `identityPostgresql.image.repository` | PostgreSQL repo | `bitnami/postgresql` | -| `identityPostgresql.image.tag` | PostgreSQL image tag | `15.8.0-debian-12-r23` | +| `identityPostgresql.image.tag` | PostgreSQL image tag | `15.8.0-debian-12-r26` | | `identityPostgresql.nameOverride` | the name used for Identity PostgreSQL. | `identity-postgresql` | | `identityPostgresql.auth.username` | Non-root username | `identity` | | `identityPostgresql.auth.database` | The database name | `identity` | @@ -1418,7 +1418,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `identityKeycloak.image.tag` | image tag | `25.0.4` | | `identityKeycloak.postgresql` | configuration. | | | `identityKeycloak.postgresql.image.repository` | image repo | `bitnami/postgresql` | -| `identityKeycloak.postgresql.image.tag` | image tag | `15.8.0-debian-12-r23` | +| `identityKeycloak.postgresql.image.tag` | image tag | `15.8.0-debian-12-r26` | | `identityKeycloak.postgresql.auth.existingSecret` | defines the existing secret resource containing the database credentials | `nil` | | `identityKeycloak.postgresql.auth.secretKeys.adminPasswordKey` | defines the key within the existing secret object for PostgreSQL admin. | `postgres-password` | | `identityKeycloak.postgresql.auth.secretKeys.userPasswordKey` | defines the key within the existing secret object for PostgreSQL user. | `password` | @@ -1745,7 +1745,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.13.0-debian-12-r22` | +| `postgresql.image.tag` | PostgreSQL image tag | `14.13.0-debian-12-r26` | | `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 | `""` | @@ -1877,7 +1877,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `elasticsearch.global.compatibility` | Compatibility adaptations for Kubernetes platforms | | | `elasticsearch.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" }}` | | `elasticsearch.image.repository` | | `bitnami/elasticsearch` | -| `elasticsearch.image.tag` | | `8.15.3` | +| `elasticsearch.image.tag` | | `8.15.4` | | `elasticsearch.master.replicaCount` | defines number of master-elegible replicas to deploy | `3` | | `elasticsearch.master.podAntiAffinityPreset` | defines Pod anti-affinity preset. Ignored if master.affinity is set | `hard` | | `elasticsearch.master.containerSecurityContext.readOnlyRootFilesystem` | | `true` |