Skip to content

Commit

Permalink
Merge pull request #253 from pree/renovate/helm-docs-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency helm-docs to v1.13.0
  • Loading branch information
pree authored Feb 29, 2024
2 parents e2afbcd + 708e503 commit 339d637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/helm-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ export PATH="./.bin:$PATH"
set -euxo pipefail

# renovate: datasource=github-releases depName=helm-docs packageName=norwoodj/helm-docs
HELM_DOCS_VERSION=1.11.2
HELM_DOCS_VERSION=1.13.0

# 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_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_${HELM_DOCS_VERSION}_Linux_x86_64.tar.gz
tar -C .bin/ -xf /tmp/helm-docs.tar.gz helm-docs

# validate docs
Expand Down

0 comments on commit 339d637

Please sign in to comment.