Skip to content

Commit 7360246

Browse files
chore(deps): update dependency helm/helm to v3.16.2
1 parent 78825ed commit 7360246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installations/kubernetes.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install() {
1818
kubectl completion bash >"${HOME}/opt/completions/kubectl-completion.sh"
1919

2020
# renovate: datasource=github-releases depName=helm/helm
21-
local HELM_VERSION="v3.16.1"
21+
local HELM_VERSION="v3.16.2"
2222

2323
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"
2424
if command -v helm >/dev/null 2>&1; then

0 commit comments

Comments
 (0)