helm-charts
helm-charts copied to clipboard
Jenkins helm charts
### Is your feature request related to a problem? Please describe The default agent as defined under "agent:" block will use the service account as defined under "serviceAccountAgent:" block and...
In the values file its possible to create a volume of type HostPath: https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/values.yaml#L628 ``` volumes: [] # - type: HostPath # hostPath: /var/lib/containers # mountPath: /var/myapp/myhostpath ``` but I...
### Describe the bug When i command helm upgrade for jenkins chart, helm killed. I think response body is too much. but i dunno about the reason. I upgraded 34...
organize `values.yaml` to align with the sections in `VALUES_SUMMARY`. then the `README` can link to each section in `values.yaml` and `VALUES_SUMMARY` can be removed. #### Jenkins Master | Jenkins |...
Hi, We are using jenkinsci helm chart and provisioning Jenkins and we use EFS for Jenkins home folder attached to all jenkins pods. We observed that replica value is always...
### What this PR does / why we need it jenkins-test pod definition ### Which issue this PR fixes Just a couple of observations from running this chart in a...
### Is your feature request related to a problem? Please describe We have dynamic Jenkins instances and we want to create dynamic secrets for those instances. These secrets have to...
### Describe the bug When installing Jenkins with Helm, if Kubernetes version >= v1.25.0, the following DNS resolving issue happens. It does not happen until Kubernetes version v1.24.6 I tried...