Update containerd to v1.6.6

This commit is contained in:
Ciprian Hacman 2022-06-07 08:52:32 +03:00
parent a4f6242464
commit 169bbd0826
1 changed files with 2 additions and 2 deletions

View File

@ -47,9 +47,9 @@ func (b *ContainerdOptionsBuilder) BuildOptions(o interface{}) error {
// Set version based on Kubernetes version // Set version based on Kubernetes version
if fi.StringValue(containerd.Version) == "" { if fi.StringValue(containerd.Version) == "" {
if b.IsKubernetesGTE("1.23") { if b.IsKubernetesGTE("1.23") {
containerd.Version = fi.String("1.6.4") containerd.Version = fi.String("1.6.6")
} else { } else {
containerd.Version = fi.String("1.4.12") containerd.Version = fi.String("1.4.13")
} }
} }
// Set default log level to INFO // Set default log level to INFO