Helm charts for deploying with ECK

Hi, we're getting started with ECK and using helm to do the templating work. It looks like elastic provides helm charts for non-ECK resources: GitHub - elastic/helm-charts: You know, for Kubernetes

Will elastic be releasing helm charts for templating ECK resources at any point? It would really ease our development process.

I'll rephrase that. If we wanted to extend on the ECK provisioning chart and make CRD objects available for definition via charts as well e.g.

apiVersion: kibana.k8s.elastic.co/v1
kind: Kibana
...
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
...
apiVersion: apm.k8s.elastic.co/v1
kind: ApmServer
...

Should we aim to contribute under elastic/cloud-on-k8s/deploy or elastic/helm-charts
Or go our own way...