From 296df165d64be1e4468c7c8304e5ebf31034f0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herbert=20M=C3=BChlburger?= Date: Tue, 28 Aug 2018 05:50:19 +0200 Subject: [PATCH] bump appVersion to reflect new jenkins lts release version 2.121.3 (#7217) --- 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 9fe04ea269..10714a4fb5 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,7 +1,7 @@ name: jenkins home: https://jenkins.io/ -version: 0.16.20 -appVersion: 2.121.2 +version: 0.16.21 +appVersion: 2.121.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.