helm-charts
helm-charts copied to clipboard
Jenkins helm charts
### Is your feature request related to a problem? Please describe I'd like to propose/implement https://github.com/norwoodj/helm-docs to automatically generate a summary of the configurable values, similar to https://github.com/renovatebot/helm-charts/tree/main/charts/renovate#values. This could...
### Describe the bug I'm provisioning jenkins where I override agent.connectTimeout setting. By default it says that value is 100 (in seconds according to VALUES_SUMMARY.md file. When I set any...
…renamed to controller ### What does this PR do? - Fixes the documentation of the fields mentioned in the prometheus montitor If you modified files in the `./charts/jenkins/` directory, please...
### Describe the bug This helm chart is setting `fsGroup`. When `fsGroup` is used, most of the times unless there are reasons not to - `fsGroupChangePolicy: "OnRootMismatch"` must be set....
Pod priority is not changing Hi, We are trying to give Jenkins pods a higher priority than 0. For that we tried to set `priorityClassName` to an already existing priorityclass....
### What does this PR do? - This PR is about introducing the unit test that was discarded under [PR 929](https://github.com/jenkinsci/helm-charts/pull/929) assuming some of the limitations of the `matchRegex` assert...
### Describe the bug we are on chart 4.1.3 we have a need to import several custom CA and intermediate certs to our jenkins. can you provide an example of...
### Describe the bug Git checkout is not working when using pipeline jenkins jobs. ### Version of Helm and Kubernetes ```markdown - Helm: v3.8.0 - Kubernetes: v1.22.0 ``` ### Chart...
### Is your feature request related to a problem? Please describe If one is using a custom CA you need to add it to the ca-bundle in the container and...
### What does this PR do? This PR updates the values summary documentation to include a reference to how to set resource requests and limits for the configAutoReload. Exposing the...