kubezero/charts/kubezero-ci/Chart.yaml

37 lines
963 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
version: 0.8.10
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
2021-12-03 21:16:22 +00:00
- gitea
- renovate
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-08 15:54:48 +00:00
- name: gitea
version: 10.1.4
2021-11-08 15:54:48 +00:00
repository: https://dl.gitea.io/charts/
condition: gitea.enabled
- name: jenkins
version: 5.1.6
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
- name: renovate
version: 37.321.1
repository: https://docs.renovatebot.com/helm-charts
condition: renovate.enabled
kubeVersion: ">= 1.25.0"