mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
636ad4aea6
commit
73b6d37eb4
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user