1 Commits

Author SHA1 Message Date
e984a712e0 Update docker.io/postgres Docker tag to v18
Some checks failed
lint-test-docker / docker-lint (pull_request) Failing after 6s
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 14s
2025-10-07 04:17:17 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ gatus:
enabled: true enabled: true
image: image:
repository: ghcr.io/twin/gatus repository: ghcr.io/twin/gatus
tag: v5.26.0 tag: v5.25.2
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
service: service:

View File

@@ -19,7 +19,7 @@ services:
- /dev/net/tun:/dev/net/tun - /dev/net/tun:/dev/net/tun
postgresql: postgresql:
image: docker.io/postgres:17.6-alpine3.21 image: docker.io/postgres:18.0-alpine3.21
container_name: gitea-postgres container_name: gitea-postgres
env_file: env_file:
- .env - .env