Move cri-o default package to 1.22 (#8258)

This commit is contained in:
Florian Ruynat
2021-12-02 15:21:34 +01:00
committed by GitHub
parent 785324827c
commit b38382a68f
12 changed files with 34 additions and 6 deletions

View File

@@ -3,8 +3,8 @@ crio_packages:
- cri-o
- cri-tools
# Fedora doesn't have cri-o 1.21 packages
crio_kubernetes_version_matrix:
"1.21": "1.20"
"1.22": "1.22"
"1.21": "1.21"
"1.20": "1.20"
crio_version: "{{ crio_kubernetes_version_matrix[crio_required_version] | default('1.20') }}"