diff --git a/charts/latest/blob-csi-driver-v0.0.0.tgz b/charts/latest/blob-csi-driver-v0.0.0.tgz index 7a5f777af..d24a75b5d 100644 Binary files a/charts/latest/blob-csi-driver-v0.0.0.tgz and b/charts/latest/blob-csi-driver-v0.0.0.tgz differ diff --git a/charts/latest/blob-csi-driver/templates/csi-blob-node.yaml b/charts/latest/blob-csi-driver/templates/csi-blob-node.yaml index 169da2522..52759d28a 100644 --- a/charts/latest/blob-csi-driver/templates/csi-blob-node.yaml +++ b/charts/latest/blob-csi-driver/templates/csi-blob-node.yaml @@ -86,8 +86,6 @@ spec: value: "noninteractive" - name: INSTALL_BLOBFUSE value: "{{ .Values.node.blobfuseProxy.installBlobfuse }}" - - name: BLOBFUSE_VERSION - value: "{{ .Values.node.blobfuseProxy.blobfuseVersion }}" - name: INSTALL_BLOBFUSE2 value: "{{ .Values.node.blobfuseProxy.installBlobfuse2 }}" - name: BLOBFUSE2_VERSION diff --git a/charts/latest/blob-csi-driver/values.yaml b/charts/latest/blob-csi-driver/values.yaml index 1ab2d306b..370066b95 100644 --- a/charts/latest/blob-csi-driver/values.yaml +++ b/charts/latest/blob-csi-driver/values.yaml @@ -121,7 +121,6 @@ node: enableBlobfuseProxy: true blobfuseProxy: installBlobfuse: false - blobfuseVersion: "1.4.5" installBlobfuse2: true blobfuse2Version: "2.5.0" setMaxOpenFileNum: true diff --git a/deploy/csi-blob-node.yaml b/deploy/csi-blob-node.yaml index bdcd56c7f..86e68f654 100644 --- a/deploy/csi-blob-node.yaml +++ b/deploy/csi-blob-node.yaml @@ -56,8 +56,6 @@ spec: value: "true" - name: INSTALL_BLOBFUSE value: "false" - - name: BLOBFUSE_VERSION - value: "1.4.5" - name: INSTALL_BLOBFUSE2 value: "true" - name: BLOBFUSE2_VERSION