mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
Change default cri-o versions for Kubernetes 1.26 (#10565)
This commit is contained in:
committed by
GitHub
parent
fa9e41047e
commit
7a0030b145
@@ -147,7 +147,7 @@ crictl_version: "{{ crictl_supported_versions[kube_major_version] }}"
|
||||
crio_supported_versions:
|
||||
v1.28: v1.28.1
|
||||
v1.27: v1.27.1
|
||||
v1.26: v1.26.3
|
||||
v1.26: v1.26.4
|
||||
crio_version: "{{ crio_supported_versions[kube_major_version] }}"
|
||||
|
||||
yq_version: "v4.35.2"
|
||||
|
||||
Reference in New Issue
Block a user