mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-17 13:22:42 +01:00
* update helm charts for onyx-dot-app rebrand * fix helm chart testing config --------- Co-authored-by: Richard Kuo (Danswer) <rkuo@onyx.app>
19 lines
604 B
YAML
19 lines
604 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
|
|
|
|
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
|