correct ImageTag setting in stable/jenkins (#4371)

The actual default value for the ImageTag in stable/jenkins is `lts`, not a specific version.

(I'm not sure if that setting is ideal, but that I'm just documenting what it is. What should it be?)
This commit is contained in:
Jeff Hodges
2018-04-19 09:41:59 -07:00
committed by k8s-ci-robot
parent 1899b88053
commit 8ea04174d9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: jenkins
home: https://jenkins.io/
version: 0.14.4
version: 0.14.5
appVersion: 2.107
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 -1
View File
@@ -32,7 +32,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
| `fullnameOverride` | Override the full resource names | `jenkins-{release-name}` (or `jenkins` if release-name is `jenkins`) |
| `Master.Name` | Jenkins master name | `jenkins-master` |
| `Master.Image` | Master image name | `jenkinsci/jenkins` |
| `Master.ImageTag` | Master image tag | `2.46.1` |
| `Master.ImageTag` | Master image tag | `lts` |
| `Master.ImagePullPolicy` | Master image pull policy | `Always` |
| `Master.ImagePullSecret` | Master image pull secret | Not set |
| `Master.Component` | k8s selector key | `jenkins-master` |