Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
chore: Use signed scripts package 0.0.9 on Windows nodes (#4162)
Browse files Browse the repository at this point in the history
  • Loading branch information
marosset authored Jan 14, 2021
1 parent 009f67b commit 9aa20b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/api/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ const (
// TODO: Move other values defined in WindowsProfiles (like DefaultWindowsSSHEnabled) here.
const (
DefaultWindowsCsiProxyVersion = "v0.2.2"
DefaultWindowsProvisioningScriptsPackageVersion = "v0.0.8"
DefaultWindowsProvisioningScriptsPackageVersion = "v0.0.9"
)

const (
Expand Down
3 changes: 2 additions & 1 deletion vhd/packer/configure-windows-vhd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ function Get-FilesToCacheOnVHD {
"https://globalcdn.nuget.org/packages/microsoft.applicationinsights.2.11.0.nupkg",
"https://kubernetesartifacts.azureedge.net/aks-engine/windows/provisioning/signedscripts-v0.0.3.zip",
"https://kubernetesartifacts.azureedge.net/aks-engine/windows/provisioning/signedscripts-v0.0.4.zip",
"https://kubernetesartifacts.azureedge.net/aks-engine/windows/provisioning/signedscripts-v0.0.8.zip"
"https://kubernetesartifacts.azureedge.net/aks-engine/windows/provisioning/signedscripts-v0.0.8.zip",
"https://kubernetesartifacts.azureedge.net/aks-engine/windows/provisioning/signedscripts-v0.0.9.zip"
);
"c:\akse-cache\containerd\" = @(
$global:containerdPackageUrl
Expand Down

0 comments on commit 9aa20b4

Please sign in to comment.