Skip to content

Commit

Permalink
fix(helm-docs): new download url
Browse files Browse the repository at this point in the history
  • Loading branch information
pree committed Sep 29, 2023
1 parent a9eee8e commit 5d8011d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/helm-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -euxo pipefail
HELM_DOCS_VERSION=1.11.2

# install helm-docs
curl --silent --show-error --fail --location --output /tmp/helm-docs.tar.gz https://github.com/norwoodj/helm-docs/releases/download/v"${HELM_DOCS_VERSION}"/helm-docs_"${HELM_DOCS_VERSION}"_Linux_x86_64.tar.gz
curl --silent --show-error --fail --location --output /tmp/helm-docs.tar.gz https://github.com/norwoodj/helm-docs/releases/download/v"${HELM_DOCS_VERSION}"/helm-docs_Linux_x86_64.tar.gz
tar -C .bin/ -xf /tmp/helm-docs.tar.gz helm-docs

# validate docs
Expand Down

0 comments on commit 5d8011d

Please sign in to comment.