Skip to content

Commit

Permalink
feat: bump the k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
SandhyaRavi2403 committed Dec 9, 2024
1 parent cbfac52 commit be5cb62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ansible/group_vars/all/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ python_path: ""
# If it's not there, the kubernetes_full_version will have "None" for a version number.
#
# IMPORTANT When you update kubernetes_version, also update crictl_version.
kubernetes_version: "1.30.5"
kubernetes_version: "1.31.3"
kubernetes_major_minor: "{{ (kubernetes_version.split('.') | map('trim'))[:2] | join('.') }}"
kubernetes_semver: "v{{ kubernetes_version }}"

kubernetes_cni_version: "1.4.0"
kubernetes_cni_version: "1.6.0"

# 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 All @@ -32,7 +32,7 @@ critools_deb: "{{ crictl_version }}-1.1"
critools_rpm: "{{ crictl_version }}-0"

# Containerd container runtime version.
containerd_version: "1.7.22"
containerd_version: "1.7.24"

# NOTE(jkoelker) `nvidia_cuda_version` is set via an override, it is listed
# empty here for documentation.
Expand Down
2 changes: 1 addition & 1 deletion images/common.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
kubernetes_version: "1.30.5"
kubernetes_version: "1.31.3"

packer:
goss_arch: amd64
Expand Down

0 comments on commit be5cb62

Please sign in to comment.