diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml
index f00511f7ba..dcce03849a 100755
--- a/stable/jenkins/Chart.yaml
+++ b/stable/jenkins/Chart.yaml
@@ -1,6 +1,6 @@
name: jenkins
home: https://jenkins.io/
-version: 0.16.18
+version: 0.16.19
appVersion: 2.121.2
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/config.yaml b/stable/jenkins/templates/config.yaml
index 66b3e220ce..6dee07bd82 100644
--- a/stable/jenkins/templates/config.yaml
+++ b/stable/jenkins/templates/config.yaml
@@ -94,6 +94,7 @@ data:
{{- end }}
+
{{- end -}}
@@ -106,6 +107,7 @@ data:
5
0
0
+
5
diff --git a/stable/jenkins/values.yaml b/stable/jenkins/values.yaml
index e5f459a192..8df9da9ca4 100644
--- a/stable/jenkins/values.yaml
+++ b/stable/jenkins/values.yaml
@@ -142,6 +142,9 @@ Agent:
memory: "256Mi"
# You may want to change this to true while testing a new image
AlwaysPullImage: false
+ # Controls how slave pods are retained after the Jenkins build completes
+ # Possible values: Always, Never, OnFailure
+ PodRetention: Never
# You can define the volumes that you want to mount for this container
# Allowed types are: ConfigMap, EmptyDir, HostPath, Nfs, Pod, Secret
# Configure the attributes as they appear in the corresponding Java class for that type