We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6397c15 commit a9409a1Copy full SHA for a9409a1
hack/tools/install.sh
@@ -68,7 +68,7 @@ install_yq() {
68
69
install_helm() {
70
# renovate: datasource=github-tags depName=helm/helm
71
- VERSION=v3.16.3
+ VERSION=v3.16.4
72
73
if _isStale $HELM $VERSION; then
74
curl -L "https://get.helm.sh/helm-$VERSION-$TOOLS_KERNEL-$TOOLS_ARCH.tar.gz" | tar -xzm --strip-components 1 -C $TOOLS_BIN_DIR "$TOOLS_KERNEL-$TOOLS_ARCH/helm"
0 commit comments