This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
Helm Diff and Update Repo
Features:
- Display a diff using
helm diff
before upgrading (optional, useshow_diff: true
to enable) - Execute
helm repo update
for new repositories
Refactoring:
- Use the helm native
--wait
flag instead of the custom typescript based implementation - Use bash arrays for more robust implementation