We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0486999 commit d82ea89Copy full SHA for d82ea89
.github/workflows/linter.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Check Docs
24
run: |
25
- docker run --rm --volume "$(pwd):/helm-docs" -u "$(id -u)" jnorwood/helm-docs:v1.8.1
+ docker run --rm --volume "$(pwd):/helm-docs" -u "$(id -u)" jnorwood/helm-docs:v1.14.2
26
if ! git diff --exit-code; then
27
echo "Documentation not up to date. Please run helm-docs and commit changes!" >&2
28
exit 1
0 commit comments