- 03 Aug, 2017 1 commit
-
-
Michelle Noorali authored
* closes #2224
-
- 25 Jul, 2017 2 commits
-
-
Steven E. Harris authored
ref(pkg/chartutil): replace use of 'fmt.Efforf'
-
Taylor Thomas authored
docs(fix): fixed misspelled word
-
- 24 Jul, 2017 5 commits
-
-
gardlt authored
- updated helm_test.md
-
Matt Butcher authored
fix(tiller): remove locking system from storage and rely on backend
-
Matt Butcher authored
remove tiller/environment dependency from plugin package
-
Steven E. Harris authored
ref(pkg/chartutil): decrease map lookups
-
Matt Butcher authored
Include "seh" as a Helm project maintainer and reviewer
-
- 21 Jul, 2017 3 commits
-
-
Steven E. Harris authored
-
Taylor Thomas authored
feat(2063): Better 'helm list' visibility into state of pending upgrades
-
Taylor Thomas authored
Fixing typos in requirements.yaml part
-
- 20 Jul, 2017 6 commits
-
-
Sam Leavens authored
Reduce comment spacing to single tab.
-
Sam Leavens authored
Make comment for PathValue more explanatory.
-
Sam Leavens authored
Fix inverted equaility check and update error message.
-
Sam Leavens authored
Move comment out of test. Move ref location in test.
-
Sam Leavens authored
Capitalize "yaml" in error message. Remove empty var from test error message.
-
Sam Leavens authored
Decrease map lookups in `chartutil.coalesceValues` and move comment to unit test. Closes #2663
-
- 19 Jul, 2017 2 commits
-
-
Justin Scott authored
Tiller currently hangs indefinitely when deadlocks arise from certain concurrent operations. This commit removes the nested mutex locking system from pkg/Storage and relies on resource contention controls in k8s. Closes #2560
-
Sam Leavens authored
'fmt.Errorf' is unnecessary when checking for 0 length path in Values.PathValue due to the lack of formatting. Add test covering changes.
-
- 16 Jul, 2017 1 commit
-
-
Miguel David authored
-
- 14 Jul, 2017 3 commits
-
-
Adam Reese authored
fix(helm): fix flag parsing once and for all
-
Adam Reese authored
-
Adam Reese authored
-
- 13 Jul, 2017 3 commits
-
-
Aishwarya Thangappa authored
-
Aishwarya Thangappa authored
-
Fabian Ruff authored
-
- 12 Jul, 2017 6 commits
-
-
Aishwarya Thangappa authored
-
Aishwarya Thangappa authored
-
Aishwarya Thangappa authored
-
Aishwarya Thangappa authored
-
Taylor Thomas authored
fix(dep): Fixes out of date dependency info
-
Taylor Thomas authored
-
- 11 Jul, 2017 8 commits
-
-
Taylor Thomas authored
The help text for `helm dep` contained out of date info about referring to a chart repo by name vs. URL.
-
Matt Butcher authored
fix(helm): fix `helm get` subcommands
-
Matt Butcher authored
This correctly sets up the tunnel for `helm get values`, `helm get manifest`, and `helm get hooks`. Closes #2617
-
Adam Reese authored
fix(helm): support HELM_HOME during plugin loading
-
Adam Reese authored
fix(tests): fix sorting hooks test flake
-
Adam Reese authored
closes #2630
-
Adam Reese authored
-
Adam Reese authored
fix(helm): load home from flags during runtime
-