From e8bb6ebb4254214249e36fecd95e554cfeb51f72 Mon Sep 17 00:00:00 2001 From: tobilarscheid Date: Thu, 22 Jun 2017 16:24:28 +0200 Subject: [PATCH] [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 --- stable/jenkins/Chart.yaml | 2 +- stable/jenkins/templates/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index edb23f3282..ba4657cd1d 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -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: diff --git a/stable/jenkins/templates/config.yaml b/stable/jenkins/templates/config.yaml index f71faad77e..667bdcdab8 100644 --- a/stable/jenkins/templates/config.yaml +++ b/stable/jenkins/templates/config.yaml @@ -9,7 +9,7 @@ data: - 2.32.3 + {{.Values.Master.ImageTag}} 0 NORMAL {{ .Values.Master.UseSecurity }}