rusackas commented on PR #31878: URL: https://github.com/apache/superset/pull/31878#issuecomment-4596917608
Hi @cin — CI is failing on `lint-test` with: > `chart version not ok. Needs a version bump!` The chart testing action requires `Chart.yaml` to bump its `version` field when any template file changes. You'll need: **1. Bump `helm/superset/Chart.yaml` `version` from `0.15.5` → `0.15.6`:** ```yaml version: 0.15.6 ``` **2. Regenerate `helm/superset/README.md` with helm-docs:** ```bash cd helm/superset helm-docs ``` (If you don't have helm-docs locally, the pre-commit hook will also auto-run it when you commit.) Those two changes should turn `lint-test` green. Thanks for the patience on this one! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
