Skip to content

Commit

Permalink
chore(deps): update helm-docs to v1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
estecabot committed Jul 8, 2024
1 parent cfa6cb1 commit 0fe0650
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.1
HELM_DOCS_VERSION=1.14.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
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.1
rev: v1.14.2
hooks:
- id: helm-docs
args:
Expand Down

0 comments on commit 0fe0650

Please sign in to comment.