helmfile/helmexec
KUOKA Yusuke d3c5417177
fix: prevent confusing error messages when `installed: false` (#508)
This removes `release: "your_release_name" not found` errors seen for releases with `installed: false` when running `helmfile sync` and `helmfile apply`.

The problem was that helmfile had been running `helm status` to detect releases to be deleted. helmfile now use `helm list ^YOUR_RELEASE_NAME$` to detect if the release is currently installed or not, which emits no error-like logs on against uninstalled releases.

Fixes #507

Fixes #507
2019-03-28 18:14:29 +09:00
..
exec.go fix: prevent confusing error messages when `installed: false` (#508) 2019-03-28 18:14:29 +09:00
exec_test.go feat: Opt-out dep-builds and repo-updates (#463) 2019-02-04 12:07:25 +09:00
helmexec.go fix: prevent confusing error messages when `installed: false` (#508) 2019-03-28 18:14:29 +09:00
runner.go feat: `prepare` and `cleanup` release event hooks (#349) 2018-09-21 10:35:12 +09:00