2 Commits

Author SHA1 Message Date
11c5eaeadb Update docker.io/postgres Docker tag to v18
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 11s
lint-test-docker / docker-lint (pull_request) Successful in 17s
2025-11-22 04:36:33 +00:00
efa47ec785 use i
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m40s
2025-11-21 22:34:54 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ spec:
schedule: "0 0 * * *" schedule: "0 0 * * *"
rsyncTLS: rsyncTLS:
keySecret: booklore-data-replication-secret keySecret: booklore-data-replication-secret
address: volsync-rsync-tls-dst-booklore-data-replication-destination address: 10.97.132.22
copyMethod: Snapshot copyMethod: Snapshot
--- ---

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.7-alpine3.21 image: docker.io/postgres:18.1-alpine3.21
container_name: gitea-postgres container_name: gitea-postgres
env_file: env_file:
- .env - .env