From 871a1bed72bcd357e253bbe0d3cb92438304f42d Mon Sep 17 00:00:00 2001 From: Torsten Walter Date: Tue, 1 Sep 2020 16:09:49 +0200 Subject: [PATCH] [stable/jenkins] deprecate chart (#23602) * [stable/jenkins] deprectae chart This chart was moved to a new location: https://github.com/jenkinsci/helm-charts Signed-off-by: Torsten Walter * Remove maintiners Signed-off-by: Torsten Walter * fixed typo Signed-off-by: Torsten Walter --- stable/jenkins/Chart.yaml | 17 +++-------------- stable/jenkins/README.md | 4 ++++ stable/jenkins/templates/NOTES.txt | 5 +++++ 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index 3fe6ddf6c5..657683d611 100644 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,7 +1,8 @@ +# This chart is deprecated and moved to https://github.com/jenkinsci/helm-charts apiVersion: v1 name: jenkins home: https://jenkins.io/ -version: 2.5.2 +version: 2.5.3 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 @@ -11,17 +12,5 @@ sources: - https://github.com/jenkinsci/docker-jnlp-slave - https://github.com/maorfr/kube-tasks - https://github.com/jenkinsci/configuration-as-code-plugin -maintainers: -- name: lachie83 - email: lachlan.evenson@microsoft.com -- name: viglesiasce - email: viglesias@google.com -- name: maorfr - email: maor.friedman@redhat.com -- name: torstenwalter - email: mail@torstenwalter.de -- name: mogaal - email: garridomota@gmail.com -- name: wmcdona89 - email: wmcdona89@gmail.com icon: https://wiki.jenkins-ci.org/download/attachments/2916393/logo.png +deprecated: true diff --git a/stable/jenkins/README.md b/stable/jenkins/README.md index 14e2fa972d..01ef3ec07d 100644 --- a/stable/jenkins/README.md +++ b/stable/jenkins/README.md @@ -1,3 +1,7 @@ +# ⚠️ DEPRECATED + +This chart was moved to https://github.com/jenkinsci/helm-charts + # Jenkins Helm Chart Jenkins master and agent cluster utilizing the Jenkins Kubernetes plugin diff --git a/stable/jenkins/templates/NOTES.txt b/stable/jenkins/templates/NOTES.txt index 5255b2c998..3eca9b500d 100644 --- a/stable/jenkins/templates/NOTES.txt +++ b/stable/jenkins/templates/NOTES.txt @@ -1,3 +1,8 @@ +******************* +****DEPRECATED***** +******************* +* The Jenkins chart is deprecated. Future development has been moved to https://github.com/jenkinsci/helm-charts + 1. Get your '{{ .Values.master.adminUser }}' user password by running: printf $(kubectl get secret --namespace {{ template "jenkins.namespace" . }} {{ template "jenkins.fullname" . }} -o jsonpath="{.data.jenkins-admin-password}" | base64 --decode);echo