From 5663bb7f2517fe179ec0fdb38f34ec3ad0454820 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Sun, 10 Nov 2019 15:23:39 +0000 Subject: [PATCH] jenkins: Update kubernetes plugin URL (#18753) Signed-off-by: Tim Jacomb --- stable/jenkins/Chart.yaml | 2 +- stable/jenkins/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index 8ebc3f098e..2a9b59f813 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: jenkins home: https://jenkins.io/ -version: 1.9.0 +version: 1.9.1 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 diff --git a/stable/jenkins/README.md b/stable/jenkins/README.md index d212f87cad..8484371065 100644 --- a/stable/jenkins/README.md +++ b/stable/jenkins/README.md @@ -2,7 +2,7 @@ Jenkins master and agent cluster utilizing the Jenkins Kubernetes plugin -* https://wiki.jenkins-ci.org/display/JENKINS/Kubernetes+Plugin +* https://plugins.jenkins.io/kubernetes Inspired by the awesome work of Carlos Sanchez