diff --git a/charts/.helmignore b/.helmignore similarity index 100% rename from charts/.helmignore rename to .helmignore diff --git a/charts/Chart.yaml b/Chart.yaml similarity index 100% rename from charts/Chart.yaml rename to Chart.yaml diff --git a/charts/templates/_helpers.tpl b/templates/_helpers.tpl similarity index 100% rename from charts/templates/_helpers.tpl rename to templates/_helpers.tpl diff --git a/charts/templates/deployment.yaml b/templates/deployment.yaml similarity index 100% rename from charts/templates/deployment.yaml rename to templates/deployment.yaml diff --git a/charts/templates/ingress.yaml b/templates/ingress.yaml similarity index 100% rename from charts/templates/ingress.yaml rename to templates/ingress.yaml diff --git a/charts/templates/postgresql-statefulset.yaml b/templates/postgresql-statefulset.yaml similarity index 100% rename from charts/templates/postgresql-statefulset.yaml rename to templates/postgresql-statefulset.yaml diff --git a/charts/templates/pvc.yaml b/templates/pvc.yaml similarity index 100% rename from charts/templates/pvc.yaml rename to templates/pvc.yaml diff --git a/charts/templates/secret.yaml b/templates/secret.yaml similarity index 100% rename from charts/templates/secret.yaml rename to templates/secret.yaml diff --git a/charts/templates/service.yaml b/templates/service.yaml similarity index 100% rename from charts/templates/service.yaml rename to templates/service.yaml diff --git a/charts/values.yaml b/values.yaml similarity index 100% rename from charts/values.yaml rename to values.yaml