Skip to content

Commit 0e9e7b3

Browse files
authored
Merge pull request #1735 from andyzhangx/blobfuse2.4.0-1.25
[release-1.25] feat: install blobfuse 2.4.0 as default version
2 parents c83e468 + df1bd42 commit 0e9e7b3

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
@@ -44,7 +44,7 @@ This option does not depend on cloud provider config file, supports cross subscr
4444
>
4545
> Execute following command to install a specific version of blobfuse v2 once driver is running on the agent node:
4646
> ```console
47-
> 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.3.2"}],"name":"install-blobfuse-proxy"}]}}}}'
47+
> 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"}]}}}}'
4848
> ```
4949
>
5050
> Execute following command to install a specific version of blobfuse v1 once driver is running on the agent node:
1 Byte
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
-3 Bytes
Binary file not shown.

charts/v1.25.0/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.25.0/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)