fix: Fix flux CLI download URL - use correct GitHub URL with v prefix on version
Some checks failed
Deploy Cluster / Terraform (push) Successful in 51s
Deploy Cluster / Ansible (push) Failing after 21m52s

This commit is contained in:
2026-03-30 03:11:40 +00:00
parent 8c7b62c024
commit 5a2551f40a

View File

@@ -243,7 +243,7 @@ jobs:
- name: Install flux CLI
run: |
curl -fsSL https://github.com/fluxcd/flux2/releases/latest/download/flux_2.5.1_linux_amd64.tar.gz | tar xz -C /tmp
curl -fsSL https://github.com/fluxcd/flux2/releases/download/v2.5.1/flux_2.5.1_linux_amd64.tar.gz | tar xz -C /tmp
mv /tmp/flux /usr/local/bin/flux
chmod +x /usr/local/bin/flux