Update the Windows node image 1809 version to 0709

k3s-v1.15.3
Yang Lu 2019-08-07 12:36:04 -07:00
parent 5b2266b926
commit f3d5fbbc32
1 changed files with 1 additions and 1 deletions

View File

@ -2042,7 +2042,7 @@ function create-node-template() {
elif [[ "${os}" == 'windows' ]]; then
# TODO(pjh): revert back to using WINDOWS_NODE_IMAGE_FAMILY instead of
# pinning to the v20190312 image once #76666 is resolved.
node_image_flags="--image-project ${WINDOWS_NODE_IMAGE_PROJECT} --image=windows-server-1809-dc-core-for-containers-v20190312"
node_image_flags="--image-project ${WINDOWS_NODE_IMAGE_PROJECT} --image=windows-server-1809-dc-core-for-containers-v20190709"
else
echo "Unknown OS ${os}" >&2
exit 1