diff --git a/ansible/group_vars/all/defaults.yaml b/ansible/group_vars/all/defaults.yaml index a80e671e3..6dc700ac6 100644 --- a/ansible/group_vars/all/defaults.yaml +++ b/ansible/group_vars/all/defaults.yaml @@ -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.29.6" +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.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 diff --git a/bundles/ubuntu20.04/bundle.sh.gotmpl b/bundles/ubuntu20.04/bundle.sh.gotmpl index a29e15f31..b7d2275d1 100644 --- a/bundles/ubuntu20.04/bundle.sh.gotmpl +++ b/bundles/ubuntu20.04/bundle.sh.gotmpl @@ -4,7 +4,7 @@ export DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends \ apt-transport-https software-properties-common dpkg-dev curl gpg -KUBERNETES_DEB_BUILD_VERSION="1.1" +KUBERNETES_DEB_BUILD_VERSION="1.0.3" CRI_TOOLS_DEB_BUILD_VERSION="1.1" # Install dependencies. diff --git a/images/common.yaml b/images/common.yaml index 3f46c583d..a1cb5b353 100644 --- a/images/common.yaml +++ b/images/common.yaml @@ -1,5 +1,5 @@ --- -kubernetes_version: "1.29.6" +kubernetes_version: "1.30.5" packer: goss_arch: amd64