From 7360246ccf56d4baaaafe4dd19366e8bca0ae893 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:23:06 +0000 Subject: [PATCH] chore(deps): update dependency helm/helm to v3.16.2 --- installations/kubernetes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/kubernetes.sh b/installations/kubernetes.sh index c596f415..39ed203c 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.1" + local HELM_VERSION="v3.16.2" 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