051e08e31c
* Enable crio 1.18 (#6197) * fix CRI-O repos for centos distributions (#6224) * fix CRI-O repos for centos distributions * fix CRI-O repos for centos distributions - revert workarounds * fix CRI-O repos for centos distributions - use https for centos repos * avoid 302 redirects for centos repos * Use OS packaging default value for apparmor_profile in crio.conf (#6125) Co-authored-by: jeanfabrice <github@bobo-rousselin.com>
11 lines
167 B
YAML
11 lines
167 B
YAML
---
|
|
|
|
crio_packages:
|
|
- "cri-o-{{ crio_version }}"
|
|
|
|
crio_runc_path: /usr/sbin/runc
|
|
|
|
crio_kubernetes_version_matrix:
|
|
"1.18": "1.17"
|
|
"1.17": "1.17"
|
|
"1.16": "1.16"
|