diff --git a/emby/.helmignore b/embyserver/.helmignore similarity index 100% rename from emby/.helmignore rename to embyserver/.helmignore diff --git a/emby/Chart.yaml b/embyserver/Chart.yaml similarity index 100% rename from emby/Chart.yaml rename to embyserver/Chart.yaml diff --git a/emby/emby.png b/embyserver/emby.png similarity index 100% rename from emby/emby.png rename to embyserver/emby.png diff --git a/emby/templates/NOTES.txt b/embyserver/templates/NOTES.txt similarity index 100% rename from emby/templates/NOTES.txt rename to embyserver/templates/NOTES.txt diff --git a/emby/templates/_helpers.tpl b/embyserver/templates/_helpers.tpl similarity index 100% rename from emby/templates/_helpers.tpl rename to embyserver/templates/_helpers.tpl diff --git a/emby/templates/configmap.yaml b/embyserver/templates/configmap.yaml similarity index 100% rename from emby/templates/configmap.yaml rename to embyserver/templates/configmap.yaml diff --git a/emby/templates/ingress.yaml b/embyserver/templates/ingress.yaml similarity index 100% rename from emby/templates/ingress.yaml rename to embyserver/templates/ingress.yaml diff --git a/emby/templates/service.yaml b/embyserver/templates/service.yaml similarity index 100% rename from emby/templates/service.yaml rename to embyserver/templates/service.yaml diff --git a/emby/templates/serviceaccount.yaml b/embyserver/templates/serviceaccount.yaml similarity index 100% rename from emby/templates/serviceaccount.yaml rename to embyserver/templates/serviceaccount.yaml diff --git a/emby/templates/statefulset.yaml b/embyserver/templates/statefulset.yaml similarity index 100% rename from emby/templates/statefulset.yaml rename to embyserver/templates/statefulset.yaml diff --git a/emby/templates/tests/test-connection.yaml b/embyserver/templates/tests/test-connection.yaml similarity index 100% rename from emby/templates/tests/test-connection.yaml rename to embyserver/templates/tests/test-connection.yaml diff --git a/emby/values.yaml b/embyserver/values.yaml similarity index 100% rename from emby/values.yaml rename to embyserver/values.yaml