From f52af042af5c02de808eb914165e8ea2d32211c8 Mon Sep 17 00:00:00 2001 From: Hugo van der Zwaag <32141052+KoviaX@users.noreply.github.com> Date: Mon, 29 Oct 2018 22:49:59 +0100 Subject: [PATCH] Cosmetic change to remove necessity of changing "appVersion" for every new LTS release (#8866) * Bumped appversion and Jenkins version for enhanced security Signed-off-by: Hugo van der Zwaag * changed hardcoded version to lts Signed-off-by: Hugo van der Zwaag --- stable/jenkins/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index 925e3230e5..ecd983a27a 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,7 +1,7 @@ name: jenkins home: https://jenkins.io/ -version: 0.20.1 -appVersion: 2.121.3 +version: 0.20.2 +appVersion: lts 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.