OTWLD logo Registry

Helm charts for Kubernetes.

helm.otwld.com is where we publish the Helm charts we maintain. Each chart entry links to its source repository and documentation, so the registry stays simple and the implementation details stay close to the code.

helm repo add otwld https://helm.otwld.com/
helm repo update
helm search repo otwld

Charts

Currently available in the registry.

AI / LLM

ollama

Ollama on Kubernetes, with chart controls for storage, ingress, and runtime configuration.

GitHub stars: …
helm upgrade --install ollama otwld/ollama \
  --namespace ollama \
  --create-namespace
Backup / Ops

velero-ui

Velero UI for backup visibility and day-to-day cluster recovery operations.

GitHub stars: …
helm upgrade --install velero-ui otwld/velero-ui \
  --namespace velero-ui \
  --create-namespace
Trading New

freqtrade

Freqtrade for Kubernetes, built around a shared dashboard and isolated bot instances.

GitHub stars: …
helm upgrade --install freqtrade otwld/freqtrade \
  --namespace freqtrade \
  --create-namespace

Registry model

This repository is the distribution surface only. Chart development, release history, examples, and detailed documentation live in the linked source repositories.

  • Add the repository once, then install any published chart from the same URL.
  • Use helm search repo otwld to inspect the catalog and available versions.
  • Use helm show values and the linked source repositories when you need chart-specific configuration details.

Common commands

helm search repo otwld

helm show values otwld/freqtrade
helm show values otwld/ollama
helm show values otwld/velero-ui

helm pull otwld/freqtrade