mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Merge pull request #109592 from claudiubelu/gce-updates-containerd-version
windows GCE: Bumps containerd version to 1.6.2
This commit is contained in:
commit
f02682c628
@ -1354,7 +1354,7 @@ function Install_Containerd {
|
||||
New-Item $tmp_dir -ItemType 'directory' -Force | Out-Null
|
||||
|
||||
# TODO(ibrahimab) Change this to a gcs bucket with CI maintained and accessible by community.
|
||||
$version = '1.5.4'
|
||||
$version = '1.6.2'
|
||||
$tar_url = ("https://github.com/containerd/containerd/releases/download/v${version}/" +
|
||||
"cri-containerd-cni-${version}-windows-amd64.tar.gz")
|
||||
$sha_url = $tar_url + ".sha256sum"
|
||||
|
Loading…
Reference in New Issue
Block a user