Skip to content

Commit

Permalink
Merge pull request #372 from pree/renovate/helm-docs
Browse files Browse the repository at this point in the history
chore(deps): update helm-docs to v1.13.1
  • Loading branch information
pree authored May 14, 2024
2 parents ac57a92 + 72a0343 commit 27fb755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/helm-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export PATH="./.bin:$PATH"
set -euxo pipefail

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

# 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
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/norwoodj/helm-docs
rev: v1.13.0
rev: v1.13.1
hooks:
- id: helm-docs
args:
Expand Down

0 comments on commit 27fb755

Please sign in to comment.