File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ installCNI() {
251251 if [ -n " ${downloadDir} " ] && [ -n " ${evaluatedURL} " ]; then
252252 mkdir -p " ${downloadDir} "
253253 chown -R root:root " ${downloadDir} "
254-
254+
255255 echo " Downloading CNI plugins from ${evaluatedURL} "
256256 retrycmd_get_tarball 120 5 " ${downloadDir} /cni-plugins.tar.gz" " ${evaluatedURL} " || exit $ERR_CNI_DOWNLOAD_TIMEOUT
257257 extract_tarball " ${downloadDir} /cni-plugins.tar.gz" " $CNI_BIN_DIR "
@@ -478,7 +478,7 @@ installAndConfigureArtifactStreaming() {
478478 # arguments: package name, package extension
479479 PACKAGE_NAME=$1
480480 PACKAGE_EXTENSION=$2
481- MIRROR_PROXY_VERSION=' 0.2.14 '
481+ MIRROR_PROXY_VERSION=' 0.3.0 '
482482 MIRROR_DOWNLOAD_PATH=" ./$1 .$2 "
483483 MIRROR_PROXY_URL=" https://acrstreamingpackage.z5.web.core.windows.net/${MIRROR_PROXY_VERSION} /${PACKAGE_NAME} .${PACKAGE_EXTENSION} "
484484 retrycmd_curl_file 10 5 60 $MIRROR_DOWNLOAD_PATH $MIRROR_PROXY_URL || exit ${ERR_ARTIFACT_STREAMING_DOWNLOAD}
You can’t perform that action at this time.
0 commit comments