diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index d3ac5ee8ce..d3ae97db63 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,6 +1,6 @@ name: jenkins home: https://jenkins.io/ -version: 0.34.0 +version: 0.34.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 9605c98769..51cc41c47e 100644 --- a/stable/jenkins/README.md +++ b/stable/jenkins/README.md @@ -98,7 +98,8 @@ The following tables list the configurable parameters of the Jenkins chart and t | `Master.Tolerations` | Toleration labels for pod assignment | `{}` | | `Master.PodAnnotations` | Annotations for master pod | `{}` | | `Master.CustomConfigMap` | Deprecated: Use a custom ConfigMap | `false` | -| `Master.AdditionalConfig` | Deprecated: Add additional config files | `{}` | +| `Master.AdditionalConfig` | Deprecated: Add additional config files | `{}` +| `Master.JenkinsUriPrefix` | Root Uri Jenkins will be served on | Not set | `NetworkPolicy.Enabled` | Enable creation of NetworkPolicy resources. | `false` | | `NetworkPolicy.ApiVersion` | NetworkPolicy ApiVersion | `networking.k8s.io/v1` | | `rbac.install` | Create service account and ClusterRoleBinding for Kubernetes plugin | `false` | diff --git a/stable/jenkins/templates/jenkins-master-ingress.yaml b/stable/jenkins/templates/jenkins-master-ingress.yaml index 889903b4fb..9fde5f2140 100644 --- a/stable/jenkins/templates/jenkins-master-ingress.yaml +++ b/stable/jenkins/templates/jenkins-master-ingress.yaml @@ -21,8 +21,8 @@ spec: {{- if .Values.Master.ingress.path }} path: {{ .Values.Master.ingress.path }} {{- end -}} -{{- if .Values.Master.hostName }} - host: {{ .Values.Master.hostName | quote }} +{{- if .Values.Master.ingress.hostName }} + host: {{ .Values.Master.ingress.hostName | quote }} {{- end }} {{- if .Values.Master.ingress.tls }} tls: