Skip to content

Commit 5884dcf

Browse files
committed
feat: install blobfuse 2.5.0 as default version
1 parent d9b567d commit 5884dcf

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
@@ -43,7 +43,7 @@ This option does not depend on cloud provider config file, supports cross subscr
4343
>
4444
> Execute following command to install a specific version of blobfuse v2 once driver is running on the agent node:
4545
> ```console
46-
> kubectl patch daemonset csi-blob-node -n kube-system -p '{"spec":{"template":{"spec":{"initContainers":[{"env":[{"name":"INSTALL_BLOBFUSE2","value":"true"},{"name":"BLOBFUSE2_VERSION","value":"2.4.1"}],"name":"install-blobfuse-proxy"}]}}}}'
46+
> kubectl patch daemonset csi-blob-node -n kube-system -p '{"spec":{"template":{"spec":{"initContainers":[{"env":[{"name":"INSTALL_BLOBFUSE2","value":"true"},{"name":"BLOBFUSE2_VERSION","value":"2.5.0"}],"name":"install-blobfuse-proxy"}]}}}}'
4747
> ```
4848
>
4949
> Execute following command to install a specific version of blobfuse v1 once driver is running on the agent node:
-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
@@ -123,7 +123,7 @@ node:
123123
installBlobfuse: false
124124
blobfuseVersion: "1.4.5"
125125
installBlobfuse2: true
126-
blobfuse2Version: "2.4.1"
126+
blobfuse2Version: "2.5.0"
127127
setMaxOpenFileNum: true
128128
maxOpenFileNum: "9000000"
129129
disableUpdateDB: true

deploy/csi-blob-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
- name: INSTALL_BLOBFUSE2
6262
value: "true"
6363
- name: BLOBFUSE2_VERSION
64-
value: "2.4.1"
64+
value: "2.5.0"
6565
- name: SET_MAX_OPEN_FILE_NUM
6666
value: "true"
6767
- name: MAX_FILE_NUM

0 commit comments

Comments
 (0)