Skip to content
Snippets Groups Projects
Unverified Commit b4a61370 authored by Cristian Calin's avatar Cristian Calin Committed by GitHub
Browse files

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

parent 58b2f39c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -3,6 +3,8 @@
crio_storage_driver: "overlay"
crio_versioned_pkg:
"1.23":
- "cri-o-1.23.*"
"1.22":
- "cri-o-1.22.*"
"1.21":
......
---
crio_versioned_pkg:
"1.23":
- "cri-o-1.23.*"
"1.22":
- "cri-o-1.22.*"
"1.21":
......
---
crio_versioned_pkg:
"1.23":
- "cri-o-1.23.*"
"1.22":
- "cri-o-1.22.*"
"1.21":
......
---
crio_versioned_pkg:
"1.23":
- "cri-o=1.23*"
- cri-o-runc
"1.22":
- "cri-o=1.22*"
- cri-o-runc
......
---
crio_versioned_pkg:
"1.23":
- "cri-o=1.23*"
- cri-o-runc
"1.22":
- "cri-o=1.22*"
- cri-o-runc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment