kubezero/charts/kubezero-ci/Chart.yaml

37 lines
941 B
YAML
Raw Normal View History

2021-11-06 17:12:48 +00:00
apiVersion: v2
name: kubezero-ci
description: KubeZero umbrella chart for all things CI
type: application
2023-05-02 10:07:08 +00:00
version: 0.6.2
2021-11-06 17:12:48 +00:00
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:
- kubezero
- jenkins
- goCD
2021-12-03 21:16:22 +00:00
- gitea
2021-11-06 17:12:48 +00:00
maintainers:
- name: Stefan Reimer
email: stefan@zero-downtime.net
2021-11-06 17:12:48 +00:00
dependencies:
- name: kubezero-lib
version: ">= 0.1.6"
2021-12-03 21:16:22 +00:00
repository: https://cdn.zero-downtime.net/charts/
2021-11-06 17:12:48 +00:00
- name: gocd
version: 1.40.8
2021-11-06 17:12:48 +00:00
repository: https://gocd.github.io/helm-chart
condition: gocd.enabled
2021-11-08 15:54:48 +00:00
- name: gitea
2023-05-02 10:07:08 +00:00
version: 8.2.0
2021-11-08 15:54:48 +00:00
repository: https://dl.gitea.io/charts/
condition: gitea.enabled
- name: jenkins
2023-04-17 14:31:04 +00:00
version: 4.3.20
repository: https://charts.jenkins.io
condition: jenkins.enabled
- name: trivy
2023-04-17 14:31:04 +00:00
version: 0.7.0
repository: https://aquasecurity.github.io/helm-charts/
condition: trivy.enabled
2023-04-12 11:14:31 +00:00
kubeVersion: ">= 1.24.0"