From 6e52ba7de51133746f69de38d44cb7f1d0c72297 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 01:58:09 +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"