rusackas commented on PR #26040: URL: https://github.com/apache/superset/pull/26040#issuecomment-4603886978
Rebased this onto current `master` on the author's behalf (thanks @qlimenoque for the contribution! 🙏) and pushed a small follow-up: - **Rebase**: resolved the only conflict (`Chart.yaml` version) and let `helm-docs` regenerate `README.md` for the new values. - **Bug fix**: the `worker`/`beat`/`flower`/`ws` deployment templates guarded on their own component's `deploymentAdditionalPodSpec` but rendered `supersetNode`'s, so setting the value on a non-node component had no effect. Each now renders its own value (with a comment to prevent the copy-paste from recurring). `deployment.yaml` (node) and `init-job.yaml` were already correct. - **Versioning**: bumped the chart to `0.16.0` (minor — adds the additional-pod-spec hooks and `redis_driver`). Now conflict-free and ready for review. -- 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]
