- 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
-
- 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
-
- 28 Jun, 2017 6 commits
-
-
Santiago Suarez Ordoñez authored
-
Eugene Pirogov authored
-
Eugene Pirogov authored
-
Karolis Labrencis authored
The "if" might confuse reader
-
Tony Fahrion authored
Avoid using $* multiple times
-
Tony Fahrion authored
If the execution user is already the root user, this avoids requireing sudo to be installed within the environment. Which might helo in CI environments.
-
- 27 Jun, 2017 2 commits
-
-
Santiago Suarez Ordoñez authored
Updating docs to prioritize `requirements.yaml` over `charts/` directory. As `requirements.yaml` is the recommended strategy, let's document that first to make sure no one jumps the gun and goes ahead to implement manual deps via `charts/` just because they didn't read the whole section.
-
Justin Scott authored
-
- 26 Jun, 2017 2 commits
-
-
Justin Scott authored
-
Justin Scott authored
-
- 23 Jun, 2017 1 commit
-
-
Taylor Thomas authored
Fixed helm test sample.
-