forked from sapcc/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
40 lines (36 loc) · 1.47 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
# 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
- 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
- jetstack=https://charts.jetstack.io
- concourse=https://concourse-charts.storage.googleapis.com
- haproxy=https://haproxytech.github.io/helm-charts
- metrics-server=https://kubernetes-sigs.github.io/metrics-server
- k8s-event-logger=https://kuckkuck.github.io/k8s-event-logger
- hashicorp=https://helm.releases.hashicorp.com
- bitnami=https://charts.bitnami.com/bitnami
- opensearch=https://opensearch-project.github.io/helm-charts
- jupyterhub=https://jupyterhub.github.io/helm-chart
- falcosecurity=https://falcosecurity.github.io/charts
- linkerd=https://helm.linkerd.io/stable
- vmware-tanzu=https://vmware-tanzu.github.io/helm-charts