2 Commits

Author SHA1 Message Date
70874e0dce 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 13s
lint-test-docker / lint-docker-compose (pull_request) Successful in 21s
2025-12-07 04:27:24 +00:00
72ee99bc16 disable init
All checks were successful
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Successful in 32s
renovate / renovate (push) Successful in 1m34s
2025-12-06 22:25:37 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ argo-cd:
enabled: true
auth: false
redisSecretInit:
enabled: true
enabled: false
server:
replicas: 2
extensions:

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