mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
k8s-ci-robot
parent
1899b88053
commit
8ea04174d9
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user