adutra commented on code in PR #3759:
URL: https://github.com/apache/polaris/pull/3759#discussion_r2812044773
##########
.github/workflows/ci.yml:
##########
@@ -198,6 +198,16 @@ jobs:
version: 'v3.16.0'
- name: Set up chart-testing
uses:
helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
+ - name: Set up helm-docs
+ run: |
+ go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest
+ echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
+ - name: Install Helm plugins
+ run: make helm-install-plugins
+ - name: Verify Helm schema is up to date
+ run: make helm-schema-verify
+ - name: Verify Helm documentation is up to date
Review Comment:
We are still generating `site/content/in-dev/unreleased/helm.md` so I think
it's valid to check if the user didn't forget to generate it. Wdyt?
--
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]