3 Commits

Author SHA1 Message Date
001d62577a 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 14s
lint-test-docker / docker-lint (pull_request) Successful in 17s
2025-12-03 05:07:18 +00:00
da1fe3f7ed add test
All checks were successful
renovate / renovate (push) Successful in 1m26s
2025-12-02 23:05:58 -06:00
b29a9f2afa delete on delete
Some checks failed
lint-test-helm / helm-lint (push) Successful in 12s
render-manifests / render-manifests (push) Failing after 17s
renovate / renovate (push) Successful in 1m18s
2025-12-02 23:01:35 -06:00
2 changed files with 5 additions and 3 deletions

View File

@@ -118,8 +118,10 @@ jobs:
| while read cmd; do echo "$cmd" | sh; done || true
done
echo ">> Update repository cache ..."
helm repo update
if helm repo list | tail +2 | read -r; then
echo ">> Update repository cache ..."
helm repo update
fi
echo "----"

View File

@@ -11,7 +11,7 @@ metadata:
spec:
syncPolicy:
applicationsSync: create-update
preserveResourcesOnDeletion: true
preserveResourcesOnDeletion: false
generators:
- git:
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure