File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This driver allows Kubernetes to access Azure Storage through one of following m
15
15
### Container Images & Kubernetes Compatibility:
16
16
| driver version | Image | supported k8s version | built-in blobfuse version |
17
17
| ----------------| -------------------------------------------| -----------------------| ---------------------------|
18
- | master branch | mcr.microsoft.com/k8s/csi/blob-csi: latest | 1.20+ | 1.4.3 |
18
+ | master branch | mcr.microsoft.com/k8s/csi/blob-csi: latest | 1.20+ | 1.4.4 |
19
19
| v1.13.0 | mcr.microsoft.com/k8s/csi/blob-csi: v1 .13.0 | 1.20+ | 1.4.3 |
20
20
| v1.12.0 | mcr.microsoft.com/k8s/csi/blob-csi: v1 .12.0 | 1.20+ | 1.4.3 |
21
21
| v1.11.0 | mcr.microsoft.com/k8s/csi/blob-csi: v1 .11.0 | 1.20+ | 1.4.3 |
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ node:
117
117
enableBlobfuseProxy : false
118
118
blobfuseProxy :
119
119
installBlobfuse : true
120
- blobfuseVersion : 1.4.3
120
+ blobfuseVersion : 1.4.4
121
121
setMaxOpenFileNum : true
122
122
maxOpenFileNum : " 9000000"
123
123
disableUpdateDB : true
Original file line number Diff line number Diff line change 85
85
- name : INSTALL_BLOBFUSE
86
86
value : " true"
87
87
- name : BLOBFUSE_VERSION
88
- value : 1.4.3
88
+ value : 1.4.4
89
89
- name : SET_MAX_OPEN_FILE_NUM
90
90
value : " true"
91
91
- name : MAX_FILE_NUM
You can’t perform that action at this time.
0 commit comments