Add crictl 1.26.1 for Kubernetes v1.26 (#10564)
parent
1f47d5b74f
commit
418df29ff0
|
@ -141,7 +141,7 @@ etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
|
||||||
crictl_supported_versions:
|
crictl_supported_versions:
|
||||||
v1.28: "v1.28.0"
|
v1.28: "v1.28.0"
|
||||||
v1.27: "v1.27.1"
|
v1.27: "v1.27.1"
|
||||||
v1.26: "v1.26.0"
|
v1.26: "v1.26.1"
|
||||||
crictl_version: "{{ crictl_supported_versions[kube_major_version] }}"
|
crictl_version: "{{ crictl_supported_versions[kube_major_version] }}"
|
||||||
|
|
||||||
crio_supported_versions:
|
crio_supported_versions:
|
||||||
|
|
Loading…
Reference in New Issue