chore(deps): update gitea/gitea docker tag to v1.25.4 #3380

Merged
renovate-bot merged 1 commits from renovate/gitea-gitea-1.x into main 2026-01-23 03:02:09 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit bec9984ea5 - Show all commits

View File

@@ -4,7 +4,7 @@ gitea:
replicaCount: 3
image:
repository: gitea/gitea
tag: 1.25.3
tag: 1.25.4
service:
http:
type: ClusterIP

View File

@@ -33,7 +33,7 @@ services:
- postgresql18:/var/lib/postgresql
gitea:
image: gitea/gitea:1.25.3
image: gitea/gitea:1.25.4
container_name: gitea
depends_on:
- postgresql