[cri-o] add cri-0 1.23.x (#8599)

This commit is contained in:
Cristian Calin
2022-03-07 15:39:07 +02:00
committed by GitHub
parent 58b2f39ce5
commit b4a61370c8
6 changed files with 14 additions and 2 deletions

View File

@@ -38,11 +38,11 @@ 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.23": "1.22"
"1.23": "1.23"
"1.22": "1.22"
"1.21": "1.21"
crio_version: "{{ crio_kubernetes_version_matrix[crio_required_version] | default('1.22') }}"
crio_version: "{{ crio_kubernetes_version_matrix[crio_required_version] | default('1.23') }}"
# The crio_runtimes variable defines a list of OCI compatible runtimes.
crio_runtimes: