- 08 Jun, 2017 3 commits
-
-
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
-
- 05 Jun, 2017 12 commits
-
-
Sushil Kumar authored
-
Sushil Kumar authored
Added -u flag that would cause helm dep up before running helm package Fixes https://github.com/kubernetes/helm/issues/2128
-
Sushil Kumar authored
-
Sushil Kumar authored
``` - name: <dependency-chart-name> alias: <alias-name-to-be-used> version: <dependency-chart-version> repository: <dependency-chart-version> ```
-
Sushil Kumar authored
Fixes https://github.com/kubernetes/helm/issues/2508
-
Matt Butcher authored
For some reason, GetReleaseContent was configured to return the latest release only if it is in state DEPLOYED. But a release with a version is returned regardless of release. This made it really hard to debug failed releases, even though we have the data to show. Closes #2525
-
Adam Reese authored
fix(helm): fix race conditions in flag parsing
-
Matt Butcher authored
fix(helm): prepend repo URL to packages missing scheme
-
Matt Butcher authored
fix(2452): sort templates before parse
-
Matt Butcher authored
docs(helm): fix typo
-
Matt Butcher authored
adjust the check parameter order for uninstall
-
willise authored
-
- 03 Jun, 2017 1 commit
-
-
devinyan authored
-
- 02 Jun, 2017 1 commit
-
-
Taylor Thomas authored
fix(docs): A couple spelling mistakes on chart_tests.md
-