Skip to content

Commit d3e15dc

Browse files
authored
fix(ci): pin version of chart-doc-gen used by pre-commit (#1396)
1 parent 46d8c1f commit d3e15dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: unittest
22

33
deps-docs:
4-
go install kubepack.dev/chart-doc-gen@latest
4+
go install kubepack.dev/chart-doc-gen@v0.4.7
55

66
docs: deps-docs
77
find . -name "doc.yaml" | \

0 commit comments

Comments
 (0)