diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 6450e1b9..1a213fb2 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -46,7 +46,7 @@ jobs: - name: Run chart-testing (lint) if: steps.list-changed.outputs.changed == 'true' run: | - ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts/magistrala + ct lint --chart-dirs magistrala - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' @@ -55,4 +55,4 @@ jobs: - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true' run: | - ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts/magistrala + ct install --chart-dirs magistrala diff --git a/charts/magistrala/.helmignore b/magistrala/.helmignore similarity index 100% rename from charts/magistrala/.helmignore rename to magistrala/.helmignore diff --git a/charts/magistrala/Chart.lock b/magistrala/Chart.lock similarity index 100% rename from charts/magistrala/Chart.lock rename to magistrala/Chart.lock diff --git a/charts/magistrala/Chart.yaml b/magistrala/Chart.yaml similarity index 100% rename from charts/magistrala/Chart.yaml rename to magistrala/Chart.yaml diff --git a/charts/magistrala/README.md b/magistrala/README.md similarity index 100% rename from charts/magistrala/README.md rename to magistrala/README.md diff --git a/charts/magistrala/charts/.gitignore b/magistrala/charts/.gitignore similarity index 100% rename from charts/magistrala/charts/.gitignore rename to magistrala/charts/.gitignore diff --git a/charts/magistrala/secrets/.gitignore b/magistrala/secrets/.gitignore similarity index 100% rename from charts/magistrala/secrets/.gitignore rename to magistrala/secrets/.gitignore diff --git a/charts/magistrala/secrets/secrets.sh b/magistrala/secrets/secrets.sh similarity index 100% rename from charts/magistrala/secrets/secrets.sh rename to magistrala/secrets/secrets.sh diff --git a/charts/magistrala/templates/_helpers.tpl b/magistrala/templates/_helpers.tpl similarity index 100% rename from charts/magistrala/templates/_helpers.tpl rename to magistrala/templates/_helpers.tpl diff --git a/charts/magistrala/templates/adapter_coap-deployment.yaml b/magistrala/templates/adapter_coap-deployment.yaml similarity index 100% rename from charts/magistrala/templates/adapter_coap-deployment.yaml rename to magistrala/templates/adapter_coap-deployment.yaml diff --git a/charts/magistrala/templates/adapter_coap-service.yaml b/magistrala/templates/adapter_coap-service.yaml similarity index 100% rename from charts/magistrala/templates/adapter_coap-service.yaml rename to magistrala/templates/adapter_coap-service.yaml diff --git a/charts/magistrala/templates/adapter_http-deployment.yaml b/magistrala/templates/adapter_http-deployment.yaml similarity index 100% rename from charts/magistrala/templates/adapter_http-deployment.yaml rename to magistrala/templates/adapter_http-deployment.yaml diff --git a/charts/magistrala/templates/adapter_http-service.yaml b/magistrala/templates/adapter_http-service.yaml similarity index 100% rename from charts/magistrala/templates/adapter_http-service.yaml rename to magistrala/templates/adapter_http-service.yaml diff --git a/charts/magistrala/templates/adapter_mqtt-statefulstet.yaml b/magistrala/templates/adapter_mqtt-statefulstet.yaml similarity index 100% rename from charts/magistrala/templates/adapter_mqtt-statefulstet.yaml rename to magistrala/templates/adapter_mqtt-statefulstet.yaml diff --git a/charts/magistrala/templates/auth-deployment.yaml b/magistrala/templates/auth-deployment.yaml similarity index 100% rename from charts/magistrala/templates/auth-deployment.yaml rename to magistrala/templates/auth-deployment.yaml diff --git a/charts/magistrala/templates/auth-service.yaml b/magistrala/templates/auth-service.yaml similarity index 100% rename from charts/magistrala/templates/auth-service.yaml rename to magistrala/templates/auth-service.yaml diff --git a/charts/magistrala/templates/bootstrap-deployment.yaml b/magistrala/templates/bootstrap-deployment.yaml similarity index 100% rename from charts/magistrala/templates/bootstrap-deployment.yaml rename to magistrala/templates/bootstrap-deployment.yaml diff --git a/charts/magistrala/templates/bootstrap-service.yaml b/magistrala/templates/bootstrap-service.yaml similarity index 100% rename from charts/magistrala/templates/bootstrap-service.yaml rename to magistrala/templates/bootstrap-service.yaml diff --git a/charts/magistrala/templates/certs-deployment.yaml b/magistrala/templates/certs-deployment.yaml similarity index 100% rename from charts/magistrala/templates/certs-deployment.yaml rename to magistrala/templates/certs-deployment.yaml diff --git a/charts/magistrala/templates/certs-service.yaml b/magistrala/templates/certs-service.yaml similarity index 100% rename from charts/magistrala/templates/certs-service.yaml rename to magistrala/templates/certs-service.yaml diff --git a/charts/magistrala/templates/envoy-config.yaml b/magistrala/templates/envoy-config.yaml similarity index 100% rename from charts/magistrala/templates/envoy-config.yaml rename to magistrala/templates/envoy-config.yaml diff --git a/charts/magistrala/templates/envoy.yaml b/magistrala/templates/envoy.yaml similarity index 100% rename from charts/magistrala/templates/envoy.yaml rename to magistrala/templates/envoy.yaml diff --git a/charts/magistrala/templates/ingress.yaml b/magistrala/templates/ingress.yaml similarity index 100% rename from charts/magistrala/templates/ingress.yaml rename to magistrala/templates/ingress.yaml diff --git a/charts/magistrala/templates/invitations-deployment.yaml b/magistrala/templates/invitations-deployment.yaml similarity index 100% rename from charts/magistrala/templates/invitations-deployment.yaml rename to magistrala/templates/invitations-deployment.yaml diff --git a/charts/magistrala/templates/invitations-service.yaml b/magistrala/templates/invitations-service.yaml similarity index 100% rename from charts/magistrala/templates/invitations-service.yaml rename to magistrala/templates/invitations-service.yaml diff --git a/charts/magistrala/templates/journal-deployment.yaml b/magistrala/templates/journal-deployment.yaml similarity index 100% rename from charts/magistrala/templates/journal-deployment.yaml rename to magistrala/templates/journal-deployment.yaml diff --git a/charts/magistrala/templates/journal-service.yaml b/magistrala/templates/journal-service.yaml similarity index 100% rename from charts/magistrala/templates/journal-service.yaml rename to magistrala/templates/journal-service.yaml diff --git a/charts/magistrala/templates/nginx-internal.yaml b/magistrala/templates/nginx-internal.yaml similarity index 100% rename from charts/magistrala/templates/nginx-internal.yaml rename to magistrala/templates/nginx-internal.yaml diff --git a/charts/magistrala/templates/scpiedb-schema.yaml b/magistrala/templates/scpiedb-schema.yaml similarity index 100% rename from charts/magistrala/templates/scpiedb-schema.yaml rename to magistrala/templates/scpiedb-schema.yaml diff --git a/charts/magistrala/templates/spicedb-deployment.yaml b/magistrala/templates/spicedb-deployment.yaml similarity index 100% rename from charts/magistrala/templates/spicedb-deployment.yaml rename to magistrala/templates/spicedb-deployment.yaml diff --git a/charts/magistrala/templates/spicedb-envoy-config.yaml b/magistrala/templates/spicedb-envoy-config.yaml similarity index 100% rename from charts/magistrala/templates/spicedb-envoy-config.yaml rename to magistrala/templates/spicedb-envoy-config.yaml diff --git a/charts/magistrala/templates/spicedb-envoy-deployment.yaml b/magistrala/templates/spicedb-envoy-deployment.yaml similarity index 100% rename from charts/magistrala/templates/spicedb-envoy-deployment.yaml rename to magistrala/templates/spicedb-envoy-deployment.yaml diff --git a/charts/magistrala/templates/spicedb-envoy-service.yaml b/magistrala/templates/spicedb-envoy-service.yaml similarity index 100% rename from charts/magistrala/templates/spicedb-envoy-service.yaml rename to magistrala/templates/spicedb-envoy-service.yaml diff --git a/charts/magistrala/templates/spicedb-migration-job.yaml b/magistrala/templates/spicedb-migration-job.yaml similarity index 100% rename from charts/magistrala/templates/spicedb-migration-job.yaml rename to magistrala/templates/spicedb-migration-job.yaml diff --git a/charts/magistrala/templates/spicedb-service.yaml b/magistrala/templates/spicedb-service.yaml similarity index 100% rename from charts/magistrala/templates/spicedb-service.yaml rename to magistrala/templates/spicedb-service.yaml diff --git a/charts/magistrala/templates/things-deployment.yaml b/magistrala/templates/things-deployment.yaml similarity index 100% rename from charts/magistrala/templates/things-deployment.yaml rename to magistrala/templates/things-deployment.yaml diff --git a/charts/magistrala/templates/things-service.yaml b/magistrala/templates/things-service.yaml similarity index 100% rename from charts/magistrala/templates/things-service.yaml rename to magistrala/templates/things-service.yaml diff --git a/charts/magistrala/templates/timescal-reader-service.yaml b/magistrala/templates/timescal-reader-service.yaml similarity index 100% rename from charts/magistrala/templates/timescal-reader-service.yaml rename to magistrala/templates/timescal-reader-service.yaml diff --git a/charts/magistrala/templates/timescale-reader-deployment.yaml b/magistrala/templates/timescale-reader-deployment.yaml similarity index 100% rename from charts/magistrala/templates/timescale-reader-deployment.yaml rename to magistrala/templates/timescale-reader-deployment.yaml diff --git a/charts/magistrala/templates/timescale-writer-deployment.yaml b/magistrala/templates/timescale-writer-deployment.yaml similarity index 100% rename from charts/magistrala/templates/timescale-writer-deployment.yaml rename to magistrala/templates/timescale-writer-deployment.yaml diff --git a/charts/magistrala/templates/timescale-writer-service.yaml b/magistrala/templates/timescale-writer-service.yaml similarity index 100% rename from charts/magistrala/templates/timescale-writer-service.yaml rename to magistrala/templates/timescale-writer-service.yaml diff --git a/charts/magistrala/templates/ui-deployment.yaml b/magistrala/templates/ui-deployment.yaml similarity index 100% rename from charts/magistrala/templates/ui-deployment.yaml rename to magistrala/templates/ui-deployment.yaml diff --git a/charts/magistrala/templates/ui-service.yaml b/magistrala/templates/ui-service.yaml similarity index 100% rename from charts/magistrala/templates/ui-service.yaml rename to magistrala/templates/ui-service.yaml diff --git a/charts/magistrala/templates/users-deployment.yaml b/magistrala/templates/users-deployment.yaml similarity index 100% rename from charts/magistrala/templates/users-deployment.yaml rename to magistrala/templates/users-deployment.yaml diff --git a/charts/magistrala/templates/users-service.yaml b/magistrala/templates/users-service.yaml similarity index 100% rename from charts/magistrala/templates/users-service.yaml rename to magistrala/templates/users-service.yaml diff --git a/charts/magistrala/values.yaml b/magistrala/values.yaml similarity index 100% rename from charts/magistrala/values.yaml rename to magistrala/values.yaml