- 19 Dec, 2017 1 commit
-
-
Gabriel Miretti authored
-
- 13 Dec, 2017 1 commit
-
-
Julian authored
* Add "--namespace" to helm lint Keep lint syntax as close as possible to "helm install" resp. "helm upgrade", so that one only needs to change the command. See #2036 * Align lintCmd struct * Add "--set" and "--values" to helm lint Keep lint syntax as close as possible to "helm install" resp. "helm upgrade", so that one only needs to change the command. Closes #2495,#2036 * Reuse strict parameter, when rendering during lint We want to see the rendering fail, if we missed a value, so we reuse "--strict". See #2495,#2036 * Fix lint unit test See #2495,#2036 * Update docs
-
- 12 Dec, 2017 1 commit
-
-
Matt Farina authored
-
- 11 Dec, 2017 1 commit
-
-
Luk Burchard authored
-
- 06 Dec, 2017 1 commit
-
-
Ralph Squillace authored
* first staging * Filled out RBAC and TLS * Finished draft. * smoothing * gRPC endpoint tooling moved up and cleaned * updating install.md * addressed comments; will continue expanding and iterating
-
- 05 Dec, 2017 1 commit
-
-
Tim H authored
Address documentation issue raised in #2759
-
- 27 Nov, 2017 1 commit
-
-
Matthew Fisher authored
-
- 26 Nov, 2017 1 commit
-
-
Ralph Squillace authored
-
- 24 Nov, 2017 1 commit
-
-
Arash Deshmeh authored
When 'helm package --app-version foo' is run, this will set the AppVersion field to 'foo' in the packaged chart. Signed-off-by:
Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 23 Nov, 2017 2 commits
-
-
Igor Vuk authored
-
Mark Gibaud authored
-
- 22 Nov, 2017 5 commits
-
-
Christoph Hösler authored
-
Matthew Fisher authored
-
Matthew Fisher authored
-
Christoph Hösler authored
-
omkensey authored
Document chart best practices related to RBAC. Fixes #3098.
-
- 21 Nov, 2017 3 commits
-
-
Matt Butcher authored
This puts pointers to RBAC and TLS docs in the quickstart guide.
-
Rajat Jindal authored
* support output-dir when running 'helm template' * add --output-dir to documentation * when writing to file, dont add additional document * trigger another ci build. make test-unit works for me * dont write blank files * return err instead of panic
-
Sebastien Plisson authored
* docs(helm): Document how to update a release idempotently To use the same command when installing and upgrading a release, using helm upgrade with '--install' works. Closes #3134 * Upgrade instead of update
-
- 20 Nov, 2017 1 commit
-
-
Michelle Noorali authored
-
- 16 Nov, 2017 1 commit
-
-
Matt Butcher authored
* fix(helm): add TLS params back During a recent refactor, several TLS flags stopped being processed for a few of the commands. This fixes those commands, and documents how to set up TLS. * fix(tiller): add stricter certificate verification The older version of Tiller allowed a weaker set of certificate checks than we intended. This version requires a client certificate, and then requires that that certificate be signed by a known CA. This works around the situation where a user could provide a self-signed certificate.
-
- 15 Nov, 2017 1 commit
-
-
Denis Mikhaylov authored
-
- 14 Nov, 2017 1 commit
-
-
Stephen McQuaid authored
Add helm-github plugin to list in documentation
-
- 09 Nov, 2017 1 commit
-
-
Franz Beltran authored
Setting the value of `imagePullPolicy` should be aligned to what `helm create` does
-
- 08 Nov, 2017 1 commit
-
-
Pietro Menna authored
-
- 07 Nov, 2017 1 commit
-
-
Justin Scott authored
-
- 03 Nov, 2017 2 commits
-
-
Michael Venezia authored
-
Michael Venezia authored
-
- 01 Nov, 2017 1 commit
-
-
gardlt authored
-
- 31 Oct, 2017 2 commits
-
-
Valentin Tjoncke authored
Add helm-gcs plugin
-
xuhaigang authored
feat(helm): Add a flag --dep-up that helm install will automatically execute helm dep up when charts are in requirements.yaml but not in charts If checkdependencies returns an error, we can start download the charts which are not in charts. Closes #2879
-
- 30 Oct, 2017 4 commits
-
-
Joan Rieu authored
-
Joan Rieu authored
-
Joan Rieu authored
-
Simon Schmidt authored
-
- 29 Oct, 2017 2 commits
- 25 Oct, 2017 3 commits
-
-
Neil Moore authored
-
Neil Moore authored
-
Gabriel Miretti authored
-