1. 27 Apr, 2017 1 commit
  2. 25 Apr, 2017 3 commits
  3. 24 Apr, 2017 3 commits
  4. 21 Apr, 2017 2 commits
  5. 20 Apr, 2017 8 commits
  6. 19 Apr, 2017 4 commits
  7. 18 Apr, 2017 7 commits
  8. 17 Apr, 2017 1 commit
  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 8 commits
  11. 12 Apr, 2017 2 commits
    • 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
    • Matt Butcher's avatar
      fix(tiller): ignore empty YAML documents during delete · 573a8a19
      Matt Butcher authored
      Closes #2256
      573a8a19