From 8ea04174d97b96148241210b98fe3375e891649e Mon Sep 17 00:00:00 2001 From: Jeff Hodges Date: Thu, 19 Apr 2018 09:41:59 -0700 Subject: [PATCH] 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?) --- stable/jenkins/Chart.yaml | 2 +- stable/jenkins/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index fa7bf5d400..7413e241c7 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -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 diff --git a/stable/jenkins/README.md b/stable/jenkins/README.md index cfeb44a16b..92670f8f9a 100644 --- a/stable/jenkins/README.md +++ b/stable/jenkins/README.md @@ -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` |