Skip to content

Commit

Permalink
README FIX: Changed Helmchart URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Dec 17, 2024
1 parent 3a5e0f0 commit 259350c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,22 @@ Helm's [documentation](https://helm.sh/docs) to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add rondb https://docs.hopsworks.ai/rondb-helm/
```bash
helm repo add rondb https://logicalclocks.github.io/rondb-helm/
```

If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
rondb` to see the charts.

To install the rondb chart:

helm install my-rondb rondb/rondb
```bash
helm install my-rondb rondb/rondb
```

To uninstall the chart:

helm delete my-rondb

```bash
helm delete my-rondb
```

0 comments on commit 259350c

Please sign in to comment.