1. 26 Aug, 2016 1 commit
  2. 24 Aug, 2016 1 commit
    • Matt Butcher's avatar
      feat(helm): add --verify flag to commands · f1d07c3f
      Matt Butcher authored
      This adds the --verify and --keyring flags to:
      
      helm fetch
      helm inspect
      helm install
      helm upgrade
      
      Each of these commands can now make cryptographic verification a
      prerequisite for using a chart.
      f1d07c3f
  3. 22 Aug, 2016 2 commits
  4. 19 Aug, 2016 1 commit
  5. 18 Aug, 2016 1 commit
  6. 17 Aug, 2016 2 commits
  7. 08 Aug, 2016 1 commit
  8. 01 Aug, 2016 1 commit
  9. 20 Jul, 2016 1 commit
  10. 19 Jul, 2016 1 commit
  11. 15 Jul, 2016 1 commit
  12. 11 Jul, 2016 1 commit
  13. 06 Jul, 2016 1 commit
  14. 05 Jul, 2016 2 commits
  15. 29 Jun, 2016 1 commit
  16. 24 Jun, 2016 2 commits
  17. 23 Jun, 2016 3 commits
  18. 22 Jun, 2016 3 commits
  19. 21 Jun, 2016 1 commit
  20. 20 Jun, 2016 2 commits
    • Miguel Martinez's avatar
      New Chart linter structure · c2459c06
      Miguel Martinez authored
      Fixed tests
      
      Adding chart name linter
      
      Add lint error
      
      Moving to blocks
      
      Moving to method
      
      Moved lint rules to functions
      
      Semantic version validation
      
      Linting engine
      
      Adding sources and home validations
      
      Sharing file loading
      
      Sharing file loading
      
      Rolling back readme
      
      Rewriting other linters
      
      Fixing tests
      
      Typo
      
      Using chart.Metadata
      
      Fixing format
      
      Adding UNKNOWN in Engine
      
      Adding tabs
      
      Fixing tabs
      c2459c06
    • Matt Butcher's avatar
      docs(developer): update developer documentation · d3c39e09
      Matt Butcher authored
      Closes #840
      d3c39e09
  21. 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
  22. 13 Jun, 2016 1 commit
  23. 08 Jun, 2016 2 commits
  24. 07 Jun, 2016 3 commits
  25. 06 Jun, 2016 1 commit
  26. 02 Jun, 2016 1 commit
  27. 01 Jun, 2016 1 commit
  28. 26 May, 2016 1 commit