Commit 40e1e59 1 parent 40c870a commit 40e1e59 Copy full SHA for 40e1e59
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 28
28
env :
29
29
# kubectl is supported within one minor version (older or newer) of k8s
30
30
# 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
33
33
KUTTL_VERSION : v0.15.0
34
34
35
35
- name : Check dependencies
Original file line number Diff line number Diff line change @@ -372,10 +372,10 @@ KUTTL ?= $(LOCALBIN)/kuttl
372
372
KUTTL_VERSION ?= v0.15.0
373
373
374
374
KUBECTL ?= $(LOCALBIN ) /kubectl
375
- KUBECTL_VERSION ?= v1.24.12
375
+ KUBECTL_VERSION ?= v1.25.11
376
376
377
377
KIND ?= $(LOCALBIN ) /kind
378
- KIND_VERSION ?= v0.18 .0
378
+ KIND_VERSION ?= v0.20 .0
379
379
380
380
# # Install tools
381
381
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ kind: Cluster
2
2
apiVersion : kind.x-k8s.io/v1alpha4
3
3
nodes :
4
4
- role : control-plane
5
- image : kindest/node:v1.25.9
5
+ image : kindest/node:v1.25.11
6
6
- role : worker
7
- image : kindest/node:v1.25.9
7
+ image : kindest/node:v1.25.11
8
8
labels :
9
9
node : neon1
10
10
- role : worker
11
- image : kindest/node:v1.25.9
11
+ image : kindest/node:v1.25.11
12
12
labels :
13
13
node : neon2
You can’t perform that action at this time.
0 commit comments