Skip to content

Commit

Permalink
update readme to reflect small-hack ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Mar 27, 2024
1 parent 137f7af commit 3f1b601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coturn Helm Chart
<a href="https://github.com/jessebot/coturn-chart/releases"><img src="https://img.shields.io/github/v/release/jessebot/coturn-chart?style=plastic&labelColor=blue&color=green&logo=GitHub&logoColor=white"></a>
<a href="https://github.com/small-hack/coturn-chart/releases"><img src="https://img.shields.io/github/v/release/small-hack/coturn-chart?style=plastic&labelColor=blue&color=green&logo=GitHub&logoColor=white"></a>

An unofficial [coturn](https://github.com/coturn/coturn) helm chart using the official [coturn docker image](https://hub.docker.com/r/coturn/coturn).

Expand All @@ -22,7 +22,7 @@ An unofficial [coturn](https://github.com/coturn/coturn) helm chart using the of
Note that you still need to fill out the [`charts/coturn/values.yaml`](./charts/coturn/values.yaml) (Autogenerated Docs can be found in [`charts/coturn/README.md`](./charts/coturn/README.md)).

```console
helm repo add coturn https://jessebot.github.io/coturn-chart/
helm repo add coturn https://small-hack.github.io/coturn-chart/
helm install coturn coturn/coturn --values values.yaml
```

Expand Down

0 comments on commit 3f1b601

Please sign in to comment.