Skip to content

Commit bd57b90

Browse files
authored
Merge pull request #419 from andyzhangx/ugprade-driver-api-version
chore: upgrade storage.k8s.io/v1beta1
2 parents 23c1420 + 52352b2 commit bd57b90

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This driver allows Kubernetes to access Azure Storage through one of following m
1515
### Container Images & Kubernetes Compatibility:
1616
|driver version |Image | supported k8s version | built-in blobfuse version |
1717
|----------------|-------------------------------------------|-----------------------|---------------------------|
18-
|master branch |mcr.microsoft.com/k8s/csi/blob-csi:latest | 1.17+ | 1.3.7 |
18+
|master branch |mcr.microsoft.com/k8s/csi/blob-csi:latest | 1.18+ | 1.3.7 |
1919
|v1.1.0 |mcr.microsoft.com/k8s/csi/blob-csi:v1.1.0 | 1.17+ | 1.3.7 |
2020
|v1.0.0 |mcr.microsoft.com/k8s/csi/blob-csi:v1.0.0 | 1.16+ | 1.3.6 |
2121

-2 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: storage.k8s.io/v1beta1
2+
apiVersion: storage.k8s.io/v1
33
kind: CSIDriver
44
metadata:
55
name: blob.csi.azure.com

deploy/csi-blob-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: storage.k8s.io/v1beta1
2+
apiVersion: storage.k8s.io/v1
33
kind: CSIDriver
44
metadata:
55
name: blob.csi.azure.com

0 commit comments

Comments
 (0)