Skip to content

Commit

Permalink
e2e: use k8s v1.31
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mythi committed Nov 22, 2024
1 parent ef69202 commit 5258d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/pre-install-payload/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/ansible/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kubeadm_pkgs:
centos:
- conntrack
- socat
k8s_version: v1.30.1
k8s_version: v1.31.1
test_pkgs:
ubuntu:
- jq
Expand Down

0 comments on commit 5258d2d

Please sign in to comment.