From 3500d0d9c193f0296dd090cbe7de436179f15bbb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 21 Jun 2025 22:01:13 +0000 Subject: [PATCH] Update gitea/gitea Docker tag to v1.24.2 --- 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 ab5629364..918b60b87 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.24.1 + tag: 1.24.2 service: http: type: ClusterIP diff --git a/hosts/ps10rp/gitea/compose.yaml b/hosts/ps10rp/gitea/compose.yaml index db36feed3..4e1dc5506 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.24.1 + image: gitea/gitea:1.24.2 container_name: gitea depends_on: - postgresql