Add ct.yaml file
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
9c67417c02
commit
ed6c6da4a0
2
.github/workflows/helm-ci.yml
vendored
2
.github/workflows/helm-ci.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- "charts/meta-monitoring/**"
|
||||
|
||||
env:
|
||||
CT_CONFIGFILE: charts/meta-monitoring/src/ct.yaml
|
||||
CT_CONFIGFILE: charts/meta-monitoring/ct.yaml
|
||||
|
||||
jobs:
|
||||
call-lint:
|
||||
|
11
charts/meta-monitoring/ct.yaml
Normal file
11
charts/meta-monitoring/ct.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
remote: origin
|
||||
target-branch: main
|
||||
chart-dirs:
|
||||
- charts/meta-monitoring
|
||||
chart-repos:
|
||||
- grafana=https://grafana.github.io/helm-charts
|
||||
- minio=https://charts.min.io
|
||||
helm-extra-args: --timeout 600s
|
||||
check-version-increment: false
|
||||
validate-maintainers: false
|
Loading…
x
Reference in New Issue
Block a user