Skip to content

Commit

Permalink
Linux_x86_64.tar.gz (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaykeren authored Dec 11, 2024
1 parent e9bb50c commit a5de5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python .github/scripts/version_updater.py "${{ github.event.inputs.app_version }}" 'charts/digma/Chart.yaml'
python .github/scripts/version_updater.py "${{ github.event.inputs.app_version }}" 'charts/digma-ng/Chart.yaml'
VERSION=$(curl -s https://api.github.com/repos/norwoodj/helm-docs/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
curl -sL "https://github.com/norwoodj/helm-docs/releases/download/${VERSION}/helm-docs_${VERSION:1}_Linux_arm64.tar.gz" -o helm-docs.tar.gz
curl -sL "https://github.com/norwoodj/helm-docs/releases/download/${VERSION}/helm-docs_${VERSION:1}_Linux_x86_64.tar.gz" -o helm-docs.tar.gz
tar -xzf helm-docs.tar.gz
sudo mv helm-docs /usr/local/bin/helm-docs
./scripts/generate-docs.sh
Expand Down

0 comments on commit a5de5fd

Please sign in to comment.