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

@@ -45,7 +45,7 @@ crio_stream_port: "10010"
crio_required_version: "{{ kube_version | regex_replace('^v(?P<major>\\d+).(?P<minor>\\d+).(?P<patch>\\d+)$', '\\g<major>.\\g<minor>') }}"
crio_kubernetes_version_matrix:
"1.22": "1.21"
"1.22": "1.22"
"1.21": "1.21"
"1.20": "1.20"