From 578377c870d5ea1d3978d434a1dd169114bc84ea Mon Sep 17 00:00:00 2001 From: phillipwells Date: Fri, 4 Nov 2022 11:24:22 -0600 Subject: [PATCH 1/2] Update minimum required Helm version to v3.6 --- doc/quickstart/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quickstart/index.md b/doc/quickstart/index.md index 7184529eaf..d449fba86a 100644 --- a/doc/quickstart/index.md +++ b/doc/quickstart/index.md @@ -55,7 +55,7 @@ before you can interact with the cluster from the command line. ### Install Helm -For this guide, we use the latest release of Helm v3 (v3.3.1 or later). +For this guide, we use the latest release of Helm v3 (v3.6 or later). To install Helm, see the [Helm installation documentation](https://helm.sh/docs/intro/install/). ## Add the GitLab Helm repository -- GitLab From 373f0a43c36818c360c099a10c3db5edac295de0 Mon Sep 17 00:00:00 2001 From: phillipwells Date: Fri, 4 Nov 2022 11:26:04 -0600 Subject: [PATCH 2/2] Update quickstart Helm version --- doc/installation/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation/tools.md b/doc/installation/tools.md index d0a12b8f3e..91d8a876c3 100644 --- a/doc/installation/tools.md +++ b/doc/installation/tools.md @@ -19,7 +19,7 @@ The version you install must be within one minor release of ### Helm -Install Helm v3.3.1 or later by following [the Helm documentation](https://helm.sh/docs/intro/install/). +Install Helm v3.6 or later by following [the Helm documentation](https://helm.sh/docs/intro/install/). ### PostgreSQL -- GitLab