From 26dc2d04f8e4982caf20c3692b073793ceea10b8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Nov 2025 21:01:23 +0000 Subject: [PATCH] Update gitea/gitea Docker tag to v1.25.1 --- clusters/cl01tl/platform/gitea/values.yaml | 2 +- hosts/ps10rp/gitea/compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 1e6db0cdc..2e3bcf303 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -4,7 +4,7 @@ gitea: replicaCount: 3 image: repository: gitea/gitea - tag: 1.25.0 + tag: 1.25.1 service: http: type: ClusterIP diff --git a/hosts/ps10rp/gitea/compose.yaml b/hosts/ps10rp/gitea/compose.yaml index cba2212fd..0fe701099 100644 --- a/hosts/ps10rp/gitea/compose.yaml +++ b/hosts/ps10rp/gitea/compose.yaml @@ -33,7 +33,7 @@ services: - postgresql:/var/lib/postgresql/data gitea: - image: gitea/gitea:1.25.0 + image: gitea/gitea:1.25.1 container_name: gitea depends_on: - postgresql