From 700f5dc89730f406c04bdc1759b077da7b37c022 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 15:33:23 +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 3f80b3ad..f2fcaca6 100644 --- a/infra/postgres/values.yaml +++ b/infra/postgres/values.yaml @@ -1,6 +1,6 @@ image: repository: "postgres" - tag: "17.9-bookworm" + tag: "18.3-bookworm" upgrade-image: repository: "pgautoupgrade/pgautoupgrade"