From 8a9e52226844f1e6e3e984b4badddad08fb2bcd1 Mon Sep 17 00:00:00 2001 From: William Jimenez Date: Mon, 2 Dec 2019 17:13:57 -0800 Subject: [PATCH] Update Helm version required for 1.16 per https://github.com/rancher/k3s/issues/887 --- content/rancher/v2.x/en/installation/helm-version/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/installation/helm-version/_index.md b/content/rancher/v2.x/en/installation/helm-version/_index.md index 2c07d4c4dee..3aa59b1fd28 100644 --- a/content/rancher/v2.x/en/installation/helm-version/_index.md +++ b/content/rancher/v2.x/en/installation/helm-version/_index.md @@ -7,6 +7,6 @@ This section contains the requirements for Helm, which is the tool used to insta > **Note:** The installation instructions assume you are using Helm 2. The instructions will be updated for Helm 3 soon. In the meantime, if you want to use Helm 3, refer to [these instructions.](https://github.com/ibrokethecloud/rancher-helm3) -- Helm v2.15.1 or higher is required for Kubernetes v1.16. For the default Kubernetes version, refer to the [release notes](https://github.com/rancher/rke/releases) for the version of RKE that you are using. +- Helm v2.16.0 or higher is required for Kubernetes v1.16. For the default Kubernetes version, refer to the [release notes](https://github.com/rancher/rke/releases) for the version of RKE that you are using. - Helm v2.15.0 should not be used, because of an issue with converting/comparing numbers. -- Helm v2.12.0 should not be used, because of an issue with `cert-manager`. \ No newline at end of file +- Helm v2.12.0 should not be used, because of an issue with `cert-manager`.