diff --git a/Chart.yaml b/helm/Chart.yaml similarity index 100% rename from Chart.yaml rename to helm/Chart.yaml diff --git a/chart/templates/deployment.yaml b/helm/chart/templates/deployment.yaml similarity index 100% rename from chart/templates/deployment.yaml rename to helm/chart/templates/deployment.yaml diff --git a/chart/templates/namespace.yaml b/helm/chart/templates/namespace.yaml similarity index 100% rename from chart/templates/namespace.yaml rename to helm/chart/templates/namespace.yaml diff --git a/chart/templates/pvc.yaml b/helm/chart/templates/pvc.yaml similarity index 100% rename from chart/templates/pvc.yaml rename to helm/chart/templates/pvc.yaml diff --git a/chart/templates/service.yaml b/helm/chart/templates/service.yaml similarity index 100% rename from chart/templates/service.yaml rename to helm/chart/templates/service.yaml diff --git a/chart/values.yaml b/helm/chart/values.yaml similarity index 100% rename from chart/values.yaml rename to helm/chart/values.yaml