Skip to content

Commit

Permalink
Merge pull request #1580 from andyzhangx/upgrade-blobfuse2.3.2-1.24
Browse files Browse the repository at this point in the history
[release-1.24] feat: install blobfuse 2.3.2 as default version
  • Loading branch information
andyzhangx authored Sep 5, 2024
2 parents 8a9ba6e + c1c914b commit 528fec7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file modified charts/latest/blob-csi-driver-v1.24.3.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/latest/blob-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ node:
installBlobfuse: true
blobfuseVersion: "1.4.5"
installBlobfuse2: true
blobfuse2Version: "2.3.0"
blobfuse2Version: "2.3.2"
setMaxOpenFileNum: true
maxOpenFileNum: "9000000"
disableUpdateDB: true
Expand Down
Binary file modified charts/v1.24.3/blob-csi-driver-v1.24.3.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/v1.24.3/blob-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ node:
installBlobfuse: true
blobfuseVersion: "1.4.5"
installBlobfuse2: true
blobfuse2Version: "2.3.0"
blobfuse2Version: "2.3.2"
setMaxOpenFileNum: true
maxOpenFileNum: "9000000"
disableUpdateDB: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-blob-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- name: INSTALL_BLOBFUSE2
value: "true"
- name: BLOBFUSE2_VERSION
value: "2.3.0"
value: "2.3.2"
- name: SET_MAX_OPEN_FILE_NUM
value: "true"
- name: MAX_FILE_NUM
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.24.3/csi-blob-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- name: INSTALL_BLOBFUSE2
value: "true"
- name: BLOBFUSE2_VERSION
value: "2.3.0"
value: "2.3.2"
- name: SET_MAX_OPEN_FILE_NUM
value: "true"
- name: MAX_FILE_NUM
Expand Down

0 comments on commit 528fec7

Please sign in to comment.