Skip to content

Commit

Permalink
Merge pull request #1154 from andyzhangx/isntall-blob-2.1.2
Browse files Browse the repository at this point in the history
feat: install blobfuse 2.1.2 as default version on v1.22.4, v1.23.2
  • Loading branch information
andyzhangx committed Dec 7, 2023
2 parents a7c68ea + ef64c34 commit d1feb68
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file modified charts/v1.22.4/blob-csi-driver-v1.22.4.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/v1.22.4/blob-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ node:
installBlobfuse: true
blobfuseVersion: "1.4.5"
installBlobfuse2: true
blobfuse2Version: "2.0.5"
blobfuse2Version: "2.1.2"
setMaxOpenFileNum: true
maxOpenFileNum: "9000000"
disableUpdateDB: true
Expand Down
Binary file modified charts/v1.23.2/blob-csi-driver-v1.23.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/v1.23.2/blob-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ node:
installBlobfuse: true
blobfuseVersion: "1.4.5"
installBlobfuse2: true
blobfuse2Version: "2.1.0"
blobfuse2Version: "2.1.2"
setMaxOpenFileNum: true
maxOpenFileNum: "9000000"
disableUpdateDB: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.22.4/csi-blob-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
- name: INSTALL_BLOBFUSE2
value: "true"
- name: BLOBFUSE2_VERSION
value: "2.0.5"
value: "2.1.2"
- name: SET_MAX_OPEN_FILE_NUM
value: "true"
- name: MAX_FILE_NUM
Expand Down
2 changes: 1 addition & 1 deletion deploy/v1.23.2/csi-blob-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
- name: INSTALL_BLOBFUSE2
value: "true"
- name: BLOBFUSE2_VERSION
value: "2.1.0"
value: "2.1.2"
- name: SET_MAX_OPEN_FILE_NUM
value: "true"
- name: MAX_FILE_NUM
Expand Down

0 comments on commit d1feb68

Please sign in to comment.