Bump: pause container upgrade to 3.10 (#11695)

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
pull/11703/head
ChengHao Yang 2024-11-09 00:46:45 +08:00 committed by GitHub
parent 91a77e417c
commit 76a5263ff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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] }}"