diff --git a/archmeister/applicationset.yaml b/applications/archmeister.yaml similarity index 96% rename from archmeister/applicationset.yaml rename to applications/archmeister.yaml index 7e1cd10d..6b29e901 100644 --- a/archmeister/applicationset.yaml +++ b/applications/archmeister.yaml @@ -24,7 +24,7 @@ spec: source: repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: archmeister + path: charts/archmeister plugin: name: kustomize-helm-with-rewrite parameters: diff --git a/atlantis-resources/atlantis-host-resources.yaml b/applications/atlantis-host-resources.yaml similarity index 85% rename from atlantis-resources/atlantis-host-resources.yaml rename to applications/atlantis-host-resources.yaml index c484bfb6..564e83f4 100644 --- a/atlantis-resources/atlantis-host-resources.yaml +++ b/applications/atlantis-host-resources.yaml @@ -11,5 +11,5 @@ spec: source: repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: atlantis-resources/host-manifests + path: charts/atlantis-resources/host-manifests diff --git a/atlantis-resources/atlantis-resources.yaml b/applications/atlantis-resources.yaml similarity index 92% rename from atlantis-resources/atlantis-resources.yaml rename to applications/atlantis-resources.yaml index 832cc500..ce21f02d 100644 --- a/atlantis-resources/atlantis-resources.yaml +++ b/applications/atlantis-resources.yaml @@ -22,4 +22,4 @@ spec: sources: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: atlantis-resources/manifests + path: charts/atlantis-resources/manifests diff --git a/atlantis/applicationset.yaml b/applications/atlantis.yaml similarity index 93% rename from atlantis/applicationset.yaml rename to applications/atlantis.yaml index b3ca748d..2e424181 100644 --- a/atlantis/applicationset.yaml +++ b/applications/atlantis.yaml @@ -24,7 +24,7 @@ spec: sources: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: atlantis + path: charts/atlantis plugin: name: kustomize-helm-with-rewrite parameters: @@ -34,4 +34,4 @@ spec: string: '{{ hostname }}' - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: atlantis/manifests + path: charts/atlantis/manifests diff --git a/busynix/applicationset.yaml b/applications/busynix.yaml similarity index 96% rename from busynix/applicationset.yaml rename to applications/busynix.yaml index 0c3cd356..ab6f6219 100644 --- a/busynix/applicationset.yaml +++ b/applications/busynix.yaml @@ -24,7 +24,7 @@ spec: source: repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: busynix + path: charts/busynix plugin: name: kustomize-helm-with-rewrite parameters: diff --git a/cerbos/applicationset.yaml b/applications/cerbos.yaml similarity index 100% rename from cerbos/applicationset.yaml rename to applications/cerbos.yaml diff --git a/dex/application.yaml b/applications/dex.yaml similarity index 90% rename from dex/application.yaml rename to applications/dex.yaml index 9c17a4e4..749b1269 100644 --- a/dex/application.yaml +++ b/applications/dex.yaml @@ -11,5 +11,5 @@ spec: source: repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: dex/manifests + path: charts/dex/manifests diff --git a/geoserver/applicationset.yaml b/applications/geoserver.yaml similarity index 96% rename from geoserver/applicationset.yaml rename to applications/geoserver.yaml index 21a7dcb4..5a42d4e5 100644 --- a/geoserver/applicationset.yaml +++ b/applications/geoserver.yaml @@ -24,7 +24,7 @@ spec: sources: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: geoserver + path: charts/geoserver plugin: name: kustomize-helm-with-rewrite parameters: diff --git a/hipster/applicationset.yaml b/applications/hipster.yaml similarity index 93% rename from hipster/applicationset.yaml rename to applications/hipster.yaml index 1f73f303..6eae2156 100644 --- a/hipster/applicationset.yaml +++ b/applications/hipster.yaml @@ -24,7 +24,7 @@ spec: sources: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: hipster + path: charts/hipster plugin: name: kustomize-helm-with-rewrite parameters: @@ -34,4 +34,4 @@ spec: string: '{{ hostname }}' - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: hipster/manifests + path: charts/hipster/manifests diff --git a/jaeger/application.yaml b/applications/jaeger.yaml similarity index 93% rename from jaeger/application.yaml rename to applications/jaeger.yaml index 250958d6..b05fc09f 100644 --- a/jaeger/application.yaml +++ b/applications/jaeger.yaml @@ -17,6 +17,6 @@ spec: - $values/jaeger/values.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - # path: jaeger/manifests + # path: charts/jaeger/manifests ref: values diff --git a/keycloak/application.yaml b/applications/keycloak.yaml similarity index 100% rename from keycloak/application.yaml rename to applications/keycloak.yaml diff --git a/osm-tile-server/applicationset.yaml b/applications/osm-tile-server.yaml similarity index 95% rename from osm-tile-server/applicationset.yaml rename to applications/osm-tile-server.yaml index 216bcc32..d08e0e09 100644 --- a/osm-tile-server/applicationset.yaml +++ b/applications/osm-tile-server.yaml @@ -24,7 +24,7 @@ spec: source: repoURL: https://gitlab.com/oceanbox/charts.git targetRevision: HEAD - path: osm-tile-server + path: charts/osm-tile-server plugin: name: kustomize-helm-with-rewrite parameters: diff --git a/petimeter/applicationset.yaml b/applications/petimeter.yaml similarity index 92% rename from petimeter/applicationset.yaml rename to applications/petimeter.yaml index b150360b..adf9dfec 100644 --- a/petimeter/applicationset.yaml +++ b/applications/petimeter.yaml @@ -24,7 +24,7 @@ spec: sources: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: petimeter + path: charts/petimeter plugin: name: kustomize-helm-with-rewrite parameters: @@ -34,4 +34,4 @@ spec: string: '{{ hostname }}' - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: petimeter/manifests + path: charts/petimeter/manifests diff --git a/rabbitmq/applicationset.yaml b/applications/rabbitmq.yaml similarity index 95% rename from rabbitmq/applicationset.yaml rename to applications/rabbitmq.yaml index 9019202f..30a30aee 100644 --- a/rabbitmq/applicationset.yaml +++ b/applications/rabbitmq.yaml @@ -30,5 +30,5 @@ spec: - $values/rabbitmq/{{ env }}-values.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: rabbitmq/{{ env }} + path: charts/rabbitmq/{{ env }} ref: values diff --git a/redis/applicationset.yaml b/applications/redis.yaml similarity index 95% rename from redis/applicationset.yaml rename to applications/redis.yaml index fe16839d..4d727566 100644 --- a/redis/applicationset.yaml +++ b/applications/redis.yaml @@ -30,5 +30,5 @@ spec: - $values/redis/values.yaml - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: redis/{{ env }} + path: charts/redis/{{ env }} ref: values diff --git a/sorcerer/applicationset.yaml b/applications/sorcerer.yaml similarity index 92% rename from sorcerer/applicationset.yaml rename to applications/sorcerer.yaml index b1fb3cc4..f317f05f 100644 --- a/sorcerer/applicationset.yaml +++ b/applications/sorcerer.yaml @@ -24,7 +24,7 @@ spec: sources: - repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: HEAD - path: sorcerer + path: charts/sorcerer plugin: name: kustomize-helm-with-rewrite parameters: @@ -34,4 +34,4 @@ spec: string: '{{ hostname }}' # - repoURL: https://gitlab.com/oceanbox/manifests.git # targetRevision: HEAD - # path: sorcerer/manifests + # path: charts/sorcerer/manifests diff --git a/wordpress/application.yaml b/applications/wordpress.yaml similarity index 100% rename from wordpress/application.yaml rename to applications/wordpress.yaml diff --git a/archmeister/base/deployment_patch.yaml b/charts/archmeister/base/deployment_patch.yaml similarity index 100% rename from archmeister/base/deployment_patch.yaml rename to charts/archmeister/base/deployment_patch.yaml diff --git a/archmeister/base/ingress_patch.yaml b/charts/archmeister/base/ingress_patch.yaml similarity index 100% rename from archmeister/base/ingress_patch.yaml rename to charts/archmeister/base/ingress_patch.yaml diff --git a/archmeister/base/kustomization.yaml b/charts/archmeister/base/kustomization.yaml similarity index 100% rename from archmeister/base/kustomization.yaml rename to charts/archmeister/base/kustomization.yaml diff --git a/archmeister/chart/.helmignore b/charts/archmeister/chart/.helmignore similarity index 100% rename from archmeister/chart/.helmignore rename to charts/archmeister/chart/.helmignore diff --git a/archmeister/chart/Chart.yaml b/charts/archmeister/chart/Chart.yaml similarity index 100% rename from archmeister/chart/Chart.yaml rename to charts/archmeister/chart/Chart.yaml diff --git a/archmeister/chart/templates/NOTES.txt b/charts/archmeister/chart/templates/NOTES.txt similarity index 100% rename from archmeister/chart/templates/NOTES.txt rename to charts/archmeister/chart/templates/NOTES.txt diff --git a/archmeister/chart/templates/_helpers.tpl b/charts/archmeister/chart/templates/_helpers.tpl similarity index 100% rename from archmeister/chart/templates/_helpers.tpl rename to charts/archmeister/chart/templates/_helpers.tpl diff --git a/archmeister/chart/templates/cluster.yaml b/charts/archmeister/chart/templates/cluster.yaml similarity index 100% rename from archmeister/chart/templates/cluster.yaml rename to charts/archmeister/chart/templates/cluster.yaml diff --git a/archmeister/chart/templates/deployment.yaml b/charts/archmeister/chart/templates/deployment.yaml similarity index 100% rename from archmeister/chart/templates/deployment.yaml rename to charts/archmeister/chart/templates/deployment.yaml diff --git a/archmeister/chart/templates/hpa.yaml b/charts/archmeister/chart/templates/hpa.yaml similarity index 100% rename from archmeister/chart/templates/hpa.yaml rename to charts/archmeister/chart/templates/hpa.yaml diff --git a/archmeister/chart/templates/ingress.yaml b/charts/archmeister/chart/templates/ingress.yaml similarity index 100% rename from archmeister/chart/templates/ingress.yaml rename to charts/archmeister/chart/templates/ingress.yaml diff --git a/archmeister/chart/templates/internal-ingress.yaml b/charts/archmeister/chart/templates/internal-ingress.yaml similarity index 100% rename from archmeister/chart/templates/internal-ingress.yaml rename to charts/archmeister/chart/templates/internal-ingress.yaml diff --git a/archmeister/chart/templates/pvc.yaml b/charts/archmeister/chart/templates/pvc.yaml similarity index 100% rename from archmeister/chart/templates/pvc.yaml rename to charts/archmeister/chart/templates/pvc.yaml diff --git a/archmeister/chart/templates/service.yaml b/charts/archmeister/chart/templates/service.yaml similarity index 100% rename from archmeister/chart/templates/service.yaml rename to charts/archmeister/chart/templates/service.yaml diff --git a/archmeister/chart/templates/serviceaccount.yaml b/charts/archmeister/chart/templates/serviceaccount.yaml similarity index 100% rename from archmeister/chart/templates/serviceaccount.yaml rename to charts/archmeister/chart/templates/serviceaccount.yaml diff --git a/archmeister/chart/values.yaml b/charts/archmeister/chart/values.yaml similarity index 100% rename from archmeister/chart/values.yaml rename to charts/archmeister/chart/values.yaml diff --git a/archmeister/prod-values.yaml b/charts/archmeister/prod-values.yaml similarity index 100% rename from archmeister/prod-values.yaml rename to charts/archmeister/prod-values.yaml diff --git a/archmeister/prod/appsettings.json b/charts/archmeister/prod/appsettings.json similarity index 87% rename from archmeister/prod/appsettings.json rename to charts/archmeister/prod/appsettings.json index d11605dc..944f93db 100644 --- a/archmeister/prod/appsettings.json +++ b/charts/archmeister/prod/appsettings.json @@ -1,5 +1,5 @@ { - "connString": "Username=app;Password=123;Host=prod-archmeister-rw;Port=5432;Database=app;Pooling=true;", + "connString": "Username=app;Password=secret;Host=prod-archmeister-rw;Port=5432;Database=app;Pooling=true;", "oidc": { "issuer": "https://idp.oceanbox.io/dex", "authorization_endpoint": "https://idp.oceanbox.io/dex/auth", @@ -8,7 +8,7 @@ "userinfo_endpoint": "https://idp.oceanbox.io/dex/userinfo", "device_authorization_endpoint": "https://idp.oceanbox.io/dex/device/code", "clientId": "archmeister", - "clientSecret": "ieK3yak9zoh3yeewee8quahY6seiv7Ro", + "clientSecret": "", "scopes": [ "openid", "email", @@ -19,7 +19,7 @@ "sso": { "cookieDomain": ".oceanbox.io", "signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html", - "redis": "prod-redis-master.redis.svc,user=default,password=ymL4dlOBvU", + "redis": "prod-redis-master.redis.svc,user=default,password=secret", "appDomain": "atlantis", "dataProtectionKeys": "DataProtection-Keys" }, @@ -40,7 +40,7 @@ "https://a.local.oceanbox.io:8080" ], "logService" : "https://seq.oceanbox.io", - "logApiKey": "bFdYPKLDvnau3fQa1vRV", + "logApiKey": "", "cliUsers": [ "admin:en-to-tre-fire" ] diff --git a/archmeister/prod/deployment_patch.yaml b/charts/archmeister/prod/deployment_patch.yaml similarity index 100% rename from archmeister/prod/deployment_patch.yaml rename to charts/archmeister/prod/deployment_patch.yaml diff --git a/archmeister/prod/kustomization.yaml b/charts/archmeister/prod/kustomization.yaml similarity index 100% rename from archmeister/prod/kustomization.yaml rename to charts/archmeister/prod/kustomization.yaml diff --git a/archmeister/resources/archmeister-env-secret.yaml b/charts/archmeister/resources/archmeister-env-secret.yaml similarity index 100% rename from archmeister/resources/archmeister-env-secret.yaml rename to charts/archmeister/resources/archmeister-env-secret.yaml diff --git a/archmeister/staging-values.yaml b/charts/archmeister/staging-values.yaml similarity index 100% rename from archmeister/staging-values.yaml rename to charts/archmeister/staging-values.yaml diff --git a/archmeister/staging/appsettings.json b/charts/archmeister/staging/appsettings.json similarity index 83% rename from archmeister/staging/appsettings.json rename to charts/archmeister/staging/appsettings.json index 0e686723..4cabd08f 100644 --- a/archmeister/staging/appsettings.json +++ b/charts/archmeister/staging/appsettings.json @@ -1,5 +1,5 @@ { - "connString": "Username=app;Password=123;Host=staging-archmeister-rw;Port=5432;Database=app;Pooling=true;", + "connString": "Username=app;Password=secret;Host=staging-archmeister-rw;Port=5432;Database=app;Pooling=true;", "oidc": { "issuer": "https://idp.oceanbox.io/dex", "authorization_endpoint": "https://idp.oceanbox.io/dex/auth", @@ -8,7 +8,7 @@ "userinfo_endpoint": "https://idp.oceanbox.io/dex/userinfo", "device_authorization_endpoint": "https://idp.oceanbox.io/dex/device/code", "clientId": "archmeister_dev", - "clientSecret": "Dae1eekeedeuKaoCiesh1Jei6aishe8I", + "clientSecret": "", "scopes": [ "openid", "email", @@ -19,7 +19,7 @@ "sso": { "cookieDomain": ".oceanbox.io", "signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html", - "redis": "redis-master,user=default,password=JICkoUKD0Y", + "redis": "redis-master,user=default,password=secret", "appDomain": "atlantis", "dataProtectionKeys": "DataProtection-Keys" }, @@ -36,8 +36,8 @@ "https://atlantis.local.oceanbox.io:8080" ], "logService" : "https://seq.oceanbox.io", - "logApiKey": "WmZplDeFoxIHpJQ5BiDk", + "logApiKey": "", "cliUsers": [ "admin:en-to-tre-fire" ] -} \ No newline at end of file +} diff --git a/archmeister/staging/deployment_patch.yaml b/charts/archmeister/staging/deployment_patch.yaml similarity index 100% rename from archmeister/staging/deployment_patch.yaml rename to charts/archmeister/staging/deployment_patch.yaml diff --git a/archmeister/staging/kustomization.yaml b/charts/archmeister/staging/kustomization.yaml similarity index 100% rename from archmeister/staging/kustomization.yaml rename to charts/archmeister/staging/kustomization.yaml diff --git a/archmeister/values-review.yaml b/charts/archmeister/values-review.yaml similarity index 100% rename from archmeister/values-review.yaml rename to charts/archmeister/values-review.yaml diff --git a/atlantis-resources/host-manifests/allow-loft-analytics.yaml b/charts/atlantis-resources/host-manifests/allow-loft-analytics.yaml similarity index 100% rename from atlantis-resources/host-manifests/allow-loft-analytics.yaml rename to charts/atlantis-resources/host-manifests/allow-loft-analytics.yaml diff --git a/atlantis-resources/host-manifests/sync-atlantis-secrets.yaml b/charts/atlantis-resources/host-manifests/sync-atlantis-secrets.yaml similarity index 100% rename from atlantis-resources/host-manifests/sync-atlantis-secrets.yaml rename to charts/atlantis-resources/host-manifests/sync-atlantis-secrets.yaml diff --git a/atlantis-resources/manifests/allow-atlantis-services.yaml b/charts/atlantis-resources/manifests/allow-atlantis-services.yaml similarity index 100% rename from atlantis-resources/manifests/allow-atlantis-services.yaml rename to charts/atlantis-resources/manifests/allow-atlantis-services.yaml diff --git a/atlantis-resources/manifests/allow-external-s3.yaml b/charts/atlantis-resources/manifests/allow-external-s3.yaml similarity index 100% rename from atlantis-resources/manifests/allow-external-s3.yaml rename to charts/atlantis-resources/manifests/allow-external-s3.yaml diff --git a/atlantis-resources/manifests/allow-external-services.yaml b/charts/atlantis-resources/manifests/allow-external-services.yaml similarity index 100% rename from atlantis-resources/manifests/allow-external-services.yaml rename to charts/atlantis-resources/manifests/allow-external-services.yaml diff --git a/atlantis-resources/manifests/dapr-tracing.yaml b/charts/atlantis-resources/manifests/dapr-tracing.yaml similarity index 100% rename from atlantis-resources/manifests/dapr-tracing.yaml rename to charts/atlantis-resources/manifests/dapr-tracing.yaml diff --git a/atlantis/base/deployment_patch.yaml b/charts/atlantis/base/deployment_patch.yaml similarity index 100% rename from atlantis/base/deployment_patch.yaml rename to charts/atlantis/base/deployment_patch.yaml diff --git a/atlantis/base/kustomization.yaml b/charts/atlantis/base/kustomization.yaml similarity index 100% rename from atlantis/base/kustomization.yaml rename to charts/atlantis/base/kustomization.yaml diff --git a/atlantis/base/service_patch.yaml b/charts/atlantis/base/service_patch.yaml similarity index 100% rename from atlantis/base/service_patch.yaml rename to charts/atlantis/base/service_patch.yaml diff --git a/atlantis/chart/.helmignore b/charts/atlantis/chart/.helmignore similarity index 100% rename from atlantis/chart/.helmignore rename to charts/atlantis/chart/.helmignore diff --git a/atlantis/chart/Chart.yaml b/charts/atlantis/chart/Chart.yaml similarity index 100% rename from atlantis/chart/Chart.yaml rename to charts/atlantis/chart/Chart.yaml diff --git a/atlantis/chart/templates/NOTES.txt b/charts/atlantis/chart/templates/NOTES.txt similarity index 100% rename from atlantis/chart/templates/NOTES.txt rename to charts/atlantis/chart/templates/NOTES.txt diff --git a/atlantis/chart/templates/_helpers.tpl b/charts/atlantis/chart/templates/_helpers.tpl similarity index 100% rename from atlantis/chart/templates/_helpers.tpl rename to charts/atlantis/chart/templates/_helpers.tpl diff --git a/atlantis/chart/templates/cluster.yaml b/charts/atlantis/chart/templates/cluster.yaml similarity index 100% rename from atlantis/chart/templates/cluster.yaml rename to charts/atlantis/chart/templates/cluster.yaml diff --git a/atlantis/chart/templates/deployment.yaml b/charts/atlantis/chart/templates/deployment.yaml similarity index 100% rename from atlantis/chart/templates/deployment.yaml rename to charts/atlantis/chart/templates/deployment.yaml diff --git a/atlantis/chart/templates/hpa.yaml b/charts/atlantis/chart/templates/hpa.yaml similarity index 100% rename from atlantis/chart/templates/hpa.yaml rename to charts/atlantis/chart/templates/hpa.yaml diff --git a/atlantis/chart/templates/ingress.yaml b/charts/atlantis/chart/templates/ingress.yaml similarity index 100% rename from atlantis/chart/templates/ingress.yaml rename to charts/atlantis/chart/templates/ingress.yaml diff --git a/atlantis/chart/templates/pvc.yaml b/charts/atlantis/chart/templates/pvc.yaml similarity index 100% rename from atlantis/chart/templates/pvc.yaml rename to charts/atlantis/chart/templates/pvc.yaml diff --git a/atlantis/chart/templates/service.yaml b/charts/atlantis/chart/templates/service.yaml similarity index 100% rename from atlantis/chart/templates/service.yaml rename to charts/atlantis/chart/templates/service.yaml diff --git a/atlantis/chart/templates/serviceaccount.yaml b/charts/atlantis/chart/templates/serviceaccount.yaml similarity index 100% rename from atlantis/chart/templates/serviceaccount.yaml rename to charts/atlantis/chart/templates/serviceaccount.yaml diff --git a/atlantis/chart/values.yaml b/charts/atlantis/chart/values.yaml similarity index 100% rename from atlantis/chart/values.yaml rename to charts/atlantis/chart/values.yaml diff --git a/atlantis/manifests/subscriptions.yaml b/charts/atlantis/manifests/subscriptions.yaml similarity index 100% rename from atlantis/manifests/subscriptions.yaml rename to charts/atlantis/manifests/subscriptions.yaml diff --git a/atlantis/prod-values.yaml b/charts/atlantis/prod-values.yaml similarity index 100% rename from atlantis/prod-values.yaml rename to charts/atlantis/prod-values.yaml diff --git a/atlantis/prod/appsettings.json b/charts/atlantis/prod/appsettings.json similarity index 100% rename from atlantis/prod/appsettings.json rename to charts/atlantis/prod/appsettings.json diff --git a/atlantis/prod/deployment_patch.yaml b/charts/atlantis/prod/deployment_patch.yaml similarity index 100% rename from atlantis/prod/deployment_patch.yaml rename to charts/atlantis/prod/deployment_patch.yaml diff --git a/atlantis/prod/kustomization.yaml b/charts/atlantis/prod/kustomization.yaml similarity index 100% rename from atlantis/prod/kustomization.yaml rename to charts/atlantis/prod/kustomization.yaml diff --git a/atlantis/staging-values.yaml b/charts/atlantis/staging-values.yaml similarity index 100% rename from atlantis/staging-values.yaml rename to charts/atlantis/staging-values.yaml diff --git a/atlantis/staging/appsettings.json b/charts/atlantis/staging/appsettings.json similarity index 100% rename from atlantis/staging/appsettings.json rename to charts/atlantis/staging/appsettings.json diff --git a/atlantis/staging/auth b/charts/atlantis/staging/auth similarity index 100% rename from atlantis/staging/auth rename to charts/atlantis/staging/auth diff --git a/atlantis/staging/deployment_patch.yaml b/charts/atlantis/staging/deployment_patch.yaml similarity index 100% rename from atlantis/staging/deployment_patch.yaml rename to charts/atlantis/staging/deployment_patch.yaml diff --git a/atlantis/staging/kustomization.yaml b/charts/atlantis/staging/kustomization.yaml similarity index 100% rename from atlantis/staging/kustomization.yaml rename to charts/atlantis/staging/kustomization.yaml diff --git a/busynix/base/deployment_patch.yaml b/charts/busynix/base/deployment_patch.yaml similarity index 100% rename from busynix/base/deployment_patch.yaml rename to charts/busynix/base/deployment_patch.yaml diff --git a/busynix/base/kustomization.yaml b/charts/busynix/base/kustomization.yaml similarity index 100% rename from busynix/base/kustomization.yaml rename to charts/busynix/base/kustomization.yaml diff --git a/busynix/chart/.helmignore b/charts/busynix/chart/.helmignore similarity index 100% rename from busynix/chart/.helmignore rename to charts/busynix/chart/.helmignore diff --git a/busynix/chart/Chart.yaml b/charts/busynix/chart/Chart.yaml similarity index 100% rename from busynix/chart/Chart.yaml rename to charts/busynix/chart/Chart.yaml diff --git a/busynix/chart/templates/NOTES.txt b/charts/busynix/chart/templates/NOTES.txt similarity index 100% rename from busynix/chart/templates/NOTES.txt rename to charts/busynix/chart/templates/NOTES.txt diff --git a/busynix/chart/templates/_helpers.tpl b/charts/busynix/chart/templates/_helpers.tpl similarity index 100% rename from busynix/chart/templates/_helpers.tpl rename to charts/busynix/chart/templates/_helpers.tpl diff --git a/busynix/chart/templates/cluster.yaml b/charts/busynix/chart/templates/cluster.yaml similarity index 100% rename from busynix/chart/templates/cluster.yaml rename to charts/busynix/chart/templates/cluster.yaml diff --git a/busynix/chart/templates/deployment.yaml b/charts/busynix/chart/templates/deployment.yaml similarity index 100% rename from busynix/chart/templates/deployment.yaml rename to charts/busynix/chart/templates/deployment.yaml diff --git a/busynix/chart/templates/hpa.yaml b/charts/busynix/chart/templates/hpa.yaml similarity index 100% rename from busynix/chart/templates/hpa.yaml rename to charts/busynix/chart/templates/hpa.yaml diff --git a/busynix/chart/templates/ingress.yaml b/charts/busynix/chart/templates/ingress.yaml similarity index 100% rename from busynix/chart/templates/ingress.yaml rename to charts/busynix/chart/templates/ingress.yaml diff --git a/busynix/chart/templates/pvc.yaml b/charts/busynix/chart/templates/pvc.yaml similarity index 100% rename from busynix/chart/templates/pvc.yaml rename to charts/busynix/chart/templates/pvc.yaml diff --git a/busynix/chart/templates/service.yaml b/charts/busynix/chart/templates/service.yaml similarity index 100% rename from busynix/chart/templates/service.yaml rename to charts/busynix/chart/templates/service.yaml diff --git a/busynix/chart/templates/serviceaccount.yaml b/charts/busynix/chart/templates/serviceaccount.yaml similarity index 100% rename from busynix/chart/templates/serviceaccount.yaml rename to charts/busynix/chart/templates/serviceaccount.yaml diff --git a/busynix/chart/values.yaml b/charts/busynix/chart/values.yaml similarity index 100% rename from busynix/chart/values.yaml rename to charts/busynix/chart/values.yaml diff --git a/busynix/prod-values.yaml b/charts/busynix/prod-values.yaml similarity index 100% rename from busynix/prod-values.yaml rename to charts/busynix/prod-values.yaml diff --git a/busynix/prod/deployment_patch.yaml b/charts/busynix/prod/deployment_patch.yaml similarity index 100% rename from busynix/prod/deployment_patch.yaml rename to charts/busynix/prod/deployment_patch.yaml diff --git a/busynix/prod/kustomization.yaml b/charts/busynix/prod/kustomization.yaml similarity index 100% rename from busynix/prod/kustomization.yaml rename to charts/busynix/prod/kustomization.yaml diff --git a/busynix/staging-values.yaml b/charts/busynix/staging-values.yaml similarity index 100% rename from busynix/staging-values.yaml rename to charts/busynix/staging-values.yaml diff --git a/busynix/staging/deployment_patch.yaml b/charts/busynix/staging/deployment_patch.yaml similarity index 100% rename from busynix/staging/deployment_patch.yaml rename to charts/busynix/staging/deployment_patch.yaml diff --git a/busynix/staging/kustomization.yaml b/charts/busynix/staging/kustomization.yaml similarity index 100% rename from busynix/staging/kustomization.yaml rename to charts/busynix/staging/kustomization.yaml diff --git a/cerbos/manifests/cerbos-gitlab-token.yaml b/charts/cerbos/manifests/cerbos-gitlab-token.yaml similarity index 100% rename from cerbos/manifests/cerbos-gitlab-token.yaml rename to charts/cerbos/manifests/cerbos-gitlab-token.yaml diff --git a/cerbos/prod-values.yaml b/charts/cerbos/prod-values.yaml similarity index 100% rename from cerbos/prod-values.yaml rename to charts/cerbos/prod-values.yaml diff --git a/cerbos/staging-values.yaml b/charts/cerbos/staging-values.yaml similarity index 100% rename from cerbos/staging-values.yaml rename to charts/cerbos/staging-values.yaml diff --git a/cerbos/values.yaml b/charts/cerbos/values.yaml similarity index 100% rename from cerbos/values.yaml rename to charts/cerbos/values.yaml diff --git a/dex/config/config.yaml b/charts/dex/config/config.yaml similarity index 100% rename from dex/config/config.yaml rename to charts/dex/config/config.yaml diff --git a/dex/config/kustomization.yaml b/charts/dex/config/kustomization.yaml similarity index 100% rename from dex/config/kustomization.yaml rename to charts/dex/config/kustomization.yaml diff --git a/dex/manifests/config.yaml b/charts/dex/manifests/config.yaml similarity index 100% rename from dex/manifests/config.yaml rename to charts/dex/manifests/config.yaml diff --git a/dex/manifests/dex.yaml b/charts/dex/manifests/dex.yaml similarity index 100% rename from dex/manifests/dex.yaml rename to charts/dex/manifests/dex.yaml diff --git a/dex/manifests/resources.yaml b/charts/dex/manifests/resources.yaml similarity index 100% rename from dex/manifests/resources.yaml rename to charts/dex/manifests/resources.yaml diff --git a/dex/prod-values.yaml b/charts/dex/prod-values.yaml similarity index 100% rename from dex/prod-values.yaml rename to charts/dex/prod-values.yaml diff --git a/dex/resources/allow-dex-external-access.yaml b/charts/dex/resources/allow-dex-external-access.yaml similarity index 100% rename from dex/resources/allow-dex-external-access.yaml rename to charts/dex/resources/allow-dex-external-access.yaml diff --git a/dex/resources/dex-volumes.yaml b/charts/dex/resources/dex-volumes.yaml similarity index 100% rename from dex/resources/dex-volumes.yaml rename to charts/dex/resources/dex-volumes.yaml diff --git a/dex/resources/dexdb-cluster.yaml b/charts/dex/resources/dexdb-cluster.yaml similarity index 100% rename from dex/resources/dexdb-cluster.yaml rename to charts/dex/resources/dexdb-cluster.yaml diff --git a/dex/staging-values.yaml b/charts/dex/staging-values.yaml similarity index 100% rename from dex/staging-values.yaml rename to charts/dex/staging-values.yaml diff --git a/dex/templates b/charts/dex/templates similarity index 100% rename from dex/templates rename to charts/dex/templates diff --git a/dex/values.yaml b/charts/dex/values.yaml similarity index 100% rename from dex/values.yaml rename to charts/dex/values.yaml diff --git a/geoserver/base/_manifest.yaml b/charts/geoserver/base/_manifest.yaml similarity index 100% rename from geoserver/base/_manifest.yaml rename to charts/geoserver/base/_manifest.yaml diff --git a/geoserver/base/ingress_patch.yaml b/charts/geoserver/base/ingress_patch.yaml similarity index 100% rename from geoserver/base/ingress_patch.yaml rename to charts/geoserver/base/ingress_patch.yaml diff --git a/geoserver/base/kustomization.yaml b/charts/geoserver/base/kustomization.yaml similarity index 100% rename from geoserver/base/kustomization.yaml rename to charts/geoserver/base/kustomization.yaml diff --git a/geoserver/chart b/charts/geoserver/chart similarity index 100% rename from geoserver/chart rename to charts/geoserver/chart diff --git a/geoserver/data/Biomasse.gpkg b/charts/geoserver/data/Biomasse.gpkg similarity index 100% rename from geoserver/data/Biomasse.gpkg rename to charts/geoserver/data/Biomasse.gpkg diff --git a/geoserver/data/Flate.gpkg b/charts/geoserver/data/Flate.gpkg similarity index 100% rename from geoserver/data/Flate.gpkg rename to charts/geoserver/data/Flate.gpkg diff --git a/geoserver/data/ILA.gpkg b/charts/geoserver/data/ILA.gpkg similarity index 100% rename from geoserver/data/ILA.gpkg rename to charts/geoserver/data/ILA.gpkg diff --git a/geoserver/data/Lokaliteter.gpkg b/charts/geoserver/data/Lokaliteter.gpkg similarity index 100% rename from geoserver/data/Lokaliteter.gpkg rename to charts/geoserver/data/Lokaliteter.gpkg diff --git a/geoserver/data/PD.gpkg b/charts/geoserver/data/PD.gpkg similarity index 100% rename from geoserver/data/PD.gpkg rename to charts/geoserver/data/PD.gpkg diff --git a/geoserver/prod-values.yaml b/charts/geoserver/prod-values.yaml similarity index 100% rename from geoserver/prod-values.yaml rename to charts/geoserver/prod-values.yaml diff --git a/geoserver/prod/ingress-web.yaml b/charts/geoserver/prod/ingress-web.yaml similarity index 100% rename from geoserver/prod/ingress-web.yaml rename to charts/geoserver/prod/ingress-web.yaml diff --git a/geoserver/prod/kustomization.yaml b/charts/geoserver/prod/kustomization.yaml similarity index 100% rename from geoserver/prod/kustomization.yaml rename to charts/geoserver/prod/kustomization.yaml diff --git a/geoserver/staging-values.yaml b/charts/geoserver/staging-values.yaml similarity index 100% rename from geoserver/staging-values.yaml rename to charts/geoserver/staging-values.yaml diff --git a/geoserver/staging/ingress-web.yaml b/charts/geoserver/staging/ingress-web.yaml similarity index 100% rename from geoserver/staging/ingress-web.yaml rename to charts/geoserver/staging/ingress-web.yaml diff --git a/geoserver/staging/kustomization.yaml b/charts/geoserver/staging/kustomization.yaml similarity index 100% rename from geoserver/staging/kustomization.yaml rename to charts/geoserver/staging/kustomization.yaml diff --git a/geoserver/values.yaml b/charts/geoserver/values.yaml similarity index 100% rename from geoserver/values.yaml rename to charts/geoserver/values.yaml diff --git a/hipster/base/deployment_patch.yaml b/charts/hipster/base/deployment_patch.yaml similarity index 100% rename from hipster/base/deployment_patch.yaml rename to charts/hipster/base/deployment_patch.yaml diff --git a/hipster/base/kustomization.yaml b/charts/hipster/base/kustomization.yaml similarity index 100% rename from hipster/base/kustomization.yaml rename to charts/hipster/base/kustomization.yaml diff --git a/hipster/base/service_patch.yaml b/charts/hipster/base/service_patch.yaml similarity index 100% rename from hipster/base/service_patch.yaml rename to charts/hipster/base/service_patch.yaml diff --git a/hipster/chart/.helmignore b/charts/hipster/chart/.helmignore similarity index 100% rename from hipster/chart/.helmignore rename to charts/hipster/chart/.helmignore diff --git a/hipster/chart/Chart.yaml b/charts/hipster/chart/Chart.yaml similarity index 100% rename from hipster/chart/Chart.yaml rename to charts/hipster/chart/Chart.yaml diff --git a/hipster/chart/templates/NOTES.txt b/charts/hipster/chart/templates/NOTES.txt similarity index 100% rename from hipster/chart/templates/NOTES.txt rename to charts/hipster/chart/templates/NOTES.txt diff --git a/hipster/chart/templates/_helpers.tpl b/charts/hipster/chart/templates/_helpers.tpl similarity index 100% rename from hipster/chart/templates/_helpers.tpl rename to charts/hipster/chart/templates/_helpers.tpl diff --git a/hipster/chart/templates/deployment.yaml b/charts/hipster/chart/templates/deployment.yaml similarity index 100% rename from hipster/chart/templates/deployment.yaml rename to charts/hipster/chart/templates/deployment.yaml diff --git a/hipster/chart/templates/hpa.yaml b/charts/hipster/chart/templates/hpa.yaml similarity index 100% rename from hipster/chart/templates/hpa.yaml rename to charts/hipster/chart/templates/hpa.yaml diff --git a/hipster/chart/templates/ingress.yaml b/charts/hipster/chart/templates/ingress.yaml similarity index 100% rename from hipster/chart/templates/ingress.yaml rename to charts/hipster/chart/templates/ingress.yaml diff --git a/hipster/chart/templates/pvc.yaml b/charts/hipster/chart/templates/pvc.yaml similarity index 100% rename from hipster/chart/templates/pvc.yaml rename to charts/hipster/chart/templates/pvc.yaml diff --git a/hipster/chart/templates/service.yaml b/charts/hipster/chart/templates/service.yaml similarity index 100% rename from hipster/chart/templates/service.yaml rename to charts/hipster/chart/templates/service.yaml diff --git a/hipster/chart/templates/serviceaccount.yaml b/charts/hipster/chart/templates/serviceaccount.yaml similarity index 100% rename from hipster/chart/templates/serviceaccount.yaml rename to charts/hipster/chart/templates/serviceaccount.yaml diff --git a/hipster/chart/values.yaml b/charts/hipster/chart/values.yaml similarity index 100% rename from hipster/chart/values.yaml rename to charts/hipster/chart/values.yaml diff --git a/hipster/manifests/bindings.yaml b/charts/hipster/manifests/bindings.yaml similarity index 100% rename from hipster/manifests/bindings.yaml rename to charts/hipster/manifests/bindings.yaml diff --git a/hipster/manifests/pubsub-rabbitmq.yaml b/charts/hipster/manifests/pubsub-rabbitmq.yaml similarity index 100% rename from hipster/manifests/pubsub-rabbitmq.yaml rename to charts/hipster/manifests/pubsub-rabbitmq.yaml diff --git a/hipster/manifests/pubsub-redis.yaml b/charts/hipster/manifests/pubsub-redis.yaml similarity index 100% rename from hipster/manifests/pubsub-redis.yaml rename to charts/hipster/manifests/pubsub-redis.yaml diff --git a/hipster/manifests/state-redis.yaml b/charts/hipster/manifests/state-redis.yaml similarity index 100% rename from hipster/manifests/state-redis.yaml rename to charts/hipster/manifests/state-redis.yaml diff --git a/hipster/prod-values.yaml b/charts/hipster/prod-values.yaml similarity index 100% rename from hipster/prod-values.yaml rename to charts/hipster/prod-values.yaml diff --git a/hipster/prod/appsettings.json b/charts/hipster/prod/appsettings.json similarity index 100% rename from hipster/prod/appsettings.json rename to charts/hipster/prod/appsettings.json diff --git a/hipster/prod/deployment_patch.yaml b/charts/hipster/prod/deployment_patch.yaml similarity index 100% rename from hipster/prod/deployment_patch.yaml rename to charts/hipster/prod/deployment_patch.yaml diff --git a/hipster/prod/kustomization.yaml b/charts/hipster/prod/kustomization.yaml similarity index 100% rename from hipster/prod/kustomization.yaml rename to charts/hipster/prod/kustomization.yaml diff --git a/hipster/staging-values.yaml b/charts/hipster/staging-values.yaml similarity index 100% rename from hipster/staging-values.yaml rename to charts/hipster/staging-values.yaml diff --git a/hipster/staging/appsettings.json b/charts/hipster/staging/appsettings.json similarity index 100% rename from hipster/staging/appsettings.json rename to charts/hipster/staging/appsettings.json diff --git a/hipster/staging/deployment_patch.yaml b/charts/hipster/staging/deployment_patch.yaml similarity index 100% rename from hipster/staging/deployment_patch.yaml rename to charts/hipster/staging/deployment_patch.yaml diff --git a/hipster/staging/kustomization.yaml b/charts/hipster/staging/kustomization.yaml similarity index 100% rename from hipster/staging/kustomization.yaml rename to charts/hipster/staging/kustomization.yaml diff --git a/jaeger/values.yaml b/charts/jaeger/values.yaml similarity index 100% rename from jaeger/values.yaml rename to charts/jaeger/values.yaml diff --git a/keycloak/values.yaml b/charts/keycloak/values.yaml similarity index 100% rename from keycloak/values.yaml rename to charts/keycloak/values.yaml diff --git a/osm-tile-server/base/deployment_patch.yaml b/charts/osm-tile-server/base/deployment_patch.yaml similarity index 100% rename from osm-tile-server/base/deployment_patch.yaml rename to charts/osm-tile-server/base/deployment_patch.yaml diff --git a/osm-tile-server/base/kustomization.yaml b/charts/osm-tile-server/base/kustomization.yaml similarity index 100% rename from osm-tile-server/base/kustomization.yaml rename to charts/osm-tile-server/base/kustomization.yaml diff --git a/osm-tile-server/chart/.helmignore b/charts/osm-tile-server/chart/.helmignore similarity index 100% rename from osm-tile-server/chart/.helmignore rename to charts/osm-tile-server/chart/.helmignore diff --git a/osm-tile-server/chart/Chart.yaml b/charts/osm-tile-server/chart/Chart.yaml similarity index 100% rename from osm-tile-server/chart/Chart.yaml rename to charts/osm-tile-server/chart/Chart.yaml diff --git a/osm-tile-server/chart/templates/NOTES.txt b/charts/osm-tile-server/chart/templates/NOTES.txt similarity index 100% rename from osm-tile-server/chart/templates/NOTES.txt rename to charts/osm-tile-server/chart/templates/NOTES.txt diff --git a/osm-tile-server/chart/templates/_helpers.tpl b/charts/osm-tile-server/chart/templates/_helpers.tpl similarity index 100% rename from osm-tile-server/chart/templates/_helpers.tpl rename to charts/osm-tile-server/chart/templates/_helpers.tpl diff --git a/osm-tile-server/chart/templates/cluster.yaml b/charts/osm-tile-server/chart/templates/cluster.yaml similarity index 100% rename from osm-tile-server/chart/templates/cluster.yaml rename to charts/osm-tile-server/chart/templates/cluster.yaml diff --git a/osm-tile-server/chart/templates/deployment.yaml b/charts/osm-tile-server/chart/templates/deployment.yaml similarity index 100% rename from osm-tile-server/chart/templates/deployment.yaml rename to charts/osm-tile-server/chart/templates/deployment.yaml diff --git a/osm-tile-server/chart/templates/hpa.yaml b/charts/osm-tile-server/chart/templates/hpa.yaml similarity index 100% rename from osm-tile-server/chart/templates/hpa.yaml rename to charts/osm-tile-server/chart/templates/hpa.yaml diff --git a/osm-tile-server/chart/templates/ingress.yaml b/charts/osm-tile-server/chart/templates/ingress.yaml similarity index 100% rename from osm-tile-server/chart/templates/ingress.yaml rename to charts/osm-tile-server/chart/templates/ingress.yaml diff --git a/osm-tile-server/chart/templates/pvc.yaml b/charts/osm-tile-server/chart/templates/pvc.yaml similarity index 100% rename from osm-tile-server/chart/templates/pvc.yaml rename to charts/osm-tile-server/chart/templates/pvc.yaml diff --git a/osm-tile-server/chart/templates/service.yaml b/charts/osm-tile-server/chart/templates/service.yaml similarity index 100% rename from osm-tile-server/chart/templates/service.yaml rename to charts/osm-tile-server/chart/templates/service.yaml diff --git a/osm-tile-server/chart/templates/serviceaccount.yaml b/charts/osm-tile-server/chart/templates/serviceaccount.yaml similarity index 100% rename from osm-tile-server/chart/templates/serviceaccount.yaml rename to charts/osm-tile-server/chart/templates/serviceaccount.yaml diff --git a/osm-tile-server/chart/values.yaml b/charts/osm-tile-server/chart/values.yaml similarity index 100% rename from osm-tile-server/chart/values.yaml rename to charts/osm-tile-server/chart/values.yaml diff --git a/osm-tile-server/prod-values.yaml b/charts/osm-tile-server/prod-values.yaml similarity index 100% rename from osm-tile-server/prod-values.yaml rename to charts/osm-tile-server/prod-values.yaml diff --git a/osm-tile-server/prod/kustomization.yaml b/charts/osm-tile-server/prod/kustomization.yaml similarity index 100% rename from osm-tile-server/prod/kustomization.yaml rename to charts/osm-tile-server/prod/kustomization.yaml diff --git a/osm-tile-server/staging-values.yaml b/charts/osm-tile-server/staging-values.yaml similarity index 100% rename from osm-tile-server/staging-values.yaml rename to charts/osm-tile-server/staging-values.yaml diff --git a/osm-tile-server/staging/kustomization.yaml b/charts/osm-tile-server/staging/kustomization.yaml similarity index 100% rename from osm-tile-server/staging/kustomization.yaml rename to charts/osm-tile-server/staging/kustomization.yaml diff --git a/petimeter/base/deployment_patch.yaml b/charts/petimeter/base/deployment_patch.yaml similarity index 100% rename from petimeter/base/deployment_patch.yaml rename to charts/petimeter/base/deployment_patch.yaml diff --git a/petimeter/base/kustomization.yaml b/charts/petimeter/base/kustomization.yaml similarity index 100% rename from petimeter/base/kustomization.yaml rename to charts/petimeter/base/kustomization.yaml diff --git a/petimeter/chart/.helmignore b/charts/petimeter/chart/.helmignore similarity index 100% rename from petimeter/chart/.helmignore rename to charts/petimeter/chart/.helmignore diff --git a/petimeter/chart/Chart.yaml b/charts/petimeter/chart/Chart.yaml similarity index 100% rename from petimeter/chart/Chart.yaml rename to charts/petimeter/chart/Chart.yaml diff --git a/petimeter/chart/base/deployment_patch.yaml b/charts/petimeter/chart/base/deployment_patch.yaml similarity index 100% rename from petimeter/chart/base/deployment_patch.yaml rename to charts/petimeter/chart/base/deployment_patch.yaml diff --git a/petimeter/chart/base/kustomization.yaml b/charts/petimeter/chart/base/kustomization.yaml similarity index 100% rename from petimeter/chart/base/kustomization.yaml rename to charts/petimeter/chart/base/kustomization.yaml diff --git a/petimeter/chart/templates/NOTES.txt b/charts/petimeter/chart/templates/NOTES.txt similarity index 100% rename from petimeter/chart/templates/NOTES.txt rename to charts/petimeter/chart/templates/NOTES.txt diff --git a/petimeter/chart/templates/_helpers.tpl b/charts/petimeter/chart/templates/_helpers.tpl similarity index 100% rename from petimeter/chart/templates/_helpers.tpl rename to charts/petimeter/chart/templates/_helpers.tpl diff --git a/petimeter/chart/templates/cluster.yaml b/charts/petimeter/chart/templates/cluster.yaml similarity index 100% rename from petimeter/chart/templates/cluster.yaml rename to charts/petimeter/chart/templates/cluster.yaml diff --git a/petimeter/chart/templates/deployment.yaml b/charts/petimeter/chart/templates/deployment.yaml similarity index 100% rename from petimeter/chart/templates/deployment.yaml rename to charts/petimeter/chart/templates/deployment.yaml diff --git a/petimeter/chart/templates/hpa.yaml b/charts/petimeter/chart/templates/hpa.yaml similarity index 100% rename from petimeter/chart/templates/hpa.yaml rename to charts/petimeter/chart/templates/hpa.yaml diff --git a/petimeter/chart/templates/ingress.yaml b/charts/petimeter/chart/templates/ingress.yaml similarity index 100% rename from petimeter/chart/templates/ingress.yaml rename to charts/petimeter/chart/templates/ingress.yaml diff --git a/petimeter/chart/templates/pvc.yaml b/charts/petimeter/chart/templates/pvc.yaml similarity index 100% rename from petimeter/chart/templates/pvc.yaml rename to charts/petimeter/chart/templates/pvc.yaml diff --git a/petimeter/chart/templates/service.yaml b/charts/petimeter/chart/templates/service.yaml similarity index 100% rename from petimeter/chart/templates/service.yaml rename to charts/petimeter/chart/templates/service.yaml diff --git a/petimeter/chart/templates/serviceaccount.yaml b/charts/petimeter/chart/templates/serviceaccount.yaml similarity index 100% rename from petimeter/chart/templates/serviceaccount.yaml rename to charts/petimeter/chart/templates/serviceaccount.yaml diff --git a/petimeter/chart/values.yaml b/charts/petimeter/chart/values.yaml similarity index 100% rename from petimeter/chart/values.yaml rename to charts/petimeter/chart/values.yaml diff --git a/petimeter/manifests/acl.yaml b/charts/petimeter/manifests/acl.yaml similarity index 100% rename from petimeter/manifests/acl.yaml rename to charts/petimeter/manifests/acl.yaml diff --git a/petimeter/prod-values.yaml b/charts/petimeter/prod-values.yaml similarity index 100% rename from petimeter/prod-values.yaml rename to charts/petimeter/prod-values.yaml diff --git a/petimeter/prod/appsettings.json b/charts/petimeter/prod/appsettings.json similarity index 100% rename from petimeter/prod/appsettings.json rename to charts/petimeter/prod/appsettings.json diff --git a/petimeter/prod/deployment_patch.yaml b/charts/petimeter/prod/deployment_patch.yaml similarity index 100% rename from petimeter/prod/deployment_patch.yaml rename to charts/petimeter/prod/deployment_patch.yaml diff --git a/petimeter/prod/kustomization.yaml b/charts/petimeter/prod/kustomization.yaml similarity index 100% rename from petimeter/prod/kustomization.yaml rename to charts/petimeter/prod/kustomization.yaml diff --git a/petimeter/staging-values.yaml b/charts/petimeter/staging-values.yaml similarity index 100% rename from petimeter/staging-values.yaml rename to charts/petimeter/staging-values.yaml diff --git a/petimeter/staging/appsettings.json b/charts/petimeter/staging/appsettings.json similarity index 100% rename from petimeter/staging/appsettings.json rename to charts/petimeter/staging/appsettings.json diff --git a/petimeter/staging/deployment_patch.yaml b/charts/petimeter/staging/deployment_patch.yaml similarity index 100% rename from petimeter/staging/deployment_patch.yaml rename to charts/petimeter/staging/deployment_patch.yaml diff --git a/petimeter/staging/kustomization.yaml b/charts/petimeter/staging/kustomization.yaml similarity index 100% rename from petimeter/staging/kustomization.yaml rename to charts/petimeter/staging/kustomization.yaml diff --git a/rabbitmq/prod-values.yaml b/charts/rabbitmq/prod-values.yaml similarity index 100% rename from rabbitmq/prod-values.yaml rename to charts/rabbitmq/prod-values.yaml diff --git a/rabbitmq/prod/nodeport.yaml b/charts/rabbitmq/prod/nodeport.yaml similarity index 100% rename from rabbitmq/prod/nodeport.yaml rename to charts/rabbitmq/prod/nodeport.yaml diff --git a/rabbitmq/staging-values.yaml b/charts/rabbitmq/staging-values.yaml similarity index 100% rename from rabbitmq/staging-values.yaml rename to charts/rabbitmq/staging-values.yaml diff --git a/rabbitmq/staging/nodeport.yaml b/charts/rabbitmq/staging/nodeport.yaml similarity index 100% rename from rabbitmq/staging/nodeport.yaml rename to charts/rabbitmq/staging/nodeport.yaml diff --git a/redis/prod/nodeport.yaml b/charts/redis/prod/nodeport.yaml similarity index 100% rename from redis/prod/nodeport.yaml rename to charts/redis/prod/nodeport.yaml diff --git a/redis/staging/nodeport.yaml b/charts/redis/staging/nodeport.yaml similarity index 100% rename from redis/staging/nodeport.yaml rename to charts/redis/staging/nodeport.yaml diff --git a/redis/values.yaml b/charts/redis/values.yaml similarity index 100% rename from redis/values.yaml rename to charts/redis/values.yaml diff --git a/seq/application.yaml b/charts/seq/application.yaml similarity index 100% rename from seq/application.yaml rename to charts/seq/application.yaml diff --git a/seq/values.yaml b/charts/seq/values.yaml similarity index 100% rename from seq/values.yaml rename to charts/seq/values.yaml diff --git a/sorcerer/base/deployment_patch.yaml b/charts/sorcerer/base/deployment_patch.yaml similarity index 100% rename from sorcerer/base/deployment_patch.yaml rename to charts/sorcerer/base/deployment_patch.yaml diff --git a/sorcerer/base/kustomization.yaml b/charts/sorcerer/base/kustomization.yaml similarity index 100% rename from sorcerer/base/kustomization.yaml rename to charts/sorcerer/base/kustomization.yaml diff --git a/sorcerer/chart/.helmignore b/charts/sorcerer/chart/.helmignore similarity index 100% rename from sorcerer/chart/.helmignore rename to charts/sorcerer/chart/.helmignore diff --git a/sorcerer/chart/Chart.yaml b/charts/sorcerer/chart/Chart.yaml similarity index 100% rename from sorcerer/chart/Chart.yaml rename to charts/sorcerer/chart/Chart.yaml diff --git a/sorcerer/chart/templates/NOTES.txt b/charts/sorcerer/chart/templates/NOTES.txt similarity index 100% rename from sorcerer/chart/templates/NOTES.txt rename to charts/sorcerer/chart/templates/NOTES.txt diff --git a/sorcerer/chart/templates/_helpers.tpl b/charts/sorcerer/chart/templates/_helpers.tpl similarity index 100% rename from sorcerer/chart/templates/_helpers.tpl rename to charts/sorcerer/chart/templates/_helpers.tpl diff --git a/sorcerer/chart/templates/cluster.yaml b/charts/sorcerer/chart/templates/cluster.yaml similarity index 100% rename from sorcerer/chart/templates/cluster.yaml rename to charts/sorcerer/chart/templates/cluster.yaml diff --git a/sorcerer/chart/templates/deployment.yaml b/charts/sorcerer/chart/templates/deployment.yaml similarity index 100% rename from sorcerer/chart/templates/deployment.yaml rename to charts/sorcerer/chart/templates/deployment.yaml diff --git a/sorcerer/chart/templates/hpa.yaml b/charts/sorcerer/chart/templates/hpa.yaml similarity index 100% rename from sorcerer/chart/templates/hpa.yaml rename to charts/sorcerer/chart/templates/hpa.yaml diff --git a/sorcerer/chart/templates/ingress.yaml b/charts/sorcerer/chart/templates/ingress.yaml similarity index 100% rename from sorcerer/chart/templates/ingress.yaml rename to charts/sorcerer/chart/templates/ingress.yaml diff --git a/sorcerer/chart/templates/pvc.yaml b/charts/sorcerer/chart/templates/pvc.yaml similarity index 100% rename from sorcerer/chart/templates/pvc.yaml rename to charts/sorcerer/chart/templates/pvc.yaml diff --git a/sorcerer/chart/templates/service.yaml b/charts/sorcerer/chart/templates/service.yaml similarity index 100% rename from sorcerer/chart/templates/service.yaml rename to charts/sorcerer/chart/templates/service.yaml diff --git a/sorcerer/chart/templates/serviceaccount.yaml b/charts/sorcerer/chart/templates/serviceaccount.yaml similarity index 100% rename from sorcerer/chart/templates/serviceaccount.yaml rename to charts/sorcerer/chart/templates/serviceaccount.yaml diff --git a/sorcerer/chart/values.yaml b/charts/sorcerer/chart/values.yaml similarity index 100% rename from sorcerer/chart/values.yaml rename to charts/sorcerer/chart/values.yaml diff --git a/sorcerer/prod-values.yaml b/charts/sorcerer/prod-values.yaml similarity index 100% rename from sorcerer/prod-values.yaml rename to charts/sorcerer/prod-values.yaml diff --git a/sorcerer/prod/appsettings.json b/charts/sorcerer/prod/appsettings.json similarity index 100% rename from sorcerer/prod/appsettings.json rename to charts/sorcerer/prod/appsettings.json diff --git a/sorcerer/prod/deployment_patch.yaml b/charts/sorcerer/prod/deployment_patch.yaml similarity index 100% rename from sorcerer/prod/deployment_patch.yaml rename to charts/sorcerer/prod/deployment_patch.yaml diff --git a/sorcerer/prod/kustomization.yaml b/charts/sorcerer/prod/kustomization.yaml similarity index 100% rename from sorcerer/prod/kustomization.yaml rename to charts/sorcerer/prod/kustomization.yaml diff --git a/sorcerer/resources/pv.yaml b/charts/sorcerer/resources/pv.yaml similarity index 100% rename from sorcerer/resources/pv.yaml rename to charts/sorcerer/resources/pv.yaml diff --git a/sorcerer/resources/pvc.yaml b/charts/sorcerer/resources/pvc.yaml similarity index 100% rename from sorcerer/resources/pvc.yaml rename to charts/sorcerer/resources/pvc.yaml diff --git a/sorcerer/staging-values.yaml b/charts/sorcerer/staging-values.yaml similarity index 100% rename from sorcerer/staging-values.yaml rename to charts/sorcerer/staging-values.yaml diff --git a/sorcerer/staging/appsettings.json b/charts/sorcerer/staging/appsettings.json similarity index 100% rename from sorcerer/staging/appsettings.json rename to charts/sorcerer/staging/appsettings.json diff --git a/sorcerer/staging/deployment_patch.yaml b/charts/sorcerer/staging/deployment_patch.yaml similarity index 100% rename from sorcerer/staging/deployment_patch.yaml rename to charts/sorcerer/staging/deployment_patch.yaml diff --git a/sorcerer/staging/kustomization.yaml b/charts/sorcerer/staging/kustomization.yaml similarity index 100% rename from sorcerer/staging/kustomization.yaml rename to charts/sorcerer/staging/kustomization.yaml diff --git a/wordpress/values.yaml b/charts/wordpress/values.yaml similarity index 100% rename from wordpress/values.yaml rename to charts/wordpress/values.yaml