Skip to content

Commit

Permalink
Fix helm location
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Auerbeck <[email protected]>
  • Loading branch information
tylerauerbeck committed Oct 19, 2022
1 parent c61691c commit a0886d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ chmod +x /tmp/yq

echo "--- :helm Install helm"
curl -Lo /tmp/helm.tar.gz "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz"
tar --strip-components 1 --extract --file=/tmp/helm.tar.gz linux-amd64/helm
tar --strip-components 1 --extract -C /tmp --file=/tmp/helm.tar.gz linux-amd64/helm
chmod +x /tmp/helm

0 comments on commit a0886d8

Please sign in to comment.