helmfile/pkg/app
Jan Möller 6955d07ea8 fix: Set HelmBinary in execer constructor (#928)
This overrides the default helm command, if provided, as soon as possible.
This way it is already used in `visitStates`.


I ran into an issue using `HELM3` and `--helm-binary` together with helm-secrets. 
I previously used tillerless, which i could now remove. This however caused `DecryptSecret` to fail, as it would still use the helm2 binary; because it runs before the first `helm.SetHelmBinary` call.

While helm-secrets is not fully helm3 compatible yet, its uses within helmfile are, and i was able to just install it as a helm3 plugin.
2019-11-02 14:15:33 +09:00
..
app.go fix: Set HelmBinary in execer constructor (#928) 2019-11-02 14:15:33 +09:00
app_test.go fix: Set HelmBinary in execer constructor (#928) 2019-11-02 14:15:33 +09:00
ask.go feat: helmfile as a go library (#639) 2019-06-04 09:12:00 +09:00
config.go feat: `--skip-repos` for `helmfile deps` (#851) 2019-09-12 19:33:18 +09:00
constants.go feat: "bases" for easier layerina 2019-05-13 21:48:00 +09:00
constants_test.go Various U/X improvements for `helmfile apply` (#586) 2019-05-12 16:26:11 +09:00
context.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
desired_state_file_loader.go fix: Fix `needs` to work for upgrades and when selectors are provided (#922) 2019-11-02 14:04:16 +09:00
errors.go feat: Opt-out dep-builds and repo-updates (#463) 2019-02-04 12:07:25 +09:00
load_opts.go feat: override state(former "enviroment") values via command-line args (#644) 2019-06-04 11:03:01 +09:00
run.go fix: Fix `needs` to work for upgrades and when selectors are provided (#922) 2019-11-02 14:04:16 +09:00
two_pass_renderer.go fix: Fix `needs` to work for upgrades and when selectors are provided (#922) 2019-11-02 14:04:16 +09:00
two_pass_renderer_test.go Update documentation and tests for .Values (#839) 2019-09-14 05:35:16 +02:00