Skip to content

Commit

Permalink
fix helmfile diff plugin arm (#1116)
Browse files Browse the repository at this point in the history
Signed-off-by: willzhang <[email protected]>
  • Loading branch information
willzhang authored Nov 17, 2024
1 parent 8a89ab3 commit 60dd06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/helmfile/latest/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ readonly helm_diff_version=${helmDiffLatest:-$(
until curl -sL "https://api.github.com/repos/databus23/helm-diff/releases/latest"; do sleep 3; done | grep tarball_url | \
awk -F\" '{print $(NF-1)}' | awk -F/ '{print $NF}' | cut -dv -f2)}

wget -qO- https://github.com/databus23/helm-diff/releases/download/v${helm_diff_version}/helm-diff-linux-amd64.tgz | tar -xz
wget -qO- https://github.com/databus23/helm-diff/releases/download/v${helm_diff_version}/helm-diff-linux-${ARCH}.tgz | tar -xz
mv diff ${BINARY_FILE}

0 comments on commit 60dd06c

Please sign in to comment.