diff --git a/templates/app/.helmignore b/templates/chart/.helmignore similarity index 100% rename from templates/app/.helmignore rename to templates/chart/.helmignore diff --git a/templates/app/Chart.yaml b/templates/chart/Chart.yaml similarity index 100% rename from templates/app/Chart.yaml rename to templates/chart/Chart.yaml diff --git a/templates/app/questions.yaml b/templates/chart/questions.yaml similarity index 100% rename from templates/app/questions.yaml rename to templates/chart/questions.yaml diff --git a/templates/app/templates/common.yaml b/templates/chart/templates/common.yaml similarity index 100% rename from templates/app/templates/common.yaml rename to templates/chart/templates/common.yaml diff --git a/templates/app/values.yaml b/templates/chart/values.yaml similarity index 100% rename from templates/app/values.yaml rename to templates/chart/values.yaml