Update cri-o to 1.33.0 for kubernetes 1.33

Use ubuntu 22.04 for molecule test of cri-o,
because crun included in the cri-o does not work on
ubuntu 20.04.
This commit is contained in:
Takuya Murakami
2025-05-02 19:05:39 +09:00
parent 8ad1253b4f
commit 16c05338d9
4 changed files with 7 additions and 46 deletions

View File

@@ -147,7 +147,7 @@ crictl_supported_versions:
crictl_version: "{{ crictl_supported_versions[kube_major_version] }}"
crio_supported_versions:
'1.33': 1.32.0
'1.33': 1.33.0
'1.32': 1.32.0
'1.31': 1.31.3
crio_version: "{{ crio_supported_versions[kube_major_version] }}"