mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-30 01:30:21 +02:00
* initial commit for helm chart refactoring * Continue refactoring helm. I was able to use helm to deploy all of the apps to a cluster in aws. The bottleneck was setting up PVC dynamic provisioning. * use default storage class * Fix linter errors * Fix broken helm test * update * Helm chart fixes * remove reference to ebsstorage * Fix linter errors --------- Co-authored-by: jpb80 <jordan.buttkevitz@gmail.com>
16 lines
489 B
Plaintext
16 lines
489 B
Plaintext
dependencies:
|
|
- name: postgresql
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 14.3.1
|
|
- name: vespa
|
|
repository: https://onyx-dot-app.github.io/vespa-helm-charts
|
|
version: 0.2.20
|
|
- name: nginx
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 15.14.0
|
|
- name: redis
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 20.1.0
|
|
digest: sha256:4615c033064a987e3f66a48f4744d2e88bd1cc932c79453c4928455695a72778
|
|
generated: "2025-02-04T11:45:05.39228-08:00"
|