37 lines
941 B
YAML
37 lines
941 B
YAML
apiVersion: v2
|
|
name: kubezero-ci
|
|
description: KubeZero umbrella chart for all things CI
|
|
type: application
|
|
version: 0.6.2
|
|
home: https://kubezero.com
|
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
|
keywords:
|
|
- kubezero
|
|
- jenkins
|
|
- goCD
|
|
- gitea
|
|
maintainers:
|
|
- name: Stefan Reimer
|
|
email: stefan@zero-downtime.net
|
|
dependencies:
|
|
- name: kubezero-lib
|
|
version: ">= 0.1.6"
|
|
repository: https://cdn.zero-downtime.net/charts/
|
|
- name: gocd
|
|
version: 1.40.8
|
|
repository: https://gocd.github.io/helm-chart
|
|
condition: gocd.enabled
|
|
- name: gitea
|
|
version: 8.2.0
|
|
repository: https://dl.gitea.io/charts/
|
|
condition: gitea.enabled
|
|
- name: jenkins
|
|
version: 4.3.20
|
|
repository: https://charts.jenkins.io
|
|
condition: jenkins.enabled
|
|
- name: trivy
|
|
version: 0.7.0
|
|
repository: https://aquasecurity.github.io/helm-charts/
|
|
condition: trivy.enabled
|
|
kubeVersion: ">= 1.24.0"
|