mirror of https://github.com/kubernetes/kops.git
Update containerd to v1.7.25
This commit is contained in:
parent
2d098269dc
commit
d112c6ec87
|
@ -48,7 +48,7 @@ func (b *ContainerdOptionsBuilder) BuildOptions(o *kops.Cluster) error {
|
|||
Version: fi.PtrTo("1.1.5"),
|
||||
}
|
||||
default:
|
||||
containerd.Version = fi.PtrTo("1.7.24")
|
||||
containerd.Version = fi.PtrTo("1.7.25")
|
||||
containerd.Runc = &kops.Runc{
|
||||
Version: fi.PtrTo("1.2.4"),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue