We currently use the helm-docs tool to generate Chart docs. This is a manual action and is very easy to be forgotten. The author of the tool already suggests how to use this tool in a pre-commit hook, regenerating the docs on each commit. https://github.com/norwoodj/helm-docs#pre-commit-hook
Additionally, investigate if we can update the values.schema.json files. This currently is a manual action as well. This tool is used for that: https://github.com/karuppiah7890/helm-schema-gen
We currently use the
helm-docs
tool to generate Chart docs. This is a manual action and is very easy to be forgotten. The author of the tool already suggests how to use this tool in a pre-commit hook, regenerating the docs on each commit. https://github.com/norwoodj/helm-docs#pre-commit-hookAdditionally, investigate if we can update the
values.schema.json
files. This currently is a manual action as well. This tool is used for that: https://github.com/karuppiah7890/helm-schema-gen