From 661c5f89d618ff5bf68c478b06df29d25aea67d0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 May 2026 06:09:06 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18.4 (#275) --- k8s/infra/postgres.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/infra/postgres.yaml b/k8s/infra/postgres.yaml index aeafd35..c5fa32c 100644 --- a/k8s/infra/postgres.yaml +++ b/k8s/infra/postgres.yaml @@ -53,7 +53,7 @@ spec: spec: containers: - name: postgres - image: postgres:18.3-alpine@sha256:54451ecb8ab38c24c3ec123f2fd501303a3a1856a5c66e98cecf2460d5e1e9d7 + image: postgres:18.4-alpine@sha256:96d56f7f57c6aacd1fcb908bc83b345ec5f83231ee486dd66a1baadce274db88 args: - -c - shared_buffers=384MB