Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit e59cb6d

Browse files
author
Dennis Wendland
committed
Increase helm version
1 parent 610c682 commit e59cb6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/build/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
wget "https://get.helm.sh/helm-v3.4.1-linux-amd64.tar.gz"
4-
tar zxf helm-v3.4.1-linux-amd64.tar.gz
3+
wget "https://get.helm.sh/helm-v3.15.2-linux-amd64.tar.gz"
4+
tar zxf helm-v3.15.2-linux-amd64.tar.gz
55
mkdir bin
66
mv linux-amd64/helm ./bin/helm
77

0 commit comments

Comments
 (0)