shaandClaude Sonnet 5 cc5ecd25ce Switch adguardhome/esphome/signal-gateway/zigbee2mqtt to PVC storage
Replaces raw hostPath (/srv/data/<app>) with a local-path PVC per app,
so these apps get proper PVC lifecycle semantics and can have a PVC
backup CronJob (matching what gitea already has) instead of being
unbacked host directories. local-path already lives on the same disk
these hostPaths did, so this isn't a storage-tier change.

adguardhome specifically: consolidates the previous split work/+conf/
hostPath mounts into a single PVC mounted at /opt/adguardhome (its own
default convention), since a real deployment can't run two hostPath
subtrees off one PVC.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01566weDFku8TaRC2CJUPVM1
2026-08-24 02:44:30 +03:00
2026-08-23 13:22:56 +03:00

Shadoll Helm Charts

A collection of custom and optimized Helm charts for self-hosted applications on Kubernetes.

Repository Structure

  • /<chart-name>: Individual application charts (e.g. jellyfin, home-assistant, esphome).
  • /docs: Detailed application documentation and guides.

Quick Start

1. Clone the repository

git clone https://github.com/shadoll/helm-charts.git
cd helm-charts

2. Available Charts

Chart Description Status
Jellyfin Media server with PostgreSQL support Ready
Home Assistant Home automation with PostgreSQL recorder and managed secrets Ready
ESPHome ESPHome dashboard with host network for device discovery Ready
Frigate NVR with Rockchip RK3588 hardware acceleration (rkmpp + rknn) Ready

3. Usage with FluxCD

To use these charts in a FluxCD environment, add the repository as a Source:

apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
  name: shadoll-charts
  namespace: flux-system
spec:
  interval: 1h
  url: https://github.com/shadoll/helm-charts
  ref:
    branch: main

Then reference the chart in your HelmRelease:

spec:
  chart:
    spec:
      chart: ./jellyfin
      sourceRef:
        kind: GitRepository
        name: shadoll-charts

Maintenance

To enable automated Signal alerts for chart updates, configure the following GitHub Secrets in this repository:

  • SIGNAL_URL: The full URL to your Signal gateway (e.g. https://signal.h.shadoll.dev/v2/send).
  • SIGNAL_SENDER: The phone number used to send the message.
  • SIGNAL_RECIPIENT: The phone number(s) to receive the alert.

© 2026 Shadoll. Managed with ❤️ for the Home Lab.

S
Description
No description provided
Readme
341 KiB
Languages
Go Template 56.1%
Shell 43.9%