diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index aa2d6971bf..7574fe3eda 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,6 +1,6 @@ name: jenkins home: https://jenkins.io/ -version: 0.32.8 +version: 0.32.9 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 d0f6739ad3..d0111d3278 100644 --- a/stable/jenkins/README.md +++ b/stable/jenkins/README.md @@ -72,6 +72,8 @@ The following tables list the configurable parameters of the Jenkins chart and t | `Master.JMXPort` | Open a port, for JMX stats | Not set | | `Master.ExtraPorts` | Open extra ports, for other uses | Not set | | `Master.OverwriteConfig` | Replace config w/ ConfigMap on boot | `false` | +| `Master.HostName` | Enables chart ingress, ingress host path | Not set | +| `Master.Ingress.ApiVersion` | Ingress api version | Not set | | `Master.Ingress.Annotations` | Ingress annotations | `{}` | | `Master.Ingress.Labels` | Ingress labels | `{}` | | `Master.Ingress.Path` | Ingress path | Not set |