stable/jenkins: fix the default value for nodeUsageMode. (#3299)

* Fix the default value for nodeUsageMode.

* update version
This commit is contained in:
RoelVanNyen
2018-01-19 12:01:28 -08:00
committed by k8s-ci-robot
parent c9695a73ff
commit b68d195163
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: jenkins
home: https://jenkins.io/
version: 0.12.0
version: 0.12.1
appVersion: 2.73
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
View File
@@ -43,6 +43,7 @@ data:
{{- $key }}={{ $value }}
{{- $_ := set $local "first" false }}
{{- end }}</nodeSelector>
<nodeUsageMode>NORMAL</nodeUsageMode>
<volumes>
{{- range $index, $volume := .Values.Agent.volumes }}
<org.csanchez.jenkins.plugins.kubernetes.volumes.{{ $volume.type }}Volume>