Skip to content

Commit a9409a1

Browse files
Update dependency helm/helm to v3.16.4 (#1855)
Co-authored-by: 23t-machine-user <operations@23technologies.cloud>
1 parent 6397c15 commit a9409a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ install_yq() {
6868

6969
install_helm() {
7070
# renovate: datasource=github-tags depName=helm/helm
71-
VERSION=v3.16.3
71+
VERSION=v3.16.4
7272

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