Skip to content

Commit d61e244

Browse files
renovate[bot]ViBiOh
authored andcommitted
chore(deps): update dependency helm/helm to v3.16.3
1 parent 115d2db commit d61e244

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.2"
21+
local HELM_VERSION="v3.16.3"
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)