From 012d4475962839165daf9d332e6f2b385beaeadd Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Thu, 14 Dec 2023 10:48:03 +0100 Subject: [PATCH] chore(deps): update dependency kubernetes/kubernetes to v1.29.0 (#97) Reviewed-on: https://gitea.rknet.org/container/kube-tools/pulls/97 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index a64d3f1..b63c8c3 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -19,7 +19,7 @@ ARG KUBECONFORM_VERSION ARG POLARIS_VERSION # renovate: datasource=github-releases depName=kubernetes/kubernetes -ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.28.4}" +ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.29.0}" # renovate: datasource=github-releases depName=mikefarah/yq ENV YQ_VERSION="${YQ_VERSION:-v4.40.5}" # renovate: datasource=github-releases depName=helm/helm