3 Commits

Author SHA1 Message Date
dfe084509f 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 19s
lint-test-docker / lint-docker-compose (pull_request) Successful in 24s
2025-12-04 22:01:24 +00:00
0c5775edd3 enable sync
All checks were successful
lint-test-helm / lint-helm (push) Successful in 35s
render-manifests-push / render-manifests-push (push) Successful in 44s
renovate / renovate (push) Successful in 1m33s
2025-12-04 15:59:57 -06:00
4353cc223d change sync policy
Some checks failed
renovate / renovate (push) Failing after 2s
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 18s
2025-12-04 15:20:31 -06:00
3 changed files with 9 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ spec:
- .metadata.annotations[] - .metadata.annotations[]
syncPolicy: syncPolicy:
automated: automated:
enabled: true
prune: true prune: true
selfHeal: false selfHeal: false
retry: retry:

View File

@@ -21,6 +21,7 @@ spec:
revisionHistoryLimit: 3 revisionHistoryLimit: 3
syncPolicy: syncPolicy:
automated: automated:
enabled: true
prune: true prune: true
selfHeal: false selfHeal: false
retry: retry:
@@ -65,6 +66,7 @@ spec:
- .spec.endpoints[]?.relabelings[]?.action - .spec.endpoints[]?.relabelings[]?.action
syncPolicy: syncPolicy:
automated: automated:
enabled: true
prune: true prune: true
selfHeal: false selfHeal: false
retry: retry:
@@ -104,8 +106,9 @@ spec:
revisionHistoryLimit: 3 revisionHistoryLimit: 3
syncPolicy: syncPolicy:
automated: automated:
enabled: true
prune: true prune: true
selfHeal: true selfHeal: false
retry: retry:
limit: 3 limit: 3
backoff: backoff:
@@ -142,8 +145,9 @@ spec:
revisionHistoryLimit: 3 revisionHistoryLimit: 3
syncPolicy: syncPolicy:
automated: automated:
enabled: true
prune: true prune: true
selfHeal: true selfHeal: false
retry: retry:
limit: 3 limit: 3
backoff: backoff:
@@ -180,6 +184,7 @@ spec:
revisionHistoryLimit: 3 revisionHistoryLimit: 3
syncPolicy: syncPolicy:
automated: automated:
enabled: true
prune: true prune: true
selfHeal: false selfHeal: false
retry: retry:

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