From a94be65a812a214f05015d6e67ac62e8eb59e218 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Thu, 16 Nov 2023 06:08:19 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes/kubernetes to v1.28.4 --- images/tools/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/tools/Earthfile b/images/tools/Earthfile index cb30c4d6f..b65940fa5 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.3 + ARG KUBECTL_VERSION=v1.28.4 ENV KUBECTL_VERSION=${KUBECTL_VERSION} RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \ -- GitLab