Mingmin Xu

Results 4 issues of Mingmin Xu

## Describe the current behavior Currently all the `config` in starrocks helm chart are taken as a block, see the code [here](https://github.com/StarRocks/starrocks-kubernetes-operator/blob/main/helm-charts/charts/kube-starrocks/charts/starrocks/templates/_helpers.tpl#L53-L72). As a result, partial update is not supported....

enhancement

## Describe the current behavior Currently, `CRD: StarrocksCluster` has a fixed version `apiVersion: starrocks.com/v1`, without proper versioning and capability guarantee, the risk to upgrade CRD is unknown. ## Describe the...

enhancement

## Describe the current behavior StarRocksCluster CRD is saved in a separated folder as shown in [here](https://github.com/StarRocks/starrocks-kubernetes-operator/tree/main/helm-charts/charts/kube-starrocks/charts/operator). In this structure, there's no upgrade support on CRD, since Helm by default...

enhancement

## Describe the current behavior Currently it uses the default behaviour, `Retain` for both `whenDeleted` and `whenScaled`. It leaves PVC un-used when a cluster is deleted or scaled. ## Describe...

enhancement