From c18a56cac40417233b556373321d9763691ac3f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:30:43 +0000 Subject: [PATCH] Update kindest/node Docker tag to v1.29.0 --- kind-config.yaml | 2 +- kind-config2-without-cni.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kind-config.yaml b/kind-config.yaml index 85ff110..b6b0e98 100644 --- a/kind-config.yaml +++ b/kind-config.yaml @@ -18,6 +18,6 @@ kubeadmConfigPatchesJSON6902: value: 172.17.0.1 nodes: - role: control-plane - image: kindest/node:v1.27.1@sha256:f957f0636f30b105e15ed00932b25d175eaf08d5d11735e8d6ec73325ebd5b02 + image: kindest/node:v1.29.0@sha256:54a50c9354f11ce0aa56a85d2cacb1b950f85eab3fe1caf988826d1f89bf37eb # - role: worker # image: kindest/node:v1.24.2@sha256:1f0cee2282f43150b52dc7933183ed96abdcfc8d293f30ec07082495874876f1 diff --git a/kind-config2-without-cni.yaml b/kind-config2-without-cni.yaml index 2ff2409..fbef498 100644 --- a/kind-config2-without-cni.yaml +++ b/kind-config2-without-cni.yaml @@ -18,7 +18,7 @@ featureGates: # value: 172.17.0.1 nodes: - role: control-plane - image: kindest/node:v1.27.1@sha256:f957f0636f30b105e15ed00932b25d175eaf08d5d11735e8d6ec73325ebd5b02 + image: kindest/node:v1.29.0@sha256:54a50c9354f11ce0aa56a85d2cacb1b950f85eab3fe1caf988826d1f89bf37eb # add a mount from ./gitlab on the host to /gitlab on the node # extraMounts: # - hostPath: ./gitlab