helmfile/pkg/helmexec
Wi1dcard 5d8eba9b29
Append --force-update for specific helm versions. (#1494)
* Parse and process helm version using github.com/Masterminds/semver/v3.

* Add --force-update only when Helm version >= 3.3.2, < 3.3.4.

See: https://github.com/helm/helm/pull/8777.

* Add test cases.
2020-10-12 09:20:55 +09:00
..
context.go Add historyMax (#1022) 2019-12-17 08:27:42 +09:00
exec.go Append --force-update for specific helm versions. (#1494) 2020-10-12 09:20:55 +09:00
exec_test.go Append --force-update for specific helm versions. (#1494) 2020-10-12 09:20:55 +09:00
exit_error.go fix: Do not include stderr content in result of `{{ exec }}` (#1298) 2020-06-06 09:29:12 +09:00
helmexec.go Append --force-update for specific helm versions. (#1494) 2020-10-12 09:20:55 +09:00
id.go Print command output in line (#1354) 2020-08-29 14:47:22 +09:00
log.go Print command output in line (#1354) 2020-08-29 14:47:22 +09:00
runner.go Fix `index out of range [1] with length 1` error on env2map (#1463) 2020-09-08 11:23:36 +09:00