diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index 6df136496d..6cf9c10c6e 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,6 +1,6 @@ name: jenkins home: https://jenkins.io/ -version: 0.37.0 +version: 0.37.1 appVersion: lts description: Open source continuous integration server. It supports multiple SCM tools including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based diff --git a/stable/jenkins/README.md b/stable/jenkins/README.md index a0d5e0cd84..c5a859a3cd 100644 --- a/stable/jenkins/README.md +++ b/stable/jenkins/README.md @@ -46,7 +46,7 @@ The following tables list the configurable parameters of the Jenkins chart and t | `Master.AdminUser` | Admin username (and password) created as a secret if useSecurity is true | `admin` | | `Master.AdminPassword` | Admin password (and user) created as a secret if useSecurity is true | Random value | | `Master.JenkinsAdminEmail` | Email address for the administrator of the Jenkins instance | Not set | -| `Master.resources` | Resources allocation (Requests and Limits) | `{requests: {cpu: 50m, memory: 256Mi}, limits: {cpu: 2000m, memory: 2048Mi}}`| +| `Master.resources` | Resources allocation (Requests and Limits) | `{requests: {cpu: 50m, memory: 256Mi}, limits: {cpu: 2000m, memory: 4096Mi}}`| | `Master.InitContainerEnv` | Environment variables for Init Container | Not set | | `Master.ContainerEnv` | Environment variables for Jenkins Container | Not set | | `Master.UsePodSecurityContext` | Enable pod security context (must be `true` if `RunAsUser` or `FsGroup` are set) | `true` |