Skip to content

Commit

Permalink
feat: Bump to latest Kubernetes release in KIB
Browse files Browse the repository at this point in the history
  • Loading branch information
ArvinderPal09 committed Sep 20, 2024
1 parent cdc9e74 commit 1318e73
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.30.5"
kubernetes_major_minor: "{{ (kubernetes_version.split('.') | map('trim'))[:2] | join('.') }}"
kubernetes_semver: "v{{ kubernetes_version }}"

kubernetes_cni_version: "1.5.1"
kubernetes_cni_version: "1.0.4"

# 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 1318e73

Please sign in to comment.