Commit e977a2

2024-12-20 12:31:13 Ralph Thesen: Updated helm chart location
installation.md ..
@@ 106,6 106,13 @@
## Kubernetes
An Otter Wiki can be conveniently deployed on kubernetes using the official Helm Chart.
+ ```bash
+ # add the helm chart repository
+ helm repo add otterwiki https://charts.otterwiki.com
+ # update the repository
+ helm repo update otterwiki
+ ```
+
For example you can create a new deployment with an ingress on `otterwiki.example.com` with
```bash
@@ 114,7 121,7 @@
--set ingress.enabled=true \
--set ingress.hosts[0].host="otterwiki.example.com" \
--version 0.1.0 \
- oci://registry-1.docker.io/redimp/otterwiki
+ otterwiki/otterwiki
```
Please refer to the [chart](https://github.com/redimp/otterwiki/tree/main/helm) for
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9