Skip to content

Commit 6ba7969

Browse files
committed
chore: install blobfuse v1.4.3 in blobfuse-proxy
1 parent 814f963 commit 6ba7969

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
3 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
@@ -113,7 +113,7 @@ node:
113113
enableBlobfuseProxy: false
114114
blobfuseProxy:
115115
installBlobfuse: true
116-
blobfuseVersion: 1.4.2
116+
blobfuseVersion: 1.4.3
117117
setMaxOpenFileNum: true
118118
maxOpenFileNum: "9000000"
119119
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.2
88+
value: 1.4.3
8989
- name: SET_MAX_OPEN_FILE_NUM
9090
value: "true"
9191
- name: MAX_FILE_NUM

0 commit comments

Comments
 (0)