diff --git a/README.md b/README.md index 743908e14..c6ecd5d44 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.5.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.5.1"}],"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-1.26.7.tgz b/charts/latest/blob-csi-driver-1.26.7.tgz index 7d3380195..28da7e69e 100644 Binary files a/charts/latest/blob-csi-driver-1.26.7.tgz and b/charts/latest/blob-csi-driver-1.26.7.tgz differ diff --git a/charts/latest/blob-csi-driver/values.yaml b/charts/latest/blob-csi-driver/values.yaml index 2a36c152a..8e52b71f2 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.5.0" + blobfuse2Version: "2.5.1" setMaxOpenFileNum: true maxOpenFileNum: "9000000" disableUpdateDB: true diff --git a/deploy/csi-blob-node.yaml b/deploy/csi-blob-node.yaml index 241d29ce8..e6d5f577b 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.5.0" + value: "2.5.1" - name: SET_MAX_OPEN_FILE_NUM value: "true" - name: MAX_FILE_NUM