[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 <torsten.walter@syncier.com>

* Remove maintiners

Signed-off-by: Torsten Walter <torsten.walter@syncier.com>

* fixed typo

Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
This commit is contained in:
Torsten Walter
2020-09-01 07:09:49 -07:00
committed by GitHub
parent 9401c5e6c6
commit 871a1bed72
3 changed files with 12 additions and 14 deletions
+3 -14
View File
@@ -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
+4
View File
@@ -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
+5
View File
@@ -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