mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 11:33:17 +00:00
Mounting the whole PVC at /opt/adguardhome hid the AdGuardHome binary that ships inside the image at that exact path, crash-looping the pod (exec: /opt/adguardhome/AdGuardHome: no such file or directory). Use subPath mounts for work/ and conf/ instead, same as the original split hostPath layout, just backed by one PVC now. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01566weDFku8TaRC2CJUPVM1
10 lines
235 B
YAML
10 lines
235 B
YAML
apiVersion: v2
|
|
name: adguardhome
|
|
description: AdGuard Home DNS server Helm chart
|
|
type: application
|
|
version: 0.1.8
|
|
appVersion: "0.107.79"
|
|
annotations:
|
|
version-source: github-release:AdguardTeam/AdGuardHome
|
|
version-pattern: "s|^v||"
|