forked from github/onyx
* bump cloudformation * update kubernetes * bump helm chart * bump docker compose * update chart.lock * ai accident! * bump vespa helm chart for fix * increase timeout --------- Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app>
20 lines
686 B
YAML
20 lines
686 B
YAML
# See https://github.com/helm/chart-testing#configuration
|
|
|
|
# still have to specify this on the command line for list-changed
|
|
chart-dirs:
|
|
- deployment/helm/charts
|
|
|
|
# must be kept in sync with Chart.yaml
|
|
chart-repos:
|
|
- vespa=https://onyx-dot-app.github.io/vespa-helm-charts
|
|
- postgresql=https://charts.bitnami.com/bitnami
|
|
|
|
# have seen postgres take 10 min to pull ... so 15 min seems like a good timeout?
|
|
helm-extra-args: --debug --timeout 900s
|
|
|
|
# nginx appears to not work on kind, likely due to lack of loadbalancer support
|
|
# helm-extra-set-args also only works on the command line, not in this yaml
|
|
# helm-extra-set-args: --set=nginx.enabled=false
|
|
|
|
validate-maintainers: false
|