Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Helm Diff and Update Repo

Compare
Choose a tag to compare
@msiegenthaler msiegenthaler released this 07 Jun 06:50
· 54 commits to master since this release

Features:

  • Display a diff using helm diff before upgrading (optional, use show_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