Skip to content

Commit 24e8858

Browse files
committed
feature: update README with install instructions
1 parent 707c23e commit 24e8858

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

charts/trieve/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ It is recommend that these are installed as seperate releases if you plan on doi
88

99
(It is much harder to migrate the databases if they are in a helm release)
1010

11-
- `qdrant`
12-
- `postgres`
13-
- `clickhouse`
14-
- `redis`
11+
- `qdrant` via officially supported subchart
12+
- `postgres` (custom subchart using cnpg operator)
13+
- `clickhouse` (custom subchart using clickhouse-operator)
14+
- `redis` via bitnami redis subchart
1515
- OIDC provider (`keycloak` is bundled in this chart)
1616

1717
```sh
1818
helm repo add trieve https://devflowinc.github.io/trieve-helm
1919
helm repo update
20+
helm upgrade trieve-local -i trieve/trieve
2021
```

0 commit comments

Comments
 (0)