An Otter Wiki
Attachments
History
Blame
View Source
Changelog
Documentation
Toggle dark mode
Login
Home
A - Z
Menu
Installation
Configuration
Upgrade
User Guide
FAQ
Customization
Development
Examples
An Otter Wiki
Installation
56a04d
Commit
56a04d
2025-08-14 21:22:35
Ralph Thesen
: Updated Helm Chart Version
installation.md
..
@@ 117,10 117,11 @@
```bash
helm install otterwiki-example \
+
--set config.SITE_NAME="My Otter Wiki" \
--set config.SITE_DESCRIPTION="An Otter Wiki deployed with Helm" \
--set ingress.enabled=true \
--set ingress.hosts[0].host="otterwiki.example.com" \
-
--version 0.1.0 \
+
--version 0.1.1 \
otterwiki/otterwiki
```
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