2 Commits

Author SHA1 Message Date
14cfea1059 Update docker.io/postgres Docker tag to v18
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Failing after 27s
lint-test-docker / lint-docker-compose (pull_request) Successful in 32s
2025-12-06 02:03:08 +00:00
e86e81d87f Update rmcrackan/libation Docker tag to v12.8.1 (#2276)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 2m5s
renovate / renovate (push) Successful in 1m24s
2025-12-06 02:01:42 +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.8.0
tag: 12.8.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.7-alpine3.21
image: docker.io/postgres:18.1-alpine3.21
container_name: gitea-postgres
env_file:
- .env