From 5ef553f379366ea6f3343d9e999ddf2898441bd0 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Sat, 28 Oct 2023 06:07:14 +0000
Subject: [PATCH] chore(deps): update dependency kubernetes/kubernetes to
 v1.28.3

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

diff --git a/images/tools/Earthfile b/images/tools/Earthfile
index c4116b271..cb30c4d6f 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.28.2
+    ARG KUBECTL_VERSION=v1.28.3
     ENV KUBECTL_VERSION=${KUBECTL_VERSION}
 
     RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \
-- 
GitLab