diff --git a/scripts/helm/openreplay-cli b/scripts/helm/openreplay-cli index 0f229e93a..6fa9472f6 100755 --- a/scripts/helm/openreplay-cli +++ b/scripts/helm/openreplay-cli @@ -109,7 +109,7 @@ legacyInstall() { } helmInstall() { - helm upgrade --install openreplay helmcharts/openreplay -f helmcharts/vars.yaml + helm upgrade --install openreplay openreplay -f vars.yaml } upgrade() { diff --git a/scripts/helm/helmcharts/README.md b/scripts/helmcharts/README.md similarity index 100% rename from scripts/helm/helmcharts/README.md rename to scripts/helmcharts/README.md diff --git a/scripts/helm/helmcharts/databases/.helmignore b/scripts/helmcharts/databases/.helmignore similarity index 100% rename from scripts/helm/helmcharts/databases/.helmignore rename to scripts/helmcharts/databases/.helmignore diff --git a/scripts/helm/helmcharts/databases/Chart.yaml b/scripts/helmcharts/databases/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/Chart.yaml rename to scripts/helmcharts/databases/Chart.yaml diff --git a/scripts/helm/helmcharts/databases/charts/clickhouse/.helmignore b/scripts/helmcharts/databases/charts/clickhouse/.helmignore similarity index 100% rename from scripts/helm/helmcharts/databases/charts/clickhouse/.helmignore rename to scripts/helmcharts/databases/charts/clickhouse/.helmignore diff --git a/scripts/helm/helmcharts/databases/charts/clickhouse/Chart.yaml b/scripts/helmcharts/databases/charts/clickhouse/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/clickhouse/Chart.yaml rename to scripts/helmcharts/databases/charts/clickhouse/Chart.yaml diff --git a/scripts/helm/helmcharts/databases/charts/clickhouse/templates/_helpers.tpl b/scripts/helmcharts/databases/charts/clickhouse/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/clickhouse/templates/_helpers.tpl rename to scripts/helmcharts/databases/charts/clickhouse/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/databases/charts/clickhouse/templates/service.yaml b/scripts/helmcharts/databases/charts/clickhouse/templates/service.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/clickhouse/templates/service.yaml rename to scripts/helmcharts/databases/charts/clickhouse/templates/service.yaml diff --git a/scripts/helm/helmcharts/databases/charts/clickhouse/templates/serviceaccount.yaml b/scripts/helmcharts/databases/charts/clickhouse/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/clickhouse/templates/serviceaccount.yaml rename to scripts/helmcharts/databases/charts/clickhouse/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/databases/charts/clickhouse/templates/statefulset.yaml b/scripts/helmcharts/databases/charts/clickhouse/templates/statefulset.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/clickhouse/templates/statefulset.yaml rename to scripts/helmcharts/databases/charts/clickhouse/templates/statefulset.yaml diff --git a/scripts/helm/helmcharts/databases/charts/clickhouse/values.yaml b/scripts/helmcharts/databases/charts/clickhouse/values.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/clickhouse/values.yaml rename to scripts/helmcharts/databases/charts/clickhouse/values.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/.helmignore b/scripts/helmcharts/databases/charts/kafka/.helmignore similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/.helmignore rename to scripts/helmcharts/databases/charts/kafka/.helmignore diff --git a/scripts/helm/helmcharts/databases/charts/kafka/Chart.yaml b/scripts/helmcharts/databases/charts/kafka/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/Chart.yaml rename to scripts/helmcharts/databases/charts/kafka/Chart.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/README.md b/scripts/helmcharts/databases/charts/kafka/README.md similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/README.md rename to scripts/helmcharts/databases/charts/kafka/README.md diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/.helmignore b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/.helmignore similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/.helmignore rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/.helmignore diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/Chart.yaml b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/Chart.yaml rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/Chart.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/README.md b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/README.md similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/README.md rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/README.md diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/NOTES.txt b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/NOTES.txt rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/_helpers.tpl b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/_helpers.tpl rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/configmap.yaml b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/configmap.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/configmap.yaml rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/configmap.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/metrics-svc.yaml b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/metrics-svc.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/metrics-svc.yaml rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/metrics-svc.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/networkpolicy.yaml b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/networkpolicy.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/networkpolicy.yaml rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/networkpolicy.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/poddisruptionbudget.yaml b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/poddisruptionbudget.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/poddisruptionbudget.yaml rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/poddisruptionbudget.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/prometheusrules.yaml b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/prometheusrules.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/prometheusrules.yaml rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/prometheusrules.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/secrets.yaml b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/secrets.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/secrets.yaml rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/secrets.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/serviceaccount.yaml b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/serviceaccount.yaml rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/servicemonitor.yaml b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/servicemonitor.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/servicemonitor.yaml rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/servicemonitor.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/statefulset.yaml b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/statefulset.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/statefulset.yaml rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/statefulset.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/svc-headless.yaml b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/svc-headless.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/svc-headless.yaml rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/svc-headless.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/svc.yaml b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/svc.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/templates/svc.yaml rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/templates/svc.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/values-production.yaml b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/values-production.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/values-production.yaml rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/values-production.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/values.yaml b/scripts/helmcharts/databases/charts/kafka/charts/zookeeper/values.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/charts/zookeeper/values.yaml rename to scripts/helmcharts/databases/charts/kafka/charts/zookeeper/values.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/files/jks/README.md b/scripts/helmcharts/databases/charts/kafka/files/jks/README.md similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/files/jks/README.md rename to scripts/helmcharts/databases/charts/kafka/files/jks/README.md diff --git a/scripts/helm/helmcharts/databases/charts/kafka/kafka.yaml b/scripts/helmcharts/databases/charts/kafka/kafka.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/kafka.yaml rename to scripts/helmcharts/databases/charts/kafka/kafka.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/requirements.lock b/scripts/helmcharts/databases/charts/kafka/requirements.lock similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/requirements.lock rename to scripts/helmcharts/databases/charts/kafka/requirements.lock diff --git a/scripts/helm/helmcharts/databases/charts/kafka/requirements.yaml b/scripts/helmcharts/databases/charts/kafka/requirements.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/requirements.yaml rename to scripts/helmcharts/databases/charts/kafka/requirements.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/NOTES.txt b/scripts/helmcharts/databases/charts/kafka/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/NOTES.txt rename to scripts/helmcharts/databases/charts/kafka/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/_helpers.tpl b/scripts/helmcharts/databases/charts/kafka/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/_helpers.tpl rename to scripts/helmcharts/databases/charts/kafka/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/configmap.yaml b/scripts/helmcharts/databases/charts/kafka/templates/configmap.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/configmap.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/configmap.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/extra-list.yaml b/scripts/helmcharts/databases/charts/kafka/templates/extra-list.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/extra-list.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/extra-list.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/jaas-secret.yaml b/scripts/helmcharts/databases/charts/kafka/templates/jaas-secret.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/jaas-secret.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/jaas-secret.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/jks-secret.yaml b/scripts/helmcharts/databases/charts/kafka/templates/jks-secret.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/jks-secret.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/jks-secret.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/jmx-configmap.yaml b/scripts/helmcharts/databases/charts/kafka/templates/jmx-configmap.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/jmx-configmap.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/jmx-configmap.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/jmx-metrics-svc.yaml b/scripts/helmcharts/databases/charts/kafka/templates/jmx-metrics-svc.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/jmx-metrics-svc.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/jmx-metrics-svc.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/kafka-metrics-deployment.yaml b/scripts/helmcharts/databases/charts/kafka/templates/kafka-metrics-deployment.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/kafka-metrics-deployment.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/kafka-metrics-deployment.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/kafka-metrics-svc.yaml b/scripts/helmcharts/databases/charts/kafka/templates/kafka-metrics-svc.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/kafka-metrics-svc.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/kafka-metrics-svc.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/log4j-configmap.yaml b/scripts/helmcharts/databases/charts/kafka/templates/log4j-configmap.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/log4j-configmap.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/log4j-configmap.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/poddisruptionbudget.yaml b/scripts/helmcharts/databases/charts/kafka/templates/poddisruptionbudget.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/poddisruptionbudget.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/poddisruptionbudget.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/role.yaml b/scripts/helmcharts/databases/charts/kafka/templates/role.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/role.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/role.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/rolebinding.yaml b/scripts/helmcharts/databases/charts/kafka/templates/rolebinding.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/rolebinding.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/rolebinding.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/scripts-configmap.yaml b/scripts/helmcharts/databases/charts/kafka/templates/scripts-configmap.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/scripts-configmap.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/scripts-configmap.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/serviceaccount.yaml b/scripts/helmcharts/databases/charts/kafka/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/serviceaccount.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/servicemonitor-jmx-metrics.yaml b/scripts/helmcharts/databases/charts/kafka/templates/servicemonitor-jmx-metrics.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/servicemonitor-jmx-metrics.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/servicemonitor-jmx-metrics.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/servicemonitor-metrics.yaml b/scripts/helmcharts/databases/charts/kafka/templates/servicemonitor-metrics.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/servicemonitor-metrics.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/servicemonitor-metrics.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/statefulset.yaml b/scripts/helmcharts/databases/charts/kafka/templates/statefulset.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/statefulset.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/statefulset.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/svc-external-access.yaml b/scripts/helmcharts/databases/charts/kafka/templates/svc-external-access.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/svc-external-access.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/svc-external-access.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/svc-headless.yaml b/scripts/helmcharts/databases/charts/kafka/templates/svc-headless.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/svc-headless.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/svc-headless.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/templates/svc.yaml b/scripts/helmcharts/databases/charts/kafka/templates/svc.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/templates/svc.yaml rename to scripts/helmcharts/databases/charts/kafka/templates/svc.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/values-production.yaml b/scripts/helmcharts/databases/charts/kafka/values-production.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/values-production.yaml rename to scripts/helmcharts/databases/charts/kafka/values-production.yaml diff --git a/scripts/helm/helmcharts/databases/charts/kafka/values.yaml b/scripts/helmcharts/databases/charts/kafka/values.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/kafka/values.yaml rename to scripts/helmcharts/databases/charts/kafka/values.yaml diff --git a/scripts/helm/helmcharts/databases/charts/minio/.helmignore b/scripts/helmcharts/databases/charts/minio/.helmignore similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/.helmignore rename to scripts/helmcharts/databases/charts/minio/.helmignore diff --git a/scripts/helm/helmcharts/databases/charts/minio/Chart.yaml b/scripts/helmcharts/databases/charts/minio/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/Chart.yaml rename to scripts/helmcharts/databases/charts/minio/Chart.yaml diff --git a/scripts/helm/helmcharts/databases/charts/minio/README.md b/scripts/helmcharts/databases/charts/minio/README.md similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/README.md rename to scripts/helmcharts/databases/charts/minio/README.md diff --git a/scripts/helm/helmcharts/databases/charts/minio/ci/values-production.yaml b/scripts/helmcharts/databases/charts/minio/ci/values-production.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/ci/values-production.yaml rename to scripts/helmcharts/databases/charts/minio/ci/values-production.yaml diff --git a/scripts/helm/helmcharts/databases/charts/minio/templates/NOTES.txt b/scripts/helmcharts/databases/charts/minio/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/templates/NOTES.txt rename to scripts/helmcharts/databases/charts/minio/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/databases/charts/minio/templates/_helpers.tpl b/scripts/helmcharts/databases/charts/minio/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/templates/_helpers.tpl rename to scripts/helmcharts/databases/charts/minio/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/databases/charts/minio/templates/deployment-standalone.yaml b/scripts/helmcharts/databases/charts/minio/templates/deployment-standalone.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/templates/deployment-standalone.yaml rename to scripts/helmcharts/databases/charts/minio/templates/deployment-standalone.yaml diff --git a/scripts/helm/helmcharts/databases/charts/minio/templates/ingress.yaml b/scripts/helmcharts/databases/charts/minio/templates/ingress.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/templates/ingress.yaml rename to scripts/helmcharts/databases/charts/minio/templates/ingress.yaml diff --git a/scripts/helm/helmcharts/databases/charts/minio/templates/networkpolicy.yaml b/scripts/helmcharts/databases/charts/minio/templates/networkpolicy.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/templates/networkpolicy.yaml rename to scripts/helmcharts/databases/charts/minio/templates/networkpolicy.yaml diff --git a/scripts/helm/helmcharts/databases/charts/minio/templates/pvc-standalone.yaml b/scripts/helmcharts/databases/charts/minio/templates/pvc-standalone.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/templates/pvc-standalone.yaml rename to scripts/helmcharts/databases/charts/minio/templates/pvc-standalone.yaml diff --git a/scripts/helm/helmcharts/databases/charts/minio/templates/secrets.yaml b/scripts/helmcharts/databases/charts/minio/templates/secrets.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/templates/secrets.yaml rename to scripts/helmcharts/databases/charts/minio/templates/secrets.yaml diff --git a/scripts/helm/helmcharts/databases/charts/minio/templates/service.yaml b/scripts/helmcharts/databases/charts/minio/templates/service.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/templates/service.yaml rename to scripts/helmcharts/databases/charts/minio/templates/service.yaml diff --git a/scripts/helm/helmcharts/databases/charts/minio/templates/serviceaccount.yaml b/scripts/helmcharts/databases/charts/minio/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/templates/serviceaccount.yaml rename to scripts/helmcharts/databases/charts/minio/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/databases/charts/minio/templates/statefulset.yaml b/scripts/helmcharts/databases/charts/minio/templates/statefulset.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/templates/statefulset.yaml rename to scripts/helmcharts/databases/charts/minio/templates/statefulset.yaml diff --git a/scripts/helm/helmcharts/databases/charts/minio/templates/svc-headless.yaml b/scripts/helmcharts/databases/charts/minio/templates/svc-headless.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/templates/svc-headless.yaml rename to scripts/helmcharts/databases/charts/minio/templates/svc-headless.yaml diff --git a/scripts/helm/helmcharts/databases/charts/minio/templates/tls-secrets.yaml b/scripts/helmcharts/databases/charts/minio/templates/tls-secrets.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/templates/tls-secrets.yaml rename to scripts/helmcharts/databases/charts/minio/templates/tls-secrets.yaml diff --git a/scripts/helm/helmcharts/databases/charts/minio/values-production.yaml b/scripts/helmcharts/databases/charts/minio/values-production.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/values-production.yaml rename to scripts/helmcharts/databases/charts/minio/values-production.yaml diff --git a/scripts/helm/helmcharts/databases/charts/minio/values.yaml b/scripts/helmcharts/databases/charts/minio/values.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/minio/values.yaml rename to scripts/helmcharts/databases/charts/minio/values.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/.helmignore b/scripts/helmcharts/databases/charts/postgresql/.helmignore similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/.helmignore rename to scripts/helmcharts/databases/charts/postgresql/.helmignore diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/Chart.yaml b/scripts/helmcharts/databases/charts/postgresql/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/Chart.yaml rename to scripts/helmcharts/databases/charts/postgresql/Chart.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/README.md b/scripts/helmcharts/databases/charts/postgresql/README.md similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/README.md rename to scripts/helmcharts/databases/charts/postgresql/README.md diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/.helmignore b/scripts/helmcharts/databases/charts/postgresql/charts/common/.helmignore similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/.helmignore rename to scripts/helmcharts/databases/charts/postgresql/charts/common/.helmignore diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/Chart.yaml b/scripts/helmcharts/databases/charts/postgresql/charts/common/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/Chart.yaml rename to scripts/helmcharts/databases/charts/postgresql/charts/common/Chart.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/README.md b/scripts/helmcharts/databases/charts/postgresql/charts/common/README.md similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/README.md rename to scripts/helmcharts/databases/charts/postgresql/charts/common/README.md diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_affinities.tpl b/scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_affinities.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_affinities.tpl rename to scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_affinities.tpl diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_capabilities.tpl b/scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_capabilities.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_capabilities.tpl rename to scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_capabilities.tpl diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_errors.tpl b/scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_errors.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_errors.tpl rename to scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_errors.tpl diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_images.tpl b/scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_images.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_images.tpl rename to scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_images.tpl diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_labels.tpl b/scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_labels.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_labels.tpl rename to scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_labels.tpl diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_names.tpl b/scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_names.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_names.tpl rename to scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_names.tpl diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_secrets.tpl b/scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_secrets.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_secrets.tpl rename to scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_secrets.tpl diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_storage.tpl b/scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_storage.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_storage.tpl rename to scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_storage.tpl diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_tplvalues.tpl b/scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_tplvalues.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_tplvalues.tpl rename to scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_tplvalues.tpl diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_utils.tpl b/scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_utils.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_utils.tpl rename to scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_utils.tpl diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_validations.tpl b/scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_validations.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_validations.tpl rename to scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_validations.tpl diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_warnings.tpl b/scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_warnings.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/templates/_warnings.tpl rename to scripts/helmcharts/databases/charts/postgresql/charts/common/templates/_warnings.tpl diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/charts/common/values.yaml b/scripts/helmcharts/databases/charts/postgresql/charts/common/values.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/charts/common/values.yaml rename to scripts/helmcharts/databases/charts/postgresql/charts/common/values.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/ci/commonAnnotations.yaml b/scripts/helmcharts/databases/charts/postgresql/ci/commonAnnotations.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/ci/commonAnnotations.yaml rename to scripts/helmcharts/databases/charts/postgresql/ci/commonAnnotations.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/ci/default-values.yaml b/scripts/helmcharts/databases/charts/postgresql/ci/default-values.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/ci/default-values.yaml rename to scripts/helmcharts/databases/charts/postgresql/ci/default-values.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/ci/shmvolume-disabled-values.yaml b/scripts/helmcharts/databases/charts/postgresql/ci/shmvolume-disabled-values.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/ci/shmvolume-disabled-values.yaml rename to scripts/helmcharts/databases/charts/postgresql/ci/shmvolume-disabled-values.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/files/README.md b/scripts/helmcharts/databases/charts/postgresql/files/README.md similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/files/README.md rename to scripts/helmcharts/databases/charts/postgresql/files/README.md diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/files/conf.d/README.md b/scripts/helmcharts/databases/charts/postgresql/files/conf.d/README.md similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/files/conf.d/README.md rename to scripts/helmcharts/databases/charts/postgresql/files/conf.d/README.md diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/files/docker-entrypoint-initdb.d/README.md b/scripts/helmcharts/databases/charts/postgresql/files/docker-entrypoint-initdb.d/README.md similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/files/docker-entrypoint-initdb.d/README.md rename to scripts/helmcharts/databases/charts/postgresql/files/docker-entrypoint-initdb.d/README.md diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/postgresql.yaml b/scripts/helmcharts/databases/charts/postgresql/postgresql.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/postgresql.yaml rename to scripts/helmcharts/databases/charts/postgresql/postgresql.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/requirements.lock b/scripts/helmcharts/databases/charts/postgresql/requirements.lock similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/requirements.lock rename to scripts/helmcharts/databases/charts/postgresql/requirements.lock diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/requirements.yaml b/scripts/helmcharts/databases/charts/postgresql/requirements.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/requirements.yaml rename to scripts/helmcharts/databases/charts/postgresql/requirements.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/NOTES.txt b/scripts/helmcharts/databases/charts/postgresql/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/NOTES.txt rename to scripts/helmcharts/databases/charts/postgresql/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/_helpers.tpl b/scripts/helmcharts/databases/charts/postgresql/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/_helpers.tpl rename to scripts/helmcharts/databases/charts/postgresql/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/configmap.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/configmap.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/configmap.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/configmap.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/extended-config-configmap.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/extended-config-configmap.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/extended-config-configmap.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/extended-config-configmap.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/extra-list.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/extra-list.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/extra-list.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/extra-list.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/initialization-configmap.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/initialization-configmap.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/initialization-configmap.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/initialization-configmap.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/metrics-configmap.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/metrics-configmap.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/metrics-configmap.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/metrics-configmap.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/metrics-svc.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/metrics-svc.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/metrics-svc.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/metrics-svc.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/networkpolicy.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/networkpolicy.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/networkpolicy.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/networkpolicy.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/podsecuritypolicy.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/podsecuritypolicy.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/podsecuritypolicy.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/podsecuritypolicy.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/prometheusrule.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/prometheusrule.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/prometheusrule.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/prometheusrule.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/role.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/role.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/role.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/role.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/rolebinding.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/rolebinding.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/rolebinding.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/rolebinding.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/secrets.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/secrets.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/secrets.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/secrets.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/serviceaccount.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/serviceaccount.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/servicemonitor.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/servicemonitor.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/servicemonitor.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/servicemonitor.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/statefulset-slaves.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/statefulset-slaves.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/statefulset-slaves.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/statefulset-slaves.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/statefulset.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/statefulset.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/statefulset.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/statefulset.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/svc-headless.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/svc-headless.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/svc-headless.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/svc-headless.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/svc-read.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/svc-read.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/svc-read.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/svc-read.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/templates/svc.yaml b/scripts/helmcharts/databases/charts/postgresql/templates/svc.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/templates/svc.yaml rename to scripts/helmcharts/databases/charts/postgresql/templates/svc.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/values-production.yaml b/scripts/helmcharts/databases/charts/postgresql/values-production.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/values-production.yaml rename to scripts/helmcharts/databases/charts/postgresql/values-production.yaml diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/values.schema.json b/scripts/helmcharts/databases/charts/postgresql/values.schema.json similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/values.schema.json rename to scripts/helmcharts/databases/charts/postgresql/values.schema.json diff --git a/scripts/helm/helmcharts/databases/charts/postgresql/values.yaml b/scripts/helmcharts/databases/charts/postgresql/values.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/postgresql/values.yaml rename to scripts/helmcharts/databases/charts/postgresql/values.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/.helmignore b/scripts/helmcharts/databases/charts/redis/.helmignore similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/.helmignore rename to scripts/helmcharts/databases/charts/redis/.helmignore diff --git a/scripts/helm/helmcharts/databases/charts/redis/Chart.lock b/scripts/helmcharts/databases/charts/redis/Chart.lock similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/Chart.lock rename to scripts/helmcharts/databases/charts/redis/Chart.lock diff --git a/scripts/helm/helmcharts/databases/charts/redis/Chart.yaml b/scripts/helmcharts/databases/charts/redis/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/Chart.yaml rename to scripts/helmcharts/databases/charts/redis/Chart.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/README.md b/scripts/helmcharts/databases/charts/redis/README.md similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/README.md rename to scripts/helmcharts/databases/charts/redis/README.md diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/.helmignore b/scripts/helmcharts/databases/charts/redis/charts/common/.helmignore similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/.helmignore rename to scripts/helmcharts/databases/charts/redis/charts/common/.helmignore diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/Chart.yaml b/scripts/helmcharts/databases/charts/redis/charts/common/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/Chart.yaml rename to scripts/helmcharts/databases/charts/redis/charts/common/Chart.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/README.md b/scripts/helmcharts/databases/charts/redis/charts/common/README.md similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/README.md rename to scripts/helmcharts/databases/charts/redis/charts/common/README.md diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_affinities.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/_affinities.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_affinities.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/_affinities.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_capabilities.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/_capabilities.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_capabilities.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/_capabilities.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_errors.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/_errors.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_errors.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/_errors.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_images.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/_images.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_images.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/_images.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_ingress.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/_ingress.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_ingress.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/_ingress.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_labels.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/_labels.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_labels.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/_labels.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_names.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/_names.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_names.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/_names.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_secrets.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/_secrets.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_secrets.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/_secrets.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_storage.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/_storage.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_storage.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/_storage.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_tplvalues.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/_tplvalues.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_tplvalues.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/_tplvalues.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_utils.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/_utils.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_utils.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/_utils.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_warnings.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/_warnings.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/_warnings.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/_warnings.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/validations/_cassandra.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/validations/_cassandra.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/validations/_cassandra.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/validations/_cassandra.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/validations/_mariadb.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/validations/_mariadb.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/validations/_mariadb.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/validations/_mariadb.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/validations/_mongodb.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/validations/_mongodb.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/validations/_mongodb.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/validations/_mongodb.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/validations/_postgresql.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/validations/_postgresql.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/validations/_postgresql.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/validations/_postgresql.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/validations/_redis.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/validations/_redis.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/validations/_redis.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/validations/_redis.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/validations/_validations.tpl b/scripts/helmcharts/databases/charts/redis/charts/common/templates/validations/_validations.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/templates/validations/_validations.tpl rename to scripts/helmcharts/databases/charts/redis/charts/common/templates/validations/_validations.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/charts/common/values.yaml b/scripts/helmcharts/databases/charts/redis/charts/common/values.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/charts/common/values.yaml rename to scripts/helmcharts/databases/charts/redis/charts/common/values.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/ci/default-values.yaml b/scripts/helmcharts/databases/charts/redis/ci/default-values.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/ci/default-values.yaml rename to scripts/helmcharts/databases/charts/redis/ci/default-values.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/ci/extra-flags-values.yaml b/scripts/helmcharts/databases/charts/redis/ci/extra-flags-values.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/ci/extra-flags-values.yaml rename to scripts/helmcharts/databases/charts/redis/ci/extra-flags-values.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/ci/production-sentinel-values.yaml b/scripts/helmcharts/databases/charts/redis/ci/production-sentinel-values.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/ci/production-sentinel-values.yaml rename to scripts/helmcharts/databases/charts/redis/ci/production-sentinel-values.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/img/redis-cluster-topology.png b/scripts/helmcharts/databases/charts/redis/img/redis-cluster-topology.png similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/img/redis-cluster-topology.png rename to scripts/helmcharts/databases/charts/redis/img/redis-cluster-topology.png diff --git a/scripts/helm/helmcharts/databases/charts/redis/img/redis-topology.png b/scripts/helmcharts/databases/charts/redis/img/redis-topology.png similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/img/redis-topology.png rename to scripts/helmcharts/databases/charts/redis/img/redis-topology.png diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/NOTES.txt b/scripts/helmcharts/databases/charts/redis/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/NOTES.txt rename to scripts/helmcharts/databases/charts/redis/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/_helpers.tpl b/scripts/helmcharts/databases/charts/redis/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/_helpers.tpl rename to scripts/helmcharts/databases/charts/redis/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/configmap-scripts.yaml b/scripts/helmcharts/databases/charts/redis/templates/configmap-scripts.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/configmap-scripts.yaml rename to scripts/helmcharts/databases/charts/redis/templates/configmap-scripts.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/configmap.yaml b/scripts/helmcharts/databases/charts/redis/templates/configmap.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/configmap.yaml rename to scripts/helmcharts/databases/charts/redis/templates/configmap.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/headless-svc.yaml b/scripts/helmcharts/databases/charts/redis/templates/headless-svc.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/headless-svc.yaml rename to scripts/helmcharts/databases/charts/redis/templates/headless-svc.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/health-configmap.yaml b/scripts/helmcharts/databases/charts/redis/templates/health-configmap.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/health-configmap.yaml rename to scripts/helmcharts/databases/charts/redis/templates/health-configmap.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/metrics-prometheus.yaml b/scripts/helmcharts/databases/charts/redis/templates/metrics-prometheus.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/metrics-prometheus.yaml rename to scripts/helmcharts/databases/charts/redis/templates/metrics-prometheus.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/metrics-sentinel-prometheus.yaml b/scripts/helmcharts/databases/charts/redis/templates/metrics-sentinel-prometheus.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/metrics-sentinel-prometheus.yaml rename to scripts/helmcharts/databases/charts/redis/templates/metrics-sentinel-prometheus.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/metrics-sentinel-svc.yaml b/scripts/helmcharts/databases/charts/redis/templates/metrics-sentinel-svc.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/metrics-sentinel-svc.yaml rename to scripts/helmcharts/databases/charts/redis/templates/metrics-sentinel-svc.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/metrics-svc.yaml b/scripts/helmcharts/databases/charts/redis/templates/metrics-svc.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/metrics-svc.yaml rename to scripts/helmcharts/databases/charts/redis/templates/metrics-svc.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/networkpolicy.yaml b/scripts/helmcharts/databases/charts/redis/templates/networkpolicy.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/networkpolicy.yaml rename to scripts/helmcharts/databases/charts/redis/templates/networkpolicy.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/pdb.yaml b/scripts/helmcharts/databases/charts/redis/templates/pdb.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/pdb.yaml rename to scripts/helmcharts/databases/charts/redis/templates/pdb.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/prometheusrule.yaml b/scripts/helmcharts/databases/charts/redis/templates/prometheusrule.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/prometheusrule.yaml rename to scripts/helmcharts/databases/charts/redis/templates/prometheusrule.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/psp.yaml b/scripts/helmcharts/databases/charts/redis/templates/psp.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/psp.yaml rename to scripts/helmcharts/databases/charts/redis/templates/psp.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/redis-master-statefulset.yaml b/scripts/helmcharts/databases/charts/redis/templates/redis-master-statefulset.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/redis-master-statefulset.yaml rename to scripts/helmcharts/databases/charts/redis/templates/redis-master-statefulset.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/redis-master-svc.yaml b/scripts/helmcharts/databases/charts/redis/templates/redis-master-svc.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/redis-master-svc.yaml rename to scripts/helmcharts/databases/charts/redis/templates/redis-master-svc.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/redis-node-statefulset.yaml b/scripts/helmcharts/databases/charts/redis/templates/redis-node-statefulset.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/redis-node-statefulset.yaml rename to scripts/helmcharts/databases/charts/redis/templates/redis-node-statefulset.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/redis-role.yaml b/scripts/helmcharts/databases/charts/redis/templates/redis-role.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/redis-role.yaml rename to scripts/helmcharts/databases/charts/redis/templates/redis-role.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/redis-rolebinding.yaml b/scripts/helmcharts/databases/charts/redis/templates/redis-rolebinding.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/redis-rolebinding.yaml rename to scripts/helmcharts/databases/charts/redis/templates/redis-rolebinding.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/redis-serviceaccount.yaml b/scripts/helmcharts/databases/charts/redis/templates/redis-serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/redis-serviceaccount.yaml rename to scripts/helmcharts/databases/charts/redis/templates/redis-serviceaccount.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/redis-slave-statefulset.yaml b/scripts/helmcharts/databases/charts/redis/templates/redis-slave-statefulset.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/redis-slave-statefulset.yaml rename to scripts/helmcharts/databases/charts/redis/templates/redis-slave-statefulset.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/redis-slave-svc.yaml b/scripts/helmcharts/databases/charts/redis/templates/redis-slave-svc.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/redis-slave-svc.yaml rename to scripts/helmcharts/databases/charts/redis/templates/redis-slave-svc.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/redis-with-sentinel-svc.yaml b/scripts/helmcharts/databases/charts/redis/templates/redis-with-sentinel-svc.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/redis-with-sentinel-svc.yaml rename to scripts/helmcharts/databases/charts/redis/templates/redis-with-sentinel-svc.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/templates/secret.yaml b/scripts/helmcharts/databases/charts/redis/templates/secret.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/templates/secret.yaml rename to scripts/helmcharts/databases/charts/redis/templates/secret.yaml diff --git a/scripts/helm/helmcharts/databases/charts/redis/values.schema.json b/scripts/helmcharts/databases/charts/redis/values.schema.json similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/values.schema.json rename to scripts/helmcharts/databases/charts/redis/values.schema.json diff --git a/scripts/helm/helmcharts/databases/charts/redis/values.yaml b/scripts/helmcharts/databases/charts/redis/values.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/charts/redis/values.yaml rename to scripts/helmcharts/databases/charts/redis/values.yaml diff --git a/scripts/helm/helmcharts/databases/templates/NOTES.txt b/scripts/helmcharts/databases/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/databases/templates/NOTES.txt rename to scripts/helmcharts/databases/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/databases/templates/_helpers.tpl b/scripts/helmcharts/databases/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/databases/templates/_helpers.tpl rename to scripts/helmcharts/databases/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/databases/values.yaml b/scripts/helmcharts/databases/values.yaml similarity index 100% rename from scripts/helm/helmcharts/databases/values.yaml rename to scripts/helmcharts/databases/values.yaml diff --git a/scripts/helm/helmcharts/init.sh b/scripts/helmcharts/init.sh similarity index 100% rename from scripts/helm/helmcharts/init.sh rename to scripts/helmcharts/init.sh diff --git a/scripts/helmcharts/openreplay-cli b/scripts/helmcharts/openreplay-cli new file mode 120000 index 000000000..d299dbb4f --- /dev/null +++ b/scripts/helmcharts/openreplay-cli @@ -0,0 +1 @@ +../helm/openreplay-cli \ No newline at end of file diff --git a/scripts/helm/helmcharts/openreplay/.helmignore b/scripts/helmcharts/openreplay/.helmignore similarity index 100% rename from scripts/helm/helmcharts/openreplay/.helmignore rename to scripts/helmcharts/openreplay/.helmignore diff --git a/scripts/helm/helmcharts/openreplay/Chart.yaml b/scripts/helmcharts/openreplay/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/Chart.yaml rename to scripts/helmcharts/openreplay/Chart.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/alerts/.helmignore b/scripts/helmcharts/openreplay/charts/alerts/.helmignore similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/alerts/.helmignore rename to scripts/helmcharts/openreplay/charts/alerts/.helmignore diff --git a/scripts/helm/helmcharts/openreplay/charts/alerts/Chart.yaml b/scripts/helmcharts/openreplay/charts/alerts/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/alerts/Chart.yaml rename to scripts/helmcharts/openreplay/charts/alerts/Chart.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/alerts/templates/NOTES.txt b/scripts/helmcharts/openreplay/charts/alerts/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/alerts/templates/NOTES.txt rename to scripts/helmcharts/openreplay/charts/alerts/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/openreplay/charts/alerts/templates/_helpers.tpl b/scripts/helmcharts/openreplay/charts/alerts/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/alerts/templates/_helpers.tpl rename to scripts/helmcharts/openreplay/charts/alerts/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/openreplay/charts/alerts/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/alerts/templates/deployment.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/alerts/templates/deployment.yaml rename to scripts/helmcharts/openreplay/charts/alerts/templates/deployment.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/alerts/templates/hpa.yaml b/scripts/helmcharts/openreplay/charts/alerts/templates/hpa.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/alerts/templates/hpa.yaml rename to scripts/helmcharts/openreplay/charts/alerts/templates/hpa.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/alerts/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/alerts/templates/ingress.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/alerts/templates/ingress.yaml rename to scripts/helmcharts/openreplay/charts/alerts/templates/ingress.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/alerts/templates/service.yaml b/scripts/helmcharts/openreplay/charts/alerts/templates/service.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/alerts/templates/service.yaml rename to scripts/helmcharts/openreplay/charts/alerts/templates/service.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/alerts/templates/serviceaccount.yaml b/scripts/helmcharts/openreplay/charts/alerts/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/alerts/templates/serviceaccount.yaml rename to scripts/helmcharts/openreplay/charts/alerts/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/alerts/templates/tests/test-connection.yaml b/scripts/helmcharts/openreplay/charts/alerts/templates/tests/test-connection.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/alerts/templates/tests/test-connection.yaml rename to scripts/helmcharts/openreplay/charts/alerts/templates/tests/test-connection.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/alerts/values.yaml b/scripts/helmcharts/openreplay/charts/alerts/values.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/alerts/values.yaml rename to scripts/helmcharts/openreplay/charts/alerts/values.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/assets/.helmignore b/scripts/helmcharts/openreplay/charts/assets/.helmignore similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/assets/.helmignore rename to scripts/helmcharts/openreplay/charts/assets/.helmignore diff --git a/scripts/helm/helmcharts/openreplay/charts/assets/Chart.yaml b/scripts/helmcharts/openreplay/charts/assets/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/assets/Chart.yaml rename to scripts/helmcharts/openreplay/charts/assets/Chart.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/assets/templates/NOTES.txt b/scripts/helmcharts/openreplay/charts/assets/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/assets/templates/NOTES.txt rename to scripts/helmcharts/openreplay/charts/assets/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/openreplay/charts/assets/templates/_helpers.tpl b/scripts/helmcharts/openreplay/charts/assets/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/assets/templates/_helpers.tpl rename to scripts/helmcharts/openreplay/charts/assets/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/openreplay/charts/assets/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/assets/templates/deployment.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/assets/templates/deployment.yaml rename to scripts/helmcharts/openreplay/charts/assets/templates/deployment.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/assets/templates/hpa.yaml b/scripts/helmcharts/openreplay/charts/assets/templates/hpa.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/assets/templates/hpa.yaml rename to scripts/helmcharts/openreplay/charts/assets/templates/hpa.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/assets/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/assets/templates/ingress.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/assets/templates/ingress.yaml rename to scripts/helmcharts/openreplay/charts/assets/templates/ingress.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/assets/templates/service.yaml b/scripts/helmcharts/openreplay/charts/assets/templates/service.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/assets/templates/service.yaml rename to scripts/helmcharts/openreplay/charts/assets/templates/service.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/assets/templates/serviceaccount.yaml b/scripts/helmcharts/openreplay/charts/assets/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/assets/templates/serviceaccount.yaml rename to scripts/helmcharts/openreplay/charts/assets/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/assets/templates/tests/test-connection.yaml b/scripts/helmcharts/openreplay/charts/assets/templates/tests/test-connection.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/assets/templates/tests/test-connection.yaml rename to scripts/helmcharts/openreplay/charts/assets/templates/tests/test-connection.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/assets/values.yaml b/scripts/helmcharts/openreplay/charts/assets/values.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/assets/values.yaml rename to scripts/helmcharts/openreplay/charts/assets/values.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/chalice/.helmignore b/scripts/helmcharts/openreplay/charts/chalice/.helmignore similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/chalice/.helmignore rename to scripts/helmcharts/openreplay/charts/chalice/.helmignore diff --git a/scripts/helm/helmcharts/openreplay/charts/chalice/Chart.yaml b/scripts/helmcharts/openreplay/charts/chalice/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/chalice/Chart.yaml rename to scripts/helmcharts/openreplay/charts/chalice/Chart.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/chalice/templates/NOTES.txt b/scripts/helmcharts/openreplay/charts/chalice/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/chalice/templates/NOTES.txt rename to scripts/helmcharts/openreplay/charts/chalice/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/openreplay/charts/chalice/templates/_helpers.tpl b/scripts/helmcharts/openreplay/charts/chalice/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/chalice/templates/_helpers.tpl rename to scripts/helmcharts/openreplay/charts/chalice/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/openreplay/charts/chalice/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/chalice/templates/deployment.yaml rename to scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/chalice/templates/hpa.yaml b/scripts/helmcharts/openreplay/charts/chalice/templates/hpa.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/chalice/templates/hpa.yaml rename to scripts/helmcharts/openreplay/charts/chalice/templates/hpa.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/chalice/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/chalice/templates/ingress.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/chalice/templates/ingress.yaml rename to scripts/helmcharts/openreplay/charts/chalice/templates/ingress.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/chalice/templates/service.yaml b/scripts/helmcharts/openreplay/charts/chalice/templates/service.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/chalice/templates/service.yaml rename to scripts/helmcharts/openreplay/charts/chalice/templates/service.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/chalice/templates/serviceaccount.yaml b/scripts/helmcharts/openreplay/charts/chalice/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/chalice/templates/serviceaccount.yaml rename to scripts/helmcharts/openreplay/charts/chalice/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/chalice/templates/tests/test-connection.yaml b/scripts/helmcharts/openreplay/charts/chalice/templates/tests/test-connection.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/chalice/templates/tests/test-connection.yaml rename to scripts/helmcharts/openreplay/charts/chalice/templates/tests/test-connection.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/chalice/values.yaml b/scripts/helmcharts/openreplay/charts/chalice/values.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/chalice/values.yaml rename to scripts/helmcharts/openreplay/charts/chalice/values.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/db/.helmignore b/scripts/helmcharts/openreplay/charts/db/.helmignore similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/db/.helmignore rename to scripts/helmcharts/openreplay/charts/db/.helmignore diff --git a/scripts/helm/helmcharts/openreplay/charts/db/Chart.yaml b/scripts/helmcharts/openreplay/charts/db/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/db/Chart.yaml rename to scripts/helmcharts/openreplay/charts/db/Chart.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/db/templates/NOTES.txt b/scripts/helmcharts/openreplay/charts/db/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/db/templates/NOTES.txt rename to scripts/helmcharts/openreplay/charts/db/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/openreplay/charts/db/templates/_helpers.tpl b/scripts/helmcharts/openreplay/charts/db/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/db/templates/_helpers.tpl rename to scripts/helmcharts/openreplay/charts/db/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/openreplay/charts/db/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/db/templates/deployment.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/db/templates/deployment.yaml rename to scripts/helmcharts/openreplay/charts/db/templates/deployment.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/db/templates/hpa.yaml b/scripts/helmcharts/openreplay/charts/db/templates/hpa.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/db/templates/hpa.yaml rename to scripts/helmcharts/openreplay/charts/db/templates/hpa.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/db/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/db/templates/ingress.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/db/templates/ingress.yaml rename to scripts/helmcharts/openreplay/charts/db/templates/ingress.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/db/templates/service.yaml b/scripts/helmcharts/openreplay/charts/db/templates/service.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/db/templates/service.yaml rename to scripts/helmcharts/openreplay/charts/db/templates/service.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/db/templates/serviceaccount.yaml b/scripts/helmcharts/openreplay/charts/db/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/db/templates/serviceaccount.yaml rename to scripts/helmcharts/openreplay/charts/db/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/db/templates/tests/test-connection.yaml b/scripts/helmcharts/openreplay/charts/db/templates/tests/test-connection.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/db/templates/tests/test-connection.yaml rename to scripts/helmcharts/openreplay/charts/db/templates/tests/test-connection.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/db/values.yaml b/scripts/helmcharts/openreplay/charts/db/values.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/db/values.yaml rename to scripts/helmcharts/openreplay/charts/db/values.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/ender/.helmignore b/scripts/helmcharts/openreplay/charts/ender/.helmignore similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/ender/.helmignore rename to scripts/helmcharts/openreplay/charts/ender/.helmignore diff --git a/scripts/helm/helmcharts/openreplay/charts/ender/Chart.yaml b/scripts/helmcharts/openreplay/charts/ender/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/ender/Chart.yaml rename to scripts/helmcharts/openreplay/charts/ender/Chart.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/ender/templates/NOTES.txt b/scripts/helmcharts/openreplay/charts/ender/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/ender/templates/NOTES.txt rename to scripts/helmcharts/openreplay/charts/ender/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/openreplay/charts/ender/templates/_helpers.tpl b/scripts/helmcharts/openreplay/charts/ender/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/ender/templates/_helpers.tpl rename to scripts/helmcharts/openreplay/charts/ender/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/openreplay/charts/ender/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/ender/templates/deployment.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/ender/templates/deployment.yaml rename to scripts/helmcharts/openreplay/charts/ender/templates/deployment.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/ender/templates/hpa.yaml b/scripts/helmcharts/openreplay/charts/ender/templates/hpa.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/ender/templates/hpa.yaml rename to scripts/helmcharts/openreplay/charts/ender/templates/hpa.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/ender/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/ender/templates/ingress.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/ender/templates/ingress.yaml rename to scripts/helmcharts/openreplay/charts/ender/templates/ingress.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/ender/templates/service.yaml b/scripts/helmcharts/openreplay/charts/ender/templates/service.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/ender/templates/service.yaml rename to scripts/helmcharts/openreplay/charts/ender/templates/service.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/ender/templates/serviceaccount.yaml b/scripts/helmcharts/openreplay/charts/ender/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/ender/templates/serviceaccount.yaml rename to scripts/helmcharts/openreplay/charts/ender/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/ender/templates/tests/test-connection.yaml b/scripts/helmcharts/openreplay/charts/ender/templates/tests/test-connection.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/ender/templates/tests/test-connection.yaml rename to scripts/helmcharts/openreplay/charts/ender/templates/tests/test-connection.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/ender/values.yaml b/scripts/helmcharts/openreplay/charts/ender/values.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/ender/values.yaml rename to scripts/helmcharts/openreplay/charts/ender/values.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/http/.helmignore b/scripts/helmcharts/openreplay/charts/http/.helmignore similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/http/.helmignore rename to scripts/helmcharts/openreplay/charts/http/.helmignore diff --git a/scripts/helm/helmcharts/openreplay/charts/http/Chart.yaml b/scripts/helmcharts/openreplay/charts/http/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/http/Chart.yaml rename to scripts/helmcharts/openreplay/charts/http/Chart.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/http/templates/NOTES.txt b/scripts/helmcharts/openreplay/charts/http/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/http/templates/NOTES.txt rename to scripts/helmcharts/openreplay/charts/http/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/openreplay/charts/http/templates/_helpers.tpl b/scripts/helmcharts/openreplay/charts/http/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/http/templates/_helpers.tpl rename to scripts/helmcharts/openreplay/charts/http/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/openreplay/charts/http/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/http/templates/deployment.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/http/templates/deployment.yaml rename to scripts/helmcharts/openreplay/charts/http/templates/deployment.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/http/templates/hpa.yaml b/scripts/helmcharts/openreplay/charts/http/templates/hpa.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/http/templates/hpa.yaml rename to scripts/helmcharts/openreplay/charts/http/templates/hpa.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/http/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/http/templates/ingress.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/http/templates/ingress.yaml rename to scripts/helmcharts/openreplay/charts/http/templates/ingress.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/http/templates/service.yaml b/scripts/helmcharts/openreplay/charts/http/templates/service.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/http/templates/service.yaml rename to scripts/helmcharts/openreplay/charts/http/templates/service.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/http/templates/serviceaccount.yaml b/scripts/helmcharts/openreplay/charts/http/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/http/templates/serviceaccount.yaml rename to scripts/helmcharts/openreplay/charts/http/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/http/templates/tests/test-connection.yaml b/scripts/helmcharts/openreplay/charts/http/templates/tests/test-connection.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/http/templates/tests/test-connection.yaml rename to scripts/helmcharts/openreplay/charts/http/templates/tests/test-connection.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/http/values.yaml b/scripts/helmcharts/openreplay/charts/http/values.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/http/values.yaml rename to scripts/helmcharts/openreplay/charts/http/values.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/integrations/.helmignore b/scripts/helmcharts/openreplay/charts/integrations/.helmignore similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/integrations/.helmignore rename to scripts/helmcharts/openreplay/charts/integrations/.helmignore diff --git a/scripts/helm/helmcharts/openreplay/charts/integrations/Chart.yaml b/scripts/helmcharts/openreplay/charts/integrations/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/integrations/Chart.yaml rename to scripts/helmcharts/openreplay/charts/integrations/Chart.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/integrations/templates/NOTES.txt b/scripts/helmcharts/openreplay/charts/integrations/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/integrations/templates/NOTES.txt rename to scripts/helmcharts/openreplay/charts/integrations/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/openreplay/charts/integrations/templates/_helpers.tpl b/scripts/helmcharts/openreplay/charts/integrations/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/integrations/templates/_helpers.tpl rename to scripts/helmcharts/openreplay/charts/integrations/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/openreplay/charts/integrations/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/integrations/templates/deployment.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/integrations/templates/deployment.yaml rename to scripts/helmcharts/openreplay/charts/integrations/templates/deployment.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/integrations/templates/hpa.yaml b/scripts/helmcharts/openreplay/charts/integrations/templates/hpa.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/integrations/templates/hpa.yaml rename to scripts/helmcharts/openreplay/charts/integrations/templates/hpa.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/integrations/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/integrations/templates/ingress.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/integrations/templates/ingress.yaml rename to scripts/helmcharts/openreplay/charts/integrations/templates/ingress.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/integrations/templates/service.yaml b/scripts/helmcharts/openreplay/charts/integrations/templates/service.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/integrations/templates/service.yaml rename to scripts/helmcharts/openreplay/charts/integrations/templates/service.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/integrations/templates/serviceaccount.yaml b/scripts/helmcharts/openreplay/charts/integrations/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/integrations/templates/serviceaccount.yaml rename to scripts/helmcharts/openreplay/charts/integrations/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/integrations/templates/tests/test-connection.yaml b/scripts/helmcharts/openreplay/charts/integrations/templates/tests/test-connection.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/integrations/templates/tests/test-connection.yaml rename to scripts/helmcharts/openreplay/charts/integrations/templates/tests/test-connection.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/integrations/values.yaml b/scripts/helmcharts/openreplay/charts/integrations/values.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/integrations/values.yaml rename to scripts/helmcharts/openreplay/charts/integrations/values.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/nginx-ingress/.helmignore b/scripts/helmcharts/openreplay/charts/nginx-ingress/.helmignore similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/nginx-ingress/.helmignore rename to scripts/helmcharts/openreplay/charts/nginx-ingress/.helmignore diff --git a/scripts/helm/helmcharts/openreplay/charts/nginx-ingress/Chart.yaml b/scripts/helmcharts/openreplay/charts/nginx-ingress/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/nginx-ingress/Chart.yaml rename to scripts/helmcharts/openreplay/charts/nginx-ingress/Chart.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/NOTES.txt b/scripts/helmcharts/openreplay/charts/nginx-ingress/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/NOTES.txt rename to scripts/helmcharts/openreplay/charts/nginx-ingress/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/_helpers.tpl b/scripts/helmcharts/openreplay/charts/nginx-ingress/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/_helpers.tpl rename to scripts/helmcharts/openreplay/charts/nginx-ingress/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/configMap.yaml b/scripts/helmcharts/openreplay/charts/nginx-ingress/templates/configMap.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/configMap.yaml rename to scripts/helmcharts/openreplay/charts/nginx-ingress/templates/configMap.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/nginx-ingress/templates/deployment.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/deployment.yaml rename to scripts/helmcharts/openreplay/charts/nginx-ingress/templates/deployment.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/hpa.yaml b/scripts/helmcharts/openreplay/charts/nginx-ingress/templates/hpa.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/hpa.yaml rename to scripts/helmcharts/openreplay/charts/nginx-ingress/templates/hpa.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/nginx-ingress/templates/ingress.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/ingress.yaml rename to scripts/helmcharts/openreplay/charts/nginx-ingress/templates/ingress.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/secrets.yaml b/scripts/helmcharts/openreplay/charts/nginx-ingress/templates/secrets.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/secrets.yaml rename to scripts/helmcharts/openreplay/charts/nginx-ingress/templates/secrets.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/service.yaml b/scripts/helmcharts/openreplay/charts/nginx-ingress/templates/service.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/service.yaml rename to scripts/helmcharts/openreplay/charts/nginx-ingress/templates/service.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/serviceaccount.yaml b/scripts/helmcharts/openreplay/charts/nginx-ingress/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/serviceaccount.yaml rename to scripts/helmcharts/openreplay/charts/nginx-ingress/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/tests/test-connection.yaml b/scripts/helmcharts/openreplay/charts/nginx-ingress/templates/tests/test-connection.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/nginx-ingress/templates/tests/test-connection.yaml rename to scripts/helmcharts/openreplay/charts/nginx-ingress/templates/tests/test-connection.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/nginx-ingress/values.yaml b/scripts/helmcharts/openreplay/charts/nginx-ingress/values.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/nginx-ingress/values.yaml rename to scripts/helmcharts/openreplay/charts/nginx-ingress/values.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/sink/.helmignore b/scripts/helmcharts/openreplay/charts/sink/.helmignore similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/sink/.helmignore rename to scripts/helmcharts/openreplay/charts/sink/.helmignore diff --git a/scripts/helm/helmcharts/openreplay/charts/sink/Chart.yaml b/scripts/helmcharts/openreplay/charts/sink/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/sink/Chart.yaml rename to scripts/helmcharts/openreplay/charts/sink/Chart.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/sink/templates/NOTES.txt b/scripts/helmcharts/openreplay/charts/sink/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/sink/templates/NOTES.txt rename to scripts/helmcharts/openreplay/charts/sink/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/openreplay/charts/sink/templates/_helpers.tpl b/scripts/helmcharts/openreplay/charts/sink/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/sink/templates/_helpers.tpl rename to scripts/helmcharts/openreplay/charts/sink/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/openreplay/charts/sink/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/sink/templates/deployment.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/sink/templates/deployment.yaml rename to scripts/helmcharts/openreplay/charts/sink/templates/deployment.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/sink/templates/hpa.yaml b/scripts/helmcharts/openreplay/charts/sink/templates/hpa.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/sink/templates/hpa.yaml rename to scripts/helmcharts/openreplay/charts/sink/templates/hpa.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/sink/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/sink/templates/ingress.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/sink/templates/ingress.yaml rename to scripts/helmcharts/openreplay/charts/sink/templates/ingress.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/sink/templates/service.yaml b/scripts/helmcharts/openreplay/charts/sink/templates/service.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/sink/templates/service.yaml rename to scripts/helmcharts/openreplay/charts/sink/templates/service.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/sink/templates/serviceaccount.yaml b/scripts/helmcharts/openreplay/charts/sink/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/sink/templates/serviceaccount.yaml rename to scripts/helmcharts/openreplay/charts/sink/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/sink/templates/tests/test-connection.yaml b/scripts/helmcharts/openreplay/charts/sink/templates/tests/test-connection.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/sink/templates/tests/test-connection.yaml rename to scripts/helmcharts/openreplay/charts/sink/templates/tests/test-connection.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/sink/values.yaml b/scripts/helmcharts/openreplay/charts/sink/values.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/sink/values.yaml rename to scripts/helmcharts/openreplay/charts/sink/values.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/storage/.helmignore b/scripts/helmcharts/openreplay/charts/storage/.helmignore similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/storage/.helmignore rename to scripts/helmcharts/openreplay/charts/storage/.helmignore diff --git a/scripts/helm/helmcharts/openreplay/charts/storage/Chart.yaml b/scripts/helmcharts/openreplay/charts/storage/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/storage/Chart.yaml rename to scripts/helmcharts/openreplay/charts/storage/Chart.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/storage/templates/NOTES.txt b/scripts/helmcharts/openreplay/charts/storage/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/storage/templates/NOTES.txt rename to scripts/helmcharts/openreplay/charts/storage/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/openreplay/charts/storage/templates/_helpers.tpl b/scripts/helmcharts/openreplay/charts/storage/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/storage/templates/_helpers.tpl rename to scripts/helmcharts/openreplay/charts/storage/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/openreplay/charts/storage/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/storage/templates/deployment.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/storage/templates/deployment.yaml rename to scripts/helmcharts/openreplay/charts/storage/templates/deployment.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/storage/templates/hpa.yaml b/scripts/helmcharts/openreplay/charts/storage/templates/hpa.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/storage/templates/hpa.yaml rename to scripts/helmcharts/openreplay/charts/storage/templates/hpa.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/storage/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/storage/templates/ingress.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/storage/templates/ingress.yaml rename to scripts/helmcharts/openreplay/charts/storage/templates/ingress.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/storage/templates/service.yaml b/scripts/helmcharts/openreplay/charts/storage/templates/service.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/storage/templates/service.yaml rename to scripts/helmcharts/openreplay/charts/storage/templates/service.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/storage/templates/serviceaccount.yaml b/scripts/helmcharts/openreplay/charts/storage/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/storage/templates/serviceaccount.yaml rename to scripts/helmcharts/openreplay/charts/storage/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/storage/templates/tests/test-connection.yaml b/scripts/helmcharts/openreplay/charts/storage/templates/tests/test-connection.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/storage/templates/tests/test-connection.yaml rename to scripts/helmcharts/openreplay/charts/storage/templates/tests/test-connection.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/storage/values.yaml b/scripts/helmcharts/openreplay/charts/storage/values.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/storage/values.yaml rename to scripts/helmcharts/openreplay/charts/storage/values.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/utilities/.helmignore b/scripts/helmcharts/openreplay/charts/utilities/.helmignore similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/utilities/.helmignore rename to scripts/helmcharts/openreplay/charts/utilities/.helmignore diff --git a/scripts/helm/helmcharts/openreplay/charts/utilities/Chart.yaml b/scripts/helmcharts/openreplay/charts/utilities/Chart.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/utilities/Chart.yaml rename to scripts/helmcharts/openreplay/charts/utilities/Chart.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/utilities/templates/NOTES.txt b/scripts/helmcharts/openreplay/charts/utilities/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/utilities/templates/NOTES.txt rename to scripts/helmcharts/openreplay/charts/utilities/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/openreplay/charts/utilities/templates/_helpers.tpl b/scripts/helmcharts/openreplay/charts/utilities/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/utilities/templates/_helpers.tpl rename to scripts/helmcharts/openreplay/charts/utilities/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/openreplay/charts/utilities/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/utilities/templates/deployment.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/utilities/templates/deployment.yaml rename to scripts/helmcharts/openreplay/charts/utilities/templates/deployment.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/utilities/templates/hpa.yaml b/scripts/helmcharts/openreplay/charts/utilities/templates/hpa.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/utilities/templates/hpa.yaml rename to scripts/helmcharts/openreplay/charts/utilities/templates/hpa.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/utilities/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/utilities/templates/ingress.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/utilities/templates/ingress.yaml rename to scripts/helmcharts/openreplay/charts/utilities/templates/ingress.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/utilities/templates/service.yaml b/scripts/helmcharts/openreplay/charts/utilities/templates/service.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/utilities/templates/service.yaml rename to scripts/helmcharts/openreplay/charts/utilities/templates/service.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/utilities/templates/serviceaccount.yaml b/scripts/helmcharts/openreplay/charts/utilities/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/utilities/templates/serviceaccount.yaml rename to scripts/helmcharts/openreplay/charts/utilities/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/utilities/templates/tests/test-connection.yaml b/scripts/helmcharts/openreplay/charts/utilities/templates/tests/test-connection.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/utilities/templates/tests/test-connection.yaml rename to scripts/helmcharts/openreplay/charts/utilities/templates/tests/test-connection.yaml diff --git a/scripts/helm/helmcharts/openreplay/charts/utilities/values.yaml b/scripts/helmcharts/openreplay/charts/utilities/values.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/charts/utilities/values.yaml rename to scripts/helmcharts/openreplay/charts/utilities/values.yaml diff --git a/scripts/helm/helmcharts/openreplay/files/clickhouse.sh b/scripts/helmcharts/openreplay/files/clickhouse.sh similarity index 100% rename from scripts/helm/helmcharts/openreplay/files/clickhouse.sh rename to scripts/helmcharts/openreplay/files/clickhouse.sh diff --git a/scripts/helm/helmcharts/openreplay/files/dbops.sh b/scripts/helmcharts/openreplay/files/dbops.sh similarity index 100% rename from scripts/helm/helmcharts/openreplay/files/dbops.sh rename to scripts/helmcharts/openreplay/files/dbops.sh diff --git a/scripts/helm/helmcharts/openreplay/files/kafka.sh b/scripts/helmcharts/openreplay/files/kafka.sh similarity index 100% rename from scripts/helm/helmcharts/openreplay/files/kafka.sh rename to scripts/helmcharts/openreplay/files/kafka.sh diff --git a/scripts/helm/helmcharts/openreplay/files/minio.sh b/scripts/helmcharts/openreplay/files/minio.sh similarity index 100% rename from scripts/helm/helmcharts/openreplay/files/minio.sh rename to scripts/helmcharts/openreplay/files/minio.sh diff --git a/scripts/helm/helmcharts/openreplay/files/postgresql.sh b/scripts/helmcharts/openreplay/files/postgresql.sh similarity index 100% rename from scripts/helm/helmcharts/openreplay/files/postgresql.sh rename to scripts/helmcharts/openreplay/files/postgresql.sh diff --git a/scripts/helm/helmcharts/openreplay/templates/NOTES.txt b/scripts/helmcharts/openreplay/templates/NOTES.txt similarity index 100% rename from scripts/helm/helmcharts/openreplay/templates/NOTES.txt rename to scripts/helmcharts/openreplay/templates/NOTES.txt diff --git a/scripts/helm/helmcharts/openreplay/templates/_helpers.tpl b/scripts/helmcharts/openreplay/templates/_helpers.tpl similarity index 100% rename from scripts/helm/helmcharts/openreplay/templates/_helpers.tpl rename to scripts/helmcharts/openreplay/templates/_helpers.tpl diff --git a/scripts/helm/helmcharts/openreplay/templates/job.yaml b/scripts/helmcharts/openreplay/templates/job.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/templates/job.yaml rename to scripts/helmcharts/openreplay/templates/job.yaml diff --git a/scripts/helm/helmcharts/openreplay/templates/serviceaccount.yaml b/scripts/helmcharts/openreplay/templates/serviceaccount.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/templates/serviceaccount.yaml rename to scripts/helmcharts/openreplay/templates/serviceaccount.yaml diff --git a/scripts/helm/helmcharts/openreplay/values.yaml b/scripts/helmcharts/openreplay/values.yaml similarity index 100% rename from scripts/helm/helmcharts/openreplay/values.yaml rename to scripts/helmcharts/openreplay/values.yaml diff --git a/scripts/helm/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml similarity index 100% rename from scripts/helm/helmcharts/vars.yaml rename to scripts/helmcharts/vars.yaml diff --git a/scripts/helm/helmcharts/versionUpdater.sh b/scripts/helmcharts/versionUpdater.sh similarity index 100% rename from scripts/helm/helmcharts/versionUpdater.sh rename to scripts/helmcharts/versionUpdater.sh