From 5327bfcd658d4a3e1cad30fd8bc98edc7ee3da03 Mon Sep 17 00:00:00 2001 From: "l.h. riley" Date: Mon, 16 Oct 2023 14:28:39 -0700 Subject: [PATCH] Update .pre-commit-hooks.yaml Co-authored-by: Henrique Nepo --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 8247e7c..f8d7397 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -19,7 +19,7 @@ - id: helm-docs-container args: [] description: Uses the container image of 'helm-docs' to create documentation from the Helm chart's 'values.yaml' file, and inserts the result into a corresponding 'README.md' file. - entry: jnorwood/helm-docs:v1.11.0 + entry: jnorwood/helm-docs:latest files: (README\.md\.gotmpl|(Chart|requirements|values)\.yaml)$ language: docker_image name: Helm Docs Container