Skip to content

Commit 4b11dff

Browse files
committed
feat: install blobfuse 2.4.0 as default version
1 parent 88ac72f commit 4b11dff

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
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.2.0"}],"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.4.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:
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
@@ -123,7 +123,7 @@ node:
123123
installBlobfuse: false
124124
blobfuseVersion: "1.4.5"
125125
installBlobfuse2: true
126-
blobfuse2Version: "2.3.2"
126+
blobfuse2Version: "2.4.0"
127127
setMaxOpenFileNum: true
128128
maxOpenFileNum: "9000000"
129129
disableUpdateDB: true
0 Bytes
Binary file not shown.

charts/v1.24.5/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: true
124124
blobfuseVersion: "1.4.5"
125125
installBlobfuse2: true
126-
blobfuse2Version: "2.3.2"
126+
blobfuse2Version: "2.4.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.3.2"
64+
value: "2.4.0"
6565
- name: SET_MAX_OPEN_FILE_NUM
6666
value: "true"
6767
- name: MAX_FILE_NUM

deploy/v1.24.5/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.3.2"
64+
value: "2.4.0"
6565
- name: SET_MAX_OPEN_FILE_NUM
6666
value: "true"
6767
- name: MAX_FILE_NUM

0 commit comments

Comments
 (0)