From 3e098e2e51b10bf6b7199e44989be877d1278168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Fri, 27 Nov 2020 13:56:48 +0100 Subject: [PATCH] Remove Helm 2 EOL warning as the process was fully done --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f8d4ba31d..0abe85283 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,12 @@ $ helm install my-release bitnami/ ![Installing a chart](demo.gif) -## Important notice: Helm v2 EOL :warning: - -[On November 13, 2020, Helm v2 support will formally end](https://github.com/helm/charts#status-of-the-project), Bitnami Helm Charts are going to be adapted to support the ability to implement the incorporation of different features added in Helm v3 and also to be consistent with the Helm project itself regarding the Helm v2 EOL. - -All the Bitnami Helm Charts are going to be updated in a major version applying the required changes, being the main one the update of the `apiVersion`. The current version of Bitnami Helm Charts use `apiVersion: v1` (installable by both Helm 2 and 3), charts are going to be updated to `apiVersion: v2` (installable by Helm 3 only). [Here](https://helm.sh/docs/topics/charts/#the-apiversion-field) you can find more information about the `apiVersion` field. - -We will start moving the Bitnami Helm Charts (and deprecating Helm v2) on November 13th and we plan to have the whole catalog migrated before the 1st of December. - -In the "Upgrade" section of every Helm Chart README, you will find the upgrade notes and instructions when a major version including those changes appeared. - ## Before you begin +### Prerequisites +- Kubernetes 1.12+ +- Helm 3.0-beta3+ + ### Setup a Kubernetes Cluster The quickest way to setup a Kubernetes cluster to install Bitnami Charts is following the "Bitnami Get Started" guides for the different services: