Compare commits

...

2 Commits

Author SHA1 Message Date
8e94a9446a Update Helm release traefik to v38
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 15s
lint-test-docker / lint-docker-compose (pull_request) Successful in 20s
2025-12-19 20:04:30 +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
4 changed files with 6 additions and 6 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

@@ -1,9 +1,9 @@
dependencies:
- name: traefik
repository: https://traefik.github.io/charts
version: 37.4.0
version: 38.0.0
- name: traefik-crds
repository: https://traefik.github.io/charts
version: 1.12.0
digest: sha256:68267043bdc2c60346e196e1c1d0cef62884bb3dc2ff26ff4a273ccf27edf738
generated: "2025-12-14T21:03:44.140099-06:00"
digest: sha256:21ae2d131cf544dd6a8791a5a2148e7d233b575be95c66c44f8476be710b2d0f
generated: "2025-12-19T20:04:24.748969998Z"

View File

@@ -15,7 +15,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: traefik
version: 37.4.0
version: 38.0.0
repository: https://traefik.github.io/charts
- name: traefik-crds
version: 1.12.0

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