Skip to content

Commit b68d195

Browse files
RoelVanNyenk8s-ci-robot
authored andcommitted
stable/jenkins: fix the default value for nodeUsageMode. (helm#3299)
* Fix the default value for nodeUsageMode. * update version
1 parent c9695a7 commit b68d195

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stable/jenkins/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jenkins
22
home: https://jenkins.io/
3-
version: 0.12.0
3+
version: 0.12.1
44
appVersion: 2.73
55
description: Open source continuous integration server. It supports multiple SCM tools
66
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based

stable/jenkins/templates/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ data:
4343
{{- $key }}={{ $value }}
4444
{{- $_ := set $local "first" false }}
4545
{{- end }}</nodeSelector>
46+
<nodeUsageMode>NORMAL</nodeUsageMode>
4647
<volumes>
4748
{{- range $index, $volume := .Values.Agent.volumes }}
4849
<org.csanchez.jenkins.plugins.kubernetes.volumes.{{ $volume.type }}Volume>

0 commit comments

Comments
 (0)