diff --git a/jellyfin/.helmignore b/helm/.helmignore similarity index 100% rename from jellyfin/.helmignore rename to helm/.helmignore diff --git a/jellyfin/Chart.yaml b/helm/Chart.yaml similarity index 100% rename from jellyfin/Chart.yaml rename to helm/Chart.yaml diff --git a/jellyfin/templates/cronjob.yaml b/helm/templates/cronjob.yaml similarity index 100% rename from jellyfin/templates/cronjob.yaml rename to helm/templates/cronjob.yaml diff --git a/jellyfin/templates/deploy.yaml b/helm/templates/deploy.yaml similarity index 100% rename from jellyfin/templates/deploy.yaml rename to helm/templates/deploy.yaml diff --git a/jellyfin/templates/ingress.yaml b/helm/templates/ingress.yaml similarity index 100% rename from jellyfin/templates/ingress.yaml rename to helm/templates/ingress.yaml diff --git a/jellyfin/templates/middleware.yaml b/helm/templates/middleware.yaml similarity index 100% rename from jellyfin/templates/middleware.yaml rename to helm/templates/middleware.yaml diff --git a/jellyfin/templates/pvc.yaml b/helm/templates/pvc.yaml similarity index 100% rename from jellyfin/templates/pvc.yaml rename to helm/templates/pvc.yaml diff --git a/jellyfin/templates/service.yaml b/helm/templates/service.yaml similarity index 100% rename from jellyfin/templates/service.yaml rename to helm/templates/service.yaml diff --git a/jellyfin/values.yaml b/helm/values.yaml similarity index 100% rename from jellyfin/values.yaml rename to helm/values.yaml