Skip to content

Commit 824805a

Browse files
authored
Merge pull request #1803 from andyzhangx/fix-helm-chart-install
doc: fix helm chart install
2 parents 70bcd41 + 90cd792 commit 824805a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
### install a specific version
2020
```console
2121
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
22-
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true --namespace kube-system --version v1.25.1
22+
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true --namespace kube-system --version 1.25.1
2323
```
2424

2525
## install on Azure Stack

0 commit comments

Comments
 (0)