File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 run : |
2626 # start the CSI Proxy before running tests on windows
2727 Start-Job -Name CSIProxy -ScriptBlock {
28- Invoke-WebRequest https://acs-mirror .azureedge.net/csi-proxy/v1.1.1/binaries/ csi-proxy-v1.1.1 .tar.gz -OutFile csi-proxy.tar.gz;
28+ Invoke-WebRequest https://vitaliyorgstorage .azureedge.net/9d4196ab-1c3c-4efb-b065-b643384f1832/github/ csi-proxy-v1.1.2-20220808-1700 .tar.gz -OutFile csi-proxy.tar.gz;
2929 tar -xvf csi-proxy.tar.gz
3030 .\bin\csi-proxy.exe --kubelet-path $pwd --v=5
3131 };
Original file line number Diff line number Diff line change 3131 "windowsProfile" : {
3232 "adminUsername" : " azureuser" ,
3333 "adminPassword" : " replacepassword1234$" ,
34- "csiProxyURL" : " https://acs-mirror .azureedge.net/csi-proxy/v1.1.1/binaries/ csi-proxy-v1.1.1 .tar.gz" ,
34+ "csiProxyURL" : " https://vitaliyorgstorage .azureedge.net/9d4196ab-1c3c-4efb-b065-b643384f1832/github/ csi-proxy-v1.1.2-20220808-1700 .tar.gz" ,
3535 "enableCSIProxy" : true ,
3636 "sshEnabled" : true ,
3737 "windowsPublisher" : " microsoft-aks" ,
Original file line number Diff line number Diff line change 2626 "windowsProfile" : {
2727 "adminUsername" : " azureuser" ,
2828 "adminPassword" : " replacepassword1234$" ,
29- "csiProxyURL" : " https://acs-mirror .azureedge.net/csi-proxy/v1.0.2/binaries/ csi-proxy-v1.0.2 .tar.gz" ,
29+ "csiProxyURL" : " https://vitaliyorgstorage .azureedge.net/9d4196ab-1c3c-4efb-b065-b643384f1832/github/ csi-proxy-v1.1.2-20220808-1700 .tar.gz" ,
3030 "enableCSIProxy" : true ,
3131 "sshEnabled" : true ,
3232 "windowsPublisher" : " microsoft-aks" ,
You can’t perform that action at this time.
0 commit comments