Move to Helm chart stub

This commit is contained in:
j 2025-07-05 11:49:57 +10:00
parent 50ab911434
commit bf1916ebd1
30 changed files with 269 additions and 125 deletions

31
new/Chart.yaml Normal file
View file

@ -0,0 +1,31 @@
apiVersion: v2
name: home-server
description: A Helm chart that rolls a curated, functional home server
version: 0.0.1
dependencies:
- name: ai
version: 0.0.1
repository: "file://charts/ai"
- name: dns
version: 0.0.1
repository: "file://charts/dns"
- name: media
version: 0.0.1
repository: "file://charts/media"
- name: monitoring
version: 0.0.1
repository: "file://charts/monitoring"
- name: remote
version: 0.0.1
repository: "file://charts/remote"
- name: social
version: 0.0.1
repository: "file://charts/social"
- name: sync
version: 0.0.1
repository: "file://charts/sync"
- name: util
version: 0.0.1
repository: "file://charts/util"