helmfile/pkg
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
..
app fix: --state-values-set panic: value of type interface {} is not assignable to type string (#680) 2019-06-12 13:35:04 +09:00
argparser fix: helmDefaults.kubeContext ignored in `helm diff` of `helmfile apply` (#682) 2019-06-12 16:49:19 +09:00
environment feat: state values (#647) 2019-06-04 16:34:02 +09:00
event chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
helmexec fix: convert path to absolute path when doing `helm secret dec` (#664) 2019-06-10 21:43:20 +09:00
maputil feat: state values (#647) 2019-06-04 16:34:02 +09:00
remote feat: `helmfile -f <go-getter url>` (#670) 2019-06-11 14:28:50 +09:00
state fix: helmDefaults.kubeContext ignored in `helm diff` of `helmfile apply` (#682) 2019-06-12 16:49:19 +09:00
testhelper feat: remote state files (#648) 2019-06-04 22:59:54 +09:00
tmpl fix: --state-values-set panic: value of type interface {} is not assignable to type string (#680) 2019-06-12 13:35:04 +09:00