diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7534269626..125d171f32 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -22,7 +22,7 @@ jobs: - name: Check Docs run: | - 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 if ! git diff --exit-code; then echo "Documentation not up to date. Please run helm-docs and commit changes!" >&2 exit 1