From 4931e8579c6761a3de23ff6a93474482823da240 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Wed, 27 Mar 2024 23:13:07 -0700 Subject: [PATCH] fix image link --- 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 ae27207cd..99d2e1d79 100644 --- a/docs/self-hosting/deployment-options/kubernetes-helm.mdx +++ b/docs/self-hosting/deployment-options/kubernetes-helm.mdx @@ -173,7 +173,7 @@ description: "Use Helm chart to install Infisical on your Kubernetes cluster" After deployment, please wait for 2-5 minutes for all pods to reach a running state. Once a significant number of pods are operational, access the IP address revealed through Ingress by your load balancer. You can find the IP address/hostname by executing the command `kubectl get ingress`. - ![infisical-selfhost](images/self-hosting/applicable-to-all/selfhost-signup.png) + ![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.