- 11 Jul, 2017 10 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
-
Adam Reese authored
-
Taylor Thomas authored
Fix a bug causing 'helm depndency update' to delete required charts
-
- 10 Jul, 2017 10 commits
-
-
Steven E. Harris authored
ref(tests): simplify kind sorter test
-
Steven E. Harris authored
Add the "APIService" kind to the installation sort order
-
Aaron Schlesinger authored
-
Adam Reese authored
-
Adam Reese authored
fix(docs): run docs generator
-
Adam Reese authored
-
Adam Reese authored
fix(semver): Prerelease number comparison issues
-
Matt Farina authored
In prerelease numbers there was the potential for number comparison issues. For example, 99 being greater than 103. This is now fixed.
-
Steven E. Harris authored
feat(helm): add -a flag to 'helm list'
-
Maciej Strzelecki authored
There's 'helm get values -a' already. I always try to use 'helm list -a' spontaneously.
-
- 07 Jul, 2017 7 commits
-
-
Taylor Thomas authored
Allow deletion of a previous values file key
-
Scott Rigby authored
-
Scott Rigby authored
Test that the coalesced key is properly removed for all YAML null syntax options, but not for empty string
-
Scott Rigby authored
- Note that this covers all YAML null syntax options: ref: http://yaml.org/type/null.html - Note that we do a nil comparison because the encoding/yaml package parses YAML properly and any variation of null, Null, NULL, or ~ is converted to nil by the time we get here.
-
Adam Reese authored
feat(*): use kubernetes 1.7
-
Adam Reese authored
-
Matt Butcher authored
Adds charts in "charts\" directory to dependencies
-
- 06 Jul, 2017 1 commit
-
-
Aaron Schlesinger authored
This ensures that APIService resources are installed last and uninstalled first
-
- 05 Jul, 2017 1 commit
-
-
Alon Lavi authored
-
- 02 Jul, 2017 2 commits
-
-
Steven E. Harris authored
Remove mention of the Service type from the ingress documentation
-
Ilya Semenov authored
-
- 29 Jun, 2017 9 commits
-
-
Matt Butcher authored
Capitalize 'helm' text in init.go.
-
Justin Scott authored
-
Taylor Thomas authored
[scripts/get] makes sudo an optional dependency
-
Steven E. Harris authored
feat(helm): Correct capitalization and punctuation for all user facing text
-
Matt Butcher authored
ref(helm): consolidate vars() function
-
Tony Fahrion authored
$EUID is readonly, so it should be save to test against it. Thanks for the tip @thomastaylor312 !
-
Taylor Thomas authored
Reduce indent in code block
-
Taylor Thomas authored
Remove confusing 'if' from install.md
-
Taylor Thomas authored
charts.md updates
-