Skip to content

Commit 65389c7

Browse files
authored
[jenkins] Add Jenkins chart (#3)
Signed-off-by: Reinhard Nägele <[email protected]>
1 parent f66ef68 commit 65389c7

26 files changed

+1581
-0
lines changed

charts/jenkins/.helmignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*~
18+
# Various IDEs
19+
.project
20+
.idea/
21+
*.tmproj
22+
.vscode/
23+
_scratch
24+
assets

charts/jenkins/Chart.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: v1
2+
name: jenkins
3+
description: The leading open source automation server
4+
version: 1.0.0
5+
appVersion: 2.164.2
6+
home: https://jenkins.io/
7+
icon: https://wiki.jenkins-ci.org/download/attachments/2916393/logo.png
8+
sources:
9+
- https://github.com/jenkinsci/jenkins
10+
- https://github.com/jenkinsci/docker
11+
- https://github.com/jenkinsci/docker-jnlp-slave
12+
keywords:
13+
- ci
14+
- continuous integration
15+
- continuous delivery
16+
- continuous deployment
17+
- devops
18+
- automation
19+
maintainers:
20+
- name: unguiculus
21+

0 commit comments

Comments
 (0)