Skip to content

Commit

Permalink
fix: don't install blobfuse v1 by default since it's deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Nov 8, 2024
1 parent 604f9ca commit 79b3401
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified charts/latest/blob-csi-driver-v0.0.0.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:
logLevel: 5
enableBlobfuseProxy: true
blobfuseProxy:
installBlobfuse: true
installBlobfuse: false
blobfuseVersion: "1.4.5"
installBlobfuse2: true
blobfuse2Version: "2.3.2"
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 @@ -55,7 +55,7 @@ spec:
- name: INSTALL_BLOBFUSE_PROXY
value: "true"
- name: INSTALL_BLOBFUSE
value: "true"
value: "false"
- name: BLOBFUSE_VERSION
value: "1.4.5"
- name: INSTALL_BLOBFUSE2
Expand Down

0 comments on commit 79b3401

Please sign in to comment.