feature: new KubeZero module CI

This commit is contained in:
Stefan Reimer 2021-11-06 18:12:48 +01:00
parent 6beac4b034
commit 861e931579
4 changed files with 86 additions and 0 deletions

View 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"

View 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` | |

View 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" . }}

View File

@ -0,0 +1,5 @@
gocd:
enabled: false
jenkins:
enabled: false