From 18d80f3cdc3da6da878a41c819a0ef3d4dd724cb Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Thu, 25 Jan 2024 06:07:49 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes/kubernetes to v1.29.1 --- images/tools/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/tools/Earthfile b/images/tools/Earthfile index 72af0c693..a47cb137f 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.4 + ARG KUBECTL_VERSION=v1.29.1 ENV KUBECTL_VERSION=${KUBECTL_VERSION} RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \ -- GitLab