- 16 Nov, 2017 2 commits
-
-
Matthew Fisher authored
-
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
-
-
Matthew Fisher authored
Update related.md with new helm-github plugin
-
- 14 Nov, 2017 1 commit
-
-
Stephen McQuaid authored
Add helm-github plugin to list in documentation
-
- 11 Nov, 2017 1 commit
-
-
Taylor Thomas authored
Update best practices on imagePullPolicy
-
- 09 Nov, 2017 2 commits
-
-
Taylor Thomas authored
Add previous namespace mismatch warning
-
Franz Beltran authored
Setting the value of `imagePullPolicy` should be aligned to what `helm create` does
-
- 08 Nov, 2017 3 commits
-
-
Matthew Fisher authored
fix(helm): home env not set on Windows
-
Pietro Menna authored
-
Pietro Menna authored
When setting $HELM_HOME, only $HOME was considered. This variable is not always present on Windows.
-
- 07 Nov, 2017 4 commits
-
-
Alexander Lukyanchenko authored
-
Justin Scott authored
docs(helm): Correct --set to --override in helm init example
-
Justin Scott authored
-
Adam Reese authored
fix(tiller): upgrade last deployed release
-
- 03 Nov, 2017 4 commits
-
-
Adam Reese authored
Fixes #2437 Two bugs were causing this behavior - Tiller was marking the previous release superseded when an upgrade failed. - Upgrade was diffing against failed releases
-
Matthew Fisher authored
Documentation on RBAC privileges needed for a helm client
-
Michael Venezia authored
-
Michael Venezia authored
-
- 02 Nov, 2017 2 commits
-
-
Matthew Fisher authored
use the latest version of Go/Glide
-
Matthew Fisher authored
feat(helm): adding kubeconfig flag
-
- 01 Nov, 2017 6 commits
-
-
Matthew Fisher authored
Fix for relative chart path support in index.yaml
-
Matthew Fisher authored
use 127.0.0.1 instead of localhost
-
Matthew Fisher authored
fix(docs): fix code comment for ReuseValues()
-
Matt Tucker authored
-
gardlt authored
-
Matthew Fisher authored
-
- 31 Oct, 2017 8 commits
-
-
Matthew Fisher authored
Update related.md
-
Valentin Tjoncke authored
Add helm-gcs plugin
-
Matthew Fisher authored
feat(tiller): exposes port 44135 in tiller deployment
-
Matthew Fisher authored
feat(helm): Automatically execute helm dep up when charts are in requirements.yaml but not in charts
-
Ivan Pedrazas authored
Tiller exposes probes and metrics in 44135. Because tiller doesn't expose that port and does not contain any Prometheus annotations, making Prometheus scrape tiller is a bit more complex. Closes #2985
-
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
-
Taylor Thomas authored
docs(chart): add notes regarding `.helmignore` and `.Files`
-
Taylor Thomas authored
docs(templates): fix misleading/broken examples
-
- 30 Oct, 2017 6 commits
-
-
Matthew Fisher authored
Allow to specify socket for rudder grpc server
-
Joan Rieu authored
-
Joan Rieu authored
-
Joan Rieu authored
-
Adam Reese authored
feat(search): Expose AppVersion in search results
-
Matthew Fisher authored
Fix typo for --service-account
-