From 63146e9d15a97256ff5f2f61c9c8cd6ebfd53305 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Aug 2025 09:04:13 +0000 Subject: [PATCH] Update postgres Docker tag to v15.13 --- cluster/apps/gitea/gitea-db.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/gitea/gitea-db.yml b/cluster/apps/gitea/gitea-db.yml index 2c5009a..6e100af 100644 --- a/cluster/apps/gitea/gitea-db.yml +++ b/cluster/apps/gitea/gitea-db.yml @@ -24,7 +24,7 @@ spec: mountPath: /var/lib/postgresql/data containers: - name: gitea-db - image: postgres:15.10 + image: postgres:15.13 ports: - containerPort: 5432 env: