Skip to content

Commit 6f790e9

Browse files
authored
Merge pull request #745 from kubernetes-sigs/csi-proxy-v1.0.0-config
test: switch to csi-proxy-v1.0.0 config
2 parents 1e263d5 + 8a04195 commit 6f790e9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
# start the CSI Proxy before running tests on windows
2727
Start-Job -Name CSIProxy -ScriptBlock {
28-
Invoke-WebRequest https://github.com/andyzhangx/demo/raw/master/windows/csi-proxy-v1.0.0-rc.1.tar.gz -OutFile csi-proxy.tar.gz;
28+
Invoke-WebRequest https://acs-mirror.azureedge.net/csi-proxy/v1.0.0/binaries/csi-proxy-v1.0.0.tar.gz -OutFile csi-proxy.tar.gz;
2929
tar -xvf csi-proxy.tar.gz
3030
.\bin\csi-proxy.exe --kubelet-path $pwd
3131
};

test/e2e/manifest/containerd-windows.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"windowsProfile": {
3232
"adminUsername": "azureuser",
3333
"adminPassword": "replacepassword1234$",
34-
"csiProxyURL": "https://github.com/andyzhangx/demo/raw/master/windows/csi-proxy-v1.0.0-rc.1.tar.gz",
34+
"csiProxyURL": "https://acs-mirror.azureedge.net/csi-proxy/v1.0.0/binaries/csi-proxy-v1.0.0.tar.gz",
3535
"enableCSIProxy": true,
3636
"sshEnabled": true,
3737
"windowsPublisher": "microsoft-aks",

test/e2e/manifest/migration-windows.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"windowsProfile": {
4141
"adminUsername": "azureuser",
4242
"adminPassword": "replacepassword1234$",
43-
"csiProxyURL": "https://github.com/andyzhangx/demo/raw/master/windows/csi-proxy-v1.0.0-rc.1.tar.gz",
43+
"csiProxyURL": "https://acs-mirror.azureedge.net/csi-proxy/v1.0.0/binaries/csi-proxy-v1.0.0.tar.gz",
4444
"enableCSIProxy": true,
4545
"sshEnabled": true,
4646
"windowsPublisher": "microsoft-aks",

test/e2e/manifest/windows.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"windowsProfile": {
3030
"adminUsername": "azureuser",
3131
"adminPassword": "replacepassword1234$",
32-
"csiProxyURL": "https://github.com/andyzhangx/demo/raw/master/windows/csi-proxy-v1.0.0-rc.1.tar.gz",
32+
"csiProxyURL": "https://acs-mirror.azureedge.net/csi-proxy/v1.0.0/binaries/csi-proxy-v1.0.0.tar.gz",
3333
"enableCSIProxy": true,
3434
"sshEnabled": true,
3535
"windowsPublisher": "microsoft-aks",

0 commit comments

Comments
 (0)