Specify multiple beat types in eck-beats helm chart

Is there a way to specify multiple beats in values.yaml for eck-stack. I have checked the default elastic/eck-beats helm chart on artifacthub but unable to find an example for setting up two beat ex. filebeat and metricbeat using values.yaml for the eck-stack.

For context my setup is pretty much like shown here in basic-eck.yaml. ECK Operator is deployed using Helm chart.

  1. I wish to know if the eck-beats Helm chart even has such support. And if not, can anyone help with providing example for two beats example deployed as daemonset.
  2. Is there a way that I can simply run below command and have both filebeat and metricbeat deployed for logging/monitoring my cluster:
helm upgrade --install eck-stack --namespace logging --create-namespace -f eck-stack-values.yaml elastic/eck-stack