Skip to content

Commit

Permalink
chore(deps): update dependency helm/helm to v3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent 9ff23c1 commit 78106da
Showing 1 changed file with 1 addition and 1 deletion.
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="v3.15.4"
local HELM_VERSION="v3.16.0"

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

0 comments on commit 78106da

Please sign in to comment.