Update gitea/gitea Docker tag to v1.25.3 (#2717)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 12s
lint-test-docker / lint-docker-compose (push) Successful in 19s
renovate / renovate (push) Successful in 1m36s

This commit was merged in pull request #2717.
This commit is contained in:
2025-12-19 20:02:21 +00:00
parent ae1d57f530
commit df4bb9465b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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