Improve deployment of CRDs

Description:

We deploy the pg-operator using the chart here: /percona/percona-helm-charts/tree/main/charts/pg-operator. The downside of this approach is that Helm does not upgrade CRDs once installed.

Can this process be improved on? For example, by moving the CRDs under the templates directory so they get upgraded with every helm release?

Expected Result:

helm upgrade upgrades both the CRDs and the operator.

@robrobrob We have idea (create separate chart for CRDs and add it as a sub chart ) how to update CRDs automatically. I hope we will implement it soon.