From a31dbf5056646ede94b1cb8ab9383869d426feb4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 13 May 2025 23:30:45 +0000 Subject: [PATCH] Update gitea/gitea Docker tag to v1.23.8 --- 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 f8a302a1a..a2e5e1c47 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -9,7 +9,7 @@ gitea: maxUnavailable: 0 image: repository: gitea/gitea - tag: 1.23.7 + tag: 1.23.8 service: http: type: ClusterIP diff --git a/hosts/ps10rp/gitea/compose.yaml b/hosts/ps10rp/gitea/compose.yaml index 92a7404fb..a45f2d080 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.7 + image: gitea/gitea:1.23.8 container_name: gitea depends_on: - postgresql