From 26b875a842a360f227447ffedef5afca4153b702 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Thu, 15 Feb 2024 06:07:31 +0000
Subject: [PATCH] chore(deps): update dependency kubernetes/kubernetes to
 v1.29.2

---
 images/tools/Earthfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/tools/Earthfile b/images/tools/Earthfile
index d56b31910..5985a7ba0 100644
--- a/images/tools/Earthfile
+++ b/images/tools/Earthfile
@@ -5,7 +5,7 @@ kubectl:
     FROM ../mirror+fedora
 
     # renovate: datasource=github-releases depName=kubernetes/kubernetes
-    ARG KUBECTL_VERSION=v1.29.1
+    ARG KUBECTL_VERSION=v1.29.2
     ENV KUBECTL_VERSION=${KUBECTL_VERSION}
 
     RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \
-- 
GitLab