Merge pull request #11036 from mzaian/etcd-3512

[etcd] make etcd 3.5.12 default
This commit is contained in:
Kay Yan
2024-04-01 14:57:48 +08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -139,9 +139,9 @@ pod_infra_supported_versions:
pod_infra_version: "{{ pod_infra_supported_versions[kube_major_version] }}"
etcd_supported_versions:
v1.29: "v3.5.10"
v1.28: "v3.5.10"
v1.27: "v3.5.10"
v1.29: "v3.5.12"
v1.28: "v3.5.12"
v1.27: "v3.5.12"
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
crictl_supported_versions: