Please make sure you run the git pre-commit hooks before submitting a PR.
To run them, make sure you have pre-commit and helm-docs installed. Then, after you've cloned the repo, run:
pre-commit install
If you've already created a commit, to verify it meets spec, just run:
pre-commit run
Once you've commited any doc changes and bumped the chart version, please feel free to submit a PR :)