- 18 Jun, 2017 1 commit
-
-
Gary Lucas authored
typo
-
- 17 Jun, 2017 1 commit
-
-
Taylor Thomas authored
docs: Fix typo in command line
-
- 16 Jun, 2017 1 commit
-
-
Julien Balestra 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 8 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
-
Taylor Thomas authored
docs(helm): add armada to the additional tools readme
-
Taylor Thomas authored
chore(ci): bump go 1.8.3
-
- 07 Jun, 2017 12 commits
-
-
Brandon B. Jozsa authored
-
Matt Butcher authored
(docs) - add best practices for running tiller in namespaces
-
Christoph Blecker authored
-
Lachlan Evenson authored
-
Matt Butcher authored
Rename index.md to README.md
-
Taylor Thomas authored
fix(tests): Fixes broken unit test
-
Lachlan Evenson authored
-
Adam Reese authored
fix(helm): helm home print to stdout
-
Matt Butcher authored
docs(chart_template_guide): remove discussion of blocks
-
Adam Reese authored
cobra prints to stderr by default
-
Taylor Thomas authored
First alias would be dependency rename
-
Taylor Thomas authored
The new unit test was not passing an explict subcommand arg to the root command in the unit test.
-
- 06 Jun, 2017 11 commits
-
-
Matt Butcher authored
Allow updating chart dependencies when packaging a chart
-
Sushil Kumar authored
-
Matt Butcher authored
There are a lot of weird edge cases when using blocks inside of charts, and we have been telling users to avoid using them for the last six months. This just removes the documentation about them. It also adds a warning about why blocks should not be used.
-
Taylor Thomas authored
fix(helm): Ensures tiller pod lands on a linux node
-
Matt Butcher authored
fix(tiller): make GetReleaseContent return any release
-
Matt Butcher authored
fix(helm): remove unnecessary values merge in processImportValues
-
Taylor Thomas authored
Without a node selector to ensure that tiller deploys on a linux node, the tiller pod can have issues starting in a mixed cluster. Fixes #2420
-
Taylor Thomas authored
fix(helm): modify `helm repo update` help info
-
willise authored
The former help info may cause misunderstanding that this command can update content of charts existing in remote respositories while it does pull charts' info from remote repositories. This trivial modification leads better understanding.
-
Michelle Noorali authored
-
Michelle Noorali authored
resolves #2290
-