diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 578b9ba4..6a521d85 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -35,7 +35,7 @@ jobs: - name: Helm build run: | - changed_helm_packages=$(git diff --name-only HEAD~1 | grep '^helm/' | cut -d/ -f1-2) + changed_helm_packages=$(git diff --name-only HEAD~1 | grep '^charts/' | cut -d/ -f1-2) echo $changed_helm_packages while IFS=$'\n' read -r package_directory; do diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0e477ae4..00000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -**/charts/** -!**/charts/crds/ -!**/charts/crds/** \ No newline at end of file diff --git a/helm/argocd/Chart.yaml b/charts/argocd/Chart.yaml similarity index 100% rename from helm/argocd/Chart.yaml rename to charts/argocd/Chart.yaml diff --git a/helm/argocd/README.md b/charts/argocd/README.md similarity index 100% rename from helm/argocd/README.md rename to charts/argocd/README.md diff --git a/helm/argocd/crds/crd-application.yaml b/charts/argocd/crds/crd-application.yaml similarity index 100% rename from helm/argocd/crds/crd-application.yaml rename to charts/argocd/crds/crd-application.yaml diff --git a/helm/argocd/crds/crd-applicationset.yaml b/charts/argocd/crds/crd-applicationset.yaml similarity index 100% rename from helm/argocd/crds/crd-applicationset.yaml rename to charts/argocd/crds/crd-applicationset.yaml diff --git a/helm/argocd/crds/crd-extension.yaml b/charts/argocd/crds/crd-extension.yaml similarity index 100% rename from helm/argocd/crds/crd-extension.yaml rename to charts/argocd/crds/crd-extension.yaml diff --git a/helm/argocd/crds/crd-project.yaml b/charts/argocd/crds/crd-project.yaml similarity index 100% rename from helm/argocd/crds/crd-project.yaml rename to charts/argocd/crds/crd-project.yaml diff --git a/helm/argocd/templates/NOTES.txt b/charts/argocd/templates/NOTES.txt similarity index 100% rename from helm/argocd/templates/NOTES.txt rename to charts/argocd/templates/NOTES.txt diff --git a/helm/argocd/templates/_helpers.tpl b/charts/argocd/templates/_helpers.tpl similarity index 100% rename from helm/argocd/templates/_helpers.tpl rename to charts/argocd/templates/_helpers.tpl diff --git a/helm/argocd/templates/argocd-aggregate-roles.yaml b/charts/argocd/templates/argocd-aggregate-roles.yaml similarity index 100% rename from helm/argocd/templates/argocd-aggregate-roles.yaml rename to charts/argocd/templates/argocd-aggregate-roles.yaml diff --git a/helm/argocd/templates/argocd-application-controller/clusterrole.yaml b/charts/argocd/templates/argocd-application-controller/clusterrole.yaml similarity index 100% rename from helm/argocd/templates/argocd-application-controller/clusterrole.yaml rename to charts/argocd/templates/argocd-application-controller/clusterrole.yaml diff --git a/helm/argocd/templates/argocd-application-controller/clusterrolebinding.yaml b/charts/argocd/templates/argocd-application-controller/clusterrolebinding.yaml similarity index 100% rename from helm/argocd/templates/argocd-application-controller/clusterrolebinding.yaml rename to charts/argocd/templates/argocd-application-controller/clusterrolebinding.yaml diff --git a/helm/argocd/templates/argocd-application-controller/deployment.yaml b/charts/argocd/templates/argocd-application-controller/deployment.yaml similarity index 100% rename from helm/argocd/templates/argocd-application-controller/deployment.yaml rename to charts/argocd/templates/argocd-application-controller/deployment.yaml diff --git a/helm/argocd/templates/argocd-application-controller/metrics-service.yaml b/charts/argocd/templates/argocd-application-controller/metrics-service.yaml similarity index 100% rename from helm/argocd/templates/argocd-application-controller/metrics-service.yaml rename to charts/argocd/templates/argocd-application-controller/metrics-service.yaml diff --git a/helm/argocd/templates/argocd-application-controller/networkpolicy.yaml b/charts/argocd/templates/argocd-application-controller/networkpolicy.yaml similarity index 100% rename from helm/argocd/templates/argocd-application-controller/networkpolicy.yaml rename to charts/argocd/templates/argocd-application-controller/networkpolicy.yaml diff --git a/helm/argocd/templates/argocd-application-controller/poddisruptionbudget.yaml b/charts/argocd/templates/argocd-application-controller/poddisruptionbudget.yaml similarity index 100% rename from helm/argocd/templates/argocd-application-controller/poddisruptionbudget.yaml rename to charts/argocd/templates/argocd-application-controller/poddisruptionbudget.yaml diff --git a/helm/argocd/templates/argocd-application-controller/prometheusrule.yaml b/charts/argocd/templates/argocd-application-controller/prometheusrule.yaml similarity index 100% rename from helm/argocd/templates/argocd-application-controller/prometheusrule.yaml rename to charts/argocd/templates/argocd-application-controller/prometheusrule.yaml diff --git a/helm/argocd/templates/argocd-application-controller/role.yaml b/charts/argocd/templates/argocd-application-controller/role.yaml similarity index 100% rename from helm/argocd/templates/argocd-application-controller/role.yaml rename to charts/argocd/templates/argocd-application-controller/role.yaml diff --git a/helm/argocd/templates/argocd-application-controller/rolebinding.yaml b/charts/argocd/templates/argocd-application-controller/rolebinding.yaml similarity index 100% rename from helm/argocd/templates/argocd-application-controller/rolebinding.yaml rename to charts/argocd/templates/argocd-application-controller/rolebinding.yaml diff --git a/helm/argocd/templates/argocd-application-controller/service.yaml b/charts/argocd/templates/argocd-application-controller/service.yaml similarity index 100% rename from helm/argocd/templates/argocd-application-controller/service.yaml rename to charts/argocd/templates/argocd-application-controller/service.yaml diff --git a/helm/argocd/templates/argocd-application-controller/serviceaccount.yaml b/charts/argocd/templates/argocd-application-controller/serviceaccount.yaml similarity index 100% rename from helm/argocd/templates/argocd-application-controller/serviceaccount.yaml rename to charts/argocd/templates/argocd-application-controller/serviceaccount.yaml diff --git a/helm/argocd/templates/argocd-application-controller/servicemonitor.yaml b/charts/argocd/templates/argocd-application-controller/servicemonitor.yaml similarity index 100% rename from helm/argocd/templates/argocd-application-controller/servicemonitor.yaml rename to charts/argocd/templates/argocd-application-controller/servicemonitor.yaml diff --git a/helm/argocd/templates/argocd-applicationset/deployment.yaml b/charts/argocd/templates/argocd-applicationset/deployment.yaml similarity index 100% rename from helm/argocd/templates/argocd-applicationset/deployment.yaml rename to charts/argocd/templates/argocd-applicationset/deployment.yaml diff --git a/helm/argocd/templates/argocd-applicationset/metrics-service.yaml b/charts/argocd/templates/argocd-applicationset/metrics-service.yaml similarity index 100% rename from helm/argocd/templates/argocd-applicationset/metrics-service.yaml rename to charts/argocd/templates/argocd-applicationset/metrics-service.yaml diff --git a/helm/argocd/templates/argocd-applicationset/networkpolicy.yaml b/charts/argocd/templates/argocd-applicationset/networkpolicy.yaml similarity index 100% rename from helm/argocd/templates/argocd-applicationset/networkpolicy.yaml rename to charts/argocd/templates/argocd-applicationset/networkpolicy.yaml diff --git a/helm/argocd/templates/argocd-applicationset/role.yaml b/charts/argocd/templates/argocd-applicationset/role.yaml similarity index 100% rename from helm/argocd/templates/argocd-applicationset/role.yaml rename to charts/argocd/templates/argocd-applicationset/role.yaml diff --git a/helm/argocd/templates/argocd-applicationset/rolebinding.yaml b/charts/argocd/templates/argocd-applicationset/rolebinding.yaml similarity index 100% rename from helm/argocd/templates/argocd-applicationset/rolebinding.yaml rename to charts/argocd/templates/argocd-applicationset/rolebinding.yaml diff --git a/helm/argocd/templates/argocd-applicationset/service.yaml b/charts/argocd/templates/argocd-applicationset/service.yaml similarity index 100% rename from helm/argocd/templates/argocd-applicationset/service.yaml rename to charts/argocd/templates/argocd-applicationset/service.yaml diff --git a/helm/argocd/templates/argocd-applicationset/serviceaccount.yaml b/charts/argocd/templates/argocd-applicationset/serviceaccount.yaml similarity index 100% rename from helm/argocd/templates/argocd-applicationset/serviceaccount.yaml rename to charts/argocd/templates/argocd-applicationset/serviceaccount.yaml diff --git a/helm/argocd/templates/argocd-applicationset/servicemonitor.yaml b/charts/argocd/templates/argocd-applicationset/servicemonitor.yaml similarity index 100% rename from helm/argocd/templates/argocd-applicationset/servicemonitor.yaml rename to charts/argocd/templates/argocd-applicationset/servicemonitor.yaml diff --git a/helm/argocd/templates/argocd-applicationset/webhook-ingress.yaml b/charts/argocd/templates/argocd-applicationset/webhook-ingress.yaml similarity index 100% rename from helm/argocd/templates/argocd-applicationset/webhook-ingress.yaml rename to charts/argocd/templates/argocd-applicationset/webhook-ingress.yaml diff --git a/helm/argocd/templates/argocd-configs/applications.yaml b/charts/argocd/templates/argocd-configs/applications.yaml similarity index 100% rename from helm/argocd/templates/argocd-configs/applications.yaml rename to charts/argocd/templates/argocd-configs/applications.yaml diff --git a/helm/argocd/templates/argocd-configs/argocd-cm.yaml b/charts/argocd/templates/argocd-configs/argocd-cm.yaml similarity index 100% rename from helm/argocd/templates/argocd-configs/argocd-cm.yaml rename to charts/argocd/templates/argocd-configs/argocd-cm.yaml diff --git a/helm/argocd/templates/argocd-configs/argocd-gpg-keys-cm.yaml b/charts/argocd/templates/argocd-configs/argocd-gpg-keys-cm.yaml similarity index 100% rename from helm/argocd/templates/argocd-configs/argocd-gpg-keys-cm.yaml rename to charts/argocd/templates/argocd-configs/argocd-gpg-keys-cm.yaml diff --git a/helm/argocd/templates/argocd-configs/argocd-rbac-cm.yaml b/charts/argocd/templates/argocd-configs/argocd-rbac-cm.yaml similarity index 100% rename from helm/argocd/templates/argocd-configs/argocd-rbac-cm.yaml rename to charts/argocd/templates/argocd-configs/argocd-rbac-cm.yaml diff --git a/helm/argocd/templates/argocd-configs/argocd-secret.yaml b/charts/argocd/templates/argocd-configs/argocd-secret.yaml similarity index 100% rename from helm/argocd/templates/argocd-configs/argocd-secret.yaml rename to charts/argocd/templates/argocd-configs/argocd-secret.yaml diff --git a/helm/argocd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml b/charts/argocd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml similarity index 100% rename from helm/argocd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml rename to charts/argocd/templates/argocd-configs/argocd-ssh-known-hosts-cm.yaml diff --git a/helm/argocd/templates/argocd-configs/argocd-styles-cm.yaml b/charts/argocd/templates/argocd-configs/argocd-styles-cm.yaml similarity index 100% rename from helm/argocd/templates/argocd-configs/argocd-styles-cm.yaml rename to charts/argocd/templates/argocd-configs/argocd-styles-cm.yaml diff --git a/helm/argocd/templates/argocd-configs/argocd-tls-certs-cm.yaml b/charts/argocd/templates/argocd-configs/argocd-tls-certs-cm.yaml similarity index 100% rename from helm/argocd/templates/argocd-configs/argocd-tls-certs-cm.yaml rename to charts/argocd/templates/argocd-configs/argocd-tls-certs-cm.yaml diff --git a/helm/argocd/templates/argocd-configs/cluster-secrets.yaml b/charts/argocd/templates/argocd-configs/cluster-secrets.yaml similarity index 100% rename from helm/argocd/templates/argocd-configs/cluster-secrets.yaml rename to charts/argocd/templates/argocd-configs/cluster-secrets.yaml diff --git a/helm/argocd/templates/argocd-configs/externalredis-secret.yaml b/charts/argocd/templates/argocd-configs/externalredis-secret.yaml similarity index 100% rename from helm/argocd/templates/argocd-configs/externalredis-secret.yaml rename to charts/argocd/templates/argocd-configs/externalredis-secret.yaml diff --git a/helm/argocd/templates/argocd-configs/projects.yaml b/charts/argocd/templates/argocd-configs/projects.yaml similarity index 100% rename from helm/argocd/templates/argocd-configs/projects.yaml rename to charts/argocd/templates/argocd-configs/projects.yaml diff --git a/helm/argocd/templates/argocd-configs/repository-credentials-secret-legacy.yaml b/charts/argocd/templates/argocd-configs/repository-credentials-secret-legacy.yaml similarity index 100% rename from helm/argocd/templates/argocd-configs/repository-credentials-secret-legacy.yaml rename to charts/argocd/templates/argocd-configs/repository-credentials-secret-legacy.yaml diff --git a/helm/argocd/templates/argocd-configs/repository-credentials-secret.yaml b/charts/argocd/templates/argocd-configs/repository-credentials-secret.yaml similarity index 100% rename from helm/argocd/templates/argocd-configs/repository-credentials-secret.yaml rename to charts/argocd/templates/argocd-configs/repository-credentials-secret.yaml diff --git a/helm/argocd/templates/argocd-configs/repository-secret.yaml b/charts/argocd/templates/argocd-configs/repository-secret.yaml similarity index 100% rename from helm/argocd/templates/argocd-configs/repository-secret.yaml rename to charts/argocd/templates/argocd-configs/repository-secret.yaml diff --git a/helm/argocd/templates/argocd-notifications/bots/slack/deployment.yaml b/charts/argocd/templates/argocd-notifications/bots/slack/deployment.yaml similarity index 100% rename from helm/argocd/templates/argocd-notifications/bots/slack/deployment.yaml rename to charts/argocd/templates/argocd-notifications/bots/slack/deployment.yaml diff --git a/helm/argocd/templates/argocd-notifications/bots/slack/role.yaml b/charts/argocd/templates/argocd-notifications/bots/slack/role.yaml similarity index 100% rename from helm/argocd/templates/argocd-notifications/bots/slack/role.yaml rename to charts/argocd/templates/argocd-notifications/bots/slack/role.yaml diff --git a/helm/argocd/templates/argocd-notifications/bots/slack/service.yaml b/charts/argocd/templates/argocd-notifications/bots/slack/service.yaml similarity index 100% rename from helm/argocd/templates/argocd-notifications/bots/slack/service.yaml rename to charts/argocd/templates/argocd-notifications/bots/slack/service.yaml diff --git a/helm/argocd/templates/argocd-notifications/bots/slack/serviceaccount.yaml b/charts/argocd/templates/argocd-notifications/bots/slack/serviceaccount.yaml similarity index 100% rename from helm/argocd/templates/argocd-notifications/bots/slack/serviceaccount.yaml rename to charts/argocd/templates/argocd-notifications/bots/slack/serviceaccount.yaml diff --git a/helm/argocd/templates/argocd-notifications/configmap.yaml b/charts/argocd/templates/argocd-notifications/configmap.yaml similarity index 100% rename from helm/argocd/templates/argocd-notifications/configmap.yaml rename to charts/argocd/templates/argocd-notifications/configmap.yaml diff --git a/helm/argocd/templates/argocd-notifications/deployment.yaml b/charts/argocd/templates/argocd-notifications/deployment.yaml similarity index 100% rename from helm/argocd/templates/argocd-notifications/deployment.yaml rename to charts/argocd/templates/argocd-notifications/deployment.yaml diff --git a/helm/argocd/templates/argocd-notifications/networkpolicy.yaml b/charts/argocd/templates/argocd-notifications/networkpolicy.yaml similarity index 100% rename from helm/argocd/templates/argocd-notifications/networkpolicy.yaml rename to charts/argocd/templates/argocd-notifications/networkpolicy.yaml diff --git a/helm/argocd/templates/argocd-notifications/role.yaml b/charts/argocd/templates/argocd-notifications/role.yaml similarity index 100% rename from helm/argocd/templates/argocd-notifications/role.yaml rename to charts/argocd/templates/argocd-notifications/role.yaml diff --git a/helm/argocd/templates/argocd-notifications/rolebinding.yaml b/charts/argocd/templates/argocd-notifications/rolebinding.yaml similarity index 100% rename from helm/argocd/templates/argocd-notifications/rolebinding.yaml rename to charts/argocd/templates/argocd-notifications/rolebinding.yaml diff --git a/helm/argocd/templates/argocd-notifications/secret.yaml b/charts/argocd/templates/argocd-notifications/secret.yaml similarity index 100% rename from helm/argocd/templates/argocd-notifications/secret.yaml rename to charts/argocd/templates/argocd-notifications/secret.yaml diff --git a/helm/argocd/templates/argocd-notifications/service-metrics.yaml b/charts/argocd/templates/argocd-notifications/service-metrics.yaml similarity index 100% rename from helm/argocd/templates/argocd-notifications/service-metrics.yaml rename to charts/argocd/templates/argocd-notifications/service-metrics.yaml diff --git a/helm/argocd/templates/argocd-notifications/serviceaccount.yaml b/charts/argocd/templates/argocd-notifications/serviceaccount.yaml similarity index 100% rename from helm/argocd/templates/argocd-notifications/serviceaccount.yaml rename to charts/argocd/templates/argocd-notifications/serviceaccount.yaml diff --git a/helm/argocd/templates/argocd-notifications/servicemonitor.yaml b/charts/argocd/templates/argocd-notifications/servicemonitor.yaml similarity index 100% rename from helm/argocd/templates/argocd-notifications/servicemonitor.yaml rename to charts/argocd/templates/argocd-notifications/servicemonitor.yaml diff --git a/helm/argocd/templates/argocd-repo-server/clusterrole.yaml b/charts/argocd/templates/argocd-repo-server/clusterrole.yaml similarity index 100% rename from helm/argocd/templates/argocd-repo-server/clusterrole.yaml rename to charts/argocd/templates/argocd-repo-server/clusterrole.yaml diff --git a/helm/argocd/templates/argocd-repo-server/clusterrolebinding.yaml b/charts/argocd/templates/argocd-repo-server/clusterrolebinding.yaml similarity index 100% rename from helm/argocd/templates/argocd-repo-server/clusterrolebinding.yaml rename to charts/argocd/templates/argocd-repo-server/clusterrolebinding.yaml diff --git a/helm/argocd/templates/argocd-repo-server/deployment.yaml b/charts/argocd/templates/argocd-repo-server/deployment.yaml similarity index 100% rename from helm/argocd/templates/argocd-repo-server/deployment.yaml rename to charts/argocd/templates/argocd-repo-server/deployment.yaml diff --git a/helm/argocd/templates/argocd-repo-server/hpa.yaml b/charts/argocd/templates/argocd-repo-server/hpa.yaml similarity index 100% rename from helm/argocd/templates/argocd-repo-server/hpa.yaml rename to charts/argocd/templates/argocd-repo-server/hpa.yaml diff --git a/helm/argocd/templates/argocd-repo-server/metrics-service.yaml b/charts/argocd/templates/argocd-repo-server/metrics-service.yaml similarity index 100% rename from helm/argocd/templates/argocd-repo-server/metrics-service.yaml rename to charts/argocd/templates/argocd-repo-server/metrics-service.yaml diff --git a/helm/argocd/templates/argocd-repo-server/networkpolicy.yaml b/charts/argocd/templates/argocd-repo-server/networkpolicy.yaml similarity index 100% rename from helm/argocd/templates/argocd-repo-server/networkpolicy.yaml rename to charts/argocd/templates/argocd-repo-server/networkpolicy.yaml diff --git a/helm/argocd/templates/argocd-repo-server/poddisruptionbudget.yaml b/charts/argocd/templates/argocd-repo-server/poddisruptionbudget.yaml similarity index 100% rename from helm/argocd/templates/argocd-repo-server/poddisruptionbudget.yaml rename to charts/argocd/templates/argocd-repo-server/poddisruptionbudget.yaml diff --git a/helm/argocd/templates/argocd-repo-server/role.yaml b/charts/argocd/templates/argocd-repo-server/role.yaml similarity index 100% rename from helm/argocd/templates/argocd-repo-server/role.yaml rename to charts/argocd/templates/argocd-repo-server/role.yaml diff --git a/helm/argocd/templates/argocd-repo-server/rolebinding.yaml b/charts/argocd/templates/argocd-repo-server/rolebinding.yaml similarity index 100% rename from helm/argocd/templates/argocd-repo-server/rolebinding.yaml rename to charts/argocd/templates/argocd-repo-server/rolebinding.yaml diff --git a/helm/argocd/templates/argocd-repo-server/service.yaml b/charts/argocd/templates/argocd-repo-server/service.yaml similarity index 100% rename from helm/argocd/templates/argocd-repo-server/service.yaml rename to charts/argocd/templates/argocd-repo-server/service.yaml diff --git a/helm/argocd/templates/argocd-repo-server/serviceaccount.yaml b/charts/argocd/templates/argocd-repo-server/serviceaccount.yaml similarity index 100% rename from helm/argocd/templates/argocd-repo-server/serviceaccount.yaml rename to charts/argocd/templates/argocd-repo-server/serviceaccount.yaml diff --git a/helm/argocd/templates/argocd-repo-server/servicemonitor.yaml b/charts/argocd/templates/argocd-repo-server/servicemonitor.yaml similarity index 100% rename from helm/argocd/templates/argocd-repo-server/servicemonitor.yaml rename to charts/argocd/templates/argocd-repo-server/servicemonitor.yaml diff --git a/helm/argocd/templates/argocd-server/alb-grpc-service.yaml b/charts/argocd/templates/argocd-server/alb-grpc-service.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/alb-grpc-service.yaml rename to charts/argocd/templates/argocd-server/alb-grpc-service.yaml diff --git a/helm/argocd/templates/argocd-server/backendconfig.yaml b/charts/argocd/templates/argocd-server/backendconfig.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/backendconfig.yaml rename to charts/argocd/templates/argocd-server/backendconfig.yaml diff --git a/helm/argocd/templates/argocd-server/certificate.yaml b/charts/argocd/templates/argocd-server/certificate.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/certificate.yaml rename to charts/argocd/templates/argocd-server/certificate.yaml diff --git a/helm/argocd/templates/argocd-server/clusterrole.yaml b/charts/argocd/templates/argocd-server/clusterrole.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/clusterrole.yaml rename to charts/argocd/templates/argocd-server/clusterrole.yaml diff --git a/helm/argocd/templates/argocd-server/clusterrolebinding.yaml b/charts/argocd/templates/argocd-server/clusterrolebinding.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/clusterrolebinding.yaml rename to charts/argocd/templates/argocd-server/clusterrolebinding.yaml diff --git a/helm/argocd/templates/argocd-server/deployment.yaml b/charts/argocd/templates/argocd-server/deployment.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/deployment.yaml rename to charts/argocd/templates/argocd-server/deployment.yaml diff --git a/helm/argocd/templates/argocd-server/extensions.yaml b/charts/argocd/templates/argocd-server/extensions.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/extensions.yaml rename to charts/argocd/templates/argocd-server/extensions.yaml diff --git a/helm/argocd/templates/argocd-server/extentions-role.yaml b/charts/argocd/templates/argocd-server/extentions-role.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/extentions-role.yaml rename to charts/argocd/templates/argocd-server/extentions-role.yaml diff --git a/helm/argocd/templates/argocd-server/frontendconfig.yaml b/charts/argocd/templates/argocd-server/frontendconfig.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/frontendconfig.yaml rename to charts/argocd/templates/argocd-server/frontendconfig.yaml diff --git a/helm/argocd/templates/argocd-server/hpa.yaml b/charts/argocd/templates/argocd-server/hpa.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/hpa.yaml rename to charts/argocd/templates/argocd-server/hpa.yaml diff --git a/helm/argocd/templates/argocd-server/ingress-grpc.yaml b/charts/argocd/templates/argocd-server/ingress-grpc.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/ingress-grpc.yaml rename to charts/argocd/templates/argocd-server/ingress-grpc.yaml diff --git a/helm/argocd/templates/argocd-server/ingress.yaml b/charts/argocd/templates/argocd-server/ingress.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/ingress.yaml rename to charts/argocd/templates/argocd-server/ingress.yaml diff --git a/helm/argocd/templates/argocd-server/managedCertificate.yaml b/charts/argocd/templates/argocd-server/managedCertificate.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/managedCertificate.yaml rename to charts/argocd/templates/argocd-server/managedCertificate.yaml diff --git a/helm/argocd/templates/argocd-server/metrics-service.yaml b/charts/argocd/templates/argocd-server/metrics-service.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/metrics-service.yaml rename to charts/argocd/templates/argocd-server/metrics-service.yaml diff --git a/helm/argocd/templates/argocd-server/networkpolicy.yaml b/charts/argocd/templates/argocd-server/networkpolicy.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/networkpolicy.yaml rename to charts/argocd/templates/argocd-server/networkpolicy.yaml diff --git a/helm/argocd/templates/argocd-server/poddisruptionbudget.yaml b/charts/argocd/templates/argocd-server/poddisruptionbudget.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/poddisruptionbudget.yaml rename to charts/argocd/templates/argocd-server/poddisruptionbudget.yaml diff --git a/helm/argocd/templates/argocd-server/role.yaml b/charts/argocd/templates/argocd-server/role.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/role.yaml rename to charts/argocd/templates/argocd-server/role.yaml diff --git a/helm/argocd/templates/argocd-server/rolebinding.yaml b/charts/argocd/templates/argocd-server/rolebinding.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/rolebinding.yaml rename to charts/argocd/templates/argocd-server/rolebinding.yaml diff --git a/helm/argocd/templates/argocd-server/route.yaml b/charts/argocd/templates/argocd-server/route.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/route.yaml rename to charts/argocd/templates/argocd-server/route.yaml diff --git a/helm/argocd/templates/argocd-server/service.yaml b/charts/argocd/templates/argocd-server/service.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/service.yaml rename to charts/argocd/templates/argocd-server/service.yaml diff --git a/helm/argocd/templates/argocd-server/serviceaccount.yaml b/charts/argocd/templates/argocd-server/serviceaccount.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/serviceaccount.yaml rename to charts/argocd/templates/argocd-server/serviceaccount.yaml diff --git a/helm/argocd/templates/argocd-server/servicemonitor.yaml b/charts/argocd/templates/argocd-server/servicemonitor.yaml similarity index 100% rename from helm/argocd/templates/argocd-server/servicemonitor.yaml rename to charts/argocd/templates/argocd-server/servicemonitor.yaml diff --git a/helm/argocd/templates/dex/deployment.yaml b/charts/argocd/templates/dex/deployment.yaml similarity index 100% rename from helm/argocd/templates/dex/deployment.yaml rename to charts/argocd/templates/dex/deployment.yaml diff --git a/helm/argocd/templates/dex/networkpolicy.yaml b/charts/argocd/templates/dex/networkpolicy.yaml similarity index 100% rename from helm/argocd/templates/dex/networkpolicy.yaml rename to charts/argocd/templates/dex/networkpolicy.yaml diff --git a/helm/argocd/templates/dex/poddisruptionbudget.yaml b/charts/argocd/templates/dex/poddisruptionbudget.yaml similarity index 100% rename from helm/argocd/templates/dex/poddisruptionbudget.yaml rename to charts/argocd/templates/dex/poddisruptionbudget.yaml diff --git a/helm/argocd/templates/dex/role.yaml b/charts/argocd/templates/dex/role.yaml similarity index 100% rename from helm/argocd/templates/dex/role.yaml rename to charts/argocd/templates/dex/role.yaml diff --git a/helm/argocd/templates/dex/rolebinding.yaml b/charts/argocd/templates/dex/rolebinding.yaml similarity index 100% rename from helm/argocd/templates/dex/rolebinding.yaml rename to charts/argocd/templates/dex/rolebinding.yaml diff --git a/helm/argocd/templates/dex/service.yaml b/charts/argocd/templates/dex/service.yaml similarity index 100% rename from helm/argocd/templates/dex/service.yaml rename to charts/argocd/templates/dex/service.yaml diff --git a/helm/argocd/templates/dex/serviceaccount.yaml b/charts/argocd/templates/dex/serviceaccount.yaml similarity index 100% rename from helm/argocd/templates/dex/serviceaccount.yaml rename to charts/argocd/templates/dex/serviceaccount.yaml diff --git a/helm/argocd/templates/dex/servicemonitor.yaml b/charts/argocd/templates/dex/servicemonitor.yaml similarity index 100% rename from helm/argocd/templates/dex/servicemonitor.yaml rename to charts/argocd/templates/dex/servicemonitor.yaml diff --git a/helm/argocd/templates/extra-manifests.yaml b/charts/argocd/templates/extra-manifests.yaml similarity index 100% rename from helm/argocd/templates/extra-manifests.yaml rename to charts/argocd/templates/extra-manifests.yaml diff --git a/helm/argocd/templates/networkpolicy-default-deny.yaml b/charts/argocd/templates/networkpolicy-default-deny.yaml similarity index 100% rename from helm/argocd/templates/networkpolicy-default-deny.yaml rename to charts/argocd/templates/networkpolicy-default-deny.yaml diff --git a/helm/argocd/templates/redis/deployment.yaml b/charts/argocd/templates/redis/deployment.yaml similarity index 100% rename from helm/argocd/templates/redis/deployment.yaml rename to charts/argocd/templates/redis/deployment.yaml diff --git a/helm/argocd/templates/redis/metrics-service.yaml b/charts/argocd/templates/redis/metrics-service.yaml similarity index 100% rename from helm/argocd/templates/redis/metrics-service.yaml rename to charts/argocd/templates/redis/metrics-service.yaml diff --git a/helm/argocd/templates/redis/networkpolicy.yaml b/charts/argocd/templates/redis/networkpolicy.yaml similarity index 100% rename from helm/argocd/templates/redis/networkpolicy.yaml rename to charts/argocd/templates/redis/networkpolicy.yaml diff --git a/helm/argocd/templates/redis/poddisruptionbudget.yaml b/charts/argocd/templates/redis/poddisruptionbudget.yaml similarity index 100% rename from helm/argocd/templates/redis/poddisruptionbudget.yaml rename to charts/argocd/templates/redis/poddisruptionbudget.yaml diff --git a/helm/argocd/templates/redis/service.yaml b/charts/argocd/templates/redis/service.yaml similarity index 100% rename from helm/argocd/templates/redis/service.yaml rename to charts/argocd/templates/redis/service.yaml diff --git a/helm/argocd/templates/redis/serviceaccount.yaml b/charts/argocd/templates/redis/serviceaccount.yaml similarity index 100% rename from helm/argocd/templates/redis/serviceaccount.yaml rename to charts/argocd/templates/redis/serviceaccount.yaml diff --git a/helm/argocd/templates/redis/servicemonitor.yaml b/charts/argocd/templates/redis/servicemonitor.yaml similarity index 100% rename from helm/argocd/templates/redis/servicemonitor.yaml rename to charts/argocd/templates/redis/servicemonitor.yaml diff --git a/helm/argocd/values.yaml b/charts/argocd/values.yaml similarity index 100% rename from helm/argocd/values.yaml rename to charts/argocd/values.yaml diff --git a/helm/aws-ebs-csi-driver/.helmignore b/charts/aws-ebs-csi-driver/.helmignore similarity index 100% rename from helm/aws-ebs-csi-driver/.helmignore rename to charts/aws-ebs-csi-driver/.helmignore diff --git a/helm/aws-ebs-csi-driver/CHANGELOG.md b/charts/aws-ebs-csi-driver/CHANGELOG.md similarity index 100% rename from helm/aws-ebs-csi-driver/CHANGELOG.md rename to charts/aws-ebs-csi-driver/CHANGELOG.md diff --git a/helm/aws-ebs-csi-driver/Chart.yaml b/charts/aws-ebs-csi-driver/Chart.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/Chart.yaml rename to charts/aws-ebs-csi-driver/Chart.yaml diff --git a/helm/aws-ebs-csi-driver/templates/NOTES.txt b/charts/aws-ebs-csi-driver/templates/NOTES.txt similarity index 100% rename from helm/aws-ebs-csi-driver/templates/NOTES.txt rename to charts/aws-ebs-csi-driver/templates/NOTES.txt diff --git a/helm/aws-ebs-csi-driver/templates/_helpers.tpl b/charts/aws-ebs-csi-driver/templates/_helpers.tpl similarity index 100% rename from helm/aws-ebs-csi-driver/templates/_helpers.tpl rename to charts/aws-ebs-csi-driver/templates/_helpers.tpl diff --git a/helm/aws-ebs-csi-driver/templates/clusterrole-attacher.yaml b/charts/aws-ebs-csi-driver/templates/clusterrole-attacher.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/clusterrole-attacher.yaml rename to charts/aws-ebs-csi-driver/templates/clusterrole-attacher.yaml diff --git a/helm/aws-ebs-csi-driver/templates/clusterrole-csi-node.yaml b/charts/aws-ebs-csi-driver/templates/clusterrole-csi-node.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/clusterrole-csi-node.yaml rename to charts/aws-ebs-csi-driver/templates/clusterrole-csi-node.yaml diff --git a/helm/aws-ebs-csi-driver/templates/clusterrole-provisioner.yaml b/charts/aws-ebs-csi-driver/templates/clusterrole-provisioner.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/clusterrole-provisioner.yaml rename to charts/aws-ebs-csi-driver/templates/clusterrole-provisioner.yaml diff --git a/helm/aws-ebs-csi-driver/templates/clusterrole-resizer.yaml b/charts/aws-ebs-csi-driver/templates/clusterrole-resizer.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/clusterrole-resizer.yaml rename to charts/aws-ebs-csi-driver/templates/clusterrole-resizer.yaml diff --git a/helm/aws-ebs-csi-driver/templates/clusterrole-snapshotter.yaml b/charts/aws-ebs-csi-driver/templates/clusterrole-snapshotter.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/clusterrole-snapshotter.yaml rename to charts/aws-ebs-csi-driver/templates/clusterrole-snapshotter.yaml diff --git a/helm/aws-ebs-csi-driver/templates/clusterrolebinding-attacher.yaml b/charts/aws-ebs-csi-driver/templates/clusterrolebinding-attacher.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/clusterrolebinding-attacher.yaml rename to charts/aws-ebs-csi-driver/templates/clusterrolebinding-attacher.yaml diff --git a/helm/aws-ebs-csi-driver/templates/clusterrolebinding-csi-node.yaml b/charts/aws-ebs-csi-driver/templates/clusterrolebinding-csi-node.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/clusterrolebinding-csi-node.yaml rename to charts/aws-ebs-csi-driver/templates/clusterrolebinding-csi-node.yaml diff --git a/helm/aws-ebs-csi-driver/templates/clusterrolebinding-provisioner.yaml b/charts/aws-ebs-csi-driver/templates/clusterrolebinding-provisioner.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/clusterrolebinding-provisioner.yaml rename to charts/aws-ebs-csi-driver/templates/clusterrolebinding-provisioner.yaml diff --git a/helm/aws-ebs-csi-driver/templates/clusterrolebinding-resizer.yaml b/charts/aws-ebs-csi-driver/templates/clusterrolebinding-resizer.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/clusterrolebinding-resizer.yaml rename to charts/aws-ebs-csi-driver/templates/clusterrolebinding-resizer.yaml diff --git a/helm/aws-ebs-csi-driver/templates/clusterrolebinding-snapshotter.yaml b/charts/aws-ebs-csi-driver/templates/clusterrolebinding-snapshotter.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/clusterrolebinding-snapshotter.yaml rename to charts/aws-ebs-csi-driver/templates/clusterrolebinding-snapshotter.yaml diff --git a/helm/aws-ebs-csi-driver/templates/controller.yaml b/charts/aws-ebs-csi-driver/templates/controller.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/controller.yaml rename to charts/aws-ebs-csi-driver/templates/controller.yaml diff --git a/helm/aws-ebs-csi-driver/templates/csidriver.yaml b/charts/aws-ebs-csi-driver/templates/csidriver.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/csidriver.yaml rename to charts/aws-ebs-csi-driver/templates/csidriver.yaml diff --git a/helm/aws-ebs-csi-driver/templates/metrics.yaml b/charts/aws-ebs-csi-driver/templates/metrics.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/metrics.yaml rename to charts/aws-ebs-csi-driver/templates/metrics.yaml diff --git a/helm/aws-ebs-csi-driver/templates/node-windows.yaml b/charts/aws-ebs-csi-driver/templates/node-windows.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/node-windows.yaml rename to charts/aws-ebs-csi-driver/templates/node-windows.yaml diff --git a/helm/aws-ebs-csi-driver/templates/node.yaml b/charts/aws-ebs-csi-driver/templates/node.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/node.yaml rename to charts/aws-ebs-csi-driver/templates/node.yaml diff --git a/helm/aws-ebs-csi-driver/templates/poddisruptionbudget-controller.yaml b/charts/aws-ebs-csi-driver/templates/poddisruptionbudget-controller.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/poddisruptionbudget-controller.yaml rename to charts/aws-ebs-csi-driver/templates/poddisruptionbudget-controller.yaml diff --git a/helm/aws-ebs-csi-driver/templates/role-leases.yaml b/charts/aws-ebs-csi-driver/templates/role-leases.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/role-leases.yaml rename to charts/aws-ebs-csi-driver/templates/role-leases.yaml diff --git a/helm/aws-ebs-csi-driver/templates/rolebinding-leases.yaml b/charts/aws-ebs-csi-driver/templates/rolebinding-leases.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/rolebinding-leases.yaml rename to charts/aws-ebs-csi-driver/templates/rolebinding-leases.yaml diff --git a/helm/aws-ebs-csi-driver/templates/serviceaccount-csi-controller.yaml b/charts/aws-ebs-csi-driver/templates/serviceaccount-csi-controller.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/serviceaccount-csi-controller.yaml rename to charts/aws-ebs-csi-driver/templates/serviceaccount-csi-controller.yaml diff --git a/helm/aws-ebs-csi-driver/templates/serviceaccount-csi-node.yaml b/charts/aws-ebs-csi-driver/templates/serviceaccount-csi-node.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/serviceaccount-csi-node.yaml rename to charts/aws-ebs-csi-driver/templates/serviceaccount-csi-node.yaml diff --git a/helm/aws-ebs-csi-driver/templates/storageclass.yaml b/charts/aws-ebs-csi-driver/templates/storageclass.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/storageclass.yaml rename to charts/aws-ebs-csi-driver/templates/storageclass.yaml diff --git a/helm/aws-ebs-csi-driver/templates/tests/helm-tester.yaml b/charts/aws-ebs-csi-driver/templates/tests/helm-tester.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/tests/helm-tester.yaml rename to charts/aws-ebs-csi-driver/templates/tests/helm-tester.yaml diff --git a/helm/aws-ebs-csi-driver/templates/volumesnapshotclass.yaml b/charts/aws-ebs-csi-driver/templates/volumesnapshotclass.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/templates/volumesnapshotclass.yaml rename to charts/aws-ebs-csi-driver/templates/volumesnapshotclass.yaml diff --git a/helm/aws-ebs-csi-driver/values.yaml b/charts/aws-ebs-csi-driver/values.yaml similarity index 100% rename from helm/aws-ebs-csi-driver/values.yaml rename to charts/aws-ebs-csi-driver/values.yaml diff --git a/helm/aws-node-termination-handler/Chart.yaml b/charts/aws-node-termination-handler/Chart.yaml similarity index 100% rename from helm/aws-node-termination-handler/Chart.yaml rename to charts/aws-node-termination-handler/Chart.yaml diff --git a/helm/aws-node-termination-handler/README.md b/charts/aws-node-termination-handler/README.md similarity index 100% rename from helm/aws-node-termination-handler/README.md rename to charts/aws-node-termination-handler/README.md diff --git a/helm/aws-node-termination-handler/templates/NOTES.txt b/charts/aws-node-termination-handler/templates/NOTES.txt similarity index 100% rename from helm/aws-node-termination-handler/templates/NOTES.txt rename to charts/aws-node-termination-handler/templates/NOTES.txt diff --git a/helm/aws-node-termination-handler/templates/_helpers.tpl b/charts/aws-node-termination-handler/templates/_helpers.tpl similarity index 100% rename from helm/aws-node-termination-handler/templates/_helpers.tpl rename to charts/aws-node-termination-handler/templates/_helpers.tpl diff --git a/helm/aws-node-termination-handler/templates/clusterrole.yaml b/charts/aws-node-termination-handler/templates/clusterrole.yaml similarity index 100% rename from helm/aws-node-termination-handler/templates/clusterrole.yaml rename to charts/aws-node-termination-handler/templates/clusterrole.yaml diff --git a/helm/aws-node-termination-handler/templates/clusterrolebinding.yaml b/charts/aws-node-termination-handler/templates/clusterrolebinding.yaml similarity index 100% rename from helm/aws-node-termination-handler/templates/clusterrolebinding.yaml rename to charts/aws-node-termination-handler/templates/clusterrolebinding.yaml diff --git a/helm/aws-node-termination-handler/templates/daemonset.linux.yaml b/charts/aws-node-termination-handler/templates/daemonset.linux.yaml similarity index 100% rename from helm/aws-node-termination-handler/templates/daemonset.linux.yaml rename to charts/aws-node-termination-handler/templates/daemonset.linux.yaml diff --git a/helm/aws-node-termination-handler/templates/daemonset.windows.yaml b/charts/aws-node-termination-handler/templates/daemonset.windows.yaml similarity index 100% rename from helm/aws-node-termination-handler/templates/daemonset.windows.yaml rename to charts/aws-node-termination-handler/templates/daemonset.windows.yaml diff --git a/helm/aws-node-termination-handler/templates/deployment.yaml b/charts/aws-node-termination-handler/templates/deployment.yaml similarity index 100% rename from helm/aws-node-termination-handler/templates/deployment.yaml rename to charts/aws-node-termination-handler/templates/deployment.yaml diff --git a/helm/aws-node-termination-handler/templates/pdb.yaml b/charts/aws-node-termination-handler/templates/pdb.yaml similarity index 100% rename from helm/aws-node-termination-handler/templates/pdb.yaml rename to charts/aws-node-termination-handler/templates/pdb.yaml diff --git a/helm/aws-node-termination-handler/templates/podmonitor.yaml b/charts/aws-node-termination-handler/templates/podmonitor.yaml similarity index 100% rename from helm/aws-node-termination-handler/templates/podmonitor.yaml rename to charts/aws-node-termination-handler/templates/podmonitor.yaml diff --git a/helm/aws-node-termination-handler/templates/psp.yaml b/charts/aws-node-termination-handler/templates/psp.yaml similarity index 100% rename from helm/aws-node-termination-handler/templates/psp.yaml rename to charts/aws-node-termination-handler/templates/psp.yaml diff --git a/helm/aws-node-termination-handler/templates/service.yaml b/charts/aws-node-termination-handler/templates/service.yaml similarity index 100% rename from helm/aws-node-termination-handler/templates/service.yaml rename to charts/aws-node-termination-handler/templates/service.yaml diff --git a/helm/aws-node-termination-handler/templates/serviceaccount.yaml b/charts/aws-node-termination-handler/templates/serviceaccount.yaml similarity index 100% rename from helm/aws-node-termination-handler/templates/serviceaccount.yaml rename to charts/aws-node-termination-handler/templates/serviceaccount.yaml diff --git a/helm/aws-node-termination-handler/templates/servicemonitor.yaml b/charts/aws-node-termination-handler/templates/servicemonitor.yaml similarity index 100% rename from helm/aws-node-termination-handler/templates/servicemonitor.yaml rename to charts/aws-node-termination-handler/templates/servicemonitor.yaml diff --git a/helm/aws-node-termination-handler/values.yaml b/charts/aws-node-termination-handler/values.yaml similarity index 100% rename from helm/aws-node-termination-handler/values.yaml rename to charts/aws-node-termination-handler/values.yaml diff --git a/helm/cert-manager/Chart.yaml b/charts/cert-manager/Chart.yaml similarity index 100% rename from helm/cert-manager/Chart.yaml rename to charts/cert-manager/Chart.yaml diff --git a/helm/cert-manager/README.template.md b/charts/cert-manager/README.template.md similarity index 100% rename from helm/cert-manager/README.template.md rename to charts/cert-manager/README.template.md diff --git a/helm/cert-manager/cert-manager.crds.yaml b/charts/cert-manager/cert-manager.crds.yaml similarity index 100% rename from helm/cert-manager/cert-manager.crds.yaml rename to charts/cert-manager/cert-manager.crds.yaml diff --git a/helm/cert-manager/signkey_annotation.txt b/charts/cert-manager/signkey_annotation.txt similarity index 100% rename from helm/cert-manager/signkey_annotation.txt rename to charts/cert-manager/signkey_annotation.txt diff --git a/helm/cert-manager/templates/NOTES.txt b/charts/cert-manager/templates/NOTES.txt similarity index 100% rename from helm/cert-manager/templates/NOTES.txt rename to charts/cert-manager/templates/NOTES.txt diff --git a/helm/cert-manager/templates/_helpers.tpl b/charts/cert-manager/templates/_helpers.tpl similarity index 100% rename from helm/cert-manager/templates/_helpers.tpl rename to charts/cert-manager/templates/_helpers.tpl diff --git a/helm/cert-manager/templates/cainjector-deployment.yaml b/charts/cert-manager/templates/cainjector-deployment.yaml similarity index 100% rename from helm/cert-manager/templates/cainjector-deployment.yaml rename to charts/cert-manager/templates/cainjector-deployment.yaml diff --git a/helm/cert-manager/templates/cainjector-poddisruptionbudget.yaml b/charts/cert-manager/templates/cainjector-poddisruptionbudget.yaml similarity index 100% rename from helm/cert-manager/templates/cainjector-poddisruptionbudget.yaml rename to charts/cert-manager/templates/cainjector-poddisruptionbudget.yaml diff --git a/helm/cert-manager/templates/cainjector-psp-clusterrole.yaml b/charts/cert-manager/templates/cainjector-psp-clusterrole.yaml similarity index 100% rename from helm/cert-manager/templates/cainjector-psp-clusterrole.yaml rename to charts/cert-manager/templates/cainjector-psp-clusterrole.yaml diff --git a/helm/cert-manager/templates/cainjector-psp-clusterrolebinding.yaml b/charts/cert-manager/templates/cainjector-psp-clusterrolebinding.yaml similarity index 100% rename from helm/cert-manager/templates/cainjector-psp-clusterrolebinding.yaml rename to charts/cert-manager/templates/cainjector-psp-clusterrolebinding.yaml diff --git a/helm/cert-manager/templates/cainjector-psp.yaml b/charts/cert-manager/templates/cainjector-psp.yaml similarity index 100% rename from helm/cert-manager/templates/cainjector-psp.yaml rename to charts/cert-manager/templates/cainjector-psp.yaml diff --git a/helm/cert-manager/templates/cainjector-rbac.yaml b/charts/cert-manager/templates/cainjector-rbac.yaml similarity index 100% rename from helm/cert-manager/templates/cainjector-rbac.yaml rename to charts/cert-manager/templates/cainjector-rbac.yaml diff --git a/helm/cert-manager/templates/cainjector-serviceaccount.yaml b/charts/cert-manager/templates/cainjector-serviceaccount.yaml similarity index 100% rename from helm/cert-manager/templates/cainjector-serviceaccount.yaml rename to charts/cert-manager/templates/cainjector-serviceaccount.yaml diff --git a/helm/cert-manager/templates/deployment.yaml b/charts/cert-manager/templates/deployment.yaml similarity index 100% rename from helm/cert-manager/templates/deployment.yaml rename to charts/cert-manager/templates/deployment.yaml diff --git a/helm/cert-manager/templates/networkpolicy-egress.yaml b/charts/cert-manager/templates/networkpolicy-egress.yaml similarity index 100% rename from helm/cert-manager/templates/networkpolicy-egress.yaml rename to charts/cert-manager/templates/networkpolicy-egress.yaml diff --git a/helm/cert-manager/templates/networkpolicy-webhooks.yaml b/charts/cert-manager/templates/networkpolicy-webhooks.yaml similarity index 100% rename from helm/cert-manager/templates/networkpolicy-webhooks.yaml rename to charts/cert-manager/templates/networkpolicy-webhooks.yaml diff --git a/helm/cert-manager/templates/poddisruptionbudget.yaml b/charts/cert-manager/templates/poddisruptionbudget.yaml similarity index 100% rename from helm/cert-manager/templates/poddisruptionbudget.yaml rename to charts/cert-manager/templates/poddisruptionbudget.yaml diff --git a/helm/cert-manager/templates/psp-clusterrole.yaml b/charts/cert-manager/templates/psp-clusterrole.yaml similarity index 100% rename from helm/cert-manager/templates/psp-clusterrole.yaml rename to charts/cert-manager/templates/psp-clusterrole.yaml diff --git a/helm/cert-manager/templates/psp-clusterrolebinding.yaml b/charts/cert-manager/templates/psp-clusterrolebinding.yaml similarity index 100% rename from helm/cert-manager/templates/psp-clusterrolebinding.yaml rename to charts/cert-manager/templates/psp-clusterrolebinding.yaml diff --git a/helm/cert-manager/templates/psp.yaml b/charts/cert-manager/templates/psp.yaml similarity index 100% rename from helm/cert-manager/templates/psp.yaml rename to charts/cert-manager/templates/psp.yaml diff --git a/helm/cert-manager/templates/rbac.yaml b/charts/cert-manager/templates/rbac.yaml similarity index 100% rename from helm/cert-manager/templates/rbac.yaml rename to charts/cert-manager/templates/rbac.yaml diff --git a/helm/cert-manager/templates/service.yaml b/charts/cert-manager/templates/service.yaml similarity index 100% rename from helm/cert-manager/templates/service.yaml rename to charts/cert-manager/templates/service.yaml diff --git a/helm/cert-manager/templates/serviceaccount.yaml b/charts/cert-manager/templates/serviceaccount.yaml similarity index 100% rename from helm/cert-manager/templates/serviceaccount.yaml rename to charts/cert-manager/templates/serviceaccount.yaml diff --git a/helm/cert-manager/templates/servicemonitor.yaml b/charts/cert-manager/templates/servicemonitor.yaml similarity index 100% rename from helm/cert-manager/templates/servicemonitor.yaml rename to charts/cert-manager/templates/servicemonitor.yaml diff --git a/helm/cert-manager/templates/startupapicheck-job.yaml b/charts/cert-manager/templates/startupapicheck-job.yaml similarity index 100% rename from helm/cert-manager/templates/startupapicheck-job.yaml rename to charts/cert-manager/templates/startupapicheck-job.yaml diff --git a/helm/cert-manager/templates/startupapicheck-psp-clusterrole.yaml b/charts/cert-manager/templates/startupapicheck-psp-clusterrole.yaml similarity index 100% rename from helm/cert-manager/templates/startupapicheck-psp-clusterrole.yaml rename to charts/cert-manager/templates/startupapicheck-psp-clusterrole.yaml diff --git a/helm/cert-manager/templates/startupapicheck-psp-clusterrolebinding.yaml b/charts/cert-manager/templates/startupapicheck-psp-clusterrolebinding.yaml similarity index 100% rename from helm/cert-manager/templates/startupapicheck-psp-clusterrolebinding.yaml rename to charts/cert-manager/templates/startupapicheck-psp-clusterrolebinding.yaml diff --git a/helm/cert-manager/templates/startupapicheck-psp.yaml b/charts/cert-manager/templates/startupapicheck-psp.yaml similarity index 100% rename from helm/cert-manager/templates/startupapicheck-psp.yaml rename to charts/cert-manager/templates/startupapicheck-psp.yaml diff --git a/helm/cert-manager/templates/startupapicheck-rbac.yaml b/charts/cert-manager/templates/startupapicheck-rbac.yaml similarity index 100% rename from helm/cert-manager/templates/startupapicheck-rbac.yaml rename to charts/cert-manager/templates/startupapicheck-rbac.yaml diff --git a/helm/cert-manager/templates/startupapicheck-serviceaccount.yaml b/charts/cert-manager/templates/startupapicheck-serviceaccount.yaml similarity index 100% rename from helm/cert-manager/templates/startupapicheck-serviceaccount.yaml rename to charts/cert-manager/templates/startupapicheck-serviceaccount.yaml diff --git a/helm/cert-manager/templates/webhook-config.yaml b/charts/cert-manager/templates/webhook-config.yaml similarity index 100% rename from helm/cert-manager/templates/webhook-config.yaml rename to charts/cert-manager/templates/webhook-config.yaml diff --git a/helm/cert-manager/templates/webhook-deployment.yaml b/charts/cert-manager/templates/webhook-deployment.yaml similarity index 100% rename from helm/cert-manager/templates/webhook-deployment.yaml rename to charts/cert-manager/templates/webhook-deployment.yaml diff --git a/helm/cert-manager/templates/webhook-mutating-webhook.yaml b/charts/cert-manager/templates/webhook-mutating-webhook.yaml similarity index 100% rename from helm/cert-manager/templates/webhook-mutating-webhook.yaml rename to charts/cert-manager/templates/webhook-mutating-webhook.yaml diff --git a/helm/cert-manager/templates/webhook-poddisruptionbudget.yaml b/charts/cert-manager/templates/webhook-poddisruptionbudget.yaml similarity index 100% rename from helm/cert-manager/templates/webhook-poddisruptionbudget.yaml rename to charts/cert-manager/templates/webhook-poddisruptionbudget.yaml diff --git a/helm/cert-manager/templates/webhook-psp-clusterrole.yaml b/charts/cert-manager/templates/webhook-psp-clusterrole.yaml similarity index 100% rename from helm/cert-manager/templates/webhook-psp-clusterrole.yaml rename to charts/cert-manager/templates/webhook-psp-clusterrole.yaml diff --git a/helm/cert-manager/templates/webhook-psp-clusterrolebinding.yaml b/charts/cert-manager/templates/webhook-psp-clusterrolebinding.yaml similarity index 100% rename from helm/cert-manager/templates/webhook-psp-clusterrolebinding.yaml rename to charts/cert-manager/templates/webhook-psp-clusterrolebinding.yaml diff --git a/helm/cert-manager/templates/webhook-psp.yaml b/charts/cert-manager/templates/webhook-psp.yaml similarity index 100% rename from helm/cert-manager/templates/webhook-psp.yaml rename to charts/cert-manager/templates/webhook-psp.yaml diff --git a/helm/cert-manager/templates/webhook-rbac.yaml b/charts/cert-manager/templates/webhook-rbac.yaml similarity index 100% rename from helm/cert-manager/templates/webhook-rbac.yaml rename to charts/cert-manager/templates/webhook-rbac.yaml diff --git a/helm/cert-manager/templates/webhook-service.yaml b/charts/cert-manager/templates/webhook-service.yaml similarity index 100% rename from helm/cert-manager/templates/webhook-service.yaml rename to charts/cert-manager/templates/webhook-service.yaml diff --git a/helm/cert-manager/templates/webhook-serviceaccount.yaml b/charts/cert-manager/templates/webhook-serviceaccount.yaml similarity index 100% rename from helm/cert-manager/templates/webhook-serviceaccount.yaml rename to charts/cert-manager/templates/webhook-serviceaccount.yaml diff --git a/helm/cert-manager/templates/webhook-validating-webhook.yaml b/charts/cert-manager/templates/webhook-validating-webhook.yaml similarity index 100% rename from helm/cert-manager/templates/webhook-validating-webhook.yaml rename to charts/cert-manager/templates/webhook-validating-webhook.yaml diff --git a/helm/cert-manager/values.yaml b/charts/cert-manager/values.yaml similarity index 100% rename from helm/cert-manager/values.yaml rename to charts/cert-manager/values.yaml diff --git a/helm/dex/Chart.yaml b/charts/dex/Chart.yaml similarity index 100% rename from helm/dex/Chart.yaml rename to charts/dex/Chart.yaml diff --git a/helm/dex/README.md b/charts/dex/README.md similarity index 100% rename from helm/dex/README.md rename to charts/dex/README.md diff --git a/helm/dex/ci/config-secret-values.yaml b/charts/dex/ci/config-secret-values.yaml similarity index 100% rename from helm/dex/ci/config-secret-values.yaml rename to charts/dex/ci/config-secret-values.yaml diff --git a/helm/dex/ci/label-annotations-values.yaml b/charts/dex/ci/label-annotations-values.yaml similarity index 100% rename from helm/dex/ci/label-annotations-values.yaml rename to charts/dex/ci/label-annotations-values.yaml diff --git a/helm/dex/ci/no-config-secret.yaml b/charts/dex/ci/no-config-secret.yaml similarity index 100% rename from helm/dex/ci/no-config-secret.yaml rename to charts/dex/ci/no-config-secret.yaml diff --git a/helm/dex/ci/test-values.yaml b/charts/dex/ci/test-values.yaml similarity index 100% rename from helm/dex/ci/test-values.yaml rename to charts/dex/ci/test-values.yaml diff --git a/helm/dex/templates/NOTES.txt b/charts/dex/templates/NOTES.txt similarity index 100% rename from helm/dex/templates/NOTES.txt rename to charts/dex/templates/NOTES.txt diff --git a/helm/dex/templates/_helpers.tpl b/charts/dex/templates/_helpers.tpl similarity index 100% rename from helm/dex/templates/_helpers.tpl rename to charts/dex/templates/_helpers.tpl diff --git a/helm/dex/templates/deployment.yaml b/charts/dex/templates/deployment.yaml similarity index 100% rename from helm/dex/templates/deployment.yaml rename to charts/dex/templates/deployment.yaml diff --git a/helm/dex/templates/hpa.yaml b/charts/dex/templates/hpa.yaml similarity index 100% rename from helm/dex/templates/hpa.yaml rename to charts/dex/templates/hpa.yaml diff --git a/helm/dex/templates/ingress.yaml b/charts/dex/templates/ingress.yaml similarity index 100% rename from helm/dex/templates/ingress.yaml rename to charts/dex/templates/ingress.yaml diff --git a/helm/dex/templates/networkpolicy.yaml b/charts/dex/templates/networkpolicy.yaml similarity index 100% rename from helm/dex/templates/networkpolicy.yaml rename to charts/dex/templates/networkpolicy.yaml diff --git a/helm/dex/templates/poddisruptionbudget.yaml b/charts/dex/templates/poddisruptionbudget.yaml similarity index 100% rename from helm/dex/templates/poddisruptionbudget.yaml rename to charts/dex/templates/poddisruptionbudget.yaml diff --git a/helm/dex/templates/rbac.yaml b/charts/dex/templates/rbac.yaml similarity index 100% rename from helm/dex/templates/rbac.yaml rename to charts/dex/templates/rbac.yaml diff --git a/helm/dex/templates/secret.yaml b/charts/dex/templates/secret.yaml similarity index 100% rename from helm/dex/templates/secret.yaml rename to charts/dex/templates/secret.yaml diff --git a/helm/dex/templates/service.yaml b/charts/dex/templates/service.yaml similarity index 100% rename from helm/dex/templates/service.yaml rename to charts/dex/templates/service.yaml diff --git a/helm/dex/templates/serviceaccount.yaml b/charts/dex/templates/serviceaccount.yaml similarity index 100% rename from helm/dex/templates/serviceaccount.yaml rename to charts/dex/templates/serviceaccount.yaml diff --git a/helm/dex/templates/servicemonitor.yaml b/charts/dex/templates/servicemonitor.yaml similarity index 100% rename from helm/dex/templates/servicemonitor.yaml rename to charts/dex/templates/servicemonitor.yaml diff --git a/helm/dex/templates/tests/no-config-secret.yaml b/charts/dex/templates/tests/no-config-secret.yaml similarity index 100% rename from helm/dex/templates/tests/no-config-secret.yaml rename to charts/dex/templates/tests/no-config-secret.yaml diff --git a/helm/dex/values.yaml b/charts/dex/values.yaml similarity index 100% rename from helm/dex/values.yaml rename to charts/dex/values.yaml diff --git a/helm/istio/Chart.yaml b/charts/istio/Chart.yaml similarity index 100% rename from helm/istio/Chart.yaml rename to charts/istio/Chart.yaml diff --git a/helm/istio/templates/addon/jaeger.yaml b/charts/istio/templates/addon/jaeger.yaml similarity index 100% rename from helm/istio/templates/addon/jaeger.yaml rename to charts/istio/templates/addon/jaeger.yaml diff --git a/helm/istio/templates/addon/kiali.yaml b/charts/istio/templates/addon/kiali.yaml similarity index 100% rename from helm/istio/templates/addon/kiali.yaml rename to charts/istio/templates/addon/kiali.yaml diff --git a/helm/istio/templates/authorization-policy.yaml b/charts/istio/templates/authorization-policy.yaml similarity index 100% rename from helm/istio/templates/authorization-policy.yaml rename to charts/istio/templates/authorization-policy.yaml diff --git a/helm/istio/templates/gateway.yaml b/charts/istio/templates/gateway.yaml similarity index 100% rename from helm/istio/templates/gateway.yaml rename to charts/istio/templates/gateway.yaml diff --git a/helm/istio/templates/mtls.yaml b/charts/istio/templates/mtls.yaml similarity index 100% rename from helm/istio/templates/mtls.yaml rename to charts/istio/templates/mtls.yaml diff --git a/helm/istio/templates/operator.yaml b/charts/istio/templates/operator.yaml similarity index 100% rename from helm/istio/templates/operator.yaml rename to charts/istio/templates/operator.yaml diff --git a/helm/istio/templates/virtualservice.yaml b/charts/istio/templates/virtualservice.yaml similarity index 100% rename from helm/istio/templates/virtualservice.yaml rename to charts/istio/templates/virtualservice.yaml diff --git a/helm/istio/values.yaml b/charts/istio/values.yaml similarity index 100% rename from helm/istio/values.yaml rename to charts/istio/values.yaml diff --git a/helm/karpenter/Chart.yaml b/charts/karpenter/Chart.yaml similarity index 100% rename from helm/karpenter/Chart.yaml rename to charts/karpenter/Chart.yaml diff --git a/helm/karpenter/README.md b/charts/karpenter/README.md similarity index 100% rename from helm/karpenter/README.md rename to charts/karpenter/README.md diff --git a/helm/karpenter/templates/_helpers.tpl b/charts/karpenter/templates/_helpers.tpl similarity index 100% rename from helm/karpenter/templates/_helpers.tpl rename to charts/karpenter/templates/_helpers.tpl diff --git a/helm/karpenter/templates/aggregate-clusterrole.yaml b/charts/karpenter/templates/aggregate-clusterrole.yaml similarity index 100% rename from helm/karpenter/templates/aggregate-clusterrole.yaml rename to charts/karpenter/templates/aggregate-clusterrole.yaml diff --git a/helm/karpenter/templates/clusterrole-core.yaml b/charts/karpenter/templates/clusterrole-core.yaml similarity index 100% rename from helm/karpenter/templates/clusterrole-core.yaml rename to charts/karpenter/templates/clusterrole-core.yaml diff --git a/helm/karpenter/templates/clusterrole.yaml b/charts/karpenter/templates/clusterrole.yaml similarity index 100% rename from helm/karpenter/templates/clusterrole.yaml rename to charts/karpenter/templates/clusterrole.yaml diff --git a/helm/karpenter/templates/configmap-logging.yaml b/charts/karpenter/templates/configmap-logging.yaml similarity index 100% rename from helm/karpenter/templates/configmap-logging.yaml rename to charts/karpenter/templates/configmap-logging.yaml diff --git a/helm/karpenter/templates/configmap.yaml b/charts/karpenter/templates/configmap.yaml similarity index 100% rename from helm/karpenter/templates/configmap.yaml rename to charts/karpenter/templates/configmap.yaml diff --git a/helm/karpenter/templates/deployment.yaml b/charts/karpenter/templates/deployment.yaml similarity index 100% rename from helm/karpenter/templates/deployment.yaml rename to charts/karpenter/templates/deployment.yaml diff --git a/helm/karpenter/templates/poddisruptionbudget.yaml b/charts/karpenter/templates/poddisruptionbudget.yaml similarity index 100% rename from helm/karpenter/templates/poddisruptionbudget.yaml rename to charts/karpenter/templates/poddisruptionbudget.yaml diff --git a/helm/karpenter/templates/provisioner.yaml b/charts/karpenter/templates/provisioner.yaml similarity index 100% rename from helm/karpenter/templates/provisioner.yaml rename to charts/karpenter/templates/provisioner.yaml diff --git a/helm/karpenter/templates/role.yaml b/charts/karpenter/templates/role.yaml similarity index 100% rename from helm/karpenter/templates/role.yaml rename to charts/karpenter/templates/role.yaml diff --git a/helm/karpenter/templates/rolebinding.yaml b/charts/karpenter/templates/rolebinding.yaml similarity index 100% rename from helm/karpenter/templates/rolebinding.yaml rename to charts/karpenter/templates/rolebinding.yaml diff --git a/helm/karpenter/templates/secret-webhook-cert.yaml b/charts/karpenter/templates/secret-webhook-cert.yaml similarity index 100% rename from helm/karpenter/templates/secret-webhook-cert.yaml rename to charts/karpenter/templates/secret-webhook-cert.yaml diff --git a/helm/karpenter/templates/service.yaml b/charts/karpenter/templates/service.yaml similarity index 100% rename from helm/karpenter/templates/service.yaml rename to charts/karpenter/templates/service.yaml diff --git a/helm/karpenter/templates/serviceaccount.yaml b/charts/karpenter/templates/serviceaccount.yaml similarity index 100% rename from helm/karpenter/templates/serviceaccount.yaml rename to charts/karpenter/templates/serviceaccount.yaml diff --git a/helm/karpenter/templates/servicemonitor.yaml b/charts/karpenter/templates/servicemonitor.yaml similarity index 100% rename from helm/karpenter/templates/servicemonitor.yaml rename to charts/karpenter/templates/servicemonitor.yaml diff --git a/helm/karpenter/templates/webhooks-core.yaml b/charts/karpenter/templates/webhooks-core.yaml similarity index 100% rename from helm/karpenter/templates/webhooks-core.yaml rename to charts/karpenter/templates/webhooks-core.yaml diff --git a/helm/karpenter/templates/webhooks.yaml b/charts/karpenter/templates/webhooks.yaml similarity index 100% rename from helm/karpenter/templates/webhooks.yaml rename to charts/karpenter/templates/webhooks.yaml diff --git a/helm/karpenter/values.yaml b/charts/karpenter/values.yaml similarity index 100% rename from helm/karpenter/values.yaml rename to charts/karpenter/values.yaml diff --git a/helm/prometheus-stack/Chart.yaml b/charts/prometheus-stack/Chart.yaml similarity index 100% rename from helm/prometheus-stack/Chart.yaml rename to charts/prometheus-stack/Chart.yaml diff --git a/helm/prometheus-stack/README.md b/charts/prometheus-stack/README.md similarity index 100% rename from helm/prometheus-stack/README.md rename to charts/prometheus-stack/README.md diff --git a/helm/prometheus-stack/charts/crds/Chart.yaml b/charts/prometheus-stack/charts/crds/Chart.yaml similarity index 100% rename from helm/prometheus-stack/charts/crds/Chart.yaml rename to charts/prometheus-stack/charts/crds/Chart.yaml diff --git a/helm/prometheus-stack/charts/crds/README.md b/charts/prometheus-stack/charts/crds/README.md similarity index 100% rename from helm/prometheus-stack/charts/crds/README.md rename to charts/prometheus-stack/charts/crds/README.md diff --git a/helm/prometheus-stack/charts/crds/crds/crd-alertmanagerconfigs.yaml b/charts/prometheus-stack/charts/crds/crds/crd-alertmanagerconfigs.yaml similarity index 100% rename from helm/prometheus-stack/charts/crds/crds/crd-alertmanagerconfigs.yaml rename to charts/prometheus-stack/charts/crds/crds/crd-alertmanagerconfigs.yaml diff --git a/helm/prometheus-stack/charts/crds/crds/crd-alertmanagers.yaml b/charts/prometheus-stack/charts/crds/crds/crd-alertmanagers.yaml similarity index 100% rename from helm/prometheus-stack/charts/crds/crds/crd-alertmanagers.yaml rename to charts/prometheus-stack/charts/crds/crds/crd-alertmanagers.yaml diff --git a/helm/prometheus-stack/charts/crds/crds/crd-podmonitors.yaml b/charts/prometheus-stack/charts/crds/crds/crd-podmonitors.yaml similarity index 100% rename from helm/prometheus-stack/charts/crds/crds/crd-podmonitors.yaml rename to charts/prometheus-stack/charts/crds/crds/crd-podmonitors.yaml diff --git a/helm/prometheus-stack/charts/crds/crds/crd-probes.yaml b/charts/prometheus-stack/charts/crds/crds/crd-probes.yaml similarity index 100% rename from helm/prometheus-stack/charts/crds/crds/crd-probes.yaml rename to charts/prometheus-stack/charts/crds/crds/crd-probes.yaml diff --git a/helm/prometheus-stack/charts/crds/crds/crd-prometheusagents.yaml b/charts/prometheus-stack/charts/crds/crds/crd-prometheusagents.yaml similarity index 100% rename from helm/prometheus-stack/charts/crds/crds/crd-prometheusagents.yaml rename to charts/prometheus-stack/charts/crds/crds/crd-prometheusagents.yaml diff --git a/helm/prometheus-stack/charts/crds/crds/crd-prometheuses.yaml b/charts/prometheus-stack/charts/crds/crds/crd-prometheuses.yaml similarity index 100% rename from helm/prometheus-stack/charts/crds/crds/crd-prometheuses.yaml rename to charts/prometheus-stack/charts/crds/crds/crd-prometheuses.yaml diff --git a/helm/prometheus-stack/charts/crds/crds/crd-prometheusrules.yaml b/charts/prometheus-stack/charts/crds/crds/crd-prometheusrules.yaml similarity index 100% rename from helm/prometheus-stack/charts/crds/crds/crd-prometheusrules.yaml rename to charts/prometheus-stack/charts/crds/crds/crd-prometheusrules.yaml diff --git a/helm/prometheus-stack/charts/crds/crds/crd-scrapeconfigs.yaml b/charts/prometheus-stack/charts/crds/crds/crd-scrapeconfigs.yaml similarity index 100% rename from helm/prometheus-stack/charts/crds/crds/crd-scrapeconfigs.yaml rename to charts/prometheus-stack/charts/crds/crds/crd-scrapeconfigs.yaml diff --git a/helm/prometheus-stack/charts/crds/crds/crd-servicemonitors.yaml b/charts/prometheus-stack/charts/crds/crds/crd-servicemonitors.yaml similarity index 100% rename from helm/prometheus-stack/charts/crds/crds/crd-servicemonitors.yaml rename to charts/prometheus-stack/charts/crds/crds/crd-servicemonitors.yaml diff --git a/helm/prometheus-stack/charts/crds/crds/crd-thanosrulers.yaml b/charts/prometheus-stack/charts/crds/crds/crd-thanosrulers.yaml similarity index 100% rename from helm/prometheus-stack/charts/crds/crds/crd-thanosrulers.yaml rename to charts/prometheus-stack/charts/crds/crds/crd-thanosrulers.yaml diff --git a/helm/prometheus-stack/ci/01-provision-crds-values.yaml b/charts/prometheus-stack/ci/01-provision-crds-values.yaml similarity index 100% rename from helm/prometheus-stack/ci/01-provision-crds-values.yaml rename to charts/prometheus-stack/ci/01-provision-crds-values.yaml diff --git a/helm/prometheus-stack/ci/02-test-without-crds-values.yaml b/charts/prometheus-stack/ci/02-test-without-crds-values.yaml similarity index 100% rename from helm/prometheus-stack/ci/02-test-without-crds-values.yaml rename to charts/prometheus-stack/ci/02-test-without-crds-values.yaml diff --git a/helm/prometheus-stack/ci/03-non-defaults-values.yaml b/charts/prometheus-stack/ci/03-non-defaults-values.yaml similarity index 100% rename from helm/prometheus-stack/ci/03-non-defaults-values.yaml rename to charts/prometheus-stack/ci/03-non-defaults-values.yaml diff --git a/helm/prometheus-stack/hack/README.md b/charts/prometheus-stack/hack/README.md similarity index 100% rename from helm/prometheus-stack/hack/README.md rename to charts/prometheus-stack/hack/README.md diff --git a/helm/prometheus-stack/hack/minikube/README.md b/charts/prometheus-stack/hack/minikube/README.md similarity index 100% rename from helm/prometheus-stack/hack/minikube/README.md rename to charts/prometheus-stack/hack/minikube/README.md diff --git a/helm/prometheus-stack/hack/minikube/cmd.sh b/charts/prometheus-stack/hack/minikube/cmd.sh similarity index 100% rename from helm/prometheus-stack/hack/minikube/cmd.sh rename to charts/prometheus-stack/hack/minikube/cmd.sh diff --git a/helm/prometheus-stack/hack/minikube/values.yaml b/charts/prometheus-stack/hack/minikube/values.yaml similarity index 100% rename from helm/prometheus-stack/hack/minikube/values.yaml rename to charts/prometheus-stack/hack/minikube/values.yaml diff --git a/helm/prometheus-stack/hack/requirements.txt b/charts/prometheus-stack/hack/requirements.txt similarity index 100% rename from helm/prometheus-stack/hack/requirements.txt rename to charts/prometheus-stack/hack/requirements.txt diff --git a/helm/prometheus-stack/hack/sync_grafana_dashboards.py b/charts/prometheus-stack/hack/sync_grafana_dashboards.py similarity index 100% rename from helm/prometheus-stack/hack/sync_grafana_dashboards.py rename to charts/prometheus-stack/hack/sync_grafana_dashboards.py diff --git a/helm/prometheus-stack/hack/sync_prometheus_rules.py b/charts/prometheus-stack/hack/sync_prometheus_rules.py similarity index 100% rename from helm/prometheus-stack/hack/sync_prometheus_rules.py rename to charts/prometheus-stack/hack/sync_prometheus_rules.py diff --git a/helm/prometheus-stack/hack/update_crds.sh b/charts/prometheus-stack/hack/update_crds.sh similarity index 100% rename from helm/prometheus-stack/hack/update_crds.sh rename to charts/prometheus-stack/hack/update_crds.sh diff --git a/helm/prometheus-stack/templates/NOTES.txt b/charts/prometheus-stack/templates/NOTES.txt similarity index 100% rename from helm/prometheus-stack/templates/NOTES.txt rename to charts/prometheus-stack/templates/NOTES.txt diff --git a/helm/prometheus-stack/templates/_helpers.tpl b/charts/prometheus-stack/templates/_helpers.tpl similarity index 100% rename from helm/prometheus-stack/templates/_helpers.tpl rename to charts/prometheus-stack/templates/_helpers.tpl diff --git a/helm/prometheus-stack/templates/alertmanager/alertmanager.yaml b/charts/prometheus-stack/templates/alertmanager/alertmanager.yaml similarity index 100% rename from helm/prometheus-stack/templates/alertmanager/alertmanager.yaml rename to charts/prometheus-stack/templates/alertmanager/alertmanager.yaml diff --git a/helm/prometheus-stack/templates/alertmanager/extrasecret.yaml b/charts/prometheus-stack/templates/alertmanager/extrasecret.yaml similarity index 100% rename from helm/prometheus-stack/templates/alertmanager/extrasecret.yaml rename to charts/prometheus-stack/templates/alertmanager/extrasecret.yaml diff --git a/helm/prometheus-stack/templates/alertmanager/ingress.yaml b/charts/prometheus-stack/templates/alertmanager/ingress.yaml similarity index 100% rename from helm/prometheus-stack/templates/alertmanager/ingress.yaml rename to charts/prometheus-stack/templates/alertmanager/ingress.yaml diff --git a/helm/prometheus-stack/templates/alertmanager/ingressperreplica.yaml b/charts/prometheus-stack/templates/alertmanager/ingressperreplica.yaml similarity index 100% rename from helm/prometheus-stack/templates/alertmanager/ingressperreplica.yaml rename to charts/prometheus-stack/templates/alertmanager/ingressperreplica.yaml diff --git a/helm/prometheus-stack/templates/alertmanager/podDisruptionBudget.yaml b/charts/prometheus-stack/templates/alertmanager/podDisruptionBudget.yaml similarity index 100% rename from helm/prometheus-stack/templates/alertmanager/podDisruptionBudget.yaml rename to charts/prometheus-stack/templates/alertmanager/podDisruptionBudget.yaml diff --git a/helm/prometheus-stack/templates/alertmanager/psp-role.yaml b/charts/prometheus-stack/templates/alertmanager/psp-role.yaml similarity index 100% rename from helm/prometheus-stack/templates/alertmanager/psp-role.yaml rename to charts/prometheus-stack/templates/alertmanager/psp-role.yaml diff --git a/helm/prometheus-stack/templates/alertmanager/psp-rolebinding.yaml b/charts/prometheus-stack/templates/alertmanager/psp-rolebinding.yaml similarity index 100% rename from helm/prometheus-stack/templates/alertmanager/psp-rolebinding.yaml rename to charts/prometheus-stack/templates/alertmanager/psp-rolebinding.yaml diff --git a/helm/prometheus-stack/templates/alertmanager/psp.yaml b/charts/prometheus-stack/templates/alertmanager/psp.yaml similarity index 100% rename from helm/prometheus-stack/templates/alertmanager/psp.yaml rename to charts/prometheus-stack/templates/alertmanager/psp.yaml diff --git a/helm/prometheus-stack/templates/alertmanager/secret.yaml b/charts/prometheus-stack/templates/alertmanager/secret.yaml similarity index 100% rename from helm/prometheus-stack/templates/alertmanager/secret.yaml rename to charts/prometheus-stack/templates/alertmanager/secret.yaml diff --git a/helm/prometheus-stack/templates/alertmanager/service.yaml b/charts/prometheus-stack/templates/alertmanager/service.yaml similarity index 100% rename from helm/prometheus-stack/templates/alertmanager/service.yaml rename to charts/prometheus-stack/templates/alertmanager/service.yaml diff --git a/helm/prometheus-stack/templates/alertmanager/serviceaccount.yaml b/charts/prometheus-stack/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from helm/prometheus-stack/templates/alertmanager/serviceaccount.yaml rename to charts/prometheus-stack/templates/alertmanager/serviceaccount.yaml diff --git a/helm/prometheus-stack/templates/alertmanager/servicemonitor.yaml b/charts/prometheus-stack/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from helm/prometheus-stack/templates/alertmanager/servicemonitor.yaml rename to charts/prometheus-stack/templates/alertmanager/servicemonitor.yaml diff --git a/helm/prometheus-stack/templates/alertmanager/serviceperreplica.yaml b/charts/prometheus-stack/templates/alertmanager/serviceperreplica.yaml similarity index 100% rename from helm/prometheus-stack/templates/alertmanager/serviceperreplica.yaml rename to charts/prometheus-stack/templates/alertmanager/serviceperreplica.yaml diff --git a/helm/prometheus-stack/templates/exporters/core-dns/service.yaml b/charts/prometheus-stack/templates/exporters/core-dns/service.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/core-dns/service.yaml rename to charts/prometheus-stack/templates/exporters/core-dns/service.yaml diff --git a/helm/prometheus-stack/templates/exporters/core-dns/servicemonitor.yaml b/charts/prometheus-stack/templates/exporters/core-dns/servicemonitor.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/core-dns/servicemonitor.yaml rename to charts/prometheus-stack/templates/exporters/core-dns/servicemonitor.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-api-server/servicemonitor.yaml b/charts/prometheus-stack/templates/exporters/kube-api-server/servicemonitor.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-api-server/servicemonitor.yaml rename to charts/prometheus-stack/templates/exporters/kube-api-server/servicemonitor.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-controller-manager/endpoints.yaml b/charts/prometheus-stack/templates/exporters/kube-controller-manager/endpoints.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-controller-manager/endpoints.yaml rename to charts/prometheus-stack/templates/exporters/kube-controller-manager/endpoints.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-controller-manager/service.yaml b/charts/prometheus-stack/templates/exporters/kube-controller-manager/service.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-controller-manager/service.yaml rename to charts/prometheus-stack/templates/exporters/kube-controller-manager/service.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-controller-manager/servicemonitor.yaml b/charts/prometheus-stack/templates/exporters/kube-controller-manager/servicemonitor.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-controller-manager/servicemonitor.yaml rename to charts/prometheus-stack/templates/exporters/kube-controller-manager/servicemonitor.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-dns/service.yaml b/charts/prometheus-stack/templates/exporters/kube-dns/service.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-dns/service.yaml rename to charts/prometheus-stack/templates/exporters/kube-dns/service.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-dns/servicemonitor.yaml b/charts/prometheus-stack/templates/exporters/kube-dns/servicemonitor.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-dns/servicemonitor.yaml rename to charts/prometheus-stack/templates/exporters/kube-dns/servicemonitor.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-etcd/endpoints.yaml b/charts/prometheus-stack/templates/exporters/kube-etcd/endpoints.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-etcd/endpoints.yaml rename to charts/prometheus-stack/templates/exporters/kube-etcd/endpoints.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-etcd/service.yaml b/charts/prometheus-stack/templates/exporters/kube-etcd/service.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-etcd/service.yaml rename to charts/prometheus-stack/templates/exporters/kube-etcd/service.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-etcd/servicemonitor.yaml b/charts/prometheus-stack/templates/exporters/kube-etcd/servicemonitor.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-etcd/servicemonitor.yaml rename to charts/prometheus-stack/templates/exporters/kube-etcd/servicemonitor.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-proxy/endpoints.yaml b/charts/prometheus-stack/templates/exporters/kube-proxy/endpoints.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-proxy/endpoints.yaml rename to charts/prometheus-stack/templates/exporters/kube-proxy/endpoints.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-proxy/service.yaml b/charts/prometheus-stack/templates/exporters/kube-proxy/service.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-proxy/service.yaml rename to charts/prometheus-stack/templates/exporters/kube-proxy/service.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-proxy/servicemonitor.yaml b/charts/prometheus-stack/templates/exporters/kube-proxy/servicemonitor.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-proxy/servicemonitor.yaml rename to charts/prometheus-stack/templates/exporters/kube-proxy/servicemonitor.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-scheduler/endpoints.yaml b/charts/prometheus-stack/templates/exporters/kube-scheduler/endpoints.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-scheduler/endpoints.yaml rename to charts/prometheus-stack/templates/exporters/kube-scheduler/endpoints.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-scheduler/service.yaml b/charts/prometheus-stack/templates/exporters/kube-scheduler/service.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-scheduler/service.yaml rename to charts/prometheus-stack/templates/exporters/kube-scheduler/service.yaml diff --git a/helm/prometheus-stack/templates/exporters/kube-scheduler/servicemonitor.yaml b/charts/prometheus-stack/templates/exporters/kube-scheduler/servicemonitor.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kube-scheduler/servicemonitor.yaml rename to charts/prometheus-stack/templates/exporters/kube-scheduler/servicemonitor.yaml diff --git a/helm/prometheus-stack/templates/exporters/kubelet/servicemonitor.yaml b/charts/prometheus-stack/templates/exporters/kubelet/servicemonitor.yaml similarity index 100% rename from helm/prometheus-stack/templates/exporters/kubelet/servicemonitor.yaml rename to charts/prometheus-stack/templates/exporters/kubelet/servicemonitor.yaml diff --git a/helm/prometheus-stack/templates/extra-objects.yaml b/charts/prometheus-stack/templates/extra-objects.yaml similarity index 100% rename from helm/prometheus-stack/templates/extra-objects.yaml rename to charts/prometheus-stack/templates/extra-objects.yaml diff --git a/helm/prometheus-stack/templates/grafana/configmap-dashboards.yaml b/charts/prometheus-stack/templates/grafana/configmap-dashboards.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/configmap-dashboards.yaml rename to charts/prometheus-stack/templates/grafana/configmap-dashboards.yaml diff --git a/helm/prometheus-stack/templates/grafana/configmaps-datasources.yaml b/charts/prometheus-stack/templates/grafana/configmaps-datasources.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/configmaps-datasources.yaml rename to charts/prometheus-stack/templates/grafana/configmaps-datasources.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/alertmanager-overview.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/alertmanager-overview.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/alertmanager-overview.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/alertmanager-overview.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/apiserver.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/apiserver.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/apiserver.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/apiserver.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/cluster-total.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/cluster-total.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/cluster-total.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/cluster-total.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/controller-manager.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/controller-manager.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/controller-manager.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/controller-manager.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/etcd.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/etcd.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/etcd.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/etcd.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/grafana-overview.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/grafana-overview.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/grafana-overview.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/grafana-overview.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-coredns.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-coredns.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-coredns.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-coredns.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-cluster.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-cluster.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-cluster.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-cluster.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-multicluster.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-multicluster.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-multicluster.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-multicluster.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-namespace.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-namespace.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-namespace.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-namespace.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-node.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-node.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-node.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-node.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-pod.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-pod.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-pod.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-pod.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-windows-cluster.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-windows-cluster.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-windows-cluster.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-windows-cluster.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-windows-namespace.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-windows-namespace.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-windows-namespace.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-windows-namespace.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-windows-pod.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-windows-pod.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-windows-pod.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-windows-pod.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-workload.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-workload.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-workload.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-workload.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-workloads-namespace.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-workloads-namespace.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-workloads-namespace.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-resources-workloads-namespace.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-windows-cluster-rsrc-use.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-windows-cluster-rsrc-use.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-windows-cluster-rsrc-use.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-windows-cluster-rsrc-use.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-windows-node-rsrc-use.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-windows-node-rsrc-use.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/k8s-windows-node-rsrc-use.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/k8s-windows-node-rsrc-use.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/kubelet.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/kubelet.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/kubelet.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/kubelet.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/namespace-by-pod.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/namespace-by-pod.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/namespace-by-pod.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/namespace-by-pod.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/namespace-by-workload.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/namespace-by-workload.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/namespace-by-workload.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/namespace-by-workload.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/node-cluster-rsrc-use.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/node-cluster-rsrc-use.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/node-cluster-rsrc-use.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/node-cluster-rsrc-use.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/node-rsrc-use.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/node-rsrc-use.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/node-rsrc-use.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/node-rsrc-use.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/nodes-darwin.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/nodes-darwin.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/nodes-darwin.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/nodes-darwin.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/nodes.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/nodes.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/nodes.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/nodes.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/persistentvolumesusage.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/persistentvolumesusage.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/persistentvolumesusage.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/persistentvolumesusage.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/pod-total.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/pod-total.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/pod-total.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/pod-total.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/prometheus-remote-write.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/prometheus-remote-write.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/prometheus-remote-write.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/prometheus-remote-write.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/prometheus.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/prometheus.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/prometheus.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/prometheus.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/proxy.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/proxy.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/proxy.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/proxy.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/scheduler.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/scheduler.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/scheduler.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/scheduler.yaml diff --git a/helm/prometheus-stack/templates/grafana/dashboards-1.14/workload-total.yaml b/charts/prometheus-stack/templates/grafana/dashboards-1.14/workload-total.yaml similarity index 100% rename from helm/prometheus-stack/templates/grafana/dashboards-1.14/workload-total.yaml rename to charts/prometheus-stack/templates/grafana/dashboards-1.14/workload-total.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/ciliumnetworkpolicy-createSecret.yaml b/charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/ciliumnetworkpolicy-createSecret.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/ciliumnetworkpolicy-createSecret.yaml rename to charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/ciliumnetworkpolicy-createSecret.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/ciliumnetworkpolicy-patchWebhook.yaml b/charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/ciliumnetworkpolicy-patchWebhook.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/ciliumnetworkpolicy-patchWebhook.yaml rename to charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/ciliumnetworkpolicy-patchWebhook.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/clusterrole.yaml b/charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/clusterrole.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/clusterrole.yaml rename to charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/clusterrole.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/clusterrolebinding.yaml b/charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/clusterrolebinding.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/clusterrolebinding.yaml rename to charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/clusterrolebinding.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/job-createSecret.yaml b/charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/job-createSecret.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/job-createSecret.yaml rename to charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/job-createSecret.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/job-patchWebhook.yaml b/charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/job-patchWebhook.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/job-patchWebhook.yaml rename to charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/job-patchWebhook.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/networkpolicy-createSecret.yaml b/charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/networkpolicy-createSecret.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/networkpolicy-createSecret.yaml rename to charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/networkpolicy-createSecret.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/networkpolicy-patchWebhook.yaml b/charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/networkpolicy-patchWebhook.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/networkpolicy-patchWebhook.yaml rename to charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/networkpolicy-patchWebhook.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/psp.yaml b/charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/psp.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/psp.yaml rename to charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/psp.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/role.yaml b/charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/role.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/role.yaml rename to charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/role.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/rolebinding.yaml b/charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/rolebinding.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/rolebinding.yaml rename to charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/rolebinding.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/serviceaccount.yaml b/charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/serviceaccount.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/serviceaccount.yaml rename to charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/job-patch/serviceaccount.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/mutatingWebhookConfiguration.yaml b/charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/mutatingWebhookConfiguration.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/mutatingWebhookConfiguration.yaml rename to charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/mutatingWebhookConfiguration.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/validatingWebhookConfiguration.yaml b/charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/validatingWebhookConfiguration.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/admission-webhooks/validatingWebhookConfiguration.yaml rename to charts/prometheus-stack/templates/prometheus-operator/admission-webhooks/validatingWebhookConfiguration.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/aggregate-clusterroles.yaml b/charts/prometheus-stack/templates/prometheus-operator/aggregate-clusterroles.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/aggregate-clusterroles.yaml rename to charts/prometheus-stack/templates/prometheus-operator/aggregate-clusterroles.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/certmanager.yaml b/charts/prometheus-stack/templates/prometheus-operator/certmanager.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/certmanager.yaml rename to charts/prometheus-stack/templates/prometheus-operator/certmanager.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/ciliumnetworkpolicy.yaml b/charts/prometheus-stack/templates/prometheus-operator/ciliumnetworkpolicy.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/ciliumnetworkpolicy.yaml rename to charts/prometheus-stack/templates/prometheus-operator/ciliumnetworkpolicy.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/clusterrole.yaml b/charts/prometheus-stack/templates/prometheus-operator/clusterrole.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/clusterrole.yaml rename to charts/prometheus-stack/templates/prometheus-operator/clusterrole.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/clusterrolebinding.yaml b/charts/prometheus-stack/templates/prometheus-operator/clusterrolebinding.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/clusterrolebinding.yaml rename to charts/prometheus-stack/templates/prometheus-operator/clusterrolebinding.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/deployment.yaml b/charts/prometheus-stack/templates/prometheus-operator/deployment.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/deployment.yaml rename to charts/prometheus-stack/templates/prometheus-operator/deployment.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/networkpolicy.yaml b/charts/prometheus-stack/templates/prometheus-operator/networkpolicy.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/networkpolicy.yaml rename to charts/prometheus-stack/templates/prometheus-operator/networkpolicy.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/psp-clusterrole.yaml b/charts/prometheus-stack/templates/prometheus-operator/psp-clusterrole.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/psp-clusterrole.yaml rename to charts/prometheus-stack/templates/prometheus-operator/psp-clusterrole.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/psp-clusterrolebinding.yaml b/charts/prometheus-stack/templates/prometheus-operator/psp-clusterrolebinding.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/psp-clusterrolebinding.yaml rename to charts/prometheus-stack/templates/prometheus-operator/psp-clusterrolebinding.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/psp.yaml b/charts/prometheus-stack/templates/prometheus-operator/psp.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/psp.yaml rename to charts/prometheus-stack/templates/prometheus-operator/psp.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/service.yaml b/charts/prometheus-stack/templates/prometheus-operator/service.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/service.yaml rename to charts/prometheus-stack/templates/prometheus-operator/service.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/serviceaccount.yaml b/charts/prometheus-stack/templates/prometheus-operator/serviceaccount.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/serviceaccount.yaml rename to charts/prometheus-stack/templates/prometheus-operator/serviceaccount.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/servicemonitor.yaml b/charts/prometheus-stack/templates/prometheus-operator/servicemonitor.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/servicemonitor.yaml rename to charts/prometheus-stack/templates/prometheus-operator/servicemonitor.yaml diff --git a/helm/prometheus-stack/templates/prometheus-operator/verticalpodautoscaler.yaml b/charts/prometheus-stack/templates/prometheus-operator/verticalpodautoscaler.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus-operator/verticalpodautoscaler.yaml rename to charts/prometheus-stack/templates/prometheus-operator/verticalpodautoscaler.yaml diff --git a/helm/prometheus-stack/templates/prometheus/_rules.tpl b/charts/prometheus-stack/templates/prometheus/_rules.tpl similarity index 100% rename from helm/prometheus-stack/templates/prometheus/_rules.tpl rename to charts/prometheus-stack/templates/prometheus/_rules.tpl diff --git a/helm/prometheus-stack/templates/prometheus/additionalAlertRelabelConfigs.yaml b/charts/prometheus-stack/templates/prometheus/additionalAlertRelabelConfigs.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/additionalAlertRelabelConfigs.yaml rename to charts/prometheus-stack/templates/prometheus/additionalAlertRelabelConfigs.yaml diff --git a/helm/prometheus-stack/templates/prometheus/additionalAlertmanagerConfigs.yaml b/charts/prometheus-stack/templates/prometheus/additionalAlertmanagerConfigs.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/additionalAlertmanagerConfigs.yaml rename to charts/prometheus-stack/templates/prometheus/additionalAlertmanagerConfigs.yaml diff --git a/helm/prometheus-stack/templates/prometheus/additionalPrometheusRules.yaml b/charts/prometheus-stack/templates/prometheus/additionalPrometheusRules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/additionalPrometheusRules.yaml rename to charts/prometheus-stack/templates/prometheus/additionalPrometheusRules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/additionalScrapeConfigs.yaml b/charts/prometheus-stack/templates/prometheus/additionalScrapeConfigs.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/additionalScrapeConfigs.yaml rename to charts/prometheus-stack/templates/prometheus/additionalScrapeConfigs.yaml diff --git a/helm/prometheus-stack/templates/prometheus/ciliumnetworkpolicy.yaml b/charts/prometheus-stack/templates/prometheus/ciliumnetworkpolicy.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/ciliumnetworkpolicy.yaml rename to charts/prometheus-stack/templates/prometheus/ciliumnetworkpolicy.yaml diff --git a/helm/prometheus-stack/templates/prometheus/clusterrole.yaml b/charts/prometheus-stack/templates/prometheus/clusterrole.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/clusterrole.yaml rename to charts/prometheus-stack/templates/prometheus/clusterrole.yaml diff --git a/helm/prometheus-stack/templates/prometheus/clusterrolebinding.yaml b/charts/prometheus-stack/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/clusterrolebinding.yaml rename to charts/prometheus-stack/templates/prometheus/clusterrolebinding.yaml diff --git a/helm/prometheus-stack/templates/prometheus/csi-secret.yaml b/charts/prometheus-stack/templates/prometheus/csi-secret.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/csi-secret.yaml rename to charts/prometheus-stack/templates/prometheus/csi-secret.yaml diff --git a/helm/prometheus-stack/templates/prometheus/extrasecret.yaml b/charts/prometheus-stack/templates/prometheus/extrasecret.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/extrasecret.yaml rename to charts/prometheus-stack/templates/prometheus/extrasecret.yaml diff --git a/helm/prometheus-stack/templates/prometheus/ingress.yaml b/charts/prometheus-stack/templates/prometheus/ingress.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/ingress.yaml rename to charts/prometheus-stack/templates/prometheus/ingress.yaml diff --git a/helm/prometheus-stack/templates/prometheus/ingressThanosSidecar.yaml b/charts/prometheus-stack/templates/prometheus/ingressThanosSidecar.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/ingressThanosSidecar.yaml rename to charts/prometheus-stack/templates/prometheus/ingressThanosSidecar.yaml diff --git a/helm/prometheus-stack/templates/prometheus/ingressperreplica.yaml b/charts/prometheus-stack/templates/prometheus/ingressperreplica.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/ingressperreplica.yaml rename to charts/prometheus-stack/templates/prometheus/ingressperreplica.yaml diff --git a/helm/prometheus-stack/templates/prometheus/networkpolicy.yaml b/charts/prometheus-stack/templates/prometheus/networkpolicy.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/networkpolicy.yaml rename to charts/prometheus-stack/templates/prometheus/networkpolicy.yaml diff --git a/helm/prometheus-stack/templates/prometheus/podDisruptionBudget.yaml b/charts/prometheus-stack/templates/prometheus/podDisruptionBudget.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/podDisruptionBudget.yaml rename to charts/prometheus-stack/templates/prometheus/podDisruptionBudget.yaml diff --git a/helm/prometheus-stack/templates/prometheus/podmonitors.yaml b/charts/prometheus-stack/templates/prometheus/podmonitors.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/podmonitors.yaml rename to charts/prometheus-stack/templates/prometheus/podmonitors.yaml diff --git a/helm/prometheus-stack/templates/prometheus/prometheus.yaml b/charts/prometheus-stack/templates/prometheus/prometheus.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/prometheus.yaml rename to charts/prometheus-stack/templates/prometheus/prometheus.yaml diff --git a/helm/prometheus-stack/templates/prometheus/psp-clusterrole.yaml b/charts/prometheus-stack/templates/prometheus/psp-clusterrole.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/psp-clusterrole.yaml rename to charts/prometheus-stack/templates/prometheus/psp-clusterrole.yaml diff --git a/helm/prometheus-stack/templates/prometheus/psp-clusterrolebinding.yaml b/charts/prometheus-stack/templates/prometheus/psp-clusterrolebinding.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/psp-clusterrolebinding.yaml rename to charts/prometheus-stack/templates/prometheus/psp-clusterrolebinding.yaml diff --git a/helm/prometheus-stack/templates/prometheus/psp.yaml b/charts/prometheus-stack/templates/prometheus/psp.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/psp.yaml rename to charts/prometheus-stack/templates/prometheus/psp.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/alertmanager.rules.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/alertmanager.rules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/alertmanager.rules.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/alertmanager.rules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/config-reloaders.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/config-reloaders.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/config-reloaders.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/config-reloaders.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/etcd.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/etcd.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/etcd.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/etcd.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/general.rules.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/general.rules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/general.rules.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/general.rules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/k8s.rules.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/k8s.rules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/k8s.rules.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/k8s.rules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-availability.rules.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-availability.rules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-availability.rules.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-availability.rules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-burnrate.rules.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-burnrate.rules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-burnrate.rules.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-burnrate.rules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-histogram.rules.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-histogram.rules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-histogram.rules.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-histogram.rules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-slos.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-slos.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-slos.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-slos.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kube-prometheus-general.rules.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kube-prometheus-general.rules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kube-prometheus-general.rules.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kube-prometheus-general.rules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kube-prometheus-node-recording.rules.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kube-prometheus-node-recording.rules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kube-prometheus-node-recording.rules.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kube-prometheus-node-recording.rules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kube-scheduler.rules.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kube-scheduler.rules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kube-scheduler.rules.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kube-scheduler.rules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kube-state-metrics.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kube-state-metrics.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kube-state-metrics.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kube-state-metrics.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kubelet.rules.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kubelet.rules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kubelet.rules.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kubelet.rules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-apps.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-apps.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-apps.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-apps.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-resources.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-resources.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-resources.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-resources.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-storage.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-storage.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-storage.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-storage.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-apiserver.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-apiserver.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-apiserver.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-apiserver.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-controller-manager.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-controller-manager.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-controller-manager.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-controller-manager.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-kube-proxy.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-kube-proxy.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-kube-proxy.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-kube-proxy.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-kubelet.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-kubelet.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-kubelet.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-kubelet.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-scheduler.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-scheduler.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-scheduler.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system-scheduler.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/kubernetes-system.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/node-exporter.rules.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/node-exporter.rules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/node-exporter.rules.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/node-exporter.rules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/node-exporter.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/node-exporter.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/node-exporter.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/node-exporter.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/node-network.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/node-network.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/node-network.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/node-network.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/node.rules.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/node.rules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/node.rules.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/node.rules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/prometheus-operator.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/prometheus-operator.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/prometheus-operator.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/prometheus-operator.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/prometheus.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/prometheus.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/prometheus.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/prometheus.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/windows.node.rules.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/windows.node.rules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/windows.node.rules.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/windows.node.rules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/rules-1.14/windows.pod.rules.yaml b/charts/prometheus-stack/templates/prometheus/rules-1.14/windows.pod.rules.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/rules-1.14/windows.pod.rules.yaml rename to charts/prometheus-stack/templates/prometheus/rules-1.14/windows.pod.rules.yaml diff --git a/helm/prometheus-stack/templates/prometheus/service.yaml b/charts/prometheus-stack/templates/prometheus/service.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/service.yaml rename to charts/prometheus-stack/templates/prometheus/service.yaml diff --git a/helm/prometheus-stack/templates/prometheus/serviceThanosSidecar.yaml b/charts/prometheus-stack/templates/prometheus/serviceThanosSidecar.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/serviceThanosSidecar.yaml rename to charts/prometheus-stack/templates/prometheus/serviceThanosSidecar.yaml diff --git a/helm/prometheus-stack/templates/prometheus/serviceThanosSidecarExternal.yaml b/charts/prometheus-stack/templates/prometheus/serviceThanosSidecarExternal.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/serviceThanosSidecarExternal.yaml rename to charts/prometheus-stack/templates/prometheus/serviceThanosSidecarExternal.yaml diff --git a/helm/prometheus-stack/templates/prometheus/serviceaccount.yaml b/charts/prometheus-stack/templates/prometheus/serviceaccount.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/serviceaccount.yaml rename to charts/prometheus-stack/templates/prometheus/serviceaccount.yaml diff --git a/helm/prometheus-stack/templates/prometheus/servicemonitor.yaml b/charts/prometheus-stack/templates/prometheus/servicemonitor.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/servicemonitor.yaml rename to charts/prometheus-stack/templates/prometheus/servicemonitor.yaml diff --git a/helm/prometheus-stack/templates/prometheus/servicemonitorThanosSidecar.yaml b/charts/prometheus-stack/templates/prometheus/servicemonitorThanosSidecar.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/servicemonitorThanosSidecar.yaml rename to charts/prometheus-stack/templates/prometheus/servicemonitorThanosSidecar.yaml diff --git a/helm/prometheus-stack/templates/prometheus/servicemonitors.yaml b/charts/prometheus-stack/templates/prometheus/servicemonitors.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/servicemonitors.yaml rename to charts/prometheus-stack/templates/prometheus/servicemonitors.yaml diff --git a/helm/prometheus-stack/templates/prometheus/serviceperreplica.yaml b/charts/prometheus-stack/templates/prometheus/serviceperreplica.yaml similarity index 100% rename from helm/prometheus-stack/templates/prometheus/serviceperreplica.yaml rename to charts/prometheus-stack/templates/prometheus/serviceperreplica.yaml diff --git a/helm/prometheus-stack/templates/thanos-ruler/extrasecret.yaml b/charts/prometheus-stack/templates/thanos-ruler/extrasecret.yaml similarity index 100% rename from helm/prometheus-stack/templates/thanos-ruler/extrasecret.yaml rename to charts/prometheus-stack/templates/thanos-ruler/extrasecret.yaml diff --git a/helm/prometheus-stack/templates/thanos-ruler/ingress.yaml b/charts/prometheus-stack/templates/thanos-ruler/ingress.yaml similarity index 100% rename from helm/prometheus-stack/templates/thanos-ruler/ingress.yaml rename to charts/prometheus-stack/templates/thanos-ruler/ingress.yaml diff --git a/helm/prometheus-stack/templates/thanos-ruler/podDisruptionBudget.yaml b/charts/prometheus-stack/templates/thanos-ruler/podDisruptionBudget.yaml similarity index 100% rename from helm/prometheus-stack/templates/thanos-ruler/podDisruptionBudget.yaml rename to charts/prometheus-stack/templates/thanos-ruler/podDisruptionBudget.yaml diff --git a/helm/prometheus-stack/templates/thanos-ruler/ruler.yaml b/charts/prometheus-stack/templates/thanos-ruler/ruler.yaml similarity index 100% rename from helm/prometheus-stack/templates/thanos-ruler/ruler.yaml rename to charts/prometheus-stack/templates/thanos-ruler/ruler.yaml diff --git a/helm/prometheus-stack/templates/thanos-ruler/service.yaml b/charts/prometheus-stack/templates/thanos-ruler/service.yaml similarity index 100% rename from helm/prometheus-stack/templates/thanos-ruler/service.yaml rename to charts/prometheus-stack/templates/thanos-ruler/service.yaml diff --git a/helm/prometheus-stack/templates/thanos-ruler/serviceaccount.yaml b/charts/prometheus-stack/templates/thanos-ruler/serviceaccount.yaml similarity index 100% rename from helm/prometheus-stack/templates/thanos-ruler/serviceaccount.yaml rename to charts/prometheus-stack/templates/thanos-ruler/serviceaccount.yaml diff --git a/helm/prometheus-stack/templates/thanos-ruler/servicemonitor.yaml b/charts/prometheus-stack/templates/thanos-ruler/servicemonitor.yaml similarity index 100% rename from helm/prometheus-stack/templates/thanos-ruler/servicemonitor.yaml rename to charts/prometheus-stack/templates/thanos-ruler/servicemonitor.yaml diff --git a/helm/prometheus-stack/unittests/alertmanager/alertmanager_test.yaml b/charts/prometheus-stack/unittests/alertmanager/alertmanager_test.yaml similarity index 100% rename from helm/prometheus-stack/unittests/alertmanager/alertmanager_test.yaml rename to charts/prometheus-stack/unittests/alertmanager/alertmanager_test.yaml diff --git a/helm/prometheus-stack/unittests/alertmanager/ingress_test.yaml b/charts/prometheus-stack/unittests/alertmanager/ingress_test.yaml similarity index 100% rename from helm/prometheus-stack/unittests/alertmanager/ingress_test.yaml rename to charts/prometheus-stack/unittests/alertmanager/ingress_test.yaml diff --git a/helm/prometheus-stack/values.yaml b/charts/prometheus-stack/values.yaml similarity index 100% rename from helm/prometheus-stack/values.yaml rename to charts/prometheus-stack/values.yaml diff --git a/helm/redis/.helmignore b/charts/redis/.helmignore similarity index 100% rename from helm/redis/.helmignore rename to charts/redis/.helmignore diff --git a/helm/redis/Chart.yaml b/charts/redis/Chart.yaml similarity index 100% rename from helm/redis/Chart.yaml rename to charts/redis/Chart.yaml diff --git a/helm/redis/README.md b/charts/redis/README.md similarity index 100% rename from helm/redis/README.md rename to charts/redis/README.md diff --git a/helm/redis/img/redis-cluster-topology.png b/charts/redis/img/redis-cluster-topology.png similarity index 100% rename from helm/redis/img/redis-cluster-topology.png rename to charts/redis/img/redis-cluster-topology.png diff --git a/helm/redis/img/redis-topology.png b/charts/redis/img/redis-topology.png similarity index 100% rename from helm/redis/img/redis-topology.png rename to charts/redis/img/redis-topology.png diff --git a/helm/redis/templates/NOTES.txt b/charts/redis/templates/NOTES.txt similarity index 100% rename from helm/redis/templates/NOTES.txt rename to charts/redis/templates/NOTES.txt diff --git a/helm/redis/templates/_helpers.tpl b/charts/redis/templates/_helpers.tpl similarity index 100% rename from helm/redis/templates/_helpers.tpl rename to charts/redis/templates/_helpers.tpl diff --git a/helm/redis/templates/configmap.yaml b/charts/redis/templates/configmap.yaml similarity index 100% rename from helm/redis/templates/configmap.yaml rename to charts/redis/templates/configmap.yaml diff --git a/helm/redis/templates/extra-list.yaml b/charts/redis/templates/extra-list.yaml similarity index 100% rename from helm/redis/templates/extra-list.yaml rename to charts/redis/templates/extra-list.yaml diff --git a/helm/redis/templates/headless-svc.yaml b/charts/redis/templates/headless-svc.yaml similarity index 100% rename from helm/redis/templates/headless-svc.yaml rename to charts/redis/templates/headless-svc.yaml diff --git a/helm/redis/templates/health-configmap.yaml b/charts/redis/templates/health-configmap.yaml similarity index 100% rename from helm/redis/templates/health-configmap.yaml rename to charts/redis/templates/health-configmap.yaml diff --git a/helm/redis/templates/master/application.yaml b/charts/redis/templates/master/application.yaml similarity index 100% rename from helm/redis/templates/master/application.yaml rename to charts/redis/templates/master/application.yaml diff --git a/helm/redis/templates/master/psp.yaml b/charts/redis/templates/master/psp.yaml similarity index 100% rename from helm/redis/templates/master/psp.yaml rename to charts/redis/templates/master/psp.yaml diff --git a/helm/redis/templates/master/pvc.yaml b/charts/redis/templates/master/pvc.yaml similarity index 100% rename from helm/redis/templates/master/pvc.yaml rename to charts/redis/templates/master/pvc.yaml diff --git a/helm/redis/templates/master/service.yaml b/charts/redis/templates/master/service.yaml similarity index 100% rename from helm/redis/templates/master/service.yaml rename to charts/redis/templates/master/service.yaml diff --git a/helm/redis/templates/master/serviceaccount.yaml b/charts/redis/templates/master/serviceaccount.yaml similarity index 100% rename from helm/redis/templates/master/serviceaccount.yaml rename to charts/redis/templates/master/serviceaccount.yaml diff --git a/helm/redis/templates/metrics-svc.yaml b/charts/redis/templates/metrics-svc.yaml similarity index 100% rename from helm/redis/templates/metrics-svc.yaml rename to charts/redis/templates/metrics-svc.yaml diff --git a/helm/redis/templates/networkpolicy.yaml b/charts/redis/templates/networkpolicy.yaml similarity index 100% rename from helm/redis/templates/networkpolicy.yaml rename to charts/redis/templates/networkpolicy.yaml diff --git a/helm/redis/templates/pdb.yaml b/charts/redis/templates/pdb.yaml similarity index 100% rename from helm/redis/templates/pdb.yaml rename to charts/redis/templates/pdb.yaml diff --git a/helm/redis/templates/prometheusrule.yaml b/charts/redis/templates/prometheusrule.yaml similarity index 100% rename from helm/redis/templates/prometheusrule.yaml rename to charts/redis/templates/prometheusrule.yaml diff --git a/helm/redis/templates/replicas/hpa.yaml b/charts/redis/templates/replicas/hpa.yaml similarity index 100% rename from helm/redis/templates/replicas/hpa.yaml rename to charts/redis/templates/replicas/hpa.yaml diff --git a/helm/redis/templates/replicas/service.yaml b/charts/redis/templates/replicas/service.yaml similarity index 100% rename from helm/redis/templates/replicas/service.yaml rename to charts/redis/templates/replicas/service.yaml diff --git a/helm/redis/templates/replicas/serviceaccount.yaml b/charts/redis/templates/replicas/serviceaccount.yaml similarity index 100% rename from helm/redis/templates/replicas/serviceaccount.yaml rename to charts/redis/templates/replicas/serviceaccount.yaml diff --git a/helm/redis/templates/replicas/statefulset.yaml b/charts/redis/templates/replicas/statefulset.yaml similarity index 100% rename from helm/redis/templates/replicas/statefulset.yaml rename to charts/redis/templates/replicas/statefulset.yaml diff --git a/helm/redis/templates/role.yaml b/charts/redis/templates/role.yaml similarity index 100% rename from helm/redis/templates/role.yaml rename to charts/redis/templates/role.yaml diff --git a/helm/redis/templates/rolebinding.yaml b/charts/redis/templates/rolebinding.yaml similarity index 100% rename from helm/redis/templates/rolebinding.yaml rename to charts/redis/templates/rolebinding.yaml diff --git a/helm/redis/templates/scripts-configmap.yaml b/charts/redis/templates/scripts-configmap.yaml similarity index 100% rename from helm/redis/templates/scripts-configmap.yaml rename to charts/redis/templates/scripts-configmap.yaml diff --git a/helm/redis/templates/secret-svcbind.yaml b/charts/redis/templates/secret-svcbind.yaml similarity index 100% rename from helm/redis/templates/secret-svcbind.yaml rename to charts/redis/templates/secret-svcbind.yaml diff --git a/helm/redis/templates/secret.yaml b/charts/redis/templates/secret.yaml similarity index 100% rename from helm/redis/templates/secret.yaml rename to charts/redis/templates/secret.yaml diff --git a/helm/redis/templates/sentinel/hpa.yaml b/charts/redis/templates/sentinel/hpa.yaml similarity index 100% rename from helm/redis/templates/sentinel/hpa.yaml rename to charts/redis/templates/sentinel/hpa.yaml diff --git a/helm/redis/templates/sentinel/node-services.yaml b/charts/redis/templates/sentinel/node-services.yaml similarity index 100% rename from helm/redis/templates/sentinel/node-services.yaml rename to charts/redis/templates/sentinel/node-services.yaml diff --git a/helm/redis/templates/sentinel/ports-configmap.yaml b/charts/redis/templates/sentinel/ports-configmap.yaml similarity index 100% rename from helm/redis/templates/sentinel/ports-configmap.yaml rename to charts/redis/templates/sentinel/ports-configmap.yaml diff --git a/helm/redis/templates/sentinel/service.yaml b/charts/redis/templates/sentinel/service.yaml similarity index 100% rename from helm/redis/templates/sentinel/service.yaml rename to charts/redis/templates/sentinel/service.yaml diff --git a/helm/redis/templates/sentinel/statefulset.yaml b/charts/redis/templates/sentinel/statefulset.yaml similarity index 100% rename from helm/redis/templates/sentinel/statefulset.yaml rename to charts/redis/templates/sentinel/statefulset.yaml diff --git a/helm/redis/templates/serviceaccount.yaml b/charts/redis/templates/serviceaccount.yaml similarity index 100% rename from helm/redis/templates/serviceaccount.yaml rename to charts/redis/templates/serviceaccount.yaml diff --git a/helm/redis/templates/servicemonitor.yaml b/charts/redis/templates/servicemonitor.yaml similarity index 100% rename from helm/redis/templates/servicemonitor.yaml rename to charts/redis/templates/servicemonitor.yaml diff --git a/helm/redis/templates/tls-secret.yaml b/charts/redis/templates/tls-secret.yaml similarity index 100% rename from helm/redis/templates/tls-secret.yaml rename to charts/redis/templates/tls-secret.yaml diff --git a/helm/redis/values.schema.json b/charts/redis/values.schema.json similarity index 100% rename from helm/redis/values.schema.json rename to charts/redis/values.schema.json diff --git a/helm/redis/values.yaml b/charts/redis/values.yaml similarity index 100% rename from helm/redis/values.yaml rename to charts/redis/values.yaml diff --git a/helm/thanos/Chart.yaml b/charts/thanos/Chart.yaml similarity index 100% rename from helm/thanos/Chart.yaml rename to charts/thanos/Chart.yaml diff --git a/helm/thanos/README.md b/charts/thanos/README.md similarity index 100% rename from helm/thanos/README.md rename to charts/thanos/README.md diff --git a/helm/thanos/templates/NOTES.txt b/charts/thanos/templates/NOTES.txt similarity index 100% rename from helm/thanos/templates/NOTES.txt rename to charts/thanos/templates/NOTES.txt diff --git a/helm/thanos/templates/_helpers.tpl b/charts/thanos/templates/_helpers.tpl similarity index 100% rename from helm/thanos/templates/_helpers.tpl rename to charts/thanos/templates/_helpers.tpl diff --git a/helm/thanos/templates/alert-rule/absent_rules.yml b/charts/thanos/templates/alert-rule/absent_rules.yml similarity index 100% rename from helm/thanos/templates/alert-rule/absent_rules.yml rename to charts/thanos/templates/alert-rule/absent_rules.yml diff --git a/helm/thanos/templates/alert-rule/compaction.yml b/charts/thanos/templates/alert-rule/compaction.yml similarity index 100% rename from helm/thanos/templates/alert-rule/compaction.yml rename to charts/thanos/templates/alert-rule/compaction.yml diff --git a/helm/thanos/templates/alert-rule/query.yml b/charts/thanos/templates/alert-rule/query.yml similarity index 100% rename from helm/thanos/templates/alert-rule/query.yml rename to charts/thanos/templates/alert-rule/query.yml diff --git a/helm/thanos/templates/alert-rule/receive.yml b/charts/thanos/templates/alert-rule/receive.yml similarity index 100% rename from helm/thanos/templates/alert-rule/receive.yml rename to charts/thanos/templates/alert-rule/receive.yml diff --git a/helm/thanos/templates/alert-rule/replicate.yml b/charts/thanos/templates/alert-rule/replicate.yml similarity index 100% rename from helm/thanos/templates/alert-rule/replicate.yml rename to charts/thanos/templates/alert-rule/replicate.yml diff --git a/helm/thanos/templates/alert-rule/ruler.yml b/charts/thanos/templates/alert-rule/ruler.yml similarity index 100% rename from helm/thanos/templates/alert-rule/ruler.yml rename to charts/thanos/templates/alert-rule/ruler.yml diff --git a/helm/thanos/templates/alert-rule/sidecar.yml b/charts/thanos/templates/alert-rule/sidecar.yml similarity index 100% rename from helm/thanos/templates/alert-rule/sidecar.yml rename to charts/thanos/templates/alert-rule/sidecar.yml diff --git a/helm/thanos/templates/alert-rule/store_gateway.yml b/charts/thanos/templates/alert-rule/store_gateway.yml similarity index 100% rename from helm/thanos/templates/alert-rule/store_gateway.yml rename to charts/thanos/templates/alert-rule/store_gateway.yml diff --git a/helm/thanos/templates/bucketweb/deployment.yaml b/charts/thanos/templates/bucketweb/deployment.yaml similarity index 100% rename from helm/thanos/templates/bucketweb/deployment.yaml rename to charts/thanos/templates/bucketweb/deployment.yaml diff --git a/helm/thanos/templates/bucketweb/hpa.yaml b/charts/thanos/templates/bucketweb/hpa.yaml similarity index 100% rename from helm/thanos/templates/bucketweb/hpa.yaml rename to charts/thanos/templates/bucketweb/hpa.yaml diff --git a/helm/thanos/templates/bucketweb/ingress.yaml b/charts/thanos/templates/bucketweb/ingress.yaml similarity index 100% rename from helm/thanos/templates/bucketweb/ingress.yaml rename to charts/thanos/templates/bucketweb/ingress.yaml diff --git a/helm/thanos/templates/bucketweb/pdb.yaml b/charts/thanos/templates/bucketweb/pdb.yaml similarity index 100% rename from helm/thanos/templates/bucketweb/pdb.yaml rename to charts/thanos/templates/bucketweb/pdb.yaml diff --git a/helm/thanos/templates/bucketweb/service.yaml b/charts/thanos/templates/bucketweb/service.yaml similarity index 100% rename from helm/thanos/templates/bucketweb/service.yaml rename to charts/thanos/templates/bucketweb/service.yaml diff --git a/helm/thanos/templates/bucketweb/serviceaccount.yaml b/charts/thanos/templates/bucketweb/serviceaccount.yaml similarity index 100% rename from helm/thanos/templates/bucketweb/serviceaccount.yaml rename to charts/thanos/templates/bucketweb/serviceaccount.yaml diff --git a/helm/thanos/templates/bucketweb/servicemonitor.yaml b/charts/thanos/templates/bucketweb/servicemonitor.yaml similarity index 100% rename from helm/thanos/templates/bucketweb/servicemonitor.yaml rename to charts/thanos/templates/bucketweb/servicemonitor.yaml diff --git a/helm/thanos/templates/bucketweb/tls-secrets.yaml b/charts/thanos/templates/bucketweb/tls-secrets.yaml similarity index 100% rename from helm/thanos/templates/bucketweb/tls-secrets.yaml rename to charts/thanos/templates/bucketweb/tls-secrets.yaml diff --git a/helm/thanos/templates/compactor/_pod-template.tpl b/charts/thanos/templates/compactor/_pod-template.tpl similarity index 100% rename from helm/thanos/templates/compactor/_pod-template.tpl rename to charts/thanos/templates/compactor/_pod-template.tpl diff --git a/helm/thanos/templates/compactor/cronjob.yaml b/charts/thanos/templates/compactor/cronjob.yaml similarity index 100% rename from helm/thanos/templates/compactor/cronjob.yaml rename to charts/thanos/templates/compactor/cronjob.yaml diff --git a/helm/thanos/templates/compactor/deployment.yaml b/charts/thanos/templates/compactor/deployment.yaml similarity index 100% rename from helm/thanos/templates/compactor/deployment.yaml rename to charts/thanos/templates/compactor/deployment.yaml diff --git a/helm/thanos/templates/compactor/ingress.yaml b/charts/thanos/templates/compactor/ingress.yaml similarity index 100% rename from helm/thanos/templates/compactor/ingress.yaml rename to charts/thanos/templates/compactor/ingress.yaml diff --git a/helm/thanos/templates/compactor/pvc.yaml b/charts/thanos/templates/compactor/pvc.yaml similarity index 100% rename from helm/thanos/templates/compactor/pvc.yaml rename to charts/thanos/templates/compactor/pvc.yaml diff --git a/helm/thanos/templates/compactor/service.yaml b/charts/thanos/templates/compactor/service.yaml similarity index 100% rename from helm/thanos/templates/compactor/service.yaml rename to charts/thanos/templates/compactor/service.yaml diff --git a/helm/thanos/templates/compactor/serviceaccount.yaml b/charts/thanos/templates/compactor/serviceaccount.yaml similarity index 100% rename from helm/thanos/templates/compactor/serviceaccount.yaml rename to charts/thanos/templates/compactor/serviceaccount.yaml diff --git a/helm/thanos/templates/compactor/servicemonitor.yaml b/charts/thanos/templates/compactor/servicemonitor.yaml similarity index 100% rename from helm/thanos/templates/compactor/servicemonitor.yaml rename to charts/thanos/templates/compactor/servicemonitor.yaml diff --git a/helm/thanos/templates/compactor/tls-secrets.yaml b/charts/thanos/templates/compactor/tls-secrets.yaml similarity index 100% rename from helm/thanos/templates/compactor/tls-secrets.yaml rename to charts/thanos/templates/compactor/tls-secrets.yaml diff --git a/helm/thanos/templates/extra-list.yaml b/charts/thanos/templates/extra-list.yaml similarity index 100% rename from helm/thanos/templates/extra-list.yaml rename to charts/thanos/templates/extra-list.yaml diff --git a/helm/thanos/templates/grpc-tls-secrets.yaml b/charts/thanos/templates/grpc-tls-secrets.yaml similarity index 100% rename from helm/thanos/templates/grpc-tls-secrets.yaml rename to charts/thanos/templates/grpc-tls-secrets.yaml diff --git a/helm/thanos/templates/http-certs-secret.yaml b/charts/thanos/templates/http-certs-secret.yaml similarity index 100% rename from helm/thanos/templates/http-certs-secret.yaml rename to charts/thanos/templates/http-certs-secret.yaml diff --git a/helm/thanos/templates/httpconfig-secret.yaml b/charts/thanos/templates/httpconfig-secret.yaml similarity index 100% rename from helm/thanos/templates/httpconfig-secret.yaml rename to charts/thanos/templates/httpconfig-secret.yaml diff --git a/helm/thanos/templates/networkpolicy.yaml b/charts/thanos/templates/networkpolicy.yaml similarity index 100% rename from helm/thanos/templates/networkpolicy.yaml rename to charts/thanos/templates/networkpolicy.yaml diff --git a/helm/thanos/templates/objstore-secret.yaml b/charts/thanos/templates/objstore-secret.yaml similarity index 100% rename from helm/thanos/templates/objstore-secret.yaml rename to charts/thanos/templates/objstore-secret.yaml diff --git a/helm/thanos/templates/prometheusrule.yaml b/charts/thanos/templates/prometheusrule.yaml similarity index 100% rename from helm/thanos/templates/prometheusrule.yaml rename to charts/thanos/templates/prometheusrule.yaml diff --git a/helm/thanos/templates/query-frontend/configmap.yaml b/charts/thanos/templates/query-frontend/configmap.yaml similarity index 100% rename from helm/thanos/templates/query-frontend/configmap.yaml rename to charts/thanos/templates/query-frontend/configmap.yaml diff --git a/helm/thanos/templates/query-frontend/deployment.yaml b/charts/thanos/templates/query-frontend/deployment.yaml similarity index 100% rename from helm/thanos/templates/query-frontend/deployment.yaml rename to charts/thanos/templates/query-frontend/deployment.yaml diff --git a/helm/thanos/templates/query-frontend/hpa.yaml b/charts/thanos/templates/query-frontend/hpa.yaml similarity index 100% rename from helm/thanos/templates/query-frontend/hpa.yaml rename to charts/thanos/templates/query-frontend/hpa.yaml diff --git a/helm/thanos/templates/query-frontend/ingress.yaml b/charts/thanos/templates/query-frontend/ingress.yaml similarity index 100% rename from helm/thanos/templates/query-frontend/ingress.yaml rename to charts/thanos/templates/query-frontend/ingress.yaml diff --git a/helm/thanos/templates/query-frontend/pdb.yaml b/charts/thanos/templates/query-frontend/pdb.yaml similarity index 100% rename from helm/thanos/templates/query-frontend/pdb.yaml rename to charts/thanos/templates/query-frontend/pdb.yaml diff --git a/helm/thanos/templates/query-frontend/psp-clusterrole.yaml b/charts/thanos/templates/query-frontend/psp-clusterrole.yaml similarity index 100% rename from helm/thanos/templates/query-frontend/psp-clusterrole.yaml rename to charts/thanos/templates/query-frontend/psp-clusterrole.yaml diff --git a/helm/thanos/templates/query-frontend/psp-clusterrolebinding.yaml b/charts/thanos/templates/query-frontend/psp-clusterrolebinding.yaml similarity index 100% rename from helm/thanos/templates/query-frontend/psp-clusterrolebinding.yaml rename to charts/thanos/templates/query-frontend/psp-clusterrolebinding.yaml diff --git a/helm/thanos/templates/query-frontend/psp.yaml b/charts/thanos/templates/query-frontend/psp.yaml similarity index 100% rename from helm/thanos/templates/query-frontend/psp.yaml rename to charts/thanos/templates/query-frontend/psp.yaml diff --git a/helm/thanos/templates/query-frontend/service.yaml b/charts/thanos/templates/query-frontend/service.yaml similarity index 100% rename from helm/thanos/templates/query-frontend/service.yaml rename to charts/thanos/templates/query-frontend/service.yaml diff --git a/helm/thanos/templates/query-frontend/serviceaccount.yaml b/charts/thanos/templates/query-frontend/serviceaccount.yaml similarity index 100% rename from helm/thanos/templates/query-frontend/serviceaccount.yaml rename to charts/thanos/templates/query-frontend/serviceaccount.yaml diff --git a/helm/thanos/templates/query-frontend/servicemonitor.yaml b/charts/thanos/templates/query-frontend/servicemonitor.yaml similarity index 100% rename from helm/thanos/templates/query-frontend/servicemonitor.yaml rename to charts/thanos/templates/query-frontend/servicemonitor.yaml diff --git a/helm/thanos/templates/query-frontend/tls-secrets.yaml b/charts/thanos/templates/query-frontend/tls-secrets.yaml similarity index 100% rename from helm/thanos/templates/query-frontend/tls-secrets.yaml rename to charts/thanos/templates/query-frontend/tls-secrets.yaml diff --git a/helm/thanos/templates/query/deployment.yaml b/charts/thanos/templates/query/deployment.yaml similarity index 100% rename from helm/thanos/templates/query/deployment.yaml rename to charts/thanos/templates/query/deployment.yaml diff --git a/helm/thanos/templates/query/hpa.yaml b/charts/thanos/templates/query/hpa.yaml similarity index 100% rename from helm/thanos/templates/query/hpa.yaml rename to charts/thanos/templates/query/hpa.yaml diff --git a/helm/thanos/templates/query/ingress-grpc.yaml b/charts/thanos/templates/query/ingress-grpc.yaml similarity index 100% rename from helm/thanos/templates/query/ingress-grpc.yaml rename to charts/thanos/templates/query/ingress-grpc.yaml diff --git a/helm/thanos/templates/query/ingress.yaml b/charts/thanos/templates/query/ingress.yaml similarity index 100% rename from helm/thanos/templates/query/ingress.yaml rename to charts/thanos/templates/query/ingress.yaml diff --git a/helm/thanos/templates/query/pdb.yaml b/charts/thanos/templates/query/pdb.yaml similarity index 100% rename from helm/thanos/templates/query/pdb.yaml rename to charts/thanos/templates/query/pdb.yaml diff --git a/helm/thanos/templates/query/psp-clusterrole.yaml b/charts/thanos/templates/query/psp-clusterrole.yaml similarity index 100% rename from helm/thanos/templates/query/psp-clusterrole.yaml rename to charts/thanos/templates/query/psp-clusterrole.yaml diff --git a/helm/thanos/templates/query/psp-clusterrolebinding.yaml b/charts/thanos/templates/query/psp-clusterrolebinding.yaml similarity index 100% rename from helm/thanos/templates/query/psp-clusterrolebinding.yaml rename to charts/thanos/templates/query/psp-clusterrolebinding.yaml diff --git a/helm/thanos/templates/query/psp.yaml b/charts/thanos/templates/query/psp.yaml similarity index 100% rename from helm/thanos/templates/query/psp.yaml rename to charts/thanos/templates/query/psp.yaml diff --git a/helm/thanos/templates/query/sd-configmap.yaml b/charts/thanos/templates/query/sd-configmap.yaml similarity index 100% rename from helm/thanos/templates/query/sd-configmap.yaml rename to charts/thanos/templates/query/sd-configmap.yaml diff --git a/helm/thanos/templates/query/service-grpc-headless.yaml b/charts/thanos/templates/query/service-grpc-headless.yaml similarity index 100% rename from helm/thanos/templates/query/service-grpc-headless.yaml rename to charts/thanos/templates/query/service-grpc-headless.yaml diff --git a/helm/thanos/templates/query/service-grpc.yaml b/charts/thanos/templates/query/service-grpc.yaml similarity index 100% rename from helm/thanos/templates/query/service-grpc.yaml rename to charts/thanos/templates/query/service-grpc.yaml diff --git a/helm/thanos/templates/query/service-headless.yaml b/charts/thanos/templates/query/service-headless.yaml similarity index 100% rename from helm/thanos/templates/query/service-headless.yaml rename to charts/thanos/templates/query/service-headless.yaml diff --git a/helm/thanos/templates/query/service.yaml b/charts/thanos/templates/query/service.yaml similarity index 100% rename from helm/thanos/templates/query/service.yaml rename to charts/thanos/templates/query/service.yaml diff --git a/helm/thanos/templates/query/serviceaccount.yaml b/charts/thanos/templates/query/serviceaccount.yaml similarity index 100% rename from helm/thanos/templates/query/serviceaccount.yaml rename to charts/thanos/templates/query/serviceaccount.yaml diff --git a/helm/thanos/templates/query/servicemonitor.yaml b/charts/thanos/templates/query/servicemonitor.yaml similarity index 100% rename from helm/thanos/templates/query/servicemonitor.yaml rename to charts/thanos/templates/query/servicemonitor.yaml diff --git a/helm/thanos/templates/query/tls-secrets-grpc.yaml b/charts/thanos/templates/query/tls-secrets-grpc.yaml similarity index 100% rename from helm/thanos/templates/query/tls-secrets-grpc.yaml rename to charts/thanos/templates/query/tls-secrets-grpc.yaml diff --git a/helm/thanos/templates/query/tls-secrets.yaml b/charts/thanos/templates/query/tls-secrets.yaml similarity index 100% rename from helm/thanos/templates/query/tls-secrets.yaml rename to charts/thanos/templates/query/tls-secrets.yaml diff --git a/helm/thanos/templates/receive-distributor/deployment.yaml b/charts/thanos/templates/receive-distributor/deployment.yaml similarity index 100% rename from helm/thanos/templates/receive-distributor/deployment.yaml rename to charts/thanos/templates/receive-distributor/deployment.yaml diff --git a/helm/thanos/templates/receive-distributor/hpa.yaml b/charts/thanos/templates/receive-distributor/hpa.yaml similarity index 100% rename from helm/thanos/templates/receive-distributor/hpa.yaml rename to charts/thanos/templates/receive-distributor/hpa.yaml diff --git a/helm/thanos/templates/receive-distributor/pdb.yaml b/charts/thanos/templates/receive-distributor/pdb.yaml similarity index 100% rename from helm/thanos/templates/receive-distributor/pdb.yaml rename to charts/thanos/templates/receive-distributor/pdb.yaml diff --git a/helm/thanos/templates/receive-distributor/serviceaccount.yaml b/charts/thanos/templates/receive-distributor/serviceaccount.yaml similarity index 100% rename from helm/thanos/templates/receive-distributor/serviceaccount.yaml rename to charts/thanos/templates/receive-distributor/serviceaccount.yaml diff --git a/helm/thanos/templates/receive-distributor/servicemonitor.yaml b/charts/thanos/templates/receive-distributor/servicemonitor.yaml similarity index 100% rename from helm/thanos/templates/receive-distributor/servicemonitor.yaml rename to charts/thanos/templates/receive-distributor/servicemonitor.yaml diff --git a/helm/thanos/templates/receive/configmap.yaml b/charts/thanos/templates/receive/configmap.yaml similarity index 100% rename from helm/thanos/templates/receive/configmap.yaml rename to charts/thanos/templates/receive/configmap.yaml diff --git a/helm/thanos/templates/receive/hpa.yaml b/charts/thanos/templates/receive/hpa.yaml similarity index 100% rename from helm/thanos/templates/receive/hpa.yaml rename to charts/thanos/templates/receive/hpa.yaml diff --git a/helm/thanos/templates/receive/ingress.yaml b/charts/thanos/templates/receive/ingress.yaml similarity index 100% rename from helm/thanos/templates/receive/ingress.yaml rename to charts/thanos/templates/receive/ingress.yaml diff --git a/helm/thanos/templates/receive/pdb.yaml b/charts/thanos/templates/receive/pdb.yaml similarity index 100% rename from helm/thanos/templates/receive/pdb.yaml rename to charts/thanos/templates/receive/pdb.yaml diff --git a/helm/thanos/templates/receive/service-headless.yaml b/charts/thanos/templates/receive/service-headless.yaml similarity index 100% rename from helm/thanos/templates/receive/service-headless.yaml rename to charts/thanos/templates/receive/service-headless.yaml diff --git a/helm/thanos/templates/receive/service.yaml b/charts/thanos/templates/receive/service.yaml similarity index 100% rename from helm/thanos/templates/receive/service.yaml rename to charts/thanos/templates/receive/service.yaml diff --git a/helm/thanos/templates/receive/serviceaccount.yaml b/charts/thanos/templates/receive/serviceaccount.yaml similarity index 100% rename from helm/thanos/templates/receive/serviceaccount.yaml rename to charts/thanos/templates/receive/serviceaccount.yaml diff --git a/helm/thanos/templates/receive/servicemonitor.yaml b/charts/thanos/templates/receive/servicemonitor.yaml similarity index 100% rename from helm/thanos/templates/receive/servicemonitor.yaml rename to charts/thanos/templates/receive/servicemonitor.yaml diff --git a/helm/thanos/templates/receive/statefulset.yaml b/charts/thanos/templates/receive/statefulset.yaml similarity index 100% rename from helm/thanos/templates/receive/statefulset.yaml rename to charts/thanos/templates/receive/statefulset.yaml diff --git a/helm/thanos/templates/receive/tls-secrets.yaml b/charts/thanos/templates/receive/tls-secrets.yaml similarity index 100% rename from helm/thanos/templates/receive/tls-secrets.yaml rename to charts/thanos/templates/receive/tls-secrets.yaml diff --git a/helm/thanos/templates/ruler/configmap.yaml b/charts/thanos/templates/ruler/configmap.yaml similarity index 100% rename from helm/thanos/templates/ruler/configmap.yaml rename to charts/thanos/templates/ruler/configmap.yaml diff --git a/helm/thanos/templates/ruler/hpa.yaml b/charts/thanos/templates/ruler/hpa.yaml similarity index 100% rename from helm/thanos/templates/ruler/hpa.yaml rename to charts/thanos/templates/ruler/hpa.yaml diff --git a/helm/thanos/templates/ruler/ingress.yaml b/charts/thanos/templates/ruler/ingress.yaml similarity index 100% rename from helm/thanos/templates/ruler/ingress.yaml rename to charts/thanos/templates/ruler/ingress.yaml diff --git a/helm/thanos/templates/ruler/pdb.yaml b/charts/thanos/templates/ruler/pdb.yaml similarity index 100% rename from helm/thanos/templates/ruler/pdb.yaml rename to charts/thanos/templates/ruler/pdb.yaml diff --git a/helm/thanos/templates/ruler/secret.yaml b/charts/thanos/templates/ruler/secret.yaml similarity index 100% rename from helm/thanos/templates/ruler/secret.yaml rename to charts/thanos/templates/ruler/secret.yaml diff --git a/helm/thanos/templates/ruler/service-headless.yaml b/charts/thanos/templates/ruler/service-headless.yaml similarity index 100% rename from helm/thanos/templates/ruler/service-headless.yaml rename to charts/thanos/templates/ruler/service-headless.yaml diff --git a/helm/thanos/templates/ruler/service.yaml b/charts/thanos/templates/ruler/service.yaml similarity index 100% rename from helm/thanos/templates/ruler/service.yaml rename to charts/thanos/templates/ruler/service.yaml diff --git a/helm/thanos/templates/ruler/serviceaccount.yaml b/charts/thanos/templates/ruler/serviceaccount.yaml similarity index 100% rename from helm/thanos/templates/ruler/serviceaccount.yaml rename to charts/thanos/templates/ruler/serviceaccount.yaml diff --git a/helm/thanos/templates/ruler/servicemonitor.yaml b/charts/thanos/templates/ruler/servicemonitor.yaml similarity index 100% rename from helm/thanos/templates/ruler/servicemonitor.yaml rename to charts/thanos/templates/ruler/servicemonitor.yaml diff --git a/helm/thanos/templates/ruler/statefulset.yaml b/charts/thanos/templates/ruler/statefulset.yaml similarity index 100% rename from helm/thanos/templates/ruler/statefulset.yaml rename to charts/thanos/templates/ruler/statefulset.yaml diff --git a/helm/thanos/templates/ruler/tls-secrets.yaml b/charts/thanos/templates/ruler/tls-secrets.yaml similarity index 100% rename from helm/thanos/templates/ruler/tls-secrets.yaml rename to charts/thanos/templates/ruler/tls-secrets.yaml diff --git a/helm/thanos/templates/serviceaccount.yaml b/charts/thanos/templates/serviceaccount.yaml similarity index 100% rename from helm/thanos/templates/serviceaccount.yaml rename to charts/thanos/templates/serviceaccount.yaml diff --git a/helm/thanos/templates/storegateway/configmap.yaml b/charts/thanos/templates/storegateway/configmap.yaml similarity index 100% rename from helm/thanos/templates/storegateway/configmap.yaml rename to charts/thanos/templates/storegateway/configmap.yaml diff --git a/helm/thanos/templates/storegateway/hpa-sharded.yaml b/charts/thanos/templates/storegateway/hpa-sharded.yaml similarity index 100% rename from helm/thanos/templates/storegateway/hpa-sharded.yaml rename to charts/thanos/templates/storegateway/hpa-sharded.yaml diff --git a/helm/thanos/templates/storegateway/hpa.yaml b/charts/thanos/templates/storegateway/hpa.yaml similarity index 100% rename from helm/thanos/templates/storegateway/hpa.yaml rename to charts/thanos/templates/storegateway/hpa.yaml diff --git a/helm/thanos/templates/storegateway/ingress-grpc.yaml b/charts/thanos/templates/storegateway/ingress-grpc.yaml similarity index 100% rename from helm/thanos/templates/storegateway/ingress-grpc.yaml rename to charts/thanos/templates/storegateway/ingress-grpc.yaml diff --git a/helm/thanos/templates/storegateway/ingress.yaml b/charts/thanos/templates/storegateway/ingress.yaml similarity index 100% rename from helm/thanos/templates/storegateway/ingress.yaml rename to charts/thanos/templates/storegateway/ingress.yaml diff --git a/helm/thanos/templates/storegateway/pdb-sharded.yaml b/charts/thanos/templates/storegateway/pdb-sharded.yaml similarity index 100% rename from helm/thanos/templates/storegateway/pdb-sharded.yaml rename to charts/thanos/templates/storegateway/pdb-sharded.yaml diff --git a/helm/thanos/templates/storegateway/pdb.yaml b/charts/thanos/templates/storegateway/pdb.yaml similarity index 100% rename from helm/thanos/templates/storegateway/pdb.yaml rename to charts/thanos/templates/storegateway/pdb.yaml diff --git a/helm/thanos/templates/storegateway/service-headless.yaml b/charts/thanos/templates/storegateway/service-headless.yaml similarity index 100% rename from helm/thanos/templates/storegateway/service-headless.yaml rename to charts/thanos/templates/storegateway/service-headless.yaml diff --git a/helm/thanos/templates/storegateway/service-sharded.yaml b/charts/thanos/templates/storegateway/service-sharded.yaml similarity index 100% rename from helm/thanos/templates/storegateway/service-sharded.yaml rename to charts/thanos/templates/storegateway/service-sharded.yaml diff --git a/helm/thanos/templates/storegateway/service.yaml b/charts/thanos/templates/storegateway/service.yaml similarity index 100% rename from helm/thanos/templates/storegateway/service.yaml rename to charts/thanos/templates/storegateway/service.yaml diff --git a/helm/thanos/templates/storegateway/serviceaccount.yaml b/charts/thanos/templates/storegateway/serviceaccount.yaml similarity index 100% rename from helm/thanos/templates/storegateway/serviceaccount.yaml rename to charts/thanos/templates/storegateway/serviceaccount.yaml diff --git a/helm/thanos/templates/storegateway/servicemonitor.yaml b/charts/thanos/templates/storegateway/servicemonitor.yaml similarity index 100% rename from helm/thanos/templates/storegateway/servicemonitor.yaml rename to charts/thanos/templates/storegateway/servicemonitor.yaml diff --git a/helm/thanos/templates/storegateway/statefulset-sharded.yaml b/charts/thanos/templates/storegateway/statefulset-sharded.yaml similarity index 100% rename from helm/thanos/templates/storegateway/statefulset-sharded.yaml rename to charts/thanos/templates/storegateway/statefulset-sharded.yaml diff --git a/helm/thanos/templates/storegateway/statefulset.yaml b/charts/thanos/templates/storegateway/statefulset.yaml similarity index 100% rename from helm/thanos/templates/storegateway/statefulset.yaml rename to charts/thanos/templates/storegateway/statefulset.yaml diff --git a/helm/thanos/templates/storegateway/tls-secrets.yaml b/charts/thanos/templates/storegateway/tls-secrets.yaml similarity index 100% rename from helm/thanos/templates/storegateway/tls-secrets.yaml rename to charts/thanos/templates/storegateway/tls-secrets.yaml diff --git a/helm/thanos/values.yaml b/charts/thanos/values.yaml similarity index 100% rename from helm/thanos/values.yaml rename to charts/thanos/values.yaml diff --git a/helm/xquare-application/Chart.yaml b/charts/xquare-application/Chart.yaml similarity index 100% rename from helm/xquare-application/Chart.yaml rename to charts/xquare-application/Chart.yaml diff --git a/helm/xquare-application/templates/argocd-application.yaml b/charts/xquare-application/templates/argocd-application.yaml similarity index 100% rename from helm/xquare-application/templates/argocd-application.yaml rename to charts/xquare-application/templates/argocd-application.yaml diff --git a/helm/xquare-application/templates/argocd-project.yaml b/charts/xquare-application/templates/argocd-project.yaml similarity index 100% rename from helm/xquare-application/templates/argocd-project.yaml rename to charts/xquare-application/templates/argocd-project.yaml diff --git a/helm/xquare-application/values.yaml b/charts/xquare-application/values.yaml similarity index 100% rename from helm/xquare-application/values.yaml rename to charts/xquare-application/values.yaml diff --git a/helm/xquare-certificate/Chart.yaml b/charts/xquare-certificate/Chart.yaml similarity index 100% rename from helm/xquare-certificate/Chart.yaml rename to charts/xquare-certificate/Chart.yaml diff --git a/helm/xquare-certificate/templates/cloudflare-secret.yaml b/charts/xquare-certificate/templates/cloudflare-secret.yaml similarity index 100% rename from helm/xquare-certificate/templates/cloudflare-secret.yaml rename to charts/xquare-certificate/templates/cloudflare-secret.yaml diff --git a/helm/xquare-certificate/templates/clusterissuer.yaml b/charts/xquare-certificate/templates/clusterissuer.yaml similarity index 100% rename from helm/xquare-certificate/templates/clusterissuer.yaml rename to charts/xquare-certificate/templates/clusterissuer.yaml diff --git a/helm/xquare-certificate/templates/selfsigned-issuer.yaml b/charts/xquare-certificate/templates/selfsigned-issuer.yaml similarity index 100% rename from helm/xquare-certificate/templates/selfsigned-issuer.yaml rename to charts/xquare-certificate/templates/selfsigned-issuer.yaml diff --git a/helm/xquare-certificate/templates/xquare-cert.yaml b/charts/xquare-certificate/templates/xquare-cert.yaml similarity index 100% rename from helm/xquare-certificate/templates/xquare-cert.yaml rename to charts/xquare-certificate/templates/xquare-cert.yaml diff --git a/helm/xquare-certificate/values.yaml b/charts/xquare-certificate/values.yaml similarity index 100% rename from helm/xquare-certificate/values.yaml rename to charts/xquare-certificate/values.yaml