File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
charts/latest/blob-csi-driver Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 8888 value : " {{ .Values.node.blobfuseProxy.installBlobfuse }}"
8989 - name : BLOBFUSE_VERSION
9090 value : " {{ .Values.node.blobfuseProxy.blobfuseVersion }}"
91- - name : ALLOW_BLOBFUSE_DOWNGRADES
92- value : " {{ .Values.node.blobfuseProxy.allowBlobfuseDowngrades }}"
9391 - name : INSTALL_BLOBFUSE2
9492 value : " {{ .Values.node.blobfuseProxy.installBlobfuse2 }}"
9593 - name : BLOBFUSE2_VERSION
Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ node:
122122 blobfuseProxy :
123123 installBlobfuse : false
124124 blobfuseVersion : " 1.4.5"
125- allowBlobfuseDowngrades : false
126125 installBlobfuse2 : true
127126 blobfuse2Version : " 2.4.1"
128127 allowBlobfuse2Downgrades : false
Original file line number Diff line number Diff line change 5454 echo " install blobfuse with latest version"
5555 pkg_list=" ${pkg_list} blobfuse"
5656 else
57- blobfuse_install_str=" blobfuse=${BLOBFUSE_VERSION} "
58- if [ " ${ALLOW_BLOBFUSE_DOWNGRADES} " = " true" ]; then
59- blobfuse_install_str=" ${blobfuse_install_str} --allow-downgrades"
60- fi
61- pkg_list=" ${pkg_list} ${blobfuse_install_str} "
57+ pkg_list=" ${pkg_list} blobfuse=${BLOBFUSE_VERSION} "
6258 fi
6359 fi
6460
You can’t perform that action at this time.
0 commit comments