From d8344a4f1990cbcee4617757a7e17180ffa1f0e9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 Feb 2026 19:27:49 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18.3 --- 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 4e0d74b..4ca27c8 100644 --- a/k8s/infra/postgres.yaml +++ b/k8s/infra/postgres.yaml @@ -52,7 +52,7 @@ spec: spec: containers: - name: postgres - image: postgres:18.2-alpine@sha256:035b9ab53cfa147d7202b61f5f7782b939ae815b7d6bc81c96b7b42ff1fca950 + image: postgres:18.3-alpine@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb args: - -c - shared_buffers=384MB -- 2.52.0