revert crictl version (#11042)

Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
pull/11044/head
ERIK 2024-04-02 09:43:53 +08:00 committed by GitHub
parent a7d42824be
commit fdf5988ea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -146,14 +146,14 @@ etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
crictl_supported_versions:
v1.29: "v1.29.0"
v1.28: "v1.28.4"
v1.27: "v1.27.4"
v1.28: "v1.28.0"
v1.27: "v1.27.1"
crictl_version: "{{ crictl_supported_versions[kube_major_version] }}"
crio_supported_versions:
v1.29: v1.29.1
v1.28: v1.28.1
v1.27: v1.27.1
v1.28: v1.28.4
v1.27: v1.27.4
crio_version: "{{ crio_supported_versions[kube_major_version] }}"
# Scheduler plugins doesn't build for K8s 1.28 yet