Skip to content

Commit

Permalink
Bump: pause container upgrade to 3.10 (#11695)
Browse files Browse the repository at this point in the history
Signed-off-by: ChengHao Yang <[email protected]>
  • Loading branch information
tico88612 authored Nov 8, 2024
1 parent 91a77e4 commit 76a5263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kubespray-defaults/defaults/main/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ skopeo_version: "v1.16.1"
kube_major_version: "{{ kube_version | regex_replace('^v([0-9])+\\.([0-9]+)\\.[0-9]+', 'v\\1.\\2') }}"

pod_infra_supported_versions:
v1.31: "3.9"
v1.31: "3.10"
v1.30: "3.9"
v1.29: "3.9"
pod_infra_version: "{{ pod_infra_supported_versions[kube_major_version] }}"
Expand Down

0 comments on commit 76a5263

Please sign in to comment.