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

Commit

Permalink
Increase helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland committed Jul 4, 2024
1 parent 610c682 commit e59cb6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/build/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

wget "https://get.helm.sh/helm-v3.4.1-linux-amd64.tar.gz"
tar zxf helm-v3.4.1-linux-amd64.tar.gz
wget "https://get.helm.sh/helm-v3.15.2-linux-amd64.tar.gz"
tar zxf helm-v3.15.2-linux-amd64.tar.gz
mkdir bin
mv linux-amd64/helm ./bin/helm

Expand Down

0 comments on commit e59cb6d

Please sign in to comment.