From 75077983b48f09a82a745f71bf99b1b05f69bc3c Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Wed, 11 Sep 2024 23:29:08 +0200 Subject: [PATCH] chore(deps): update dependency kubernetes/kubernetes to v1.31.0 (#162) Reviewed-on: https://gitea.rknet.org/container/kube-tools/pulls/162 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 fba3ee7..1f2dc39 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:-v4.1.0}" # renovate: datasource=github-releases depName=kubernetes/kubernetes -ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.30.3}" +ENV KUBECTL_VERSION="${KUBECTL_VERSION:-v1.31.0}" # renovate: datasource=github-releases depName=mikefarah/yq ENV YQ_VERSION="${YQ_VERSION:-v4.44.3}" # renovate: datasource=github-releases depName=helm/helm