GoogleCloudPlatform / cloud-builders-community

Community-contributed images for Google Cloud Build
https://cloud.google.com/cloud-build/
Apache License 2.0
1.25k stars 851 forks source link

fix(helm): update to 3.12.0 and use gcloud auth plugin #618

Closed wyardley closed 1 year ago

wyardley commented 1 year ago

https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke has more context on this

Fixes #606

wyardley commented 1 year ago

It might also make sense to drop support for helm 2, which I think is no longer mainstream, and which will simplify the entrypoint dramatically. I can PR that change separately if there's interest.

wyardley commented 1 year ago

@ronanww since you merged something last, any chance you can review this or find someone who can?

wyardley commented 1 year ago

@ronanww also opened #619 for your consideration - this basically drops helm v2 / tiller support entirely.