Skip to content

Commit 7a397fe

Browse files
author
23t-renovate
committed
Update dependency helm/helm to v3.14.2
1 parent 5c703bd commit 7a397fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ install_yq() {
6767

6868
install_helm() {
6969
# renovate: datasource=github-tags depName=helm/helm
70-
VERSION=v3.14.0
70+
VERSION=v3.14.2
7171

7272
if _isStale $HELM $VERSION; then
7373
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

Comments
 (0)