helmfile/pkg/state
KUOKA Yusuke 2e38f42a40
fix: helmDefaults.kubeContext ignored in `helm diff` of `helmfile apply` (#682)
The root cause of this bug was due to that `--kube-context` and `kubeContext` had been treated specifically in code. So on the way I have made it consistent with other per-release settings - by adding `kubeContext` for each release and treating `helmDefaults.kubeContext` as just the default value for per-release setting.

Fixes #674
2019-06-12 16:49:19 +09:00
..
chart_dependency.go Sort requirements alphabetically by name. (#659) 2019-06-06 12:30:22 +09:00
create.go fix: helmDefaults.kubeContext ignored in `helm diff` of `helmfile apply` (#682) 2019-06-12 16:49:19 +09:00
create_test.go feat: remote state files (#648) 2019-06-04 22:59:54 +09:00
environment.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
envvals_loader.go fix: --state-values-set panic: value of type interface {} is not assignable to type string (#680) 2019-06-12 13:35:04 +09:00
helmx.go feat: experimental integration with helm-x (#673) 2019-06-12 16:11:34 +09:00
release.go feat: make release version templatized (#671) 2019-06-11 21:52:54 +09:00
release_error.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
release_filters.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
state.go fix: helmDefaults.kubeContext ignored in `helm diff` of `helmfile apply` (#682) 2019-06-12 16:49:19 +09:00
state_exec_tmpl.go feat: state values (#647) 2019-06-04 16:34:02 +09:00
state_exec_tmpl_test.go feat: make release version templatized (#671) 2019-06-11 21:52:54 +09:00
state_run.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
state_test.go fix: helmDefaults.kubeContext ignored in `helm diff` of `helmfile apply` (#682) 2019-06-12 16:49:19 +09:00
storage.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
types.go feat: state values (#647) 2019-06-04 16:34:02 +09:00