diff --git a/chart/Chart.yaml b/chart/helm-web/Chart.yaml similarity index 100% rename from chart/Chart.yaml rename to chart/helm-web/Chart.yaml diff --git a/chart/templates/NOTES.txt b/chart/helm-web/templates/NOTES.txt similarity index 100% rename from chart/templates/NOTES.txt rename to chart/helm-web/templates/NOTES.txt diff --git a/chart/templates/_helpers.tpl b/chart/helm-web/templates/_helpers.tpl similarity index 100% rename from chart/templates/_helpers.tpl rename to chart/helm-web/templates/_helpers.tpl diff --git a/chart/templates/deployment.yaml b/chart/helm-web/templates/deployment.yaml similarity index 100% rename from chart/templates/deployment.yaml rename to chart/helm-web/templates/deployment.yaml diff --git a/chart/templates/ingress.yaml b/chart/helm-web/templates/ingress.yaml similarity index 100% rename from chart/templates/ingress.yaml rename to chart/helm-web/templates/ingress.yaml diff --git a/chart/templates/service.yaml b/chart/helm-web/templates/service.yaml similarity index 100% rename from chart/templates/service.yaml rename to chart/helm-web/templates/service.yaml diff --git a/chart/templates/serviceaccount.yaml b/chart/helm-web/templates/serviceaccount.yaml similarity index 100% rename from chart/templates/serviceaccount.yaml rename to chart/helm-web/templates/serviceaccount.yaml diff --git a/chart/templates/tests/test-connection.yaml b/chart/helm-web/templates/tests/test-connection.yaml similarity index 100% rename from chart/templates/tests/test-connection.yaml rename to chart/helm-web/templates/tests/test-connection.yaml diff --git a/chart/values.yaml b/chart/helm-web/values.yaml similarity index 100% rename from chart/values.yaml rename to chart/helm-web/values.yaml