Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tool/charts): Only update helm repositories when necessary (graf…
…ana#535) We currently run `helm repo update` every time we run `tk tool charts vendor`. Some tanka users may check in their charts directory to avoid many network calls to helm repositories in CI, which can be flaky. By delaying the `helm repo update` call until there is a chart to pull, we can better support these workflows.
- Loading branch information