Skip to content

Commit

Permalink
feat: bump the cni version
Browse files Browse the repository at this point in the history
  • Loading branch information
SandhyaRavi2403 committed Sep 25, 2024
1 parent 2e701b5 commit e7a5684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/group_vars/all/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ kubernetes_version: "1.30.5"
kubernetes_major_minor: "{{ (kubernetes_version.split('.') | map('trim'))[:2] | join('.') }}"
kubernetes_semver: "v{{ kubernetes_version }}"

kubernetes_cni_version: "1.3.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
# nearly identical version scheme.
# IMPORTANT When you update crictl_version, also update crictl_sha256.
crictl_version: "{{ kubernetes_major_minor }}.0"
crictl_version: "{{ kubernetes_major_minor }}.1"

# On flatcar Linux, we install crictl from a release artifact, not a system package.
# The url points to the linux/amd64 release artifact.
Expand Down

0 comments on commit e7a5684

Please sign in to comment.