2 Commits

Author SHA1 Message Date
d8c24df97f Update directus/directus Docker tag to v11.13.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / docker-lint (pull_request) Successful in 10s
lint-test-helm / helm-lint (pull_request) Successful in 13s
2025-11-05 21:02:44 +00:00
d31004d419 Update gitea/gitea Docker tag to v1.25.1 (#1960)
All checks were successful
lint-test-docker / docker-lint (push) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m24s
2025-11-05 21:01:53 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ directus:
main: main:
image: image:
repository: directus/directus repository: directus/directus
tag: 11.12.0 tag: 11.13.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: PUBLIC_URL - name: PUBLIC_URL

View File

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

View File

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