2 Commits

Author SHA1 Message Date
5b9d4cdc69 Update docker.io/postgres Docker tag to v17.6
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
lint-test-docker / docker-lint (pull_request) Successful in 13s
lint-test-helm / helm-lint (pull_request) Successful in 16s
2025-08-16 18:03:41 +00:00
9adf2e816b Update rmcrackan/libation Docker tag to v12.5.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 12s
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m54s
2025-08-16 18:02:04 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ libation:
main:
image:
repository: rmcrackan/libation
tag: 12.5.0
tag: 12.5.1
pullPolicy: IfNotPresent
env:
- name: SLEEP_TIME

View File

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