mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user