Skip to content

Commit 7a4846c

Browse files
authored
Merge pull request #989 from andyzhangx/blobfuse2-2.0.5-1.22
[release-1.22] feat: install blobfuse 2.0.5 as default version
2 parents 12cc8d0 + 1e26b3a commit 7a4846c

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This option does not depend on cloud provider config file, supports cross subscr
4747
>
4848
> To install specific blobfuse v2 version, run following command directly after driver is running on the agent node:
4949
> ```console
50-
> 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.0.4"}],"name":"install-blobfuse-proxy"}]}}}}'
50+
> 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.0.5"}],"name":"install-blobfuse-proxy"}]}}}}'
5151
> ```
5252
>
5353
- install by [helm charts](./charts)
-3 Bytes
Binary file not shown.

charts/latest/blob-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ node:
119119
installBlobfuse: true
120120
blobfuseVersion: "1.4.5"
121121
installBlobfuse2: true
122-
blobfuse2Version: "2.0.4"
122+
blobfuse2Version: "2.0.5"
123123
setMaxOpenFileNum: true
124124
maxOpenFileNum: "9000000"
125125
disableUpdateDB: true

deploy/csi-blob-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
- name: INSTALL_BLOBFUSE2
5959
value: "true"
6060
- name: BLOBFUSE2_VERSION
61-
value: "2.0.4"
61+
value: "2.0.5"
6262
- name: SET_MAX_OPEN_FILE_NUM
6363
value: "true"
6464
- name: MAX_FILE_NUM

docs/csi-debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ change below deployment config, e.g.
8181
blobfuse2 -v
8282
```
8383
<pre>
84-
blobfuse2 version 2.0.4
84+
blobfuse2 version 2.0.5
8585
</pre>
8686

8787
### check blobfuse mount on the agent node

0 commit comments

Comments
 (0)