[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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_required_version: "{{ kube_version | regex_replace('^v(?P<major>\\d+).(?P<minor>\\d+).(?P<patch>\\d+)$', '\\g<major>.\\g<minor>') }}"
crio_kubernetes_version_matrix: crio_kubernetes_version_matrix:
"1.23": "1.22" "1.23": "1.23"
"1.22": "1.22" "1.22": "1.22"
"1.21": "1.21" "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. # The crio_runtimes variable defines a list of OCI compatible runtimes.
crio_runtimes: crio_runtimes:

View file

@ -3,6 +3,8 @@
crio_storage_driver: "overlay" crio_storage_driver: "overlay"
crio_versioned_pkg: crio_versioned_pkg:
"1.23":
- "cri-o-1.23.*"
"1.22": "1.22":
- "cri-o-1.22.*" - "cri-o-1.22.*"
"1.21": "1.21":

View file

@ -1,5 +1,7 @@
--- ---
crio_versioned_pkg: crio_versioned_pkg:
"1.23":
- "cri-o-1.23.*"
"1.22": "1.22":
- "cri-o-1.22.*" - "cri-o-1.22.*"
"1.21": "1.21":

View file

@ -1,5 +1,7 @@
--- ---
crio_versioned_pkg: crio_versioned_pkg:
"1.23":
- "cri-o-1.23.*"
"1.22": "1.22":
- "cri-o-1.22.*" - "cri-o-1.22.*"
"1.21": "1.21":

View file

@ -1,5 +1,8 @@
--- ---
crio_versioned_pkg: crio_versioned_pkg:
"1.23":
- "cri-o=1.23*"
- cri-o-runc
"1.22": "1.22":
- "cri-o=1.22*" - "cri-o=1.22*"
- cri-o-runc - cri-o-runc

View file

@ -1,5 +1,8 @@
--- ---
crio_versioned_pkg: crio_versioned_pkg:
"1.23":
- "cri-o=1.23*"
- cri-o-runc
"1.22": "1.22":
- "cri-o=1.22*" - "cri-o=1.22*"
- cri-o-runc - cri-o-runc