From cac6d3767a2f8eece0da25be824769a13bc6433b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 23:51:44 +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..a59ff6c6 100644 --- a/infra/postgres/values.yaml +++ b/infra/postgres/values.yaml @@ -1,6 +1,6 @@ image: repository: "postgres" - tag: "17.6-bookworm" + tag: "18.2-bookworm" upgrade-image: repository: "pgautoupgrade/pgautoupgrade"