[etcd] make etcd 3.5.5 default for k8s 1.23 , 1.24 (#9482)

This commit is contained in:
Mohamed Zaian 2022-11-12 12:39:56 +01:00 committed by GitHub
parent 9439487219
commit f007c77641
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,8 +134,8 @@ kube_major_version: "{{ kube_version | regex_replace('^v([0-9])+\\.([0-9]+)\\.[0
etcd_supported_versions:
v1.25: "v3.5.5"
v1.24: "v3.5.4"
v1.23: "v3.5.3"
v1.24: "v3.5.5"
v1.23: "v3.5.5"
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
crictl_supported_versions: