From fdf19e7ec6e5b322ac4fb8f4b7d455abeaa371f1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 Apr 2026 23:03:21 +0000 Subject: [PATCH] chore(deps): update gitea to v1.26.1 --- clusters/cl01tl/helm/gitea/Chart.yaml | 2 +- clusters/cl01tl/helm/gitea/values.yaml | 2 +- hosts/ps10rp/gitea/compose.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/gitea/Chart.yaml b/clusters/cl01tl/helm/gitea/Chart.yaml index 47826a355..0174bae66 100644 --- a/clusters/cl01tl/helm/gitea/Chart.yaml +++ b/clusters/cl01tl/helm/gitea/Chart.yaml @@ -56,4 +56,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png # renovate: datasource=github-releases depName=go-gitea/gitea -appVersion: 1.26.0 +appVersion: 1.26.1 diff --git a/clusters/cl01tl/helm/gitea/values.yaml b/clusters/cl01tl/helm/gitea/values.yaml index 692463065..832c2f376 100644 --- a/clusters/cl01tl/helm/gitea/values.yaml +++ b/clusters/cl01tl/helm/gitea/values.yaml @@ -9,7 +9,7 @@ gitea: maxUnavailable: 1 image: repository: gitea/gitea - tag: 1.25.5 + tag: 1.26.1 service: http: type: ClusterIP diff --git a/hosts/ps10rp/gitea/compose.yaml b/hosts/ps10rp/gitea/compose.yaml index 0c0f7966e..1525ec478 100644 --- a/hosts/ps10rp/gitea/compose.yaml +++ b/hosts/ps10rp/gitea/compose.yaml @@ -33,7 +33,7 @@ services: - postgresql18:/var/lib/postgresql gitea: - image: gitea/gitea:1.26.0@sha256:af07b88edbb2173d20932f9c75ebcf4e61d7d5c2d6a7ab5cc6b97cba28aea352 + image: gitea/gitea:1.26.1@sha256:d8667667b4ccbd1f67b86a376bffcc0a17b16cf71309ed04e3918231776d47dd container_name: gitea depends_on: - postgresql