Skip to content

Latest commit

 

History

98 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTWLD Helm Charts

OTWLD Helm Charts

Helm charts for Kubernetes.

This repository backs https://helm.otwld.com and publishes the Helm charts we maintain.

Website · Discord · LinkedIn

Quick Start

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

Install a chart:

helm upgrade --install freqtrade otwld/freqtrade \
  --namespace freqtrade \
  --create-namespace

Charts

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

Registry Model

  • 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.com is the public install endpoint.
  • The public landing page and Helm index are published from the gh-pages branch.

Charts

Ollama

Kubernetes chart for serving Ollama with chart controls for persistence, GPUs, ingress, and runtime configuration.

Source:

Velero UI

Operational UI for Velero environments, packaged as a Helm chart for cluster deployment.

Source:

Freqtrade

Designed around:

  • one shared dashboard
  • many isolated bots[]
  • per-bot config, secret, PVC, service, and optional ingress

Source:

Common Commands

  • 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

Notes

  • 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.

About

OTWLD Helm charts repository

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages