helmfile/pkg/helmexec
KUOKA Yusuke 4e4f1bee59
feat: Experimental Helm v3 mode (#841)
Set `HELMFILE_HELM3=1` and run `helmfile` like `HELMFILE_HELM3=1 helmfile ...`.

When `HELMFILE_HELM3` is set, `test`, `template`, `delete`, `destroy` behave differently so that it works with Helm 3.

Note that `helmfile diff` doesn't work as `helm-diff` called under the hood doesn't support Helm v3 yet.

Ref #668
2019-09-07 09:40:44 +09:00
..
context.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
exec.go feat: Experimental Helm v3 mode (#841) 2019-09-07 09:40:44 +09:00
exec_test.go feat: Advanced Templating (#823) 2019-08-31 14:31:31 +09:00
exit_error.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
helmexec.go feat: Advanced Templating (#823) 2019-08-31 14:31:31 +09:00
runner.go feat: add --output-dir on template command (#693) 2019-07-11 09:07:46 +09:00