From 5258d2dc848056bd485cbceb31e42dcf3ac33de6 Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Fri, 22 Nov 2024 11:19:17 +0200 Subject: [PATCH] e2e: use k8s v1.31 v1.31 has been out for some time so we better move to test with it in our v0.11.0 release. we cannot move to the latest, though, since the CI scripts expect cri-tools to have the same .patch version which they don't. Signed-off-by: Mikko Ylinen --- install/pre-install-payload/Dockerfile | 2 +- tests/e2e/ansible/group_vars/all | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/pre-install-payload/Dockerfile b/install/pre-install-payload/Dockerfile index 401f3058..cd385345 100644 --- a/install/pre-install-payload/Dockerfile +++ b/install/pre-install-payload/Dockerfile @@ -78,7 +78,7 @@ RUN mkdir -p ${NODE_DESTINATION}/bin && \ FROM base as kubectl-binary-downloader ARG ARCH -ARG KUBECTL_VERSION=v1.30.1 +ARG KUBECTL_VERSION=v1.31.1 RUN \ apk --no-cache add curl && \ diff --git a/tests/e2e/ansible/group_vars/all b/tests/e2e/ansible/group_vars/all index 3a786520..0d04fee8 100644 --- a/tests/e2e/ansible/group_vars/all +++ b/tests/e2e/ansible/group_vars/all @@ -26,7 +26,7 @@ kubeadm_pkgs: centos: - conntrack - socat -k8s_version: v1.30.1 +k8s_version: v1.31.1 test_pkgs: ubuntu: - jq