diff --git a/.helmignore b/charts/wordpress-helm/.helmignore similarity index 100% rename from .helmignore rename to charts/wordpress-helm/.helmignore diff --git a/Chart.yaml b/charts/wordpress-helm/Chart.yaml similarity index 100% rename from Chart.yaml rename to charts/wordpress-helm/Chart.yaml diff --git a/templates/_helpers.tpl b/charts/wordpress-helm/templates/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to charts/wordpress-helm/templates/_helpers.tpl diff --git a/templates/deployment.yaml b/charts/wordpress-helm/templates/deployment.yaml similarity index 100% rename from templates/deployment.yaml rename to charts/wordpress-helm/templates/deployment.yaml diff --git a/templates/ingress.yaml b/charts/wordpress-helm/templates/ingress.yaml similarity index 100% rename from templates/ingress.yaml rename to charts/wordpress-helm/templates/ingress.yaml diff --git a/templates/postgresql-statefulset.yaml b/charts/wordpress-helm/templates/postgresql-statefulset.yaml similarity index 100% rename from templates/postgresql-statefulset.yaml rename to charts/wordpress-helm/templates/postgresql-statefulset.yaml diff --git a/templates/pvc.yaml b/charts/wordpress-helm/templates/pvc.yaml similarity index 100% rename from templates/pvc.yaml rename to charts/wordpress-helm/templates/pvc.yaml diff --git a/templates/secret.yaml b/charts/wordpress-helm/templates/secret.yaml similarity index 100% rename from templates/secret.yaml rename to charts/wordpress-helm/templates/secret.yaml diff --git a/templates/service.yaml b/charts/wordpress-helm/templates/service.yaml similarity index 100% rename from templates/service.yaml rename to charts/wordpress-helm/templates/service.yaml diff --git a/values.yaml b/charts/wordpress-helm/values.yaml similarity index 100% rename from values.yaml rename to charts/wordpress-helm/values.yaml