-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathconfig.yaml
51 lines (47 loc) · 1.82 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
41
42
43
44
45
46
47
48
49
50
51
# 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 directories. '.' as chart-dir does not work.
chart-dirs:
- common
- global
- openstack
- prometheus-exporters
- prometheus-rules
- px
- system
# Don't look here.
excluded-charts:
- ci
- .github
# Adds remote chart repositories to be used for the tests.
chart-repos:
- stable=https://charts.helm.sh/stable
- 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
- 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
- linkerd-edge=https://helm.linkerd.io/edge
- vmware-tanzu=https://vmware-tanzu.github.io/helm-charts
- enix=https://charts.enix.io
- rook-release=https://charts.rook.io/release
- open-telemetry=https://open-telemetry.github.io/opentelemetry-helm-charts
- metallb=https://metallb.github.io/metallb
- percona=https://percona.github.io/percona-helm-charts