Skip to content

Commit

Permalink
use old versions in old kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaab committed Feb 1, 2024
1 parent 68aad33 commit fb0cfa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/model/components/containerd.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ func (b *ContainerdOptionsBuilder) BuildOptions(o interface{}) error {
case b.IsKubernetesGTE("1.26") && b.IsKubernetesLT("1.26.5"):
fallthrough
case b.IsKubernetesGTE("1.27") && b.IsKubernetesLT("1.27.2"):
containerd.Version = fi.PtrTo("1.7.13")
containerd.Version = fi.PtrTo("1.6.20")
containerd.Runc = &kops.Runc{
Version: fi.PtrTo("1.1.12"),
Version: fi.PtrTo("1.1.5"),
}
case b.IsKubernetesGTE("1.27.2"):
containerd.Version = fi.PtrTo("1.7.13")
Expand Down

0 comments on commit fb0cfa3

Please sign in to comment.