Update kubernetes-helm.mdx

This commit is contained in:
Maidul Islam
2025-06-11 10:06:45 -04:00
committed by GitHub
parent 0c1f761a9a
commit e35417e11b

View File

@@ -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
```
<Warning>