Skip to content

Commit

Permalink
fix binary url path
Browse files Browse the repository at this point in the history
  • Loading branch information
mainred committed Jan 14, 2025
1 parent 73c5b5e commit 13d1afa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vhdbuilder/packer/generate-windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ $global:map = @{
"https://acs-mirror.azureedge.net/csi-proxy/v1.1.2-hotfix.20230807/binaries/csi-proxy-v1.1.2-hotfix.20230807.tar.gz"
);
"c:\akse-cache\credential-provider\" = @(
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.29.2/binaries/azure-acr-credential-provider-windows-amd64-v1.29.11.tar.gz",
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.30.0/binaries/azure-acr-credential-provider-windows-amd64-v1.30.7.tar.gz",
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.30.0/binaries/azure-acr-credential-provider-windows-amd64-v1.31.1.tar.gz",
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.30.0/binaries/azure-acr-credential-provider-windows-amd64-v1.32.0.tar.gz"
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.29.11/binaries/azure-acr-credential-provider-windows-amd64-v1.29.11.tar.gz",
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.30.7/binaries/azure-acr-credential-provider-windows-amd64-v1.30.7.tar.gz",
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.31.1/binaries/azure-acr-credential-provider-windows-amd64-v1.31.1.tar.gz",
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.32.0/binaries/azure-acr-credential-provider-windows-amd64-v1.32.0.tar.gz"
);
# When to remove depracted Kubernetes Windows packages:
# There are 30 days grace period before a depracted Kubernetes version is out of supported
Expand Down

0 comments on commit 13d1afa

Please sign in to comment.