helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Jenkins helm charts

Results 173 helm-charts issues
Sort by recently updated
recently updated
newest added

Please deprecate the agent.jenkinsUrl chart parameter. When populated, this represents yet another way to trigger Jenkins jobs to no longer work. It produces an infinite loop where the jnlp container...

bug
lifecycle/stale

**Describe the bug** When setting `controller.runAsUser` to a value other than the built in jenkins user id 1000 the `init` container fails. **Version of Helm and Kubernetes**: Helm Version: ```console...

bug
lifecycle/stale

**Describe the bug** Only the three options are available when trying to create a job 1. Freestyle Project 2. Pipeline 3. Folder **Version of Helm and Kubernetes**: Helm Version: ```console...

bug
lifecycle/stale

I want to be able to specify a parameterized job and it's pipeline definition from inside the values.yaml so that if I need to re-spin up the Jenkins environment elsewhere,...

lifecycle/stale

**Describe the bug** When adding a self-signed-certificate to the Jenkins HttpsKeyStore (master.httpsKeyStore.jenkinsKeyStoreBase64Encoded in values.yaml), it is not used by the agent when cloning a git-repository (in our case there is...

bug
lifecycle/stale

**Is your feature request related to a problem? Please describe.** The backup CronJob litters the namespace with numerous jobs and pods each time the backup runs. **Describe the solution you'd...

enhancement
lifecycle/stale

**Describe the bug** I am unable to properly configure and use a hostPath for the jenkins-home as suggested here: https://www.jenkins.io/doc/book/installing/kubernetes/ **Version of Helm and Kubernetes**: Helm Version: ```console [minikube@css-minkapp1-d1 jenkins]$...

bug
lifecycle/stale

**Describe the bug** Setting the following in `values.yaml`... ```yaml additionalAgents: newagent: podName: newagent sideContainerName: jnlp command: "" args: "" ``` Results in the following under /configureClouds/ As you can see,...

bug
lifecycle/stale

Hello, I have probably a problem to configure my admin user. I put this into values.yaml in the controler section :+1: adminUser: "admin" adminPassword: admin: existingSecret: "jenkins" userKey: jenkins-admin-user passwordKey:...

bug
lifecycle/stale

Hello, Context : I put some files using kubectl cp on jenkins pod under /var/jenkins_home because I need them when I use some jobs. 1st test : I deploy removing...

bug
lifecycle/stale