[etcd] make etcd 3.5.9 default (#10482)

This commit is contained in:
Mohamed Omar Zaian
2023-09-29 09:26:42 +02:00
committed by GitHub
parent de8d1f1a3b
commit 4846f33136
2 changed files with 3 additions and 3 deletions

View File

@@ -134,8 +134,8 @@ kube_major_version: "{{ kube_version | regex_replace('^v([0-9])+\\.([0-9]+)\\.[0
etcd_supported_versions:
v1.28: "v3.5.9"
v1.27: "v3.5.7"
v1.26: "v3.5.6"
v1.27: "v3.5.9"
v1.26: "v3.5.9"
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
crictl_supported_versions: