Update containerd to v1.4.11

This commit is contained in:
Ciprian Hacman 2021-10-04 20:20:29 +03:00
parent 7a828b6e7c
commit af861a8e61
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func (b *ContainerdOptionsBuilder) BuildOptions(o interface{}) error {
// Set version based on Kubernetes version
if fi.StringValue(containerd.Version) == "" {
if b.IsKubernetesGTE("1.19") {
containerd.Version = fi.String("1.4.10")
containerd.Version = fi.String("1.4.11")
} else {
containerd.Version = fi.String("1.3.10")
}