From 94cf16c84544b8405ff6033cc53b0249a07d3078 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Wed, 17 Jan 2024 20:02:04 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes/kubernetes to v1.29.1 --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 502e772..7b6b081 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -21,7 +21,7 @@ ARG FLUX_LOCAL_VERSION ARG FLUX_VERSION # renovate: datasource=github-releases depName=kubernetes/kubernetes -ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.29.0}" +ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.29.1}" # renovate: datasource=github-releases depName=mikefarah/yq ENV YQ_VERSION="${YQ_VERSION:-v4.40.5}" # renovate: datasource=github-releases depName=helm/helm