Hi All, PR 912 [1] prompted this discussion.
I believe it is valuable to release helm charts separately from the main source / binary bundle primarily because the lifecycle of the charts is different from java code and often requires changes that are not connected to service implementations. I'd like to propose: * Each binary java release to have a matching Helm chart release with possibly a different version. * Allow independent helm chart releases. * Source releases (e.g. 0.9) do not have to be connected to any particular helm chart release. Thoughts? [1] https://github.com/apache/polaris/pull/912