Skip to content

Commit 40e1e59

Browse files
authored
kind and kubectl version update for 1.25 k8s (#336)
1 parent 40c870a commit 40e1e59

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/e2e-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
env:
2929
# kubectl is supported within one minor version (older or newer) of k8s
3030
# https://kubernetes.io/releases/version-skew-policy/#kubectl
31-
KUBECTL_VERSION: v1.26.5
32-
KIND_VERSION: v0.19.0
31+
KUBECTL_VERSION: v1.25.11
32+
KIND_VERSION: v0.20.0
3333
KUTTL_VERSION: v0.15.0
3434

3535
- name: Check dependencies

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -372,10 +372,10 @@ KUTTL ?= $(LOCALBIN)/kuttl
372372
KUTTL_VERSION ?= v0.15.0
373373

374374
KUBECTL ?= $(LOCALBIN)/kubectl
375-
KUBECTL_VERSION ?= v1.24.12
375+
KUBECTL_VERSION ?= v1.25.11
376376

377377
KIND ?= $(LOCALBIN)/kind
378-
KIND_VERSION ?= v0.18.0
378+
KIND_VERSION ?= v0.20.0
379379

380380
## Install tools
381381
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"

kind/config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ kind: Cluster
22
apiVersion: kind.x-k8s.io/v1alpha4
33
nodes:
44
- role: control-plane
5-
image: kindest/node:v1.25.9
5+
image: kindest/node:v1.25.11
66
- role: worker
7-
image: kindest/node:v1.25.9
7+
image: kindest/node:v1.25.11
88
labels:
99
node: neon1
1010
- role: worker
11-
image: kindest/node:v1.25.9
11+
image: kindest/node:v1.25.11
1212
labels:
1313
node: neon2

0 commit comments

Comments
 (0)