1. 25 Oct, 2017 1 commit
  2. 20 Oct, 2017 2 commits
  3. 18 Oct, 2017 1 commit
  4. 15 Oct, 2017 1 commit
  5. 13 Oct, 2017 1 commit
  6. 12 Oct, 2017 1 commit
  7. 10 Oct, 2017 1 commit
    • Justin Scott's avatar
      feat(helm): Add --node-selectors and --output flags to helm init · 16c579f3
      Justin Scott authored
      This feature enables users to specify more control over where Tiller pod
      lands by allowing "node-selectors" to be specified. Alternatively, the
      "--output" flag will skip install and dump Tiller's raw Deployment manifest to stdout so user may alter it as they see fit (probably with a JSON manipulation tool like jq).
      
      Closes #2299
      16c579f3
  8. 06 Oct, 2017 2 commits
  9. 03 Oct, 2017 1 commit
  10. 01 Oct, 2017 1 commit
  11. 26 Sep, 2017 2 commits
  12. 19 Sep, 2017 1 commit
  13. 18 Sep, 2017 1 commit
  14. 13 Sep, 2017 1 commit
  15. 11 Sep, 2017 1 commit
  16. 08 Sep, 2017 1 commit
  17. 02 Sep, 2017 1 commit
  18. 01 Sep, 2017 1 commit
  19. 30 Aug, 2017 1 commit
  20. 29 Aug, 2017 1 commit
  21. 28 Aug, 2017 2 commits
  22. 27 Aug, 2017 1 commit
  23. 24 Aug, 2017 1 commit
    • 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
  24. 17 Aug, 2017 1 commit
  25. 15 Aug, 2017 1 commit
  26. 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
  27. 09 Aug, 2017 1 commit
  28. 07 Aug, 2017 1 commit
  29. 06 Aug, 2017 2 commits
  30. 03 Aug, 2017 2 commits
  31. 02 Aug, 2017 1 commit
  32. 01 Aug, 2017 1 commit
  33. 24 Jul, 2017 1 commit
  34. 16 Jul, 2017 1 commit