helmfile/pkg/helmexec
Jason Witkowski 2618cfb38b
Enable --wait-for-jobs flag introduced in helm 3.5 (#1715)
Fixes #1650
Fixes #785

This change introduces:

- `--wait-for-jobs` CLI override option to helmfile binary
- `waitForJobs` helmDefaults parameter (default `false`)
- `waitForJobs` release parameter (default `false`)

Note that `--wait-for-jobs` was introduced in Helm 3.5 (https://github.com/helm/helm/pull/8363)
2021-03-23 16:53:57 +09:00
..
context.go Stabilize helmfile-diff output (#1619) 2020-12-11 09:51:26 +09:00
exec.go fix: dont sent RegistryLogin password via args (#1662) 2021-01-29 09:05:03 +09:00
exec_test.go Enable --wait-for-jobs flag introduced in helm 3.5 (#1715) 2021-03-23 16:53:57 +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 feat: added in oci repository flag and added helm methods to pull and export charts (#1629) 2021-01-28 09:02:00 +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 feat: added in oci repository flag and added helm methods to pull and export charts (#1629) 2021-01-28 09:02:00 +09:00