- 17 Apr, 2017 1 commit
-
-
Sushil Kumar authored
Fixes issues/2276: helm dependency list hangs if run on large directory
-
- 13 Apr, 2017 8 commits
-
-
Matt Butcher authored
Exposes repository-URLs as flags on helm init command
-
Matt Butcher authored
Expose tiller server metrics to prometheus
-
Sushil Kumar authored
-
Sushil Kumar authored
Fixes issues/2272 stable-repository-url is currently hard-coded for helm init, so if a user wants to make a different intranet repository as stable repo, only option left is to first do an init, followed by repo delete and repo add.
-
Taylor Thomas authored
chartutil create ingress example
-
Matt Butcher authored
clarify helm serve's intent
-
Matt Butcher authored
fix(tiller): ignore empty YAML documents during delete
-
sadlil authored
-
- 12 Apr, 2017 14 commits
-
-
Matthew Fisher authored
A lot of community members are looking at `helm serve` as a production webserver to host their charts. There are much better solutions out there like s3, wabs or gcs for cloud storage and nginx, haproxy or apache for DIY dedicated web servers. Steering users in the right direction will help users make the right decision when it comes to serving their charts in production.
-
Matt Butcher authored
Closes #2256
-
Matt Butcher authored
fix(helm): fix nil pointer in requirements.go
-
Adam Reese authored
fix(scripts): don't include plugins for generating docs
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
docs(*): Add ci script to confirm docs are up to date with commits
-
Christoph Blecker authored
-
Christoph Blecker authored
-
Matt Butcher authored
This fixes a segfault that was the result of assigning to a property of a nil pointer. Closes #2244
-
Serguei Bezverkhi authored
* tiller_fix_2261 * fix(tiller) 2261 Increase maxMsgSize to 20MB
-
Adam Reese authored
fix(helm): correct import for apps api
-
Adam Reese authored
* cleanup named imports
-
Adam Reese authored
ref(*): kubernetes v1.6
-
- 11 Apr, 2017 10 commits
-
-
Matt Butcher authored
feat(tiller): support version constraint on chart
-
Matt Butcher authored
fix(helm): remove duplicate commands
-
Matt Butcher authored
docs(related): add note about helm-plugin GitHub tag
-
Adam Reese authored
Rebase on kubernetes v1.6
-
Adam Reese authored
fix(init): use ImagePullPolicy Always for canary installs
-
Adam Reese authored
fixes: #2155
-
Taylor Thomas authored
Added release-name to helm delete error
-
Sushil Kumar authored
Fixes https://github.com/kubernetes/helm/issues/2251 In case a user tries to delete a non-existent release, the error message displayed was missing release-name.
-
Taylor Thomas authored
Add note about gopath in developer docs
-
Taylor Thomas authored
Fixes hard-coded linux based file-separator
-
- 10 Apr, 2017 2 commits
-
-
Sushil Kumar authored
Fixes https://github.com/kubernetes/helm/issues/2254
-
Dan Bode authored
Added a note that helm needs to be in a specific directory path in order for it to be compiled.
-
- 09 Apr, 2017 2 commits
-
-
Scott Rigby authored
-
Scott Rigby authored
-
- 08 Apr, 2017 1 commit
-
-
Adam Reese authored
ref(plugin): cleanup unused functions
-
- 07 Apr, 2017 2 commits
-
-
Matt Butcher authored
-
Matt Butcher authored
Replaced InstallRelease with InstallReleaseFromChart in cmd/install.go
-