Guillaume Bienkowski
04/14/2026, 4:23 PMk apply -f charts/operator/crds/starrocks.com_starrocksclusters.yaml --server-side --force-conflictsMy problem is that this is not clear in the versioning of the chart: in a patch version, you introduced a breaking change in the API of the CRD, without telling about it in the changelog. I see a few ways of solving this: • first, talk about it in the CHANGELOG or the README. This is what prometheus is doing for their CRDS: https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/UPGRADE.md • you could also make major versions of the chart when the CRD evolves • there's also a way to upgrade automatically via a job that has proper RBACs, like prom are doing, but this doesn't prevent you from adopting a proper semver for the operator chart.
Kevin Cai
04/14/2026, 11:07 PMRay Yan
04/15/2026, 6:31 AMKevin Cai
04/15/2026, 6:33 AMRay Yan
04/15/2026, 6:33 AMGuillaume Bienkowski
04/15/2026, 6:59 AM