Skip to content

Commit f755952

Browse files
committed
cleanup: unused blobfuseVersion
1 parent 9165dce commit f755952

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed
-18 Bytes
Binary file not shown.

charts/latest/blob-csi-driver/templates/csi-blob-node.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ spec:
8686
value: "noninteractive"
8787
- name: INSTALL_BLOBFUSE
8888
value: "{{ .Values.node.blobfuseProxy.installBlobfuse }}"
89-
- name: BLOBFUSE_VERSION
90-
value: "{{ .Values.node.blobfuseProxy.blobfuseVersion }}"
9189
- name: INSTALL_BLOBFUSE2
9290
value: "{{ .Values.node.blobfuseProxy.installBlobfuse2 }}"
9391
- name: BLOBFUSE2_VERSION

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ node:
121121
enableBlobfuseProxy: true
122122
blobfuseProxy:
123123
installBlobfuse: false
124-
blobfuseVersion: "1.4.5"
125124
installBlobfuse2: true
126125
blobfuse2Version: "2.5.0"
127126
setMaxOpenFileNum: true

deploy/csi-blob-node.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ spec:
5656
value: "true"
5757
- name: INSTALL_BLOBFUSE
5858
value: "false"
59-
- name: BLOBFUSE_VERSION
60-
value: "1.4.5"
6159
- name: INSTALL_BLOBFUSE2
6260
value: "true"
6361
- name: BLOBFUSE2_VERSION

0 commit comments

Comments
 (0)