njnu-seafish opened a new issue, #17327: URL: https://github.com/apache/dolphinscheduler/issues/17327
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description **Problem**: Your contribution (likely a change to the Helm chart) has modified something that affects the chart documentation (like values.yaml or template annotations), but the README.md wasn't updated accordingly. The following error occurred in "[Helm-Doc-Execute](https://github.com/apache/dolphinscheduler/actions/runs/16133471524/job/45525480837#logs)": ###### ERROR: helm-doc is not up to date ###### Please execute './mvnw validate -P helm-doc -pl :dolphinscheduler' in your clone, of your fork, of the project, and commit an updated deploy/kubernetes/README.md for the chart. ###### ERROR: helm-doc is not up to date ###### **Solution**: 1, Generate the latest documentation ./mvnw validate -P helm-doc -pl :dolphinscheduler or helm-docs --chart-path=deploy/kubernetes 2, View diff git diff deploy/kubernetes/README.md 3, Commit changes git commit -am "Update Helm chart README.md" ### Documentation Links _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
