diff --git a/README.md b/README.md index a565d37f0..aab761780 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This option does not depend on cloud provider config file, supports cross subscr > > Execute following command to install a specific version of blobfuse v2 once driver is running on the agent node: > ```console -> 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"}]}}}}' +> 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"}]}}}}' > ``` > > Execute following command to install a specific version of blobfuse v1 once driver is running on the agent node: diff --git a/charts/latest/blob-csi-driver-v1.24.5.tgz b/charts/latest/blob-csi-driver-v1.24.5.tgz index f6f7b43ed..1cd32c03f 100644 Binary files a/charts/latest/blob-csi-driver-v1.24.5.tgz and b/charts/latest/blob-csi-driver-v1.24.5.tgz differ diff --git a/charts/latest/blob-csi-driver/values.yaml b/charts/latest/blob-csi-driver/values.yaml index 815b156f6..5aa1a5f7c 100644 --- a/charts/latest/blob-csi-driver/values.yaml +++ b/charts/latest/blob-csi-driver/values.yaml @@ -123,7 +123,7 @@ node: installBlobfuse: false blobfuseVersion: "1.4.5" installBlobfuse2: true - blobfuse2Version: "2.3.2" + blobfuse2Version: "2.4.0" setMaxOpenFileNum: true maxOpenFileNum: "9000000" disableUpdateDB: true diff --git a/charts/v1.24.5/blob-csi-driver-v1.24.5.tgz b/charts/v1.24.5/blob-csi-driver-v1.24.5.tgz index 51c87f781..a8a762fd8 100644 Binary files a/charts/v1.24.5/blob-csi-driver-v1.24.5.tgz and b/charts/v1.24.5/blob-csi-driver-v1.24.5.tgz differ diff --git a/charts/v1.24.5/blob-csi-driver/values.yaml b/charts/v1.24.5/blob-csi-driver/values.yaml index b58e0261e..a031847bd 100644 --- a/charts/v1.24.5/blob-csi-driver/values.yaml +++ b/charts/v1.24.5/blob-csi-driver/values.yaml @@ -123,7 +123,7 @@ node: installBlobfuse: true blobfuseVersion: "1.4.5" installBlobfuse2: true - blobfuse2Version: "2.3.2" + blobfuse2Version: "2.4.0" setMaxOpenFileNum: true maxOpenFileNum: "9000000" disableUpdateDB: true diff --git a/deploy/csi-blob-node.yaml b/deploy/csi-blob-node.yaml index d39f30258..b4e980c9e 100644 --- a/deploy/csi-blob-node.yaml +++ b/deploy/csi-blob-node.yaml @@ -61,7 +61,7 @@ spec: - name: INSTALL_BLOBFUSE2 value: "true" - name: BLOBFUSE2_VERSION - value: "2.3.2" + value: "2.4.0" - name: SET_MAX_OPEN_FILE_NUM value: "true" - name: MAX_FILE_NUM diff --git a/deploy/v1.24.5/csi-blob-node.yaml b/deploy/v1.24.5/csi-blob-node.yaml index fec18690d..017cc2f3b 100644 --- a/deploy/v1.24.5/csi-blob-node.yaml +++ b/deploy/v1.24.5/csi-blob-node.yaml @@ -61,7 +61,7 @@ spec: - name: INSTALL_BLOBFUSE2 value: "true" - name: BLOBFUSE2_VERSION - value: "2.3.2" + value: "2.4.0" - name: SET_MAX_OPEN_FILE_NUM value: "true" - name: MAX_FILE_NUM