forked from sapcc/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
29 lines (25 loc) · 890 Bytes
/
config.yaml
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
# Detect changes to a helm chart by comparing with this remote/branch.
remote: origin
target-branch: master
# What to check.
validate-chart-schema: true
validate-yaml: true
validate-maintainers: false
check-version-increment: true
# Consider helm charts in all directories.
chart-dirs:
- .
# Don't look here.
excluded-charts:
- ci
# Adds remote chart repositories to be used for the tests.
chart-repos:
- stable=https://charts.helm.sh/stable
- sapcc=https://charts.eu-de-2.cloud.sap
- loki=https://grafana.github.io/loki/charts
- grafana=https://grafana.github.io/helm-charts
- prometheus-community=https://prometheus-community.github.io/helm-charts
- fluent=https://fluent.github.io/helm-charts
- ingress-nginx=https://kubernetes.github.io/ingress-nginx
- traefik=https://helm.traefik.io/traefik
- gatekeeper=https://open-policy-agent.github.io/gatekeeper/charts