1. 21 Jul, 2016 1 commit
    • Matt Butcher's avatar
      fix(tiller): merge -f values correctly · 95eeba38
      Matt Butcher authored
      This fixes a bug in which passed-in values files were not correctly
      merged into the chart's default values YAML data. I believe it also
      fixes some other prioritization bugs in values merging.
      
      The existing unit test was wrong (see TestCoalesceValues). It is
      fixed now. Also added more tests to simulate issue #971.
      
      In the course of writing this, I removed some vestigial code as
      mentioned in #920.
      
      Closes #971
      Closes #920
      95eeba38
  2. 12 Jul, 2016 1 commit
  3. 07 Jul, 2016 1 commit
    • Matt Butcher's avatar
      fix(engine): change template naming · 73a28902
      Matt Butcher authored
      Template paths were relative to the chart that contained them, which
      meant that all templates were named 'template/SOMETHING'. This made it
      trivially easy to hit namespace collisions as in #933.
      
      Template path names are essentially opaque strings so this patch simply
      changes them to be qualified by parent chart.
      73a28902
  4. 28 Jun, 2016 1 commit
    • Matt Butcher's avatar
      feat(tiller): add .Template object in templates · 532f03ec
      Matt Butcher authored
      This allows templates to access information about the template file.
      Right now, the template can only access the .Template.Name, which is the
      chart-relative path to the current template.
      
      Closes #894
      532f03ec
  5. 24 Jun, 2016 5 commits
  6. 22 Jun, 2016 1 commit
  7. 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
  8. 13 Jun, 2016 1 commit
  9. 09 Jun, 2016 2 commits
  10. 07 Jun, 2016 2 commits
  11. 04 May, 2016 1 commit
    • Matt Butcher's avatar
      feat(helm, tiller): implement k8s portion of install · 6db7c39b
      Matt Butcher authored
      This commit finally ties `helm install` together with the Kubernetes
      client library to make an end-to-end trip.
      
      There were several small fixes to go on both client and server side,
      along with some changes to proto to support better error reporting.
      
      The alpine chart has been updated to exhibit how the new Helm works.
      6db7c39b
  12. 28 Apr, 2016 1 commit
  13. 22 Apr, 2016 1 commit
  14. 21 Apr, 2016 2 commits
  15. 18 Apr, 2016 1 commit
  16. 13 Apr, 2016 2 commits
  17. 12 Apr, 2016 2 commits