Update pause image to 3.10.1 for Kubernetes 1.34 (#12827)

This commit is contained in:
Ali Afsharzadeh 2025-12-31 11:48:35 +03:30 committed by GitHub
parent 6a517e165e
commit 6d850a0dc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ kube_next: "{{ ((kube_version | split('.'))[1] | int) + 1 }}"
kube_major_next_version: "1.{{ kube_next }}" kube_major_next_version: "1.{{ kube_next }}"
pod_infra_supported_versions: pod_infra_supported_versions:
'1.34': '3.10' '1.34': '3.10.1'
'1.33': '3.10' '1.33': '3.10'
'1.32': '3.10' '1.32': '3.10'