Helm charts for Kubernetes.
This repository backs https://helm.otwld.com and publishes the Helm charts we maintain.
helm repo add otwld https://helm.otwld.com/
helm repo update
helm search repo otwldInstall a chart:
helm upgrade --install freqtrade otwld/freqtrade \
--namespace freqtrade \
--create-namespace| Chart | What It Is | Install | Source |
|---|---|---|---|
ollama |
Ollama on Kubernetes, with chart controls for storage, ingress, and runtime configuration | helm upgrade --install ollama otwld/ollama -n ollama --create-namespace |
otwld/ollama-helm |
velero-ui |
Velero UI for backup visibility and day-to-day cluster recovery operations | helm upgrade --install velero-ui otwld/velero-ui -n velero-ui --create-namespace |
otwld/velero-ui |
freqtrade |
Freqtrade for Kubernetes, built around a shared dashboard and isolated bot instances | helm upgrade --install freqtrade otwld/freqtrade -n freqtrade --create-namespace |
otwld/freqtrade-helm-chart |
- This repository is the distribution registry for the charts we publish.
- Chart source code, examples, CI, and detailed documentation live in the linked source repositories.
helm.otwld.comis the public install endpoint.- The public landing page and Helm index are published from the
gh-pagesbranch.
Kubernetes chart for serving Ollama with chart controls for persistence, GPUs, ingress, and runtime configuration.
Source:
Operational UI for Velero environments, packaged as a Helm chart for cluster deployment.
Source:
Designed around:
- one shared
dashboard - many isolated
bots[] - per-bot config, secret, PVC, service, and optional ingress
Source:
- List charts:
helm search repo otwld- Inspect chart values:
helm show values otwld/freqtrade
helm show values otwld/ollama
helm show values otwld/velero-ui- Pull a chart package locally:
helm pull otwld/freqtrade- This repo is intentionally minimal and registry-focused.
- If you want to contribute to a chart, use the chart’s source repository, not this registry repository.
