디렉토리 구조 및 각 서비스 추가
This commit is contained in:
38
helm/jenkins/Chart.yaml
Normal file
38
helm/jenkins/Chart.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
apiVersion: v2
|
||||
name: jenkins
|
||||
home: https://jenkins.io/
|
||||
version: 4.2.18
|
||||
appVersion: 2.375.1
|
||||
description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
|
||||
sources:
|
||||
- https://github.com/jenkinsci/jenkins
|
||||
- https://github.com/jenkinsci/docker-inbound-agent
|
||||
- https://github.com/maorfr/kube-tasks
|
||||
- https://github.com/jenkinsci/configuration-as-code-plugin
|
||||
maintainers:
|
||||
- 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
|
||||
- name: timja
|
||||
email: timjacomb1@gmail.com
|
||||
icon: https://get.jenkins.io/art/jenkins-logo/logo.svg
|
||||
annotations:
|
||||
artifacthub.io/links: |
|
||||
- name: Chart Source
|
||||
url: https://github.com/jenkinsci/helm-charts/tree/main/charts/jenkins
|
||||
- name: Jenkins
|
||||
url: https://www.jenkins.io/
|
||||
artifacthub.io/images: |
|
||||
- name: jenkins
|
||||
image: jenkins/jenkins:2.375.1-jdk11
|
||||
- name: k8s-sidecar
|
||||
image: kiwigrid/k8s-sidecar:1.15.0
|
||||
- name: inbound-agent
|
||||
image: jenkins/inbound-agent:4.11.2-4
|
||||
- name: backup
|
||||
image: maorfr/kube-tasks:0.2.0
|
||||
Reference in New Issue
Block a user