Skip to content

Commit f86d5e7

Browse files
authored
Merge pull request #1845 from andyzhangx/blobfuse-2.4.1-1.24
[release-1.24] feat: install blobfuse 2.4.1 as default version
2 parents 0144d9c + 66e0e36 commit f86d5e7

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
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.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.1"}],"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:

Diff for: charts/latest/blob-csi-driver-v1.24.6.tgz

0 Bytes
Binary file not shown.

Diff for: charts/latest/blob-csi-driver/values.yaml

+1-1
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.0"
126+
blobfuse2Version: "2.4.1"
127127
setMaxOpenFileNum: true
128128
maxOpenFileNum: "9000000"
129129
disableUpdateDB: true

Diff for: deploy/csi-blob-node.yaml

+1-1
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.0"
64+
value: "2.4.1"
6565
- name: SET_MAX_OPEN_FILE_NUM
6666
value: "true"
6767
- name: MAX_FILE_NUM

0 commit comments

Comments
 (0)