From 6d5e2818119ee92ee1087c033e2ee0b4c1f01bd5 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 2 May 2023 11:11:41 -0400 Subject: [PATCH] add helm version requirement --- docs/mint.json | 2 +- docs/self-hosting/overview.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mint.json b/docs/mint.json index fa6b21576..0d395a6a5 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -114,7 +114,7 @@ ] }, { - "group": "Deploy Infisical", + "group": "Self-host Infisical", "pages": [ "self-hosting/overview", "self-hosting/configuration/envars", diff --git a/docs/self-hosting/overview.mdx b/docs/self-hosting/overview.mdx index d2e076505..8866aa8b3 100644 --- a/docs/self-hosting/overview.mdx +++ b/docs/self-hosting/overview.mdx @@ -70,7 +70,7 @@ Self-hosted Infisical allows you to maintain your sensitive information within y **Prerequisites** - You have understanding of [Kubernetes](https://kubernetes.io/) - - You have understanding of [Helm package manager](https://helm.sh/) + - Installed [Helm package manager](https://helm.sh/) version v3.11.3 or greater - You have [kubectl](https://kubernetes.io/docs/reference/kubectl/kubectl/) installed and connected to your kubernetes cluster