Skip to content

Commit 65f1d83

Browse files
authored
Pin container version to tagged release v1.11.0
1 parent 4855aef commit 65f1d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- id: helm-docs-container
2020
args: []
2121
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.
22-
entry: jnorwood/helm-docs:latest
22+
entry: jnorwood/helm-docs:v1.11.0
2323
files: (README\.md\.gotmpl|(Chart|requirements|values)\.yaml)$
2424
language: docker_image
2525
name: Helm Docs Container

0 commit comments

Comments
 (0)