From bec9984ea59b3f3bc7db89aa46fb1bedb227ce7c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 23 Jan 2026 03:01:40 +0000 Subject: [PATCH] chore(deps): update gitea/gitea docker tag to v1.25.4 --- clusters/cl01tl/helm/gitea/values.yaml | 2 +- hosts/ps10rp/gitea/compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/gitea/values.yaml b/clusters/cl01tl/helm/gitea/values.yaml index 70cb160a0..343c6c4b3 100644 --- a/clusters/cl01tl/helm/gitea/values.yaml +++ b/clusters/cl01tl/helm/gitea/values.yaml @@ -4,7 +4,7 @@ gitea: replicaCount: 3 image: repository: gitea/gitea - tag: 1.25.3 + tag: 1.25.4 service: http: type: ClusterIP diff --git a/hosts/ps10rp/gitea/compose.yaml b/hosts/ps10rp/gitea/compose.yaml index 5315d8fde..5a62f2fd1 100644 --- a/hosts/ps10rp/gitea/compose.yaml +++ b/hosts/ps10rp/gitea/compose.yaml @@ -33,7 +33,7 @@ services: - postgresql18:/var/lib/postgresql gitea: - image: gitea/gitea:1.25.3 + image: gitea/gitea:1.25.4 container_name: gitea depends_on: - postgresql -- 2.49.1