Update kubernetes version to 1.22.2

This commit is contained in:
Florian Ruynat
2021-09-17 16:42:27 +02:00
committed by Kubernetes Prow Robot
parent 96b61a5f53
commit 8efde799e1
4 changed files with 5 additions and 4 deletions

View File

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