From a0aa9d40d7881eca08218dcd63060879127c80b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 16:50:34 +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"