[stable/jenkins] Update jenkins README.MD with right default values (#19698)

* Update READ.ME

Changing the default value for master.enableXmlConfig on READ.ME acording to values.yaml

Signed-off-by: Mateus Miranda <mateusmiranda@gmail.com>

* Bumping jenkins chart version

Signed-off-by: Mateus Miranda <mateus.miranda@sumup.com>
This commit is contained in:
Mateus Miranda
2019-12-23 05:31:32 -08:00
committed by Kubernetes Prow Robot
parent fcbccdfe93
commit b1a7aa44d0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: jenkins
home: https://jenkins.io/
version: 1.9.10
version: 1.9.11
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
@@ -133,7 +133,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
| `master.JCasC.enabled` | Wheter Jenkins Configuration as Code is enabled or not | `false` |
| `master.JCasC.defaultConfig` | Enables default Jenkins configuration via configuration as code plugin | `false` |
| `master.JCasC.configScripts` | List of Jenkins Config as Code scripts | `{}` |
| `master.enableXmlConfig` | enables configuration done via XML files | `false` |
| `master.enableXmlConfig` | enables configuration done via XML files | `true` |
| `master.sidecars.configAutoReload` | Jenkins Config as Code auto-reload settings | |
| `master.sidecars.configAutoReload.enabled` | Jenkins Config as Code auto-reload settings (Attention: rbac needs to be enabled otherwise the sidecar can't read the config map) | `false` |
| `master.sidecars.configAutoReload.image` | Image which triggers the reload | `kiwigrid/k8s-sidecar:0.1.20` |