From 0fd9585b4ae3fad6d90c66f9764105c87f017e9b 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. Signed-off-by: Mikko Ylinen --- Makefile | 2 +- install/pre-install-payload/Dockerfile | 2 +- tests/e2e/ansible/group_vars/all | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ff09cda9..b7400861 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ endif # Image URL to use all building/pushing image targets IMG ?= controller:latest # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. -ENVTEST_K8S_VERSION = 1.30.x +ENVTEST_K8S_VERSION = 1.31.x # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN)) 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