ipedrazas / drone-helm

Helm (Kubernetes) plugin for drone.io
MIT License
120 stars 90 forks source link

Upgrade helm to 2.17.0 and kubectl to 1.19.0 #106

Open jmatraszek opened 3 years ago

jmatraszek commented 3 years ago

Hi, this pull request bumps Helm to 2.17.0 and kubectl to 1.19.0.

The Helm upgrade is particularly important since 2.14.1 still uses API that was deprecate in kubernetes 1.15 (and Google recently force updated all GKE clusters, so currently all our builds fail).

This is the issue in Helm repository describing the problem: https://github.com/helm/helm/issues/6374 And this is the pull request with the solution (linking directly to a comment saying in which version the fix is to be released): https://github.com/helm/helm/pull/6462#issuecomment-549166815

Kubectl was upgraded just because the new version is available (if that is the problem, then I can prepare a commit without bumping kubectl).

I'd be really, really glad for merging this (and updating quay.io). Thanks!

jmatraszek commented 3 years ago

The build failed, but it fails in the same way in the other pull requests, so I think this is not related to my change.