helm-charts
helm-charts copied to clipboard
Jenkins helm charts
### Is your feature request related to a problem? Please describe I was not able to set up proxy in JCasC section of the values.yaml, it does not get rendered...
### Describe the bug I downloaded the latest Chart.yaml I downloaded and updated the values.yaml The value in particular that is not rendered is under: jenkins clouds - kubernetes useJenkinsProxy:...
### Describe the bug Upgrading to latest 5.1.3 helm chart getting errors with image block helpers ``` Error: UPGRADE FAILED: template: jenkins/templates/jcasc-config.yaml:43:8: executing "jenkins/templates/jcasc-config.yaml" at : error calling include: template:...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [super-linter/super-linter](https://redirect.github.com/super-linter/super-linter) | action | major | `v6.7.0` -> `v7.1.0` | --- ### Release...
### Describe the bug - proxy configuration does not get applied before SAML plugin tries to connect to external IDP url. - I have to comment out SAML configuration to...
### Is your feature request related to a problem? Please describe This is to track about publishing the chart into OCI registry instead of the "legacy" format The index is...
### Describe the bug Our OpenShift env doesn't allow run as user 1000. `usePodSecurityContext` has no effect on init container. I have to override following values ```yaml jenkins: controller: usePodSecurityContext:...
### Describe the bug When setting overwritePluginsFromImage=false I would expect that the plugins from image stay in their version but plugins from installPlugins or additionalPlugins are added. But that fails,...
### Describe the bug I had to set the `PLUGIN_DIR` ENV in order to avoid the issue #506. This is working fine so far but the copying stage fails with...
### Jenkins and plugins versions report Jenkins with casc on kubernetes, credentials strings are empty when requested by jenkins scripts I am using jenkins inside kubernetes, I use casc to...