From e35417e11b11b9cd6b01fb1a89885d5240aebd62 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 11 Jun 2025 10:06:45 -0400 Subject: [PATCH] Update kubernetes-helm.mdx --- 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 e0e5ba75d..f8a2a6864 100644 --- a/docs/self-hosting/deployment-options/kubernetes-helm.mdx +++ b/docs/self-hosting/deployment-options/kubernetes-helm.mdx @@ -29,7 +29,7 @@ description: "Learn how to use Helm chart to install Infisical on your Kubernete infisical: image: repository: infisical/infisical - tag: "v0.46.2-postgres" #<-- update + tag: "<>" #<-- select tag from Dockerhub from the above link pullPolicy: IfNotPresent ```