diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index 9ae9b01223..6db7c441e2 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,7 +1,7 @@ name: jenkins home: https://jenkins.io/ -version: 0.6.0 -appVersion: 2.46.1 +version: 0.6.1 +appVersion: 2.46.2 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: - https://github.com/jenkinsci/jenkins diff --git a/stable/jenkins/values.yaml b/stable/jenkins/values.yaml index 424594e23b..ed8446f3a8 100644 --- a/stable/jenkins/values.yaml +++ b/stable/jenkins/values.yaml @@ -6,7 +6,7 @@ Master: Name: jenkins-master Image: "jenkinsci/jenkins" - ImageTag: "2.46.1" + ImageTag: "2.46.2" ImagePullPolicy: "Always" Component: "jenkins-master" UseSecurity: true