1. 23 Dec, 2016 1 commit
  2. 22 Dec, 2016 1 commit
  3. 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
  4. 20 Dec, 2016 3 commits
  5. 19 Dec, 2016 2 commits
  6. 18 Dec, 2016 1 commit
  7. 17 Dec, 2016 2 commits
  8. 16 Dec, 2016 1 commit
  9. 15 Dec, 2016 3 commits
  10. 14 Dec, 2016 1 commit
  11. 13 Dec, 2016 1 commit
  12. 09 Dec, 2016 2 commits
  13. 07 Dec, 2016 1 commit
  14. 05 Dec, 2016 1 commit
  15. 01 Dec, 2016 4 commits
  16. 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.
      Unverified
      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
      Unverified
      fad755e7
  17. 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
      Unverified
      6a1aab7f
  18. 22 Nov, 2016 1 commit
  19. 18 Nov, 2016 1 commit
  20. 17 Nov, 2016 1 commit
  21. 16 Nov, 2016 1 commit
  22. 15 Nov, 2016 2 commits
  23. 14 Nov, 2016 2 commits
  24. 07 Nov, 2016 1 commit
  25. 04 Nov, 2016 2 commits
  26. 01 Nov, 2016 1 commit