From 54e2ec7e8aad8264d0e98e2b04cc46d317ceddb5 Mon Sep 17 00:00:00 2001 From: David Zuber Date: Sun, 6 Feb 2022 13:31:28 +0000 Subject: [PATCH] Update kind images --- kind-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kind-config.yaml b/kind-config.yaml index f293d8e..d7b3e39 100644 --- a/kind-config.yaml +++ b/kind-config.yaml @@ -2,9 +2,9 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: kindest/node:v1.19.1@sha256:98cf5288864662e37115e362b23e4369c8c4a408f99cbc06e58ac30ddc721600 + image: kindest/node:v1.23.0@sha256:49824ab1727c04e56a21a5d8372a402fcd32ea51ac96a2706a12af38934f81ac - role: worker - image: kindest/node:v1.19.1@sha256:98cf5288864662e37115e362b23e4369c8c4a408f99cbc06e58ac30ddc721600 + image: kindest/node:v1.23.0@sha256:49824ab1727c04e56a21a5d8372a402fcd32ea51ac96a2706a12af38934f81ac extraPortMappings: - containerPort: 5900 hostPort: 5900