Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installations/kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install() {
kubectl completion bash >"${HOME}/opt/completions/kubectl-completion.sh"

# renovate: datasource=github-releases depName=helm/helm
local HELM_VERSION="v4.0.4"
local HELM_VERSION="v4.0.5"

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
Expand Down