From 0c8ef13d8dd9c21d28038314b9135878dac86268 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 13 May 2024 13:38:09 -0500 Subject: [PATCH] Fix: Correct typo from 'Halm' to 'Helm' --- docs/self-hosting/deployment-options/kubernetes-helm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting/deployment-options/kubernetes-helm.mdx b/docs/self-hosting/deployment-options/kubernetes-helm.mdx index d127dbfb1..0ce979d06 100644 --- a/docs/self-hosting/deployment-options/kubernetes-helm.mdx +++ b/docs/self-hosting/deployment-options/kubernetes-helm.mdx @@ -176,7 +176,7 @@ description: "Learn how to use Helm chart to install Infisical on your Kubernete ![infisical-selfhost](/images/self-hosting/applicable-to-all/selfhost-signup.png) - To upgrade your instance of Infisical simply update the docker image tag in your Halm values and rerun the command below. + To upgrade your instance of Infisical simply update the docker image tag in your Helm values and rerun the command below. ```bash helm upgrade --install infisical infisical-helm-charts/infisical-standalone --values /path/to/values.yaml