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

*Summary* As requested in the response to #683, here's a PR to fix everywhere that references an image to use the tag generator in `_helpers.tpl` so that custom repositories and...

Signed-off-by: Miles Wilson ### What this PR does / why we need it ### Which issue this PR fixes *(optional, in `fixes #(, fixes #, ...)` format, will close that...

### Is your feature request related to a problem? Please describe I would like to be able to specify my own security settings under the `security` header in jenkins casc....

enhancement

Just a couple of observations from running this chart in a corporate environment with no internet access and a private repository with binary authorization enabled (i.e. digests are mandatory, label...

good first issue

### What this PR does / why we need it Implements a way to provide [User Content](https://www.jenkins.io/doc/book/managing/user-content/) files that will be served by Jenkins. Common use-case is to let Jenkins...

### Describe the bug When using initScripts, which turns into file changes in `init.groovy.d` usually, Jenkins is not instructed to reload its configuration, so the changes in `init.groovy.d` do not...

bug

### Describe the bug If I set the following under the "persistence" and "containerEnv" sections, the Jenkins pod does not deploy, but the services do: ``` controller: containerEnv: - name:...

bug

### Describe the bug When use auth by googleOAuth2, get error hudson.security.csrf.DefaultCrumbIssuer is missing its descriptor ### Version of Helm and Kubernetes ```markdown - Helm: v3.7.0 - Kubernetes: v1.21.5 ```...

bug

When I login the jenkins webpage with the user admin, a problem occured: HTTP ERROR 403 No valid crumb was included in the request How to resolve the problem ?

### Describe the bug When defining the `kubernetes` agent with extra containers running on a pipeline definition the default `jnlp` container uses the image `jenkins/inbound-agent:4.11-1-jdk11` instead of whatever is defined...

bug