From 359f16ef76f4356da4e52a2318da16dcafad54ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:15:28 +0000 Subject: [PATCH] chore(deps): update dependency helm/helm to v3.16.4 --- installations/kubernetes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/kubernetes.sh b/installations/kubernetes.sh index 4a036c59..40ee7967 100644 --- a/installations/kubernetes.sh +++ b/installations/kubernetes.sh @@ -18,7 +18,7 @@ install() { kubectl completion bash >"${HOME}/opt/completions/kubectl-completion.sh" # renovate: datasource=github-releases depName=helm/helm - local HELM_VERSION="v3.16.3" + local HELM_VERSION="v3.16.4" archive_to_binary "https://get.helm.sh/helm-${HELM_VERSION}-$(normalized_os)-$(normalized_arch "amd64" "arm" "arm64").tar.gz" "$(normalized_os)-$(normalized_arch "amd64" "arm" "arm64")/helm" if command -v helm >/dev/null 2>&1; then