Skip to content

Commit 789ec18

Browse files
committed
fix: wrong version
1 parent b45f400 commit 789ec18

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-sy
2020
### install a specific version
2121
```console
2222
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
23-
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.1.1
23+
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.0.0
2424
```
2525

2626
### search for all available chart versions
417 Bytes
Binary file not shown.
-4.13 KB
Binary file not shown.

charts/latest/blob-csi-driver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
appVersion: latest
33
description: Azure Blob Storage CSI driver
44
name: blob-csi-driver
5-
version: v1.1.1
5+
version: v1.1.0

0 commit comments

Comments
 (0)