1. 11 May, 2017 1 commit
    • Taylor Thomas's avatar
      fix(tiller): Fixes bug with `--wait` and updated deployments · d3106125
      Taylor Thomas authored
      The current methodology generated its own RS slice instead of using
      a helper method that uses a `clientset`. This caused some issues where
      `FindNewReplicaSet` always returned `nil`. This switches the method and
      removes some unneeded API calls and code.
      
      Closes #2426
      d3106125
  2. 02 May, 2017 1 commit
  3. 12 Apr, 2017 1 commit
  4. 11 Apr, 2017 1 commit
  5. 04 Apr, 2017 1 commit
  6. 28 Mar, 2017 3 commits
  7. 26 Mar, 2017 1 commit
  8. 21 Mar, 2017 1 commit
  9. 10 Mar, 2017 1 commit
  10. 01 Mar, 2017 1 commit
  11. 24 Feb, 2017 1 commit
  12. 13 Feb, 2017 1 commit
  13. 10 Feb, 2017 4 commits
  14. 02 Feb, 2017 1 commit
  15. 01 Feb, 2017 3 commits
  16. 20 Jan, 2017 1 commit
    • Taylor Thomas's avatar
      feat(*): Add --wait flag · 7ef9bb6f
      Taylor Thomas authored
      Adds `--wait` flag to helm that waits for all pods to reach a ready
      state, PVCs to be bound, and services to have IP addresses
      
      Closes #1805
      7ef9bb6f
  17. 19 Jan, 2017 1 commit
  18. 13 Jan, 2017 2 commits
  19. 21 Dec, 2016 2 commits
  20. 19 Dec, 2016 1 commit
    • Taylor Thomas's avatar
      feat(*): Adds support for timeout flag · 774789c7
      Taylor Thomas authored
      Installs, rollback, upgrade, and delete now accept a `--timeout` flag
      that allows the user to specify the maximum number of seconds that
      any kubernetes command can take.
      
      Closes #1678
      774789c7
  21. 18 Dec, 2016 1 commit
    • Marius Grigoriu's avatar
      Play nicely with roles that don't allow creating namespaces · d87cd951
      Marius Grigoriu authored
      It is unnecessary to create a namespace just to test that it exists.
      Roles that don't have post namespace will error out even if the namespace exists
      and it is possible to install the package anyway. This patch Gets a namespace and
      only creates one if it doesn't exist.
      d87cd951
  22. 16 Dec, 2016 1 commit
  23. 15 Dec, 2016 1 commit
  24. 14 Dec, 2016 3 commits
  25. 13 Dec, 2016 5 commits