Jaeger provides an all-in-one configuration for a development setup of Jaeger that doesn't use tons of memory. The instructions show how to easily install this via:
kubectl create -f https://raw.githubusercontent.com/jaegertracing/jaeger-kubernetes/master/all-in-one/jaeger-all-in-one-template.yml
However I manage my development environment using Helm. Is there a Helm chart for this setup that I can use instead?