We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9695a7 commit b68d195Copy full SHA for b68d195
stable/jenkins/Chart.yaml
@@ -1,6 +1,6 @@
1
name: jenkins
2
home: https://jenkins.io/
3
-version: 0.12.0
+version: 0.12.1
4
appVersion: 2.73
5
description: Open source continuous integration server. It supports multiple SCM tools
6
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
stable/jenkins/templates/config.yaml
@@ -43,6 +43,7 @@ data:
43
{{- $key }}={{ $value }}
44
{{- $_ := set $local "first" false }}
45
{{- end }}</nodeSelector>
46
+ <nodeUsageMode>NORMAL</nodeUsageMode>
47
<volumes>
48
{{- range $index, $volume := .Values.Agent.volumes }}
49
<org.csanchez.jenkins.plugins.kubernetes.volumes.{{ $volume.type }}Volume>
0 commit comments