Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-09-01 Thread Torsten Walter
I just wanted to let you know that the migration is completed and the first version was released from https://github.com/jenkinsci/helm-charts. The chart can be downloaded from https://charts.jenkins.io/. The repository is set up in a way that it can host multiple charts. So for example the

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-26 Thread Tim Jacomb
Issues are open now, I've raised a few, @Gavin Mogan (or anyone else) your feedback here would be greatly appreciated https://github.com/jenkinsci/helm-charts/issues On Mon, 24 Aug 2020 at 23:39, 'Gavin Mogan' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > For deploying we

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread 'Gavin Mogan' via Jenkins Developers
For deploying we should check if the artifactory has support for it https://www.jfrog.com/confluence/display/JFROG/Helm+Chart+Repository Otherwise we can adapt my shared pipeline that deploys to GitHub pages

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread Torsten Walter
Hi Tim, thank you for approving the hosting request.That was really quick. I did not expect that ;-) I removed my original repository as requested "Please remove your original repository so that the jenkinsci repository is the definitive source for the code.". GitHub now shows

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread Marky Jackson
I sent you a separate email with a link to a slide deck you can use. > On Aug 24, 2020, at 1:59 PM, Torsten Walter wrote: > > Cool! I could try to prepare some slides. Like Kubernetes manifests used, > functionality and some reasoning behind it (at least what I know). We could > also add

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread Torsten Walter
Cool! I could try to prepare some slides. Like Kubernetes manifests used, functionality and some reasoning behind it (at least what I know). We could also add enhancement suggestions like discussed in this thread. Thank you for the feedback this will help making it better. @Marky could you create

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread Marky Jackson
I can host > On Aug 24, 2020, at 1:32 PM, Oleg Nenashev wrote: > > W.r.t a call, I suggest to do it under the umbrella of the Cloud Native SIG. > I won't be able to host meetings until Sep 18 at least, but I am perfectly > fine if someone else hosts the meeting. > Tim and Marky have

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread Oleg Nenashev
W.r.t a call, I suggest to do it under the umbrella of the Cloud Native SIG. I won't be able to host meetings until Sep 18 at least, but I am perfectly fine if someone else hosts the meeting. Tim and Marky have permissions from those who replied in this thread. On Monday, August 24, 2020 at

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread 'Gavin Mogan' via Jenkins Developers
Agreed on all the xml I think all the ssl stuff should go too, k8s has had ingress for a long time now which handles it a lot better than jenkins does. https://github.com/helm/charts/blob/master/stable/jenkins/values.yaml#L226-L236 should probably get changed to a hash and use the plugin manager

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread Oleg Nenashev
As discussed in another channel, I am +1 for hosting. Thanks for starting the thread, Torsten! Best regards, Oleg On Monday, August 24, 2020 at 9:50:45 PM UTC+2, Torsten Walter wrote: > > Hi Tim, > > thanks for offering your help. I created a hosting request: >

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread Torsten Walter
Hi Tim, thanks for offering your help. I created a hosting request: https://issues.jenkins-ci.org/browse/HOSTING-1015 I also think that the chart could be improved. For example I'd like to get rid of all the XML configuration options. They've been added at a time when JCasC did not exist.

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread Torsten Walter
I am happy to join a call to see if we can address your issues. ga...@gavinmogan.com schrieb am Montag, 24. August 2020 um 21:30:25 UTC+2: > We've been fighting with the helm chart in #jenkins-infra all weekend. > > Its a horrendous mess full of hacks by people who barely understand > jenkins

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread Tim Jacomb
Hi Torsten We were just discussing this today on IRC strangely enough and I was planning to reach out to you about this. I take your point Gavin about there being issues with it but this helm chart has a lot of adoption and it’s best to improve what we have (and I’d be happy to help) The

Re: [jenkins-infra] Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread Marky Jackson
I can help with this. { "regards" : { "name" : “marky”, "phone" : "+1 (408) 464 2965”, "email" : “marky.r.jack...@gmail.com", "team" : “jackson5“, “role” : “software engineer" } } > On Aug 24, 2020, at 12:30 PM, 'Gavin Mogan' via

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread 'Gavin Mogan' via Jenkins Developers
We've been fighting with the helm chart in #jenkins-infra all weekend. Its a horrendous mess full of hacks by people who barely understand jenkins let alone k8s and helm. Like for example, all plugins are downloaded every time, and thrown in a saved PVC, but never retrieved from there. They are

Re: Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread Matt Sicker
Based on repositories like https://github.com/jenkinsci/docker and https://github.com/jenkinsci/kubernetes-operator I'd imagine that jenkinsci is the perfect organization for this! On Mon, Aug 24, 2020 at 2:06 PM Torsten Walter wrote: > > Hi together, > > Maybe some of you have used the

Move stable/jenkins kubernetes chart to jenkinci GitHub org

2020-08-24 Thread Torsten Walter
Hi together, Maybe some of you have used the stable/jenkins helm chart to install our favorite CI tool in Kubernetes. At the moment is it hosted in the https://github.com/helm/charts repository, which is already in maintenance mode