1. 23 Mar, 2020 9 commits
  2. 13 Feb, 2020 1 commit
  3. 12 Nov, 2019 2 commits
    • Taylor Thomas's avatar
      fix(kube): Fixes missing API versions · bbdfe5e7
      Taylor Thomas authored
      
      In several of the job checks and other conversions we were using legacyscheme.
      I don't know why it was working before, but I am guessing something changed
      between k8s 1.15 and 1.16. To fix I changed the references to use the default
      scheme in client-go
      
      Signed-off-by: default avatarTaylor Thomas <taylor.thomas@microsoft.com>
      (cherry picked from commit e2894a18)
      2 tags
      bbdfe5e7
    • Taylor Thomas's avatar
      fix(kube): Fixes wait for jobs · eec69742
      Taylor Thomas authored
      
      This happened to be a bug we identified in Helm 3 and did not check if
      it existed in Helm 2. The improved logic for job waiting used an automatic
      retry. However, when we were creating the watcher, we were listing on everything
      of that same api version and kind. So if you had more than 1 hook and the first
      was successful, it would think everything was successful. I have validated that
      this now fails as intended if a job is failing
      
      Closes #6767
      
      Signed-off-by: default avatarTaylor Thomas <taylor.thomas@microsoft.com>
      (cherry picked from commit 77c97342)
      eec69742
  4. 31 Oct, 2019 16 commits
  5. 30 Oct, 2019 4 commits
  6. 29 Oct, 2019 6 commits
  7. 25 Oct, 2019 2 commits