1. 18 Apr, 2018 1 commit
  2. 11 Apr, 2018 1 commit
  3. 27 Mar, 2018 1 commit
  4. 20 Mar, 2018 1 commit
  5. 30 Dec, 2017 1 commit
  6. 10 Nov, 2017 1 commit
  7. 30 Oct, 2017 1 commit
  8. 06 Oct, 2017 1 commit
  9. 24 Aug, 2017 1 commit
    • xuhaigang's avatar
      Fix(helm): Fix the bug of dependency update deleting subcharts · 4ffb9dfb
      xuhaigang authored
      In Helm 2.6.0, the new delete feature that deletes old versions of
      charts is deleting subcharts that aren't in requirements.yaml.
      In this patch, I judge the dependency whether it is included in the
      requirements.yaml before deleting it.
      
      Closes #2830
      4ffb9dfb
  10. 10 Aug, 2017 1 commit
    • Maciej Kwiek's avatar
      Delete old deps after chart deps are updated · 9c4bb146
      Maciej Kwiek authored
      This change changes the order of operations in
      pkg/downloader.Manager.downloadAll
      
      Old charts are moved to tmp directory which is restored in case any
      dependency update fails. Otherwise tmp dir is deleted.
      9c4bb146
  11. 05 Jul, 2017 1 commit
  12. 26 May, 2017 1 commit
    • Matt Butcher's avatar
      fix(helm): prepend repo URL to packages missing scheme · 4c6a7cf7
      Matt Butcher authored
      When a repository is generated without --url, the packages in that
      repository do not have FQDNs. In this case, the URL prefix (FQDN plus
      base path) should be derived from the repository's base URL. This seems
      to be a regression that crept in around Helm 2.2.0. This is now fixed.
      
      Closes #2315
      Closes #2510
      Unverified
      4c6a7cf7
  13. 17 May, 2017 1 commit
  14. 06 May, 2017 1 commit
  15. 01 May, 2017 1 commit
    • Matt Butcher's avatar
      ref(getter): flatten the getter package tree · bd02f393
      Matt Butcher authored
      This flattens the getter package tree, adds tests, and changes a little
      bit of the terminology to follow Go idioms. This also makes much of the
      getter API private to begin with. This will give us more flexibility in
      the future.
      Unverified
      bd02f393
  16. 16 Apr, 2017 1 commit
    • Gergo Huszty's avatar
      Pluggable downloaders. Closes #2093, #2094. · b4ca198c
      Gergo Huszty authored
      It is now possible to create plugins with chart download capabilities for custom, non-http protocols.
      Furthermore it is possible to reuse helm packages to implement alternative clients with these custom downloader functions.
      b4ca198c
  17. 03 Apr, 2017 1 commit
  18. 29 Mar, 2017 1 commit
  19. 08 Mar, 2017 1 commit
  20. 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
  21. 25 Feb, 2017 1 commit
  22. 24 Feb, 2017 1 commit
  23. 15 Feb, 2017 1 commit
  24. 13 Feb, 2017 3 commits
  25. 10 Feb, 2017 1 commit