[etcd] make etcd 3.5.9 default (#10483)

This commit is contained in:
Mohamed Omar Zaian
2023-09-29 09:22:45 +02:00
committed by GitHub
parent c7cfd32c40
commit 9dc2092042
2 changed files with 4 additions and 4 deletions

View File

@@ -133,9 +133,9 @@ skopeo_version: "v1.13.2"
kube_major_version: "{{ kube_version | regex_replace('^v([0-9])+\\.([0-9]+)\\.[0-9]+', 'v\\1.\\2') }}"
etcd_supported_versions:
v1.27: "v3.5.7"
v1.26: "v3.5.6"
v1.25: "v3.5.6"
v1.27: "v3.5.9"
v1.26: "v3.5.9"
v1.25: "v3.5.9"
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
crictl_supported_versions: