diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index 097880a6a5..ab4548694b 100644 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: jenkins home: https://jenkins.io/ -version: 1.10.1 +version: 1.10.2 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/templates/jenkins-master-deployment.yaml b/stable/jenkins/templates/jenkins-master-deployment.yaml index e9012a3392..e1d53988ee 100644 --- a/stable/jenkins/templates/jenkins-master-deployment.yaml +++ b/stable/jenkins/templates/jenkins-master-deployment.yaml @@ -331,7 +331,7 @@ spec: - name: jenkins-home mountPath: {{ .Values.master.jenkinsHome }} {{- if .Values.persistence.subPath }} - subPath: {{ .Values.persistence.subPath }} + subPath: {{ .Values.persistence.subPath }} {{- end }} {{- end}}