helmfile/pkg/helmexec
Yusuke Kuoka fbbd7630e7 v3 compatibility: Fix `helmfile delete` to not fail when there was no release to be deleted
`helmfile delete` is designed to be idempotent. That is, it is safe to be run when there is nothing to delete. A change in helm v3 broke that behavior. This enhances Helmfile to be able to behave the same for helm v2 and v3.
2019-11-02 15:52:07 +09:00
..
context.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
exec.go v3 compatibility: Fix `helmfile delete` to not fail when there was no release to be deleted 2019-11-02 15:52:07 +09:00
exec_test.go fix: Set HelmBinary in execer constructor (#928) 2019-11-02 14:15:33 +09:00
exit_error.go fix: Fix `needs` to work for upgrades and when selectors are provided (#922) 2019-11-02 14:04:16 +09:00
helmexec.go feat: `helm repo add --ca-file` via repositories definition (#856) 2019-09-14 06:23:54 +02:00
runner.go feat: add --output-dir on template command (#693) 2019-07-11 09:07:46 +09:00