1. 15 Dec, 2016 2 commits
  2. 22 Nov, 2016 1 commit
  3. 25 Oct, 2016 1 commit
  4. 17 Oct, 2016 1 commit
    • Matt Butcher's avatar
      docs(*): refresh docs · 627c59d1
      Matt Butcher authored
      This refreshes docs, as discussed in #719, and adds a few new sections
      to the docs.
      
      Closes #719
      627c59d1
  5. 12 Oct, 2016 1 commit
    • Matt Butcher's avatar
      fix(helm): ignore dotfiles in charts/ directories · 2388e715
      Matt Butcher authored
      This causes 'helm dep [up|install]' to ignore files in charts/ that
      start with either a dot or an underscore. It also changes the
      chartloader to ignore those files.
      
      Also, if a 'helm dep up' does not find a charts/ directory, it creates
      one.
      
      Closes #1342
      2388e715
  6. 07 Oct, 2016 2 commits
  7. 28 Sep, 2016 1 commit
  8. 23 Sep, 2016 1 commit
  9. 22 Aug, 2016 1 commit
  10. 19 Aug, 2016 1 commit
  11. 18 Aug, 2016 1 commit
  12. 17 Aug, 2016 1 commit
  13. 01 Aug, 2016 1 commit
  14. 19 Jul, 2016 1 commit
  15. 15 Jul, 2016 1 commit
  16. 11 Jul, 2016 1 commit
  17. 05 Jul, 2016 1 commit
  18. 23 Jun, 2016 1 commit
  19. 22 Jun, 2016 1 commit
  20. 14 Jun, 2016 1 commit
    • Matt Butcher's avatar
      feat(chartutil): support global variables · 60f5341b
      Matt Butcher authored
      This provides support for "global" variables. It does this by
      declaring "global" to be a special namespace. It then copies this
      namespace into every subchart, coalescing it into any "global"
      namespace found there.
      
      The net result is that if "global.foo" is set in the YAML file, it
      will be available to every chart/subchart as ".global.foo" regardless of
      where that chart is in the subchart tree.
      60f5341b
  21. 08 Jun, 2016 1 commit
  22. 07 Jun, 2016 1 commit
  23. 06 Jun, 2016 1 commit
  24. 26 May, 2016 1 commit
  25. 16 May, 2016 1 commit
  26. 28 Apr, 2016 1 commit
  27. 27 Apr, 2016 2 commits