diff --git a/wordpress/.helmignore b/charts/wordpress/.helmignore similarity index 100% rename from wordpress/.helmignore rename to charts/wordpress/.helmignore diff --git a/wordpress/Chart.lock b/charts/wordpress/Chart.lock similarity index 100% rename from wordpress/Chart.lock rename to charts/wordpress/Chart.lock diff --git a/wordpress/Chart.yaml b/charts/wordpress/Chart.yaml similarity index 100% rename from wordpress/Chart.yaml rename to charts/wordpress/Chart.yaml diff --git a/wordpress/README.md b/charts/wordpress/README.md similarity index 100% rename from wordpress/README.md rename to charts/wordpress/README.md diff --git a/wordpress/templates/NOTES.txt b/charts/wordpress/templates/NOTES.txt similarity index 100% rename from wordpress/templates/NOTES.txt rename to charts/wordpress/templates/NOTES.txt diff --git a/wordpress/templates/_helpers.tpl b/charts/wordpress/templates/_helpers.tpl similarity index 100% rename from wordpress/templates/_helpers.tpl rename to charts/wordpress/templates/_helpers.tpl diff --git a/wordpress/templates/config-secret.yaml b/charts/wordpress/templates/config-secret.yaml similarity index 100% rename from wordpress/templates/config-secret.yaml rename to charts/wordpress/templates/config-secret.yaml diff --git a/wordpress/templates/deployment.yaml b/charts/wordpress/templates/deployment.yaml similarity index 100% rename from wordpress/templates/deployment.yaml rename to charts/wordpress/templates/deployment.yaml diff --git a/wordpress/templates/externaldb-secrets.yaml b/charts/wordpress/templates/externaldb-secrets.yaml similarity index 100% rename from wordpress/templates/externaldb-secrets.yaml rename to charts/wordpress/templates/externaldb-secrets.yaml diff --git a/wordpress/templates/extra-list.yaml b/charts/wordpress/templates/extra-list.yaml similarity index 100% rename from wordpress/templates/extra-list.yaml rename to charts/wordpress/templates/extra-list.yaml diff --git a/wordpress/templates/hpa.yaml b/charts/wordpress/templates/hpa.yaml similarity index 100% rename from wordpress/templates/hpa.yaml rename to charts/wordpress/templates/hpa.yaml diff --git a/wordpress/templates/httpd-configmap.yaml b/charts/wordpress/templates/httpd-configmap.yaml similarity index 100% rename from wordpress/templates/httpd-configmap.yaml rename to charts/wordpress/templates/httpd-configmap.yaml diff --git a/wordpress/templates/ingress.yaml b/charts/wordpress/templates/ingress.yaml similarity index 100% rename from wordpress/templates/ingress.yaml rename to charts/wordpress/templates/ingress.yaml diff --git a/wordpress/templates/metrics-svc.yaml b/charts/wordpress/templates/metrics-svc.yaml similarity index 100% rename from wordpress/templates/metrics-svc.yaml rename to charts/wordpress/templates/metrics-svc.yaml diff --git a/wordpress/templates/networkpolicy-backend-ingress.yaml b/charts/wordpress/templates/networkpolicy-backend-ingress.yaml similarity index 100% rename from wordpress/templates/networkpolicy-backend-ingress.yaml rename to charts/wordpress/templates/networkpolicy-backend-ingress.yaml diff --git a/wordpress/templates/networkpolicy-egress.yaml b/charts/wordpress/templates/networkpolicy-egress.yaml similarity index 100% rename from wordpress/templates/networkpolicy-egress.yaml rename to charts/wordpress/templates/networkpolicy-egress.yaml diff --git a/wordpress/templates/networkpolicy-ingress.yaml b/charts/wordpress/templates/networkpolicy-ingress.yaml similarity index 100% rename from wordpress/templates/networkpolicy-ingress.yaml rename to charts/wordpress/templates/networkpolicy-ingress.yaml diff --git a/wordpress/templates/pdb.yaml b/charts/wordpress/templates/pdb.yaml similarity index 100% rename from wordpress/templates/pdb.yaml rename to charts/wordpress/templates/pdb.yaml diff --git a/wordpress/templates/postinit-configmap.yaml b/charts/wordpress/templates/postinit-configmap.yaml similarity index 100% rename from wordpress/templates/postinit-configmap.yaml rename to charts/wordpress/templates/postinit-configmap.yaml diff --git a/wordpress/templates/pvc.yaml b/charts/wordpress/templates/pvc.yaml similarity index 100% rename from wordpress/templates/pvc.yaml rename to charts/wordpress/templates/pvc.yaml diff --git a/wordpress/templates/secrets.yaml b/charts/wordpress/templates/secrets.yaml similarity index 100% rename from wordpress/templates/secrets.yaml rename to charts/wordpress/templates/secrets.yaml diff --git a/wordpress/templates/serviceaccount.yaml b/charts/wordpress/templates/serviceaccount.yaml similarity index 100% rename from wordpress/templates/serviceaccount.yaml rename to charts/wordpress/templates/serviceaccount.yaml diff --git a/wordpress/templates/servicemonitor.yaml b/charts/wordpress/templates/servicemonitor.yaml similarity index 100% rename from wordpress/templates/servicemonitor.yaml rename to charts/wordpress/templates/servicemonitor.yaml diff --git a/wordpress/templates/svc.yaml b/charts/wordpress/templates/svc.yaml similarity index 100% rename from wordpress/templates/svc.yaml rename to charts/wordpress/templates/svc.yaml diff --git a/wordpress/templates/tls-secrets.yaml b/charts/wordpress/templates/tls-secrets.yaml similarity index 100% rename from wordpress/templates/tls-secrets.yaml rename to charts/wordpress/templates/tls-secrets.yaml diff --git a/wordpress/values.schema.json b/charts/wordpress/values.schema.json similarity index 100% rename from wordpress/values.schema.json rename to charts/wordpress/values.schema.json diff --git a/wordpress/values.yaml b/charts/wordpress/values.yaml similarity index 100% rename from wordpress/values.yaml rename to charts/wordpress/values.yaml