Skip to content

Commit d82ea89

Browse files
committed
Update helm-docs
Signed-off-by: Stavros Foteinopoulos <stafot@gmail.com>
1 parent 0486999 commit d82ea89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Check Docs
2424
run: |
25-
docker run --rm --volume "$(pwd):/helm-docs" -u "$(id -u)" jnorwood/helm-docs:v1.8.1
25+
docker run --rm --volume "$(pwd):/helm-docs" -u "$(id -u)" jnorwood/helm-docs:v1.14.2
2626
if ! git diff --exit-code; then
2727
echo "Documentation not up to date. Please run helm-docs and commit changes!" >&2
2828
exit 1

0 commit comments

Comments
 (0)