Skip to content

Commit 2da2e20

Browse files
authored
Update README.md
1 parent 15c2847 commit 2da2e20

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

charts/README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,18 @@ $ helm package csi-driver-smb
1414
$ helm install csi-driver-smb csi-driver-smb-latest.tgz --namespace kube-system
1515
```
1616

17-
## Install CSI Driver released version using Helm repository
18-
17+
### Install a specific version of Helm chart
18+
Specify the version of the chart to be installed using the `--version` parameter.
1919
```console
20-
$ helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
21-
$ helm install --name csi-driver-smb csi-driver-smb/csi-driver-smb --namespace kube-system
20+
helm install --name csi-driver-smb csi-driver-smb/csi-driver-smb --namespace kube-system --version v0.5.0
2221
```
2322

2423
### Search for different versions of charts available
2524
```console
2625
$ helm search repo -l csi-driver-smb/
2726
```
2827

29-
### Install a specific version of Helm chart
30-
Specify the version of the chart to be installed using the `--version` parameter.
31-
```console
32-
helm install --name csi-driver-smb csi-driver-smb/csi-driver-smb --namespace kube-system --version v0.5.0
33-
```
34-
3528
## Uninstall
36-
3729
```console
3830
$ helm uninstall csi-driver-smb -n kube-system
3931
```

0 commit comments

Comments
 (0)