Compare commits

...

2 Commits

Author SHA1 Message Date
3b4d6afea9 Update docker.io/postgres Docker tag to v18
Some checks failed
lint-test-helm / lint-helm (pull_request) Failing after 17s
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / lint-docker-compose (pull_request) Successful in 22s
2025-12-09 04:41:25 +00:00
1b9b4b8082 fix secret
All checks were successful
render-manifests-push / render-manifests-push (push) Successful in 19s
lint-test-helm / lint-helm (push) Successful in 12s
renovate / renovate (push) Successful in 1m13s
2025-12-08 22:40:25 -06:00
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ spec:
metadataPolicy: None
property: private-key
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:

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