1. 08 Aug, 2018 1 commit
  2. 30 Jul, 2018 1 commit
  3. 27 May, 2018 1 commit
    • mattjmcnaughton's avatar
      Fix inaccurate comment in `tiller` · 2b04523b
      mattjmcnaughton authored
      When reading through `cmd/tiller/tiller.go`, I noticed a comment around
      `rootServer` mentions the usage of an `init` function. However, there is
      no `init` function in this package. Update the comment to be more
      accurate.
      2b04523b
  4. 08 Mar, 2018 1 commit
  5. 09 Feb, 2018 2 commits
  6. 29 Nov, 2017 1 commit
  7. 16 Nov, 2017 1 commit
    • Matt Butcher's avatar
      Fix/missing ssl params (#3152) · e8e6ac5d
      Matt Butcher authored
      * fix(helm): add TLS params back
      
      During a recent refactor, several TLS flags stopped being processed for
      a few of the commands. This fixes those commands, and documents how to
      set up TLS.
      
      * fix(tiller): add stricter certificate verification
      
      The older version of Tiller allowed a weaker set of certificate checks
      than we intended. This version requires a client certificate, and then
      requires that that certificate be signed by a known CA. This works
      around the situation where a user could provide a self-signed
      certificate.
      e8e6ac5d
  8. 26 Oct, 2017 1 commit
  9. 09 Oct, 2017 1 commit
  10. 11 Sep, 2017 2 commits
  11. 10 Aug, 2017 1 commit
    • Matt Butcher's avatar
      feat(tiller): limit number of versions stored per release · 0853f490
      Matt Butcher authored
      This adds a new configuration option to Tiller to limit the number of
      records stored per release.
      
      Tiller stores historical release information (helm history, helm
      rollback). This makes it possible to set a maximum number of versions
      per release.
      
      To enable this feature, use `helm init --history-max NNN`. Note that
      because of the restrictions on Deployment objects, you will have to
      re-install Tiller to add a limit.
      
      Along the way, I found an unreported bug in the Memory storage driver.
      This fixes that bug and adds substantially more tests to catch
      regressions.
      
      Closes #2332
      0853f490
  12. 12 Jun, 2017 1 commit
  13. 19 May, 2017 1 commit
  14. 05 May, 2017 1 commit
    • Maciej Kwiek's avatar
      Experimental Rudder implementation · c1fcaf09
      Maciej Kwiek authored
      This change introduces the concept of Rudders - pluggable modules that
      Tiller communicates with via grpc, which allow to decouple orchestration
      logic from Tiller into separate service.
      
      This commit consists of simple Rudder implementation which does exactly
      the same thing as built in Tiller orchestrator - it creates all k8s
      objects from provided manifest without orchestrating them.
      
      --experimental-release flag is introduced to enable this behaviour.
      
      This change allows to use the service and tiller outside of the cluster.
      Following commits will add Rudder to helm deployment.
      c1fcaf09
  15. 21 Apr, 2017 1 commit
  16. 13 Apr, 2017 1 commit
  17. 04 Apr, 2017 1 commit
  18. 10 Feb, 2017 1 commit
  19. 31 Jan, 2017 1 commit
  20. 25 Jan, 2017 1 commit
  21. 05 Jan, 2017 1 commit
  22. 15 Dec, 2016 1 commit
  23. 13 Dec, 2016 2 commits
  24. 05 Dec, 2016 1 commit
  25. 15 Nov, 2016 1 commit
  26. 02 Nov, 2016 1 commit
  27. 17 Oct, 2016 1 commit
  28. 15 Oct, 2016 1 commit
  29. 11 Oct, 2016 1 commit
  30. 15 Aug, 2016 1 commit
  31. 20 Jul, 2016 1 commit
  32. 12 Jul, 2016 1 commit
  33. 22 Jun, 2016 1 commit
  34. 07 Jun, 2016 2 commits
  35. 01 Jun, 2016 2 commits