diff --git a/charts/.gitignore b/chart/.gitignore similarity index 100% rename from charts/.gitignore rename to chart/.gitignore diff --git a/charts/.gitlab-ci.yml b/chart/.gitlab-ci.yml similarity index 100% rename from charts/.gitlab-ci.yml rename to chart/.gitlab-ci.yml diff --git a/charts/.helmignore b/chart/.helmignore similarity index 100% rename from charts/.helmignore rename to chart/.helmignore diff --git a/charts/CONTRIBUTING.md b/chart/CONTRIBUTING.md similarity index 100% rename from charts/CONTRIBUTING.md rename to chart/CONTRIBUTING.md diff --git a/charts/Chart.yaml b/chart/Chart.yaml similarity index 100% rename from charts/Chart.yaml rename to chart/Chart.yaml diff --git a/charts/LICENSE b/chart/LICENSE similarity index 100% rename from charts/LICENSE rename to chart/LICENSE diff --git a/charts/README.md b/chart/README.md similarity index 100% rename from charts/README.md rename to chart/README.md diff --git a/charts/requirements.lock b/chart/requirements.lock similarity index 100% rename from charts/requirements.lock rename to chart/requirements.lock diff --git a/charts/requirements.yaml b/chart/requirements.yaml similarity index 100% rename from charts/requirements.yaml rename to chart/requirements.yaml diff --git a/charts/templates/NOTES.txt b/chart/templates/NOTES.txt similarity index 100% rename from charts/templates/NOTES.txt rename to chart/templates/NOTES.txt diff --git a/charts/templates/_helpers.tpl b/chart/templates/_helpers.tpl similarity index 100% rename from charts/templates/_helpers.tpl rename to chart/templates/_helpers.tpl diff --git a/charts/templates/db-initialize-job.yaml b/chart/templates/db-initialize-job.yaml similarity index 100% rename from charts/templates/db-initialize-job.yaml rename to chart/templates/db-initialize-job.yaml diff --git a/charts/templates/db-migrate-hook.yaml b/chart/templates/db-migrate-hook.yaml similarity index 100% rename from charts/templates/db-migrate-hook.yaml rename to chart/templates/db-migrate-hook.yaml diff --git a/charts/templates/deployment.yaml b/chart/templates/deployment.yaml similarity index 100% rename from charts/templates/deployment.yaml rename to chart/templates/deployment.yaml diff --git a/charts/templates/hpa.yaml b/chart/templates/hpa.yaml similarity index 100% rename from charts/templates/hpa.yaml rename to chart/templates/hpa.yaml diff --git a/charts/templates/ingress.yaml b/chart/templates/ingress.yaml similarity index 100% rename from charts/templates/ingress.yaml rename to chart/templates/ingress.yaml diff --git a/charts/templates/pdb.yaml b/chart/templates/pdb.yaml similarity index 100% rename from charts/templates/pdb.yaml rename to chart/templates/pdb.yaml diff --git a/charts/templates/service.yaml b/chart/templates/service.yaml similarity index 100% rename from charts/templates/service.yaml rename to chart/templates/service.yaml diff --git a/charts/templates/worker-deployment.yaml b/chart/templates/worker-deployment.yaml similarity index 100% rename from charts/templates/worker-deployment.yaml rename to chart/templates/worker-deployment.yaml diff --git a/charts/values.yaml b/chart/values.yaml similarity index 100% rename from charts/values.yaml rename to chart/values.yaml