- 07 Jul, 2017 1 commit
-
-
Matt Butcher authored
Adds charts in "charts\" directory to dependencies
-
- 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 4 commits
-
-
Taylor Thomas authored
Fixed helm test sample.
-
William Denniss authored
The current sample doesn't work as documented. New sample based on https://github.com/kubernetes/charts/pull/1156.
-
Michelle Noorali authored
ref(helm): make FakeReleaseClient public
-
Taylor Thomas authored
Update standard label docs
-
- 22 Jun, 2017 11 commits
-
-
Reinhard Nägele authored
-
Sushil Kumar authored
Added more tests to test following comibnations of subcharts and requirements.yaml - [ ] subcharts not specified in requirements.yaml - [ ] some subcharts specified in requirements.yaml while others should be picked directly from "charts\" - [ ] all subcharts specified in requirements.yaml without alias - [ ] subcharts specified in requirements.yaml with alias is already tested
-
Matt Butcher authored
Update plugins.md
-
Y.W authored
* give an uniform check for release process * fixed as the review of adamreese: update the err message when releasename is empty and update the test units. * fixed as the review of bacongobbler: add more detail information to return message. the regex rule is added to the return message.
-
Reinhard Nägele authored
Align docs to what we currently recommend as best practices.
-
Matt Butcher authored
Fix markdown syntax in doc
-
Matt Butcher authored
Added omitempty to Requirements struct
-
Michelle Noorali authored
Update README with links to docs.helm.sh
-
Taylor Thomas authored
Improve chart examples
-
flynnduism authored
-
Michelle Noorali authored
-
- 21 Jun, 2017 3 commits
-
-
Sushil Kumar authored
Dependencies should be processed even if they are not added to requirements.yaml Fixes https://github.com/kubernetes/helm/issues/2599
-
Sushil Kumar authored
This was needed to get correct sha for requirements.yaml and requirements.lock Fixes https://github.com/kubernetes/helm/issues/2598
-
Yuvi Panda authored
-