From 6344470fad3d351d629a6f7eb9505c20cb3dcde3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:05:46 +0000 Subject: [PATCH] Update gitea/gitea Docker tag to v1.23.3 (#1219) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 046c18bf6..b86c198e3 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -1,7 +1,7 @@ gitea: image: repository: gitea/gitea - tag: 1.23.1 + tag: 1.23.3 service: http: type: ClusterIP diff --git a/hosts/ps10rp/gitea/compose.yaml b/hosts/ps10rp/gitea/compose.yaml index e05ccba0b..9f18d1df3 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.1 + image: gitea/gitea:1.23.3 container_name: gitea depends_on: - postgresql