1. 14 Nov, 2018 1 commit
  2. 29 Aug, 2018 3 commits
  3. 24 Aug, 2018 2 commits
    • Adam Reese's avatar
      4f26b658
    • Adam Reese's avatar
      ref(*): refactor chart/chartutil · f012940d
      Adam Reese authored
      ref(chartutil): move chart loading out of chartutil into new package
          add chart loader interface to allow lazy loading
      feat(chart): create chart accessors
      ref(*): cleanup requirements
      ref(tiller): remove optional template engines
      ref(tiller): simplify sorting releases and hooks
      ref(*): code simplification
      ref(hapi): move chart package out of hapi
      ref(chart): add requirements and lock to Chart struct
      f012940d
  4. 16 Jun, 2016 1 commit
  5. 14 Jun, 2016 1 commit
  6. 25 May, 2016 1 commit
  7. 20 May, 2016 1 commit
  8. 11 May, 2016 1 commit
  9. 10 May, 2016 1 commit
  10. 06 May, 2016 1 commit
  11. 02 May, 2016 1 commit
  12. 28 Apr, 2016 2 commits
  13. 22 Apr, 2016 1 commit
    • Brian's avatar
      feat(tiller): add initial tiller client for basic helm installs. · 7bc50a5d
      Brian authored
        1. install command loads chart archive.
        2. invokes helm api to transform the pkg/chart.Chart type
           to it's proto model.
        3. the client then establishes a connection to tiller.
        4. sends InstallReleaseRequest, receives InstallReleaseResponse.
      
      todo (for complete install):
        - walk pkg/chart.{Values,Deps,Templates} types and populate proto
          definitions for various apis/messages.
      7bc50a5d
  14. 21 Apr, 2016 1 commit
  15. 18 Apr, 2016 2 commits
  16. 15 Apr, 2016 1 commit
    • Matt Butcher's avatar
      feat(chart): add values parser · 619e1e2a
      Matt Butcher authored
      This adds code to parse TOML files into Values maps. These can then
      easily be passed into the template engine.
      
      Included in this is support for TOML "tables", subsections of TOML
      files. We will be using those to pass config data to dependent charts.
      619e1e2a
  17. 14 Apr, 2016 2 commits
  18. 06 Apr, 2016 1 commit
  19. 30 Mar, 2016 3 commits
  20. 29 Mar, 2016 1 commit
  21. 23 Mar, 2016 2 commits
  22. 22 Mar, 2016 1 commit
  23. 21 Mar, 2016 7 commits
  24. 19 Mar, 2016 2 commits