Skip to content

Commit

Permalink
Update etcd version for 1.26 and 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
VannTen committed Jan 16, 2024
1 parent 052e1b9 commit bde27da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/download/defaults/main/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ 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.9"
v1.26: "v3.5.9"
v1.27: "v3.5.10"
v1.26: "v3.5.10"
v1.25: "v3.5.9"
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"

Expand Down

0 comments on commit bde27da

Please sign in to comment.