Skip to content

Commit 8cabd75

Browse files
authored
Test against k8s 1.31 (#432)
1 parent 4d61034 commit 8cabd75

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
@@ -9,7 +9,7 @@ WEBHOSTING_OPERATOR_IMG ?= $(GHCR_REPO)/webhosting-operator:$(TAG)
99
EXPERIMENT_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.

hack/config/kind-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kind.x-k8s.io/v1alpha4
22
kind: Cluster
33
nodes:
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

hack/config/shoot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
nodeCIDRMaskSize: 24
2525
kubeProxy:
2626
mode: IPTables
27-
version: "1.28"
27+
version: "1.31"
2828
maintenance:
2929
autoUpdate:
3030
kubernetesVersion: true

0 commit comments

Comments
 (0)