chore(deps): update gitea to v1.26.1
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 48s
lint-test-helm / validate-kubeconform (pull_request) Successful in 1m9s
lint-test-docker / lint-docker-compose (pull_request) Failing after 14m40s

This commit is contained in:
2026-05-15 11:14:38 +00:00
parent bb5af5206b
commit 3b989f7fe9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -9,7 +9,7 @@ gitea:
maxUnavailable: 1
image:
repository: gitea/gitea
tag: 1.25.5
tag: 1.26.1
service:
http:
type: ClusterIP
+1 -1
View File
@@ -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