Skip to content

Commit d8b6530

Browse files
authored
Merge pull request #621 from andyzhangx/proxy-v1.4.3
chore: install blobfuse v1.4.3 in blobfuse-proxy
2 parents 814f963 + 6ba7969 commit d8b6530

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)