mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-22 07:42:02 +01:00
* re-enable helm * allow manual triggering * change vespa host * change vespa chart location * update Chart.lock * update ct.yaml with new vespa chart repo * bump vespa to 0.2.5 * update Chart.lock * update to vespa 0.2.6 * bump vespa to 0.2.7 * bump to 0.2.8 * bump version * try appending the ordinal * try new configmap * bump vespa * bump vespa * add debug to see if we can figure out what ct install thinks is failing * add debug flag to helm * try disabling nginx because of KinD * use helm-extra-set-args * try command line * try pointing test connection to the correct service name * bump vespa to 0.2.12 * update chart.lock * bump vespa to 0.2.13 * bump vespa to 0.2.14 * bump vespa * bump vespa * re-enable chart testing only on changes * name the check more specifically than "lint-test" * add some debugging * try setting remote * might have to specify chart dirs directly * add comments --------- Co-authored-by: Richard Kuo <rkuo@rkuo.com>
19 lines
602 B
YAML
19 lines
602 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://danswer-ai.github.io/vespa-helm-charts
|
|
- postgresql=https://charts.bitnami.com/bitnami
|
|
|
|
helm-extra-args: --debug --timeout 600s
|
|
|
|
# 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
|