Skip to content

Commit

Permalink
feat: update the cni version
Browse files Browse the repository at this point in the history
  • Loading branch information
SandhyaRavi2403 committed Dec 12, 2024
1 parent 2c7db57 commit 102201c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/group_vars/all/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kubernetes_version: "1.31.4"
kubernetes_major_minor: "{{ (kubernetes_version.split('.') | map('trim'))[:2] | join('.') }}"
kubernetes_semver: "v{{ kubernetes_version }}"

kubernetes_cni_version: "1.6.0"
kubernetes_cni_version: "1.5.1"

# The crictl CLI is released as part of the http://sigs.k8s.io/cri-tools project.
# The project release closely follows the Kubernetes release cycle, and uses a
Expand Down

0 comments on commit 102201c

Please sign in to comment.