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