1. 10 May, 2018 1 commit
  2. 21 Jun, 2017 1 commit
  3. 05 Jun, 2017 1 commit
  4. 23 May, 2017 1 commit
  5. 03 Apr, 2017 1 commit
  6. 31 Mar, 2017 1 commit
  7. 29 Mar, 2017 1 commit
  8. 08 Mar, 2017 1 commit
  9. 04 Mar, 2017 1 commit
    • libesz's avatar
      Fixing pkg->cmd call by moving helmpath under /pkg · 024fc5c8
      libesz authored
      When downloader package moved to under /pkg, helmpath functions got called still from it, while it is under /cmd. This commit fixes the issue by moving helmpath after the downloader to have only cmd->pkg and pkg->pkg calls.
      024fc5c8
  10. 13 Feb, 2017 4 commits
  11. 11 Feb, 2017 1 commit
    • Justin Scott's avatar
      feat(helm): add conditions and tags · 8ef733ca
      Justin Scott authored
      This feature adds the ability to selectively control the loading of charts using entries in top chart's values.
      When 'helm install --set tags.mytag=true', charts with that tag will be enabled unless disabled in parent by condition.
      When 'helm install --set mychart.enabled=true', charts with that yaml path specified will be enabled.
      
      Closes #1837
      8ef733ca
  12. 10 Feb, 2017 1 commit