1. 18 Sep, 2017 1 commit
  2. 13 Sep, 2017 4 commits
  3. 12 Sep, 2017 2 commits
  4. 11 Sep, 2017 2 commits
  5. 08 Sep, 2017 8 commits
  6. 07 Sep, 2017 3 commits
  7. 06 Sep, 2017 3 commits
  8. 05 Sep, 2017 4 commits
  9. 02 Sep, 2017 2 commits
  10. 01 Sep, 2017 1 commit
  11. 31 Aug, 2017 5 commits
  12. 30 Aug, 2017 3 commits
  13. 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