We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c703bd commit 7a397feCopy full SHA for 7a397fe
hack/tools/install.sh
@@ -67,7 +67,7 @@ install_yq() {
67
68
install_helm() {
69
# renovate: datasource=github-tags depName=helm/helm
70
- VERSION=v3.14.0
+ VERSION=v3.14.2
71
72
if _isStale $HELM $VERSION; then
73
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