Helm Charts for Jenkins-X?

5/9/2019

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,

-- Slippy
jenkins--x
kubernetes
kubernetes-helm

2 Answers

5/9/2019
-- Vasily Angapov
Source: StackOverflow

5/9/2019

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

-- James Strachan
Source: StackOverflow