From 898cd19d73d0c6864618a894e84b25628d55247a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 15:07:50 +0000 Subject: [PATCH] Update postgres Docker tag to v17.7 --- infra/postgres/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/postgres/values.yaml b/infra/postgres/values.yaml index 276ef0d5..b4112cd7 100644 --- a/infra/postgres/values.yaml +++ b/infra/postgres/values.yaml @@ -1,6 +1,6 @@ image: repository: "postgres" - tag: "17.6-bookworm" + tag: "17.7-bookworm" upgrade-image: repository: "pgautoupgrade/pgautoupgrade"