feature: new KubeZero module CI
This commit is contained in:
parent
76dbc789ef
commit
b7f2038f38
19
charts/kubezero-ci/Chart.yaml
Normal file
19
charts/kubezero-ci/Chart.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
apiVersion: v2
|
||||
name: kubezero-ci
|
||||
description: KubeZero umbrella chart for all things CI
|
||||
type: application
|
||||
version: 0.1.0
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
keywords:
|
||||
- kubezero
|
||||
- jenkins
|
||||
- goCD
|
||||
maintainers:
|
||||
- name: Quarky9
|
||||
dependencies:
|
||||
- name: gocd
|
||||
version: 1.39.4
|
||||
repository: https://gocd.github.io/helm-chart
|
||||
condition: gocd.enabled
|
||||
kubeVersion: ">= 1.18.0"
|
40
charts/kubezero-ci/README.md
Normal file
40
charts/kubezero-ci/README.md
Normal file
@ -0,0 +1,40 @@
|
||||
# kubezero-ci
|
||||
|
||||
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
||||
|
||||
KubeZero umbrella chart for all things CI
|
||||
|
||||
**Homepage:** <https://kubezero.com>
|
||||
|
||||
## Maintainers
|
||||
|
||||
| Name | Email | Url |
|
||||
| ---- | ------ | --- |
|
||||
| Quarky9 | | |
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>= 1.18.0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://gocd.github.io/helm-chart | gocd | 1.39.4 |
|
||||
|
||||
# Jenkins
|
||||
|
||||
# goCD
|
||||
|
||||
## Resources
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| fuseDevicePlugin.enabled | bool | `false` | |
|
||||
| k8sEcrLoginRenew.enabled | bool | `false` | |
|
||||
| metallb.configInline | object | `{}` | |
|
||||
| metallb.controller.nodeSelector."node-role.kubernetes.io/master" | string | `""` | |
|
||||
| metallb.controller.tolerations[0].effect | string | `"NoSchedule"` | |
|
||||
| metallb.controller.tolerations[0].key | string | `"node-role.kubernetes.io/master"` | |
|
||||
| metallb.enabled | bool | `false` | |
|
||||
| metallb.psp.create | bool | `false` | |
|
22
charts/kubezero-ci/README.md.gotmpl
Normal file
22
charts/kubezero-ci/README.md.gotmpl
Normal file
@ -0,0 +1,22 @@
|
||||
{{ template "chart.header" . }}
|
||||
{{ template "chart.deprecationWarning" . }}
|
||||
|
||||
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
|
||||
|
||||
{{ template "chart.description" . }}
|
||||
|
||||
{{ template "chart.homepageLine" . }}
|
||||
|
||||
{{ template "chart.maintainersSection" . }}
|
||||
|
||||
{{ template "chart.sourcesSection" . }}
|
||||
|
||||
{{ template "chart.requirementsSection" . }}
|
||||
|
||||
# Jenkins
|
||||
|
||||
# goCD
|
||||
|
||||
## Resources
|
||||
|
||||
{{ template "chart.valuesSection" . }}
|
5
charts/kubezero-ci/values.yaml
Normal file
5
charts/kubezero-ci/values.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
gocd:
|
||||
enabled: false
|
||||
|
||||
jenkins:
|
||||
enabled: false
|
Loading…
Reference in New Issue
Block a user