Update gitea/gitea Docker tag to v1.23.6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-and-test-charts / lint-test (pull_request) Successful in 20s

This commit is contained in:
2025-03-25 21:01:01 +00:00
parent a36518a3a8
commit 621bdc1c42
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ gitea:
maxUnavailable: 0
image:
repository: gitea/gitea
tag: 1.23.5
tag: 1.23.6
service:
http:
type: ClusterIP

View File

@@ -33,7 +33,7 @@ services:
- postgresql:/var/lib/postgresql/data
gitea:
image: gitea/gitea:1.23.5
image: gitea/gitea:1.23.6
container_name: gitea
depends_on:
- postgresql