We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115d2db commit d61e244Copy full SHA for d61e244
installations/kubernetes.sh
@@ -18,7 +18,7 @@ install() {
18
kubectl completion bash >"${HOME}/opt/completions/kubectl-completion.sh"
19
20
# renovate: datasource=github-releases depName=helm/helm
21
- local HELM_VERSION="v3.16.2"
+ local HELM_VERSION="v3.16.3"
22
23
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"
24
if command -v helm >/dev/null 2>&1; then
0 commit comments