File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ WEBHOSTING_OPERATOR_IMG ?= $(GHCR_REPO)/webhosting-operator:$(TAG)
99EXPERIMENT_IMG ?= $(GHCR_REPO ) /experiment:$(TAG )
1010
1111# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
12- ENVTEST_K8S_VERSION = 1.28
12+ ENVTEST_K8S_VERSION = 1.31
1313
1414# Setting SHELL to bash allows bash commands to be executed by recipes.
1515# Options are set to exit when a recipe line exits non-zero or a piped command fails.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: kind.x-k8s.io/v1alpha4
22kind : Cluster
33nodes :
44- role : control-plane
5- image : kindest/node:v1.28.15
5+ image : kindest/node:v1.31.4
66 extraPortMappings :
77 # ingress-nginx
88 - containerPort : 30888
Original file line number Diff line number Diff line change 2424 nodeCIDRMaskSize : 24
2525 kubeProxy :
2626 mode : IPTables
27- version : " 1.28 "
27+ version : " 1.31 "
2828 maintenance :
2929 autoUpdate :
3030 kubernetesVersion : true
You can’t perform that action at this time.
0 commit comments