mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Move cri-o default package to 1.22 (#8258)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user