diff --git a/maintenance/.helmignore b/charts/maintenance/.helmignore similarity index 100% rename from maintenance/.helmignore rename to charts/maintenance/.helmignore diff --git a/maintenance/Chart.yaml b/charts/maintenance/Chart.yaml similarity index 100% rename from maintenance/Chart.yaml rename to charts/maintenance/Chart.yaml diff --git a/maintenance/templates/_helpers.tpl b/charts/maintenance/templates/_helpers.tpl similarity index 100% rename from maintenance/templates/_helpers.tpl rename to charts/maintenance/templates/_helpers.tpl diff --git a/maintenance/templates/configmaps.yml b/charts/maintenance/templates/configmaps.yml similarity index 100% rename from maintenance/templates/configmaps.yml rename to charts/maintenance/templates/configmaps.yml diff --git a/maintenance/templates/deployment.yaml b/charts/maintenance/templates/deployment.yaml similarity index 100% rename from maintenance/templates/deployment.yaml rename to charts/maintenance/templates/deployment.yaml diff --git a/maintenance/templates/ingress.yaml b/charts/maintenance/templates/ingress.yaml similarity index 100% rename from maintenance/templates/ingress.yaml rename to charts/maintenance/templates/ingress.yaml diff --git a/maintenance/templates/service.yaml b/charts/maintenance/templates/service.yaml similarity index 100% rename from maintenance/templates/service.yaml rename to charts/maintenance/templates/service.yaml diff --git a/maintenance/values.yaml b/charts/maintenance/values.yaml similarity index 100% rename from maintenance/values.yaml rename to charts/maintenance/values.yaml