diff --git a/.helmignore b/chart/.helmignore similarity index 100% rename from .helmignore rename to chart/.helmignore diff --git a/Chart.lock b/chart/Chart.lock similarity index 100% rename from Chart.lock rename to chart/Chart.lock diff --git a/Chart.yaml b/chart/Chart.yaml similarity index 100% rename from Chart.yaml rename to chart/Chart.yaml diff --git a/chart/charts/common-2.13.3.tgz b/chart/charts/common-2.13.3.tgz new file mode 100644 index 0000000..3fe4889 Binary files /dev/null and b/chart/charts/common-2.13.3.tgz differ diff --git a/chart/charts/postgresql-13.1.5.tgz b/chart/charts/postgresql-13.1.5.tgz new file mode 100644 index 0000000..3cdb684 Binary files /dev/null and b/chart/charts/postgresql-13.1.5.tgz differ diff --git a/index.yaml b/chart/index.yaml similarity index 100% rename from index.yaml rename to chart/index.yaml diff --git a/templates/NOTES.txt b/chart/templates/NOTES.txt similarity index 100% rename from templates/NOTES.txt rename to chart/templates/NOTES.txt diff --git a/templates/_helpers.tpl b/chart/templates/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to chart/templates/_helpers.tpl diff --git a/templates/backend/deployment.yaml b/chart/templates/backend/deployment.yaml similarity index 100% rename from templates/backend/deployment.yaml rename to chart/templates/backend/deployment.yaml diff --git a/templates/backend/pvc.yaml b/chart/templates/backend/pvc.yaml similarity index 100% rename from templates/backend/pvc.yaml rename to chart/templates/backend/pvc.yaml diff --git a/templates/backend/service.yaml b/chart/templates/backend/service.yaml similarity index 100% rename from templates/backend/service.yaml rename to chart/templates/backend/service.yaml diff --git a/templates/backend/serviceaccount.yaml b/chart/templates/backend/serviceaccount.yaml similarity index 100% rename from templates/backend/serviceaccount.yaml rename to chart/templates/backend/serviceaccount.yaml diff --git a/templates/frontend/deployment.yaml b/chart/templates/frontend/deployment.yaml similarity index 100% rename from templates/frontend/deployment.yaml rename to chart/templates/frontend/deployment.yaml diff --git a/templates/frontend/ingress.yaml b/chart/templates/frontend/ingress.yaml similarity index 100% rename from templates/frontend/ingress.yaml rename to chart/templates/frontend/ingress.yaml diff --git a/templates/frontend/service.yaml b/chart/templates/frontend/service.yaml similarity index 100% rename from templates/frontend/service.yaml rename to chart/templates/frontend/service.yaml diff --git a/templates/frontend/serviceaccount.yaml b/chart/templates/frontend/serviceaccount.yaml similarity index 100% rename from templates/frontend/serviceaccount.yaml rename to chart/templates/frontend/serviceaccount.yaml diff --git a/values.yaml b/chart/values.yaml similarity index 100% rename from values.yaml rename to chart/values.yaml