1. 05 May, 2017 9 commits
  2. 04 May, 2017 1 commit
  3. 02 May, 2017 1 commit
  4. 01 May, 2017 3 commits
  5. 27 Apr, 2017 1 commit
  6. 21 Apr, 2017 1 commit
  7. 20 Apr, 2017 1 commit
  8. 18 Apr, 2017 3 commits
  9. 16 Apr, 2017 1 commit
    • Gergo Huszty's avatar
      Pluggable downloaders. Closes #2093, #2094. · b4ca198c
      Gergo Huszty authored
      It is now possible to create plugins with chart download capabilities for custom, non-http protocols.
      Furthermore it is possible to reuse helm packages to implement alternative clients with these custom downloader functions.
      b4ca198c
  10. 13 Apr, 2017 2 commits
  11. 12 Apr, 2017 1 commit
    • Matthew Fisher's avatar
      clarify helm serve's intent · 43b393f6
      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.
      43b393f6
  12. 11 Apr, 2017 3 commits
  13. 07 Apr, 2017 2 commits
  14. 06 Apr, 2017 1 commit
    • Adam Reese's avatar
      feat(helm): add plugin management commands · 51b8d8a6
      Adam Reese authored
      Add plugin management subcommands for installing and removing plugins
      to `$HELM_HOST/plugins`.
      
      Install accepts a vcs url or a local directory.
      
      ```
      $ helm plugin install http://github.com/adamreese/helm-env
      Installed plugin: env
      
      $ helm plugin list
      NAME    	VERSION	DESCRIPTION
      env     	0.1.0  	Print out the helm environment.
      
      $ helm plugin remove env
      Removed plugin: env
      ```
      
      closes #1977
      51b8d8a6
  15. 04 Apr, 2017 2 commits
  16. 03 Apr, 2017 2 commits
  17. 31 Mar, 2017 1 commit
    • Steven E. Harris's avatar
      Separate manifests with document boundary markers · da950c5c
      Steven E. Harris authored
      In order to allow the stream emitted by "helm init --debug" to be fed
      back into "kubectl create/apply -f", use YAML starting and ending
      document boundary markers instead of blank lines to separate the
      individual manifests.
      da950c5c
  18. 30 Mar, 2017 1 commit
  19. 25 Mar, 2017 1 commit
  20. 24 Mar, 2017 1 commit
  21. 22 Mar, 2017 1 commit
  22. 16 Mar, 2017 1 commit