Compare commits

2 Commits

Author SHA1 Message Date
d08e913350 Update Helm release headlamp to v0.39.0
All checks were successful
lint-test-docker / lint-docker-compose (pull_request) Successful in 19s
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 17s
2025-12-19 20:03:36 +00:00
df4bb9465b 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
2025-12-19 20:02:21 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://kubernetes-sigs.github.io/headlamp/
version: 0.39.0
digest: sha256:870e456773199684c150585c12c2e18b3f0895ee8cc73481a53b23c8e94560b1
generated: "2025-12-19T18:03:26.303526612Z"
generated: "2025-12-19T20:03:31.891929126Z"

View File

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