Mohamed Zaian
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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: |
|
|
|