From 04c7d670b67c19863c4bee2b2e7206e3fb994733 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:50:17 +0000 Subject: [PATCH] chore(deps): update bitnami/postgresql docker tag to v14.15.0-debian-12-r1 --- 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..f037d4dac3 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-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 diff --git a/charts/camunda-platform-8.6/values.yaml b/charts/camunda-platform-8.6/values.yaml index 5c4cfc4dff..5d2f5653d3 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-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