[stable/jenkins] Update to match actual defaults in value.yaml (#12904)

* Update to match actual defaults in value.yaml

Signed-off-by: Aidan Moriarty <aidan.moriarty@gmail.com>

* Bump version

Signed-off-by: Aidan Moriarty <aidan.moriarty@gmail.com>
This commit is contained in:
Aidan Moriarty
2019-04-08 05:42:26 -07:00
committed by Kubernetes Prow Robot
parent 636ad4aea6
commit 73b6d37eb4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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` |