Skip to content

Commit 79b3401

Browse files
committed
fix: don't install blobfuse v1 by default since it's deprecated
1 parent 604f9ca commit 79b3401

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
1 Byte
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
@@ -120,7 +120,7 @@ node:
120120
logLevel: 5
121121
enableBlobfuseProxy: true
122122
blobfuseProxy:
123-
installBlobfuse: true
123+
installBlobfuse: false
124124
blobfuseVersion: "1.4.5"
125125
installBlobfuse2: true
126126
blobfuse2Version: "2.3.2"

deploy/csi-blob-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
- name: INSTALL_BLOBFUSE_PROXY
5656
value: "true"
5757
- name: INSTALL_BLOBFUSE
58-
value: "true"
58+
value: "false"
5959
- name: BLOBFUSE_VERSION
6060
value: "1.4.5"
6161
- name: INSTALL_BLOBFUSE2

0 commit comments

Comments
 (0)