mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Add hashes for crictl 1.30.1 and 1.31.1 (#11661)
This commit is contained in:
@@ -144,8 +144,8 @@ etcd_supported_versions:
|
||||
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
|
||||
|
||||
crictl_supported_versions:
|
||||
v1.31: "v1.31.0"
|
||||
v1.30: "v1.30.0"
|
||||
v1.31: "v1.31.1"
|
||||
v1.30: "v1.30.1"
|
||||
v1.29: "v1.29.0"
|
||||
crictl_version: "{{ crictl_supported_versions[kube_major_version] }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user