Skip to content

Commit 2832df4

Browse files
authored
Merge pull request #690 from andyzhangx/blobfuse-1.4.4
feat: upgrade to blobfuse v1.4.4
2 parents 9e5ddf2 + 53fa9d3 commit 2832df4

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.20+ | 1.4.3 |
18+
|master branch |mcr.microsoft.com/k8s/csi/blob-csi:latest | 1.20+ | 1.4.4 |
1919
|v1.13.0 |mcr.microsoft.com/k8s/csi/blob-csi:v1.13.0 | 1.20+ | 1.4.3 |
2020
|v1.12.0 |mcr.microsoft.com/k8s/csi/blob-csi:v1.12.0 | 1.20+ | 1.4.3 |
2121
|v1.11.0 |mcr.microsoft.com/k8s/csi/blob-csi:v1.11.0 | 1.20+ | 1.4.3 |
-1 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ node:
117117
enableBlobfuseProxy: false
118118
blobfuseProxy:
119119
installBlobfuse: true
120-
blobfuseVersion: 1.4.3
120+
blobfuseVersion: 1.4.4
121121
setMaxOpenFileNum: true
122122
maxOpenFileNum: "9000000"
123123
disableUpdateDB: true

deploy/blobfuse-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
- name: INSTALL_BLOBFUSE
8686
value: "true"
8787
- name: BLOBFUSE_VERSION
88-
value: 1.4.3
88+
value: 1.4.4
8989
- name: SET_MAX_OPEN_FILE_NUM
9090
value: "true"
9191
- name: MAX_FILE_NUM

0 commit comments

Comments
 (0)