diff --git a/README.md b/README.md index ddf64ee6c..2eceee32e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ This option does not depend on cloud provider config file, supports cross subscr ### Install driver on a Kubernetes cluster > 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.2"}],"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"}]}}}}' > ``` > > If you want to install a lower version of blobfuse2 than the current version, you can add ` --allow-downgrades` to the `BLOBFUSE2_VERSION` value, e.g. diff --git a/charts/latest/blob-csi-driver-v0.0.0.tgz b/charts/latest/blob-csi-driver-v0.0.0.tgz index af99369a1..0fb634b79 100644 Binary files a/charts/latest/blob-csi-driver-v0.0.0.tgz and b/charts/latest/blob-csi-driver-v0.0.0.tgz differ diff --git a/charts/latest/blob-csi-driver/values.yaml b/charts/latest/blob-csi-driver/values.yaml index cdefe2cde..e85e69ba6 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 42dbda59b..8ebf3c885 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