From 90cd79295e7ccac94e4efb166a4c42b8ad8f56ea Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Wed, 22 Jan 2025 15:28:35 +0000 Subject: [PATCH] doc: fix helm chart install --- charts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/README.md b/charts/README.md index 984e2e721..716d98aa3 100644 --- a/charts/README.md +++ b/charts/README.md @@ -19,7 +19,7 @@ ### install a specific version ```console helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts -helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true --namespace kube-system --version v1.25.1 +helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true --namespace kube-system --version 1.25.1 ``` ## install on Azure Stack