1. 15 Jan, 2017 1 commit
  2. 11 Jan, 2017 1 commit
  3. 10 Jan, 2017 1 commit
    • Matt Butcher's avatar
      feat(tiller): add {{.Capabilities}} object · cb0a6c7e
      Matt Butcher authored
      This adds the {{.Capabilities}} object to the template variables so that
      chart authors can write charts that are aware of teh Kubernetes
      capabilities of the current cluster.
      
      Closes #1608
      cb0a6c7e
  4. 09 Jan, 2017 1 commit
  5. 06 Jan, 2017 2 commits
  6. 05 Jan, 2017 1 commit
  7. 31 Dec, 2016 1 commit
  8. 29 Dec, 2016 1 commit
  9. 26 Dec, 2016 1 commit
  10. 23 Dec, 2016 2 commits
  11. 22 Dec, 2016 1 commit
  12. 21 Dec, 2016 1 commit
    • Steve Wilkerson's avatar
      docs(helm): change `trunc 24` in base charts · 141a401c
      Steve Wilkerson authored
      The upper limit for a chart name is 63 characters now instead of
      14 or 24 in older versions of Kubernetes. This replaces `trunc 24`
      in the example chart provided to `trunc 63` to reflect the new
      length available.
      
      Closes #1637
      141a401c
  13. 20 Dec, 2016 3 commits
  14. 19 Dec, 2016 2 commits
  15. 18 Dec, 2016 1 commit
  16. 17 Dec, 2016 2 commits
  17. 16 Dec, 2016 1 commit
  18. 15 Dec, 2016 3 commits
  19. 14 Dec, 2016 1 commit
  20. 13 Dec, 2016 1 commit
  21. 09 Dec, 2016 2 commits
  22. 07 Dec, 2016 1 commit
  23. 05 Dec, 2016 1 commit
  24. 01 Dec, 2016 4 commits
  25. 29 Nov, 2016 2 commits
    • Matt Butcher's avatar
      feat(helm): add command to generate documentation · aca9f86d
      Matt Butcher authored
      This adds a hidden 'helm doc' command that generates documentation out
      of the Helm help text.
      
      Currently it can create:
      
      - man pages for HELM(1)
      - Markdown documentation
      - bash autocompletions
      
      Those are the three built-ins for Cobra.
      
      The command is hidden so that it doesn't show up to the regular user,
      since this is really a specialized task. It has the advantage of making
      it trivially easy to install man pages and bash completion at installation time.
      aca9f86d
    • Matt Butcher's avatar
      feat(helm): add plugin system backend · fad755e7
      Matt Butcher authored
      This adds a backend for a plugin system.
      
      Closes #1572
      fad755e7
  26. 23 Nov, 2016 1 commit
    • Matt Butcher's avatar
      fix(helm): improve --set parser · 6a1aab7f
      Matt Butcher authored
      This replaces the old set parser with a brand new one. This also changes
      the internal algorithm from duplicating YAML to merging YAML, which
      might solve a problem one user reported in chat, but which was never
      captured in an issue.
      
      Closes #1540
      Closes #1556
      6a1aab7f
  27. 22 Nov, 2016 1 commit