-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathChart.yaml
More file actions
34 lines (30 loc) · 829 Bytes
/
Chart.yaml
File metadata and controls
34 lines (30 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
apiVersion: v2
name: woodpecker
description: A Helm chart for Woodpecker CI
type: application
version: 3.5.2
# renovate: datasource=github-releases depName=woodpecker-ci/woodpecker extractVersion=^v(?<version>.*)$
appVersion: 3.13.0
home: https://woodpecker-ci.org/
icon: https://avatars.githubusercontent.com/u/84780935?s=200&v=4
maintainers:
- name: Woodpecker Maintainers
email: owner@woodpecker-ci.org
url: https://github.com/woodpecker-ci
keywords:
- continuous-delivery
- continuous-deployment
- continuous-integration
- docker
- go
- kubernetes
sources:
- https://github.com/woodpecker-ci/woodpecker.git
- https://github.com/woodpecker-ci/helm.git
dependencies:
- name: server
version: 3.0.1
condition: server.enabled
- name: agent
version: 2.0.1
condition: agent.enabled