1. 08 Sep, 2017 5 commits
  2. 07 Sep, 2017 3 commits
  3. 06 Sep, 2017 3 commits
  4. 05 Sep, 2017 4 commits
  5. 02 Sep, 2017 2 commits
  6. 01 Sep, 2017 1 commit
  7. 31 Aug, 2017 5 commits
  8. 30 Aug, 2017 3 commits
  9. 29 Aug, 2017 2 commits
    • Justin Scott's avatar
      feat(helm): use openssl sha1 command · 46ce97c1
      Justin Scott authored
      Currently the bash script that installs Helm is hard-coded to use
      openssl sha command but some distros like Debian 9 only have sha1.
      Since the popular current distros have sha1 we can switch to that.
      
      Closes(#2859)
      46ce97c1
    • Justin Scott's avatar
      WIP feat(helm): add `template` command · 4a02a71f
      Justin Scott authored
      This adds the functionality from the helm-template plugin to allow the
      rendering of templates without Tiller.
      
      Closes #2755
      4a02a71f
  10. 28 Aug, 2017 1 commit
  11. 27 Aug, 2017 1 commit
  12. 25 Aug, 2017 2 commits
  13. 24 Aug, 2017 3 commits
    • Maciej Kwiek's avatar
      CircleCI 2 config · 4e970172
      Maciej Kwiek authored
      4e970172
    • 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
    • DockerZK's avatar
      feat(*) add key helm.sh/hook-delete-policy to hook annotation · 734b1245
      DockerZK authored
      When "helm.sh/hook-delete-policy: hook-succeeded" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is succeeded. When "helm.sh/hook-delete-policy: hook-failed" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is failed.
      
      Closes #1769
      734b1245
  14. 18 Aug, 2017 2 commits
  15. 17 Aug, 2017 2 commits
  16. 16 Aug, 2017 1 commit