We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707c23e commit 24e8858Copy full SHA for 24e8858
charts/trieve/README.md
@@ -8,13 +8,14 @@ It is recommend that these are installed as seperate releases if you plan on doi
8
9
(It is much harder to migrate the databases if they are in a helm release)
10
11
-- `qdrant`
12
-- `postgres`
13
-- `clickhouse`
14
-- `redis`
+- `qdrant` via officially supported subchart
+- `postgres` (custom subchart using cnpg operator)
+- `clickhouse` (custom subchart using clickhouse-operator)
+- `redis` via bitnami redis subchart
15
- OIDC provider (`keycloak` is bundled in this chart)
16
17
```sh
18
helm repo add trieve https://devflowinc.github.io/trieve-helm
19
helm repo update
20
+helm upgrade trieve-local -i trieve/trieve
21
```
0 commit comments