- 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 4 commits
-
-
Christoph Hösler 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
-
- 24 Oct, 2017 1 commit
-
-
Matt Farina authored
Each maintainer can have an optional URL. There are seceral use cases for providing a URL instead of an email address: - The case where a maintainer wants to hide their email address behind a webform for personal security - When the maintainer is an organization and feedback should go to an issue queue This change: - Adds the proto field for url - Updates the generated files for the chart proto - Includes linting for the url - Updates the docs to include the url Closes #3056
-
- 20 Oct, 2017 4 commits
-
-
Michael Venezia authored
as requested
-
Michael Venezia authored
-
Jacob Tomlinson authored
There must be at least one subchart or template file, therefore the `charts` and `templates` directories are not strictly optional.
-
Johan Lyheden authored
-
- 18 Oct, 2017 2 commits
-
-
Drew Hunt authored
Tested: - Installing/deleting Chart - Chart upgrade and Chart rollback
-
John Iacona authored
Add explanation of persistence behavior of `--set`
-