Merge pull request #5447 from bacongobbler/helm-3-faq

docs(faq): list changes since Helm 2
pull/5462/head
Matthew Fisher 5 years ago committed by GitHub
commit f7f6941f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,15 @@ This page provides help with the most common questions about Helm.
information, [file an issue](https://github.com/helm/helm/issues) or
send us a pull request.
## Changes since Helm 2
Here's an exhaustive list of all the major changes introduced in Helm 3.
### Go import path changes
In Helm 3, Helm switched the Go import path over from `k8s.io/helm` to `helm.sh/helm`. If you intend
to upgrade to the Helm 3 Go client libraries, make sure to change your import paths.
## Installing

Loading…
Cancel
Save