From 16b7bf0546c173bc26dafaa240d817821b7ea223 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Jun 2025 13:54:43 +0000 Subject: [PATCH] Update gitea/gitea Docker tag to v1.24.1 --- cluster/apps/gitea/gitea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/gitea/gitea.yml b/cluster/apps/gitea/gitea.yml index 386b392..666d50f 100644 --- a/cluster/apps/gitea/gitea.yml +++ b/cluster/apps/gitea/gitea.yml @@ -27,7 +27,7 @@ spec: done containers: - name: gitea - image: gitea/gitea:1.24.0 + image: gitea/gitea:1.24.1 ports: - containerPort: 22 - containerPort: 3000