diff --git a/README.md b/README.md index 21caab598..f3c74478c 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.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"}]}}}}' > ``` > > 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-1.27.0.tgz b/charts/latest/blob-csi-driver-1.27.0.tgz index 3d7ab4f35..4486bffef 100644 Binary files a/charts/latest/blob-csi-driver-1.27.0.tgz and b/charts/latest/blob-csi-driver-1.27.0.tgz differ diff --git a/charts/latest/blob-csi-driver/values.yaml b/charts/latest/blob-csi-driver/values.yaml index 475e782bb..11f92c20d 100644 --- a/charts/latest/blob-csi-driver/values.yaml +++ b/charts/latest/blob-csi-driver/values.yaml @@ -122,7 +122,7 @@ node: blobfuseProxy: installBlobfuse: false 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 0e9ccf328..926db08c6 100644 --- a/deploy/csi-blob-node.yaml +++ b/deploy/csi-blob-node.yaml @@ -59,7 +59,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