From a0f29bca04bf5600bc2b9236a781121e53a9147c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Jun 2025 15:03:07 +0000 Subject: [PATCH] Update gitea/gitea Docker tag to v1.24.0 --- 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 d6a8b86b1..cd4f3c061 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.23.8 + tag: 1.24.0 service: http: type: ClusterIP diff --git a/hosts/ps10rp/gitea/compose.yaml b/hosts/ps10rp/gitea/compose.yaml index 9ae98c3cf..f793d8ed3 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.23.8 + image: gitea/gitea:1.24.0 container_name: gitea depends_on: - postgresql