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
Registry
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
Currently available in the registry.
Ollama on Kubernetes, with chart controls for storage, ingress, and runtime configuration.
helm upgrade --install ollama otwld/ollama \ --namespace ollama \ --create-namespace
Velero UI for backup visibility and day-to-day cluster recovery operations.
helm upgrade --install velero-ui otwld/velero-ui \ --namespace velero-ui \ --create-namespace
Freqtrade for Kubernetes, built around a shared dashboard and isolated bot instances.
helm upgrade --install freqtrade otwld/freqtrade \ --namespace freqtrade \ --create-namespace
This repository is the distribution surface only. Chart development, release history, examples, and detailed documentation live in the linked source repositories.
helm search repo otwld to inspect the catalog and available versions.helm show values and the linked source repositories when you need chart-specific configuration details.helm search repo otwld helm show values otwld/freqtrade helm show values otwld/ollama helm show values otwld/velero-ui helm pull otwld/freqtrade