From 66084affcd6c86b527333cb04a77652ab042855b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:50:44 -0600 Subject: [PATCH] Update gitea/gitea Docker tag to v1.23.4 (#1268) 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 c08048c1c..15aa825da 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.3 + tag: 1.23.4 service: http: type: ClusterIP diff --git a/hosts/ps10rp/gitea/compose.yaml b/hosts/ps10rp/gitea/compose.yaml index 9f18d1df3..1ccec4943 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.3 + image: gitea/gitea:1.23.4 container_name: gitea depends_on: - postgresql