[stable/jenkins] Use imageTag as version in config map (#1333)

* Use imageTag as version in config map

The version should not be hardcoded, instead we should use the version from the image the user is choosing to install.

* Bump minor version

Substituting the Jenkins version in the config xml is a new, backwards compatible feature.

* Update Chart.yaml
This commit is contained in:
tobilarscheid
2017-06-22 15:24:28 +01:00
committed by Adnan Abdulhussein
parent 71671c3c95
commit e8bb6ebb42
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.7.3
version: 0.7.4
appVersion: 2.46.3
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 projects as well as arbitrary scripts.
sources:
+1 -1
View File
@@ -9,7 +9,7 @@ data:
<?xml version='1.0' encoding='UTF-8'?>
<hudson>
<disabledAdministrativeMonitors/>
<version>2.32.3</version>
<version>{{.Values.Master.ImageTag}}</version>
<numExecutors>0</numExecutors>
<mode>NORMAL</mode>
<useSecurity>{{ .Values.Master.UseSecurity }}</useSecurity>