Harish's Helm Charts

Helm Chart Catalog for Kubernetes

Helm Charts for Kubernetes Homelab

Deploy production grade charts for media automation, networking, monitoring, finance, operations, and homelab services. Every chart is published through the classic Helm repository flow and as an OCI package in GHCR with signed provenance files.

Portable Defaults Helm Repo and OCI Signed Provenance Versioned Releases
Legacy Helm Repository Signed .prov
# Add the repository
helm repo add harish2k01 https://harish2k01.github.io/helm-charts
helm repo update

# Install a chart
helm install bentopdf harish2k01/bentopdf --version 0.1.3

# List every published version
helm search repo harish2k01 --versions
OCI Registry GHCR
# Install directly from OCI
helm install bentopdf \
  oci://ghcr.io/harish2k01/helm-charts/bentopdf \
  --version 0.1.3

# Use the same values workflow
helm upgrade bentopdf \
  oci://ghcr.io/harish2k01/helm-charts/bentopdf \
  --version 0.1.3 -f values.yaml
29 Ready-to-use charts across media, analytics, dashboards, networking, monitoring, finance, publishing, storage, operations, and security.
2 Supported install paths: a classic Helm repository and OCI charts in GHCR.
Signed Current chart packages include Helm provenance files for package verification.

Chart Catalog

Each chart is intentionally portable: no personal domains, no hard-coded namespaces, no assumed storage classes, and no cluster-specific controller requirements.

Source

adguard-home

0.1.0

Deploys AdGuard Home DNS filtering with persistent configuration and DNS service ports.

App v0.107.76 Network
Chart docs

bazarr

0.1.2

Deploys Bazarr subtitle automation on Kubernetes.

App 1.5.6 Media
Chart docs

bentopdf

0.1.3

Deploys BentoPDF document conversion on Kubernetes.

App 2.8.4 Documents
Chart docs

cloudflared

0.1.2

Deploys Cloudflare Tunnel cloudflared connectors on Kubernetes.

App 2026.3.0 Network
Chart docs

feishin

0.1.0

Deploys Feishin music streaming client on Kubernetes.

App 1.11.0 Media
Chart docs

firefly-iii

0.1.2

Deploys Firefly III with PostgreSQL for personal finance tracking.

App version-6.6.1 Finance
Chart docs

flaresolverr

0.1.2

Deploys FlareSolverr request solving for automation stacks.

App v3.4.6 Media
Chart docs

ghost

0.1.1

Deploys Ghost publishing platform with persistent content storage and MySQL.

App 6.39.0-alpine Publishing
Chart docs

homepage

0.1.0

Deploys Homepage dashboard with Kubernetes discovery support.

App 1.13.1 Dashboard
Chart docs

jellyfin

0.1.2

Deploys Jellyfin media server with library mount support.

App 10.11.8 Media
Chart docs

k8s-debug-pod

0.1.0

Deploys an Ubuntu-based Kubernetes troubleshooting pod.

App 0.1.0 Operations
Chart docs

navidrome

0.1.0

Deploys Navidrome music streaming with separate app data and music PVCs.

App 0.61.2 Media
Chart docs

owncloud

0.1.0

Deploys ownCloud Server with persistent file storage, MariaDB, and Redis.

App 10.16.2 Storage
Chart docs

pocket-id

0.1.0

Deploys Pocket ID passkey-based OIDC provider on Kubernetes.

App v2.7.0 Security
Chart docs

portfolio-tracker

0.1.0

Deploys the self-hosted Portfolio Tracker with PostgreSQL.

App 0.1.0 Finance
Chart docs

prowlarr

0.1.2

Deploys Prowlarr indexer management for media automation.

App 2.3.5 Media
Chart docs

pve-exporter

0.1.0

Deploys the prometheus-pve-exporter for Proxmox VE metrics.

App 3.8.2 Monitoring
Chart docs

qbittorrent

0.1.2

Deploys qBittorrent with persistent configuration and media mounts.

App 5.2.0 Media
Chart docs

qbittorrent-exporter

0.1.0

Deploys the martabal qBittorrent Prometheus exporter.

App v2.0.1 Monitoring
Chart docs

radarr

0.1.2

Deploys Radarr movie automation with reusable release values.

App 6.1.1 Media
Chart docs

scrutiny

0.2.2

Deploys Scrutiny web and API components for S.M.A.R.T. collectors.

App v0.9.2-web Monitoring
Chart docs

seerr

0.1.2

Deploys Seerr media request management for shared libraries.

App v3.2.0 Media
Chart docs

sonarr

0.1.2

Deploys Sonarr TV automation with PVC and ingress options.

App 4.0.17 Media
Chart docs

speedtest-tracker

0.1.3

Deploys Speedtest Tracker for scheduled network performance checks.

App 1.14.0 Monitoring
Chart docs

syncthing

0.1.0

Deploys Syncthing continuous file synchronization with persistent state and sync ports.

App 2.1.0 Storage
Chart docs

tailscale

0.1.2

Deploys Tailscale as a Kubernetes subnet router and exit node.

App v1.96.5 Network
Chart docs

tor-proxy

0.1.2

Deploys a Tor SOCKS proxy for workloads that need routed egress.

App latest Network
Chart docs

umami

0.1.0

Deploys Umami privacy-focused web analytics with PostgreSQL.

App 3.1.0 Analytics
Chart docs

uptime-kuma

0.1.2

Deploys Uptime Kuma for self-hosted uptime monitoring.

App 2.2.1-slim Monitoring
Chart docs

vaultwarden

0.1.0

Deploys Vaultwarden password management on Kubernetes.

App 1.36.0 Security
Chart docs

Useful Patterns

These charts stay small, so most customization happens through values files.

Install Releases

Reuse charts with different release names, such as radarr and radarr4k, while pointing each release at its own values file.

Shared Storage

Mount the same existing PVC into qBittorrent, Radarr, Sonarr, and Bazarr at the same path to preserve hardlinks and atomic moves.