From f0194ca94198d109ef44cbbfe24e6260227448e3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Jun 2025 08:23:28 +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 b5fcedc..013ba4a 100644 --- a/cluster/apps/gitea/gitea-db.yml +++ b/cluster/apps/gitea/gitea-db.yml @@ -22,7 +22,7 @@ spec: mountPath: /var/lib/postgresql/data containers: - name: gitea-db - image: postgres:15.10 + image: postgres:15.13 ports: - containerPort: 5432 env: