Skip to content

Commit 15b7dfa

Browse files
Bump k8s and sles test version
1 parent a160a7f commit 15b7dfa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif
1919
GO_VERSION=1.23
2020

2121
# K8s version used for Makefile helpers
22-
K8S_VERSION=1.29.8
22+
K8S_VERSION=1.32.5
2323

2424
GOARM=7
2525

dist/functional-test-k8s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ETCD_LOCATION="${ETCD_LOCATION:-etcd}"
66
FLANNEL_NET="${FLANNEL_NET:-10.10.0.0/16}"
77
TAG=`git describe --tags --always`
88
FLANNEL_DOCKER_IMAGE="${FLANNEL_DOCKER_IMAGE:-quay.io/coreos/flannel:$TAG}"
9-
K8S_VERSION="${K8S_VERSION:-1.29.8}"
9+
K8S_VERSION="${K8S_VERSION:-1.32.5}"
1010
HYPERKUBE_IMG="docker.io/rancher/hyperkube"
1111
HYPERKUBE_CMD="${HYPERKUBE_CMD:-" "}"
1212
HYPERKUBE_APISERVER_CMD="${HYPERKUBE_APISERVER_CMD:-kube-apiserver}"

e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install the all-in-one binary so we can copy our run-time images into the image
22
# which helps avoid pulling them when running e2e tests.
3-
ARG SLES="registry.suse.com/suse/sle15:15.4"
3+
ARG SLES="registry.suse.com/suse/sle15:15.6"
44
FROM ${SLES} AS k3s
55
ARG ARCH
66
ARG K3S_VERSION="v1.29.8+k3s1"

0 commit comments

Comments
 (0)