From d06bd6aa3e7a7d5a9473266c96bc5314c4af46e3 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Thu, 18 Apr 2024 08:41:25 +0200 Subject: [PATCH] chore(deps): update dependency kubernetes/kubernetes to v1.30.0 (#129) Reviewed-on: https://gitea.rknet.org/container/kube-tools/pulls/129 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 0556930..06fb89a 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -23,7 +23,7 @@ ARG FLUX_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.7}" # renovate: datasource=github-releases depName=kubernetes/kubernetes -ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.29.4}" +ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.30.0}" # renovate: datasource=github-releases depName=mikefarah/yq ENV YQ_VERSION="${YQ_VERSION:-v4.43.1}" # renovate: datasource=github-releases depName=helm/helm