From 39521f4db42260907c062d4d15b7f7d20471c19c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:20:55 +0000 Subject: [PATCH] Update bitnami/postgresql Docker tag to v17 --- cluster/apps/database/postgres/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/database/postgres/release.yaml b/cluster/apps/database/postgres/release.yaml index 5b66eda6..41590f44 100644 --- a/cluster/apps/database/postgres/release.yaml +++ b/cluster/apps/database/postgres/release.yaml @@ -30,7 +30,7 @@ spec: values: image: repository: bitnami/postgresql - tag: 15.3.0 + tag: 17.1.0 auth: enablePostgresUser: true postgresPassword: ${SECRET_POSTGRES_ADMIN_PASS}