diff --git a/home-server/Chart.yaml b/new/Chart.yaml similarity index 89% rename from home-server/Chart.yaml rename to new/Chart.yaml index e31f679..f6cbdbb 100644 --- a/home-server/Chart.yaml +++ b/new/Chart.yaml @@ -4,40 +4,28 @@ 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" - - name: dns - version: 0.0.1 - repository: "file://charts/dns" - - - name: files - version: 0.0.1 - repository: "file://charts/files" - - - name: ai - version: 0.0.1 - repository: "file://charts/ai" - - - 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" - - diff --git a/home-server/templates/ai/namespace.yaml b/new/charts/ai/namespace.yaml similarity index 100% rename from home-server/templates/ai/namespace.yaml rename to new/charts/ai/namespace.yaml diff --git a/home-server/templates/ai/openwebui.yaml b/new/charts/ai/openwebui.yaml similarity index 100% rename from home-server/templates/ai/openwebui.yaml rename to new/charts/ai/openwebui.yaml diff --git a/home-server/templates/auth/authentik.yaml b/new/charts/auth/authentik.yaml similarity index 100% rename from home-server/templates/auth/authentik.yaml rename to new/charts/auth/authentik.yaml diff --git a/home-server/templates/auth/namespace.yaml b/new/charts/auth/namespace.yaml similarity index 100% rename from home-server/templates/auth/namespace.yaml rename to new/charts/auth/namespace.yaml diff --git a/home-server/templates/dns/bind-master.yaml b/new/charts/dns/bind-master.yaml similarity index 100% rename from home-server/templates/dns/bind-master.yaml rename to new/charts/dns/bind-master.yaml diff --git a/home-server/templates/dns/externaldns.yaml b/new/charts/dns/externaldns.yaml similarity index 100% rename from home-server/templates/dns/externaldns.yaml rename to new/charts/dns/externaldns.yaml diff --git a/home-server/templates/dns/namespace.yaml b/new/charts/dns/namespace.yaml similarity index 100% rename from home-server/templates/dns/namespace.yaml rename to new/charts/dns/namespace.yaml diff --git a/home-server/templates/files/namespace.yaml b/new/charts/files/namespace.yaml similarity index 100% rename from home-server/templates/files/namespace.yaml rename to new/charts/files/namespace.yaml diff --git a/home-server/templates/files/nextcloud.yaml b/new/charts/files/nextcloud.yaml similarity index 100% rename from home-server/templates/files/nextcloud.yaml rename to new/charts/files/nextcloud.yaml diff --git a/home-server/templates/media/namespace.yaml b/new/charts/media/namespace.yaml similarity index 100% rename from home-server/templates/media/namespace.yaml rename to new/charts/media/namespace.yaml diff --git a/home-server/templates/monitoring/grafana.yaml b/new/charts/monitoring/grafana.yaml similarity index 100% rename from home-server/templates/monitoring/grafana.yaml rename to new/charts/monitoring/grafana.yaml diff --git a/home-server/templates/monitoring/loki.yaml b/new/charts/monitoring/loki.yaml similarity index 100% rename from home-server/templates/monitoring/loki.yaml rename to new/charts/monitoring/loki.yaml diff --git a/home-server/templates/monitoring/namespace.yaml b/new/charts/monitoring/namespace.yaml similarity index 100% rename from home-server/templates/monitoring/namespace.yaml rename to new/charts/monitoring/namespace.yaml diff --git a/home-server/templates/monitoring/prometheus.yaml b/new/charts/monitoring/prometheus.yaml similarity index 100% rename from home-server/templates/monitoring/prometheus.yaml rename to new/charts/monitoring/prometheus.yaml diff --git a/home-server/templates/monitoring/provider.yaml b/new/charts/monitoring/provider.yaml similarity index 100% rename from home-server/templates/monitoring/provider.yaml rename to new/charts/monitoring/provider.yaml diff --git a/home-server/templates/remote/namespace.yaml b/new/charts/remote/namespace.yaml similarity index 100% rename from home-server/templates/remote/namespace.yaml rename to new/charts/remote/namespace.yaml diff --git a/home-server/templates/remote/rustdesk.yaml b/new/charts/remote/rustdesk.yaml similarity index 100% rename from home-server/templates/remote/rustdesk.yaml rename to new/charts/remote/rustdesk.yaml diff --git a/home-server/templates/social/namespace.yaml b/new/charts/social/namespace.yaml similarity index 100% rename from home-server/templates/social/namespace.yaml rename to new/charts/social/namespace.yaml diff --git a/home-server/templates/sync/linkwarden.yaml b/new/charts/sync/linkwarden.yaml similarity index 100% rename from home-server/templates/sync/linkwarden.yaml rename to new/charts/sync/linkwarden.yaml diff --git a/home-server/templates/sync/namespace.yaml b/new/charts/sync/namespace.yaml similarity index 100% rename from home-server/templates/sync/namespace.yaml rename to new/charts/sync/namespace.yaml diff --git a/home-server/templates/sync/syncthing.yaml b/new/charts/sync/syncthing.yaml similarity index 100% rename from home-server/templates/sync/syncthing.yaml rename to new/charts/sync/syncthing.yaml diff --git a/home-server/templates/sync/vaultwarden.yaml b/new/charts/sync/vaultwarden.yaml similarity index 100% rename from home-server/templates/sync/vaultwarden.yaml rename to new/charts/sync/vaultwarden.yaml diff --git a/home-server/templates/util/certmanager.yaml b/new/charts/util/certmanager.yaml similarity index 100% rename from home-server/templates/util/certmanager.yaml rename to new/charts/util/certmanager.yaml diff --git a/home-server/templates/util/mariadb.yaml b/new/charts/util/mariadb.yaml similarity index 100% rename from home-server/templates/util/mariadb.yaml rename to new/charts/util/mariadb.yaml diff --git a/home-server/templates/util/namespace.yaml b/new/charts/util/namespace.yaml similarity index 100% rename from home-server/templates/util/namespace.yaml rename to new/charts/util/namespace.yaml diff --git a/home-server/templates/util/replicator.yaml b/new/charts/util/replicator.yaml similarity index 100% rename from home-server/templates/util/replicator.yaml rename to new/charts/util/replicator.yaml diff --git a/home-server/values.yaml b/new/values.yaml similarity index 100% rename from home-server/values.yaml rename to new/values.yaml