Skip to content

Commit 6fd55d2

Browse files
committed
feat: install blobfuse 2.4.0 as default version
1 parent f2e9a72 commit 6fd55d2

File tree

10 files changed

+7
-7
lines changed

10 files changed

+7
-7
lines changed

Diff for: README.md

+1-1
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:

Diff for: charts/latest/blob-csi-driver-v0.0.0.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.3.2"
126+
blobfuse2Version: "2.4.0"
127127
setMaxOpenFileNum: true
128128
maxOpenFileNum: "9000000"
129129
disableUpdateDB: true

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

1 Byte
Binary file not shown.

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

+1-1
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

Diff for: charts/v1.25.0/blob-csi-driver-1.25.0.tgz

0 Bytes
Binary file not shown.

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

+1-1
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

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

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

Diff for: deploy/v1.25.0/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.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)