diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index 66971c0d99..34b3e281cb 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,6 +1,6 @@ name: jenkins home: https://jenkins.io/ -version: 0.36.2 +version: 0.36.3 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 f4f17c2950..0e77a08a42 100644 --- a/stable/jenkins/templates/jenkins-master-deployment.yaml +++ b/stable/jenkins/templates/jenkins-master-deployment.yaml @@ -316,7 +316,7 @@ spec: volumes: {{- if .Values.Persistence.volumes }} -{{ toYaml .Values.Persistence.volumes | indent 6 }} +{{ tpl (toYaml .Values.Persistence.volumes | indent 6) . }} {{- end }} - name: plugins emptyDir: {}