From 605d3d441e6515fcbbf8a69bdc69794d90bbfd5c Mon Sep 17 00:00:00 2001 From: Simon Wydooghe Date: Wed, 21 Mar 2018 12:04:03 +0100 Subject: [PATCH] [stable/jenkins] Bump appVersion (#4177) Jenkins LTS 2.107 has been released. Bump appVersion to reflect this. --- 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 82d238cda7..0469e590b0 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,7 +1,7 @@ name: jenkins home: https://jenkins.io/ -version: 0.14.2 -appVersion: 2.73 +version: 0.14.3 +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 projects as well as arbitrary scripts.