From bdd7b1f7eea79c454739c377d5694e739aebfc74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 16:50:39 +0000 Subject: [PATCH] Update postgres Docker tag to v18 --- 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..6dd76aec 100644 --- a/infra/postgres/values.yaml +++ b/infra/postgres/values.yaml @@ -1,6 +1,6 @@ image: repository: "postgres" - tag: "17.6-bookworm" + tag: "18.1-bookworm" upgrade-image: repository: "pgautoupgrade/pgautoupgrade"