I have been searching for ages for a community driven helm chart for Jenkins-X. I can find them for regular jenkins, but I need to setup Jenkins-x, and I just can't seem to find any information,
Quick googling gave me https://github.com/jenkins-x/jenkins-x-platform/tree/master/jenkins-x-platform. Have you tried that?
we recommend you don't try and install jenkins x via a chart - but via the CLI install tool we've built using jx create cluster if you don't have a kubernetes cluster or jx install if you do.
Jenkins X requires lots of things to be setup (git repos, git/docker registry/jenkins tokens, ingress, TLS, DNS et al) - doing it by hand via a helm chart is gonna be very hard