From 27b7b123c1542dc492317ec07da23bccec3bed22 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Fri, 2 Feb 2024 04:37:00 +0100 Subject: [PATCH] chore: bump kind version --- kind/cluster.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kind/cluster.yaml b/kind/cluster.yaml index fb9fe85..c4df84b 100644 --- a/kind/cluster.yaml +++ b/kind/cluster.yaml @@ -2,6 +2,7 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane + image: kindest/node:v1.28.0@sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31 kubeadmConfigPatches: - | kind: InitConfiguration