FIX: wget change in helmfile

This commit is contained in:
Rafael Moraes
2025-12-11 13:52:58 +00:00
parent 2f140d213a
commit 00304262ba
+1 -1
View File
@@ -66,7 +66,7 @@ jobs:
- name: Install Helmfile
run: |
wget https://github.com/helmfile/helmfile/releases/download/v0.148.0/helmfile_0.148.0_linux_amd64.tar.gz
curl -fsSLO https://github.com/helmfile/helmfile/releases/download/v0.148.0/helmfile_0.148.0_linux_amd64.tar.gz
tar -xzf helmfile_0.148.0_linux_amd64.tar.gz
sudo mv helmfile /usr/local/bin/
helmfile --version