- 01 Aug, 2016 1 commit
-
-
Adam Reese authored
-
- 29 Jul, 2016 1 commit
-
-
Matt Butcher authored
feat(helm,tiller): add --reuse-name flag to helm install
-
- 28 Jul, 2016 2 commits
-
-
Adam Reese authored
feat(kube): reap related resources on delete
-
Adam Reese authored
-
- 27 Jul, 2016 3 commits
-
-
Matt Butcher authored
This will allow helm install to re-use names for releases that were already deleted.
-
Seth Goings authored
chore(README): link to Semver 2 spec
-
Seth Goings authored
-
- 26 Jul, 2016 4 commits
-
-
Matt Butcher authored
fix(tiller): remove partials and empty manifests
-
Matt Butcher authored
This removes partials and empty manifests during the sortHooks operation. Doing so makes sortHooks the defacto place for sorting manifests, hooks, and partials. Closes #991
-
Adam Reese authored
fix(cmd): set description for inspect
-
Michelle Noorali authored
feat(*): add upgrade command and validations
-
- 25 Jul, 2016 18 commits
-
-
Matt Butcher authored
Add subcommands to inspect only chart or values
-
Adam Reese authored
-
Adam Reese authored
fix(cmd): ensure tiller is running for connection
-
Matt Butcher authored
fix(tiller): merge -f values correctly
-
Michelle Noorali authored
-
Michelle Noorali authored
I edited releaseMock as part of this PR
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Grantseltzer authored
Signed-off-by: Grantseltzer <grantseltzer@gmail.com>
-
Adam Reese authored
Fixes: https://github.com/kubernetes/helm/issues/981
-
Matt Butcher authored
feat(helm): support command-line values for install
-
Matt Butcher authored
fix(tiller): improve deletion error messages
-
Adam Reese authored
feat(ci): validate license block in source files
-
Adam Reese authored
-
Adam Reese authored
-
- 22 Jul, 2016 4 commits
-
-
Matt Butcher authored
Add support for specifying key/value pairs on the command line, instead of only in a YAML file. This currently accepts either command line pairs or a YAML file, but does not support combining the two. Closes #944
-
Adam Reese authored
feat(ci): run test coverage in parallel
-
Matt Butcher authored
This stops a repeat deletion from sending requests all the way to Kubernetes, and gives a clear error message when a deletion is requested on an already deleted resource. Relates to #972
-
Adam Reese authored
``` ./scripts/coverage.sh 37.25s user 4.15s system 144% cpu 28.615 total ``` ``` ./scripts/coverage.sh 47.96s user 6.77s system 567% cpu 9.647 total ```
-
- 21 Jul, 2016 6 commits
-
-
Matt Butcher authored
fix(tiller): provide filename when YAML is bad
-
Matt Butcher authored
feat(helm): add 'helm inspect'
-
Matt Butcher authored
This makes the template system less tolerant in the name of detecting YAML parse errors before things are sent to Kubernetes. It returns a more detailed error message when a template creates a manifest which is not valid YAML. Closes #957
-
Matt Butcher authored
This basic version of helm inspect displays the Chart.yaml and values.yaml files on STDOUT. Closes #967
-
Matt Butcher authored
This fixes a bug in which passed-in values files were not correctly merged into the chart's default values YAML data. I believe it also fixes some other prioritization bugs in values merging. The existing unit test was wrong (see TestCoalesceValues). It is fixed now. Also added more tests to simulate issue #971. In the course of writing this, I removed some vestigial code as mentioned in #920. Closes #971 Closes #920
-
Matt Butcher authored
docs(README): update README with basic information
-
- 20 Jul, 2016 1 commit
-
-
Matt Butcher authored
The README reflected an earlier stage of project development. This update gives more useful "Why Helm?" documentation at the top, and updates several of the instructions to be more reflective of current status.
-