mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
stable/jenkins: fix the default value for nodeUsageMode. (#3299)
* Fix the default value for nodeUsageMode. * update version
This commit is contained in:
committed by
k8s-ci-robot
parent
c9695a73ff
commit
b68d195163
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user