Browse Source

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

pull/9485/head
Mohamed Zaian 2 years ago
committed by GitHub
parent
commit
f007c77641
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. 4
      roles/download/defaults/main.yml

4
roles/download/defaults/main.yml

@ -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:

Loading…
Cancel
Save