Skip to content
Snippets Groups Projects
Unverified Commit fdf5988e authored by ERIK's avatar ERIK Committed by GitHub
Browse files

revert crictl version (#11042)


Signed-off-by: default avatarbo.jiang <bo.jiang@daocloud.io>
parent a7d42824
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment