From f10238bf9a1131b20636c930262a621b4a2ec22a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 May 2026 05:06:42 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18.4 --- 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 -- 2.52.0