Skip to content

Commit

Permalink
Use 2019 as default
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant committed May 29, 2024
1 parent daff8fe commit 7782fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capz/run-capz-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ main() {
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-"latest"}"
export CONTROL_PLANE_MACHINE_COUNT="${AZURE_CONTROL_PLANE_MACHINE_COUNT:-"1"}"
export WINDOWS_WORKER_MACHINE_COUNT="${WINDOWS_WORKER_MACHINE_COUNT:-"2"}"
export WINDOWS_SERVER_VERSION="${WINDOWS_SERVER_VERSION:-"windows-2022"}"
export WINDOWS_SERVER_VERSION="${WINDOWS_SERVER_VERSION:-"windows-2019"}"
export WINDOWS_CONTAINERD_URL="${WINDOWS_CONTAINERD_URL:-"https://github.com/containerd/containerd/releases/download/v1.7.16/containerd-1.7.16-windows-amd64.tar.gz"}"
export GMSA="${GMSA:-""}"
export HYPERV="${HYPERV:-""}"
Expand Down

0 comments on commit 7782fad

Please sign in to comment.