- 29 Jun, 2017 1 commit
-
-
Taylor Thomas authored
charts.md updates
-
- 28 Jun, 2017 1 commit
-
-
Santiago Suarez Ordoñez authored
-
- 27 Jun, 2017 1 commit
-
-
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.
-
- 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 10 commits
-
-
Reinhard Nägele authored
-
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 2 commits
-
-
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
-
- 19 Jun, 2017 3 commits
-
-
Adam Reese authored
-
Sushil Kumar authored
* <chart>.tgz will now be downloaded to "$HELM_HOME/cache/archive" directory Fixes https://github.com/kubernetes/helm/issues/2142 * Added archive location to helm init
-
Taylor Thomas authored
Improve 'helm create'
-
- 18 Jun, 2017 2 commits
-
-
Gary Lucas authored
typo
-
Reinhard Nägele authored
-
- 17 Jun, 2017 1 commit
-
-
Taylor Thomas authored
docs: Fix typo in command line
-
- 16 Jun, 2017 3 commits
-
-
Julien Balestra authored
-
Reinhard Nägele authored
-
Reinhard Nägele authored
-
- 13 Jun, 2017 1 commit
-
-
Adam Reese authored
ref(tiller): cleanup goimports
-
- 12 Jun, 2017 4 commits
-
-
Matt Butcher authored
Added "tpl" template function
-
Adam Reese authored
-
Adam Reese authored
ref(tiller): refactor out cobra from tiller
-
Adam Reese authored
-
- 09 Jun, 2017 1 commit
-
-
Adam Reese authored
ref(helm): mix bag of syntax cleanup in cmd/helm
-
- 08 Jun, 2017 6 commits
-
-
Matt Butcher authored
feat(helm): support array index format for --set.
-
Adam Reese authored
-
Steven E. Harris authored
* Use versioned API types from the client-go library Wherever possible, use the k8s.io/client-go/kubernetes.Interface type in favor of the client-related types from package k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset The latter are still required by the kubectl "reaper" types used in the "installer" and "kube" packages. * Accept the default deployment replica count of one Don't bother requesting a single replica explicitly.
-
Matt Butcher authored
This adds support for specifying list position with an array index using `--set`. For example, this now works: `--set servers[0].port=8080`
-
Lukas Eichler authored
-
Michelle Noorali authored
fix(tiller): track hooks in multi-def manifests
-