From a4729f627c4dc81a5710220135bd68ac1c463791 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:07:00 +0000 Subject: [PATCH] chore(deps): update camunda-platform-alpha (patch) (#2617) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- charts/camunda-platform-alpha/README.md | 6 +++--- charts/camunda-platform-alpha/values-latest.yaml | 2 +- charts/camunda-platform-alpha/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/camunda-platform-alpha/README.md b/charts/camunda-platform-alpha/README.md index aa2e081d4c..6449524616 100644 --- a/charts/camunda-platform-alpha/README.md +++ b/charts/camunda-platform-alpha/README.md @@ -639,7 +639,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.10.0-debian-12-r0` | +| `identityPostgresql.image.tag` | PostgreSQL image tag | `15.10.0-debian-12-r1` | | `identityPostgresql.nameOverride` | the name used for Identity PostgreSQL. | `identity-postgresql` | | `identityPostgresql.auth.username` | Non-root username | `identity` | | `identityPostgresql.auth.database` | The database name | `identity` | @@ -662,7 +662,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.10.0-debian-12-r0` | +| `identityKeycloak.postgresql.image.tag` | image tag | `15.10.0-debian-12-r1` | | `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` | @@ -1055,7 +1055,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.15.0-debian-12-r0` | +| `postgresql.image.tag` | PostgreSQL image tag | `14.15.0-debian-12-r1` | | `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-alpha/values-latest.yaml b/charts/camunda-platform-alpha/values-latest.yaml index feb9ceb68f..5a712360c1 100644 --- a/charts/camunda-platform-alpha/values-latest.yaml +++ b/charts/camunda-platform-alpha/values-latest.yaml @@ -74,7 +74,7 @@ identityKeycloak: # https://hub.docker.com/r/bitnami/postgresql/tags image: repository: bitnami/postgresql - tag: 15.10.0-debian-12-r0 + tag: 15.10.0-debian-12-r1 # # Elasticsearch diff --git a/charts/camunda-platform-alpha/values.yaml b/charts/camunda-platform-alpha/values.yaml index ed01ae1968..c30b44da40 100644 --- a/charts/camunda-platform-alpha/values.yaml +++ b/charts/camunda-platform-alpha/values.yaml @@ -685,7 +685,7 @@ identityPostgresql: ## image: repository: bitnami/postgresql - tag: 15.10.0-debian-12-r0 + tag: 15.10.0-debian-12-r1 ## @param identityPostgresql.nameOverride the name used for Identity PostgreSQL. ## nameOverride: identity-postgresql @@ -749,7 +749,7 @@ identityKeycloak: ## @param identityKeycloak.postgresql.image.repository image repo repository: bitnami/postgresql ## @param identityKeycloak.postgresql.image.tag image tag - tag: 15.10.0-debian-12-r0 + tag: 15.10.0-debian-12-r1 auth: ## @param identityKeycloak.postgresql.auth.existingSecret defines the existing secret resource containing the database credentials existingSecret: @@ -1705,7 +1705,7 @@ postgresql: ## @param postgresql.image.tag PostgreSQL image tag image: repository: bitnami/postgresql - tag: 14.15.0-debian-12-r0 + tag: 14.15.0-debian-12-r1 ## @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