File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments