diff --git a/README.md b/README.md index d8b3cef50..d78b0c762 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.4.1"}],"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.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-1.26.6.tgz b/charts/latest/blob-csi-driver-1.26.6.tgz index 316a759ac..8600fa36e 100644 Binary files a/charts/latest/blob-csi-driver-1.26.6.tgz and b/charts/latest/blob-csi-driver-1.26.6.tgz differ diff --git a/charts/latest/blob-csi-driver/values.yaml b/charts/latest/blob-csi-driver/values.yaml index 9082bec6e..23dcc3496 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.4.1" + blobfuse2Version: "2.5.0" setMaxOpenFileNum: true maxOpenFileNum: "9000000" disableUpdateDB: true diff --git a/deploy/csi-blob-node.yaml b/deploy/csi-blob-node.yaml index 684b6ac33..c4c803002 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.4.1" + value: "2.5.0" - name: SET_MAX_OPEN_FILE_NUM value: "true" - name: MAX_FILE_NUM