Merge pull request #95419 from jsturtevant/patch-2

Update Windows Pause version to 1.4.0
This commit is contained in:
Kubernetes Prow Robot 2020-10-09 19:39:35 -07:00 committed by GitHub
commit acb3beaae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,5 +23,5 @@ const (
DefaultDockerCRISocket = "npipe:////./pipe/docker_engine"
// PauseVersion indicates the default pause image version for kubeadm
PauseVersion = "1.3.0"
PauseVersion = "1.4.0"
)