From 23b7f7b2f0656bda025ffc318ea8bde8351525b9 Mon Sep 17 00:00:00 2001 From: Tim Ebert Date: Sat, 28 Oct 2023 11:52:40 +0200 Subject: [PATCH] Upgrade kind cluster to 1.27 as well --- webhosting-operator/hack/kind-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhosting-operator/hack/kind-config.yaml b/webhosting-operator/hack/kind-config.yaml index d4b17e82..47c2fbaa 100644 --- a/webhosting-operator/hack/kind-config.yaml +++ b/webhosting-operator/hack/kind-config.yaml @@ -2,7 +2,7 @@ apiVersion: kind.x-k8s.io/v1alpha4 kind: Cluster nodes: - role: control-plane - image: kindest/node:v1.25.11 + image: kindest/node:v1.27.3 extraPortMappings: # ingress-nginx - containerPort: 30888