Skip to content

Commit

Permalink
Change default cri-o versions for Kubernetes 1.26 (kubernetes-sigs#10565
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mzaian authored and pedromcpedro committed May 8, 2024
1 parent 441433a commit 45a1bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/download/defaults/main/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ crictl_version: "{{ crictl_supported_versions[kube_major_version] }}"
crio_supported_versions:
v1.28: v1.28.1
v1.27: v1.27.1
v1.26: v1.26.3
v1.26: v1.26.4
crio_version: "{{ crio_supported_versions[kube_major_version] }}"

yq_version: "v4.35.2"
Expand Down

0 comments on commit 45a1bb0

Please sign in to comment.