add step to clear prior manifests
All checks were successful
renovate / renovate (push) Successful in 1m54s

This commit is contained in:
2025-11-30 19:19:46 -06:00
parent 32d6244acf
commit 85b15e8590

View File

@@ -37,6 +37,11 @@ jobs:
token: ${{ secrets.GITEA_TOKEN }}
version: v3.17.2 # Pending https://github.com/helm/helm/pull/30743
- name: Remove Prior Manifests
run: |
cd ${MANIFEST_DIR}/clusters
rm -rf ./*
- name: Render Helm Manifests
run: |
for cluster in ${CLUSTERS}; do