From 8652a8f3df47ec67d72e5f4882b2dce5e4ce5f25 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sat, 14 Jan 2023 16:09:50 +0100 Subject: [PATCH] feat: move Grafana, Prometheus and Traefik to Enterprise Train (#6372) --- charts/{stable => enterprise}/grafana/.helmignore | 0 charts/{stable => enterprise}/grafana/CHANGELOG.md | 0 charts/{stable => enterprise}/grafana/Chart.yaml | 0 charts/{stable => enterprise}/grafana/README.md | 0 charts/{stable => enterprise}/grafana/icon.png | Bin .../{stable => enterprise}/grafana/questions.yaml | 0 .../grafana/templates/common.yaml | 0 .../grafana/templates/prometheusrules.yaml | 0 .../grafana/templates/servicemonitor.yaml | 0 charts/{stable => enterprise}/grafana/values.yaml | 0 .../{stable => enterprise}/prometheus/.helmignore | 0 .../{stable => enterprise}/prometheus/CHANGELOG.md | 0 charts/{stable => enterprise}/prometheus/Chart.yaml | 0 charts/{stable => enterprise}/prometheus/README.md | 0 charts/{stable => enterprise}/prometheus/icon.png | Bin .../prometheus/questions.yaml | 0 .../prometheus/templates/_helpers.tpl | 0 .../templates/alertmanager/_alertmanager.tpl | 0 .../prometheus/templates/alertmanager/secrets.yaml | 0 .../templates/alertmanager/serviceaccount.yaml | 0 .../templates/alertmanager/servicemonitor.yaml | 0 .../prometheus/templates/common.yaml | 0 .../templates/exporters/core-dns/service.yaml | 0 .../exporters/core-dns/servicemonitor.yaml | 0 .../exporters/kube-apiserver/servicemonitor.yaml | 0 .../kube-controller-manager/endpoints.yaml | 0 .../exporters/kube-controller-manager/service.yaml | 0 .../kube-controller-manager/servicemonitor.yaml | 0 .../exporters/kube-scheduler/endpoints.yaml | 0 .../templates/exporters/kube-scheduler/service.yaml | 0 .../exporters/kube-scheduler/servicemonitor.yaml | 0 .../templates/exporters/kubelet/servicemonitor.yaml | 0 .../prometheus/_additionalPrometheusRules.tpl | 0 .../templates/prometheus/_additionalScrapeJobs.tpl | 0 .../prometheus/templates/prometheus/_prometheus.tpl | 0 .../templates/prometheus/_servicemonitor.tpl | 0 .../templates/prometheus/clusterrole.yaml | 0 .../templates/prometheus/clusterrolebinding.yaml | 0 .../templates/prometheus/serviceaccount.yaml | 0 .../{stable => enterprise}/prometheus/values.yaml | 0 charts/{stable => enterprise}/traefik/.helmignore | 0 charts/{stable => enterprise}/traefik/CHANGELOG.md | 0 charts/{stable => enterprise}/traefik/Chart.yaml | 0 charts/{stable => enterprise}/traefik/README.md | 0 .../{stable => enterprise}/traefik/docs/how-to.md | 0 .../traefik/docs/img/BasicAuth.png | Bin .../traefik/docs/img/BasicAuthWorking.png | Bin .../docs/img/ConfigureTraefikMiddlewares.png | Bin .../traefik/docs/img/IngressEnabled.png | Bin .../traefik/docs/img/traefik-regex-redirect-app.png | Bin .../docs/img/traefik-regex-redirect-fields.png | Bin .../traefik/docs/img/traefik-theme-after.png | Bin .../traefik/docs/img/traefik-theme-app.png | Bin .../traefik/docs/img/traefik-theme-before.png | Bin .../traefik/docs/img/traefik-theme-fields.png | Bin .../traefik/docs/redirect-regex-middleware.md | 0 .../traefik/docs/theme-park-middleware.md | 0 .../traefik/docs/traefik-basicAuth-middleware.md | 0 charts/{stable => enterprise}/traefik/icon.png | Bin .../{stable => enterprise}/traefik/questions.yaml | 0 .../traefik/templates/_args.tpl | 0 .../traefik/templates/_helpers.tpl | 0 .../traefik/templates/_ingressclass.tpl | 0 .../traefik/templates/_ingressroute.tpl | 0 .../traefik/templates/_portalhook.tpl | 0 .../traefik/templates/_tlsoptions.tpl | 0 .../traefik/templates/common.yaml | 0 .../traefik/templates/middlewares/addPrefix.yaml | 0 .../templates/middlewares/basic-middleware.yaml | 0 .../traefik/templates/middlewares/basicauth.yaml | 0 .../traefik/templates/middlewares/chain.yaml | 0 .../traefik/templates/middlewares/forwardauth.yaml | 0 .../traefik/templates/middlewares/geoblock.yaml | 0 .../traefik/templates/middlewares/ipwhitelist.yaml | 0 .../traefik/templates/middlewares/ratelimit.yaml | 0 .../traefik/templates/middlewares/real-ip.yaml | 0 .../templates/middlewares/redirectScheme.yaml | 0 .../templates/middlewares/redirectregex.yaml | 0 .../templates/middlewares/stripPrefixRegex.yaml | 0 .../traefik/templates/middlewares/tc-chains.yaml | 0 .../traefik/templates/middlewares/tc-headers.yaml | 0 .../traefik/templates/middlewares/tc-nextcloud.yaml | 0 .../traefik/templates/middlewares/theme-park.yaml | 0 charts/{stable => enterprise}/traefik/values.yaml | 0 84 files changed, 0 insertions(+), 0 deletions(-) rename charts/{stable => enterprise}/grafana/.helmignore (100%) rename charts/{stable => enterprise}/grafana/CHANGELOG.md (100%) rename charts/{stable => enterprise}/grafana/Chart.yaml (100%) rename charts/{stable => enterprise}/grafana/README.md (100%) rename charts/{stable => enterprise}/grafana/icon.png (100%) rename charts/{stable => enterprise}/grafana/questions.yaml (100%) rename charts/{stable => enterprise}/grafana/templates/common.yaml (100%) rename charts/{stable => enterprise}/grafana/templates/prometheusrules.yaml (100%) rename charts/{stable => enterprise}/grafana/templates/servicemonitor.yaml (100%) rename charts/{stable => enterprise}/grafana/values.yaml (100%) rename charts/{stable => enterprise}/prometheus/.helmignore (100%) rename charts/{stable => enterprise}/prometheus/CHANGELOG.md (100%) rename charts/{stable => enterprise}/prometheus/Chart.yaml (100%) rename charts/{stable => enterprise}/prometheus/README.md (100%) rename charts/{stable => enterprise}/prometheus/icon.png (100%) rename charts/{stable => enterprise}/prometheus/questions.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/_helpers.tpl (100%) rename charts/{stable => enterprise}/prometheus/templates/alertmanager/_alertmanager.tpl (100%) rename charts/{stable => enterprise}/prometheus/templates/alertmanager/secrets.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/alertmanager/serviceaccount.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/alertmanager/servicemonitor.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/common.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/exporters/core-dns/service.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/exporters/core-dns/servicemonitor.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/exporters/kube-apiserver/servicemonitor.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/exporters/kube-controller-manager/endpoints.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/exporters/kube-controller-manager/service.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/exporters/kube-controller-manager/servicemonitor.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/exporters/kube-scheduler/endpoints.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/exporters/kube-scheduler/service.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/exporters/kube-scheduler/servicemonitor.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/exporters/kubelet/servicemonitor.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/prometheus/_additionalPrometheusRules.tpl (100%) rename charts/{stable => enterprise}/prometheus/templates/prometheus/_additionalScrapeJobs.tpl (100%) rename charts/{stable => enterprise}/prometheus/templates/prometheus/_prometheus.tpl (100%) rename charts/{stable => enterprise}/prometheus/templates/prometheus/_servicemonitor.tpl (100%) rename charts/{stable => enterprise}/prometheus/templates/prometheus/clusterrole.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/prometheus/clusterrolebinding.yaml (100%) rename charts/{stable => enterprise}/prometheus/templates/prometheus/serviceaccount.yaml (100%) rename charts/{stable => enterprise}/prometheus/values.yaml (100%) rename charts/{stable => enterprise}/traefik/.helmignore (100%) rename charts/{stable => enterprise}/traefik/CHANGELOG.md (100%) rename charts/{stable => enterprise}/traefik/Chart.yaml (100%) rename charts/{stable => enterprise}/traefik/README.md (100%) rename charts/{stable => enterprise}/traefik/docs/how-to.md (100%) rename charts/{stable => enterprise}/traefik/docs/img/BasicAuth.png (100%) rename charts/{stable => enterprise}/traefik/docs/img/BasicAuthWorking.png (100%) rename charts/{stable => enterprise}/traefik/docs/img/ConfigureTraefikMiddlewares.png (100%) rename charts/{stable => enterprise}/traefik/docs/img/IngressEnabled.png (100%) rename charts/{stable => enterprise}/traefik/docs/img/traefik-regex-redirect-app.png (100%) rename charts/{stable => enterprise}/traefik/docs/img/traefik-regex-redirect-fields.png (100%) rename charts/{stable => enterprise}/traefik/docs/img/traefik-theme-after.png (100%) rename charts/{stable => enterprise}/traefik/docs/img/traefik-theme-app.png (100%) rename charts/{stable => enterprise}/traefik/docs/img/traefik-theme-before.png (100%) rename charts/{stable => enterprise}/traefik/docs/img/traefik-theme-fields.png (100%) rename charts/{stable => enterprise}/traefik/docs/redirect-regex-middleware.md (100%) rename charts/{stable => enterprise}/traefik/docs/theme-park-middleware.md (100%) rename charts/{stable => enterprise}/traefik/docs/traefik-basicAuth-middleware.md (100%) rename charts/{stable => enterprise}/traefik/icon.png (100%) rename charts/{stable => enterprise}/traefik/questions.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/_args.tpl (100%) rename charts/{stable => enterprise}/traefik/templates/_helpers.tpl (100%) rename charts/{stable => enterprise}/traefik/templates/_ingressclass.tpl (100%) rename charts/{stable => enterprise}/traefik/templates/_ingressroute.tpl (100%) rename charts/{stable => enterprise}/traefik/templates/_portalhook.tpl (100%) rename charts/{stable => enterprise}/traefik/templates/_tlsoptions.tpl (100%) rename charts/{stable => enterprise}/traefik/templates/common.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/addPrefix.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/basic-middleware.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/basicauth.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/chain.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/forwardauth.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/geoblock.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/ipwhitelist.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/ratelimit.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/real-ip.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/redirectScheme.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/redirectregex.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/stripPrefixRegex.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/tc-chains.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/tc-headers.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/tc-nextcloud.yaml (100%) rename charts/{stable => enterprise}/traefik/templates/middlewares/theme-park.yaml (100%) rename charts/{stable => enterprise}/traefik/values.yaml (100%) diff --git a/charts/stable/grafana/.helmignore b/charts/enterprise/grafana/.helmignore similarity index 100% rename from charts/stable/grafana/.helmignore rename to charts/enterprise/grafana/.helmignore diff --git a/charts/stable/grafana/CHANGELOG.md b/charts/enterprise/grafana/CHANGELOG.md similarity index 100% rename from charts/stable/grafana/CHANGELOG.md rename to charts/enterprise/grafana/CHANGELOG.md diff --git a/charts/stable/grafana/Chart.yaml b/charts/enterprise/grafana/Chart.yaml similarity index 100% rename from charts/stable/grafana/Chart.yaml rename to charts/enterprise/grafana/Chart.yaml diff --git a/charts/stable/grafana/README.md b/charts/enterprise/grafana/README.md similarity index 100% rename from charts/stable/grafana/README.md rename to charts/enterprise/grafana/README.md diff --git a/charts/stable/grafana/icon.png b/charts/enterprise/grafana/icon.png similarity index 100% rename from charts/stable/grafana/icon.png rename to charts/enterprise/grafana/icon.png diff --git a/charts/stable/grafana/questions.yaml b/charts/enterprise/grafana/questions.yaml similarity index 100% rename from charts/stable/grafana/questions.yaml rename to charts/enterprise/grafana/questions.yaml diff --git a/charts/stable/grafana/templates/common.yaml b/charts/enterprise/grafana/templates/common.yaml similarity index 100% rename from charts/stable/grafana/templates/common.yaml rename to charts/enterprise/grafana/templates/common.yaml diff --git a/charts/stable/grafana/templates/prometheusrules.yaml b/charts/enterprise/grafana/templates/prometheusrules.yaml similarity index 100% rename from charts/stable/grafana/templates/prometheusrules.yaml rename to charts/enterprise/grafana/templates/prometheusrules.yaml diff --git a/charts/stable/grafana/templates/servicemonitor.yaml b/charts/enterprise/grafana/templates/servicemonitor.yaml similarity index 100% rename from charts/stable/grafana/templates/servicemonitor.yaml rename to charts/enterprise/grafana/templates/servicemonitor.yaml diff --git a/charts/stable/grafana/values.yaml b/charts/enterprise/grafana/values.yaml similarity index 100% rename from charts/stable/grafana/values.yaml rename to charts/enterprise/grafana/values.yaml diff --git a/charts/stable/prometheus/.helmignore b/charts/enterprise/prometheus/.helmignore similarity index 100% rename from charts/stable/prometheus/.helmignore rename to charts/enterprise/prometheus/.helmignore diff --git a/charts/stable/prometheus/CHANGELOG.md b/charts/enterprise/prometheus/CHANGELOG.md similarity index 100% rename from charts/stable/prometheus/CHANGELOG.md rename to charts/enterprise/prometheus/CHANGELOG.md diff --git a/charts/stable/prometheus/Chart.yaml b/charts/enterprise/prometheus/Chart.yaml similarity index 100% rename from charts/stable/prometheus/Chart.yaml rename to charts/enterprise/prometheus/Chart.yaml diff --git a/charts/stable/prometheus/README.md b/charts/enterprise/prometheus/README.md similarity index 100% rename from charts/stable/prometheus/README.md rename to charts/enterprise/prometheus/README.md diff --git a/charts/stable/prometheus/icon.png b/charts/enterprise/prometheus/icon.png similarity index 100% rename from charts/stable/prometheus/icon.png rename to charts/enterprise/prometheus/icon.png diff --git a/charts/stable/prometheus/questions.yaml b/charts/enterprise/prometheus/questions.yaml similarity index 100% rename from charts/stable/prometheus/questions.yaml rename to charts/enterprise/prometheus/questions.yaml diff --git a/charts/stable/prometheus/templates/_helpers.tpl b/charts/enterprise/prometheus/templates/_helpers.tpl similarity index 100% rename from charts/stable/prometheus/templates/_helpers.tpl rename to charts/enterprise/prometheus/templates/_helpers.tpl diff --git a/charts/stable/prometheus/templates/alertmanager/_alertmanager.tpl b/charts/enterprise/prometheus/templates/alertmanager/_alertmanager.tpl similarity index 100% rename from charts/stable/prometheus/templates/alertmanager/_alertmanager.tpl rename to charts/enterprise/prometheus/templates/alertmanager/_alertmanager.tpl diff --git a/charts/stable/prometheus/templates/alertmanager/secrets.yaml b/charts/enterprise/prometheus/templates/alertmanager/secrets.yaml similarity index 100% rename from charts/stable/prometheus/templates/alertmanager/secrets.yaml rename to charts/enterprise/prometheus/templates/alertmanager/secrets.yaml diff --git a/charts/stable/prometheus/templates/alertmanager/serviceaccount.yaml b/charts/enterprise/prometheus/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from charts/stable/prometheus/templates/alertmanager/serviceaccount.yaml rename to charts/enterprise/prometheus/templates/alertmanager/serviceaccount.yaml diff --git a/charts/stable/prometheus/templates/alertmanager/servicemonitor.yaml b/charts/enterprise/prometheus/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from charts/stable/prometheus/templates/alertmanager/servicemonitor.yaml rename to charts/enterprise/prometheus/templates/alertmanager/servicemonitor.yaml diff --git a/charts/stable/prometheus/templates/common.yaml b/charts/enterprise/prometheus/templates/common.yaml similarity index 100% rename from charts/stable/prometheus/templates/common.yaml rename to charts/enterprise/prometheus/templates/common.yaml diff --git a/charts/stable/prometheus/templates/exporters/core-dns/service.yaml b/charts/enterprise/prometheus/templates/exporters/core-dns/service.yaml similarity index 100% rename from charts/stable/prometheus/templates/exporters/core-dns/service.yaml rename to charts/enterprise/prometheus/templates/exporters/core-dns/service.yaml diff --git a/charts/stable/prometheus/templates/exporters/core-dns/servicemonitor.yaml b/charts/enterprise/prometheus/templates/exporters/core-dns/servicemonitor.yaml similarity index 100% rename from charts/stable/prometheus/templates/exporters/core-dns/servicemonitor.yaml rename to charts/enterprise/prometheus/templates/exporters/core-dns/servicemonitor.yaml diff --git a/charts/stable/prometheus/templates/exporters/kube-apiserver/servicemonitor.yaml b/charts/enterprise/prometheus/templates/exporters/kube-apiserver/servicemonitor.yaml similarity index 100% rename from charts/stable/prometheus/templates/exporters/kube-apiserver/servicemonitor.yaml rename to charts/enterprise/prometheus/templates/exporters/kube-apiserver/servicemonitor.yaml diff --git a/charts/stable/prometheus/templates/exporters/kube-controller-manager/endpoints.yaml b/charts/enterprise/prometheus/templates/exporters/kube-controller-manager/endpoints.yaml similarity index 100% rename from charts/stable/prometheus/templates/exporters/kube-controller-manager/endpoints.yaml rename to charts/enterprise/prometheus/templates/exporters/kube-controller-manager/endpoints.yaml diff --git a/charts/stable/prometheus/templates/exporters/kube-controller-manager/service.yaml b/charts/enterprise/prometheus/templates/exporters/kube-controller-manager/service.yaml similarity index 100% rename from charts/stable/prometheus/templates/exporters/kube-controller-manager/service.yaml rename to charts/enterprise/prometheus/templates/exporters/kube-controller-manager/service.yaml diff --git a/charts/stable/prometheus/templates/exporters/kube-controller-manager/servicemonitor.yaml b/charts/enterprise/prometheus/templates/exporters/kube-controller-manager/servicemonitor.yaml similarity index 100% rename from charts/stable/prometheus/templates/exporters/kube-controller-manager/servicemonitor.yaml rename to charts/enterprise/prometheus/templates/exporters/kube-controller-manager/servicemonitor.yaml diff --git a/charts/stable/prometheus/templates/exporters/kube-scheduler/endpoints.yaml b/charts/enterprise/prometheus/templates/exporters/kube-scheduler/endpoints.yaml similarity index 100% rename from charts/stable/prometheus/templates/exporters/kube-scheduler/endpoints.yaml rename to charts/enterprise/prometheus/templates/exporters/kube-scheduler/endpoints.yaml diff --git a/charts/stable/prometheus/templates/exporters/kube-scheduler/service.yaml b/charts/enterprise/prometheus/templates/exporters/kube-scheduler/service.yaml similarity index 100% rename from charts/stable/prometheus/templates/exporters/kube-scheduler/service.yaml rename to charts/enterprise/prometheus/templates/exporters/kube-scheduler/service.yaml diff --git a/charts/stable/prometheus/templates/exporters/kube-scheduler/servicemonitor.yaml b/charts/enterprise/prometheus/templates/exporters/kube-scheduler/servicemonitor.yaml similarity index 100% rename from charts/stable/prometheus/templates/exporters/kube-scheduler/servicemonitor.yaml rename to charts/enterprise/prometheus/templates/exporters/kube-scheduler/servicemonitor.yaml diff --git a/charts/stable/prometheus/templates/exporters/kubelet/servicemonitor.yaml b/charts/enterprise/prometheus/templates/exporters/kubelet/servicemonitor.yaml similarity index 100% rename from charts/stable/prometheus/templates/exporters/kubelet/servicemonitor.yaml rename to charts/enterprise/prometheus/templates/exporters/kubelet/servicemonitor.yaml diff --git a/charts/stable/prometheus/templates/prometheus/_additionalPrometheusRules.tpl b/charts/enterprise/prometheus/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from charts/stable/prometheus/templates/prometheus/_additionalPrometheusRules.tpl rename to charts/enterprise/prometheus/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/charts/stable/prometheus/templates/prometheus/_additionalScrapeJobs.tpl b/charts/enterprise/prometheus/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from charts/stable/prometheus/templates/prometheus/_additionalScrapeJobs.tpl rename to charts/enterprise/prometheus/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/charts/stable/prometheus/templates/prometheus/_prometheus.tpl b/charts/enterprise/prometheus/templates/prometheus/_prometheus.tpl similarity index 100% rename from charts/stable/prometheus/templates/prometheus/_prometheus.tpl rename to charts/enterprise/prometheus/templates/prometheus/_prometheus.tpl diff --git a/charts/stable/prometheus/templates/prometheus/_servicemonitor.tpl b/charts/enterprise/prometheus/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from charts/stable/prometheus/templates/prometheus/_servicemonitor.tpl rename to charts/enterprise/prometheus/templates/prometheus/_servicemonitor.tpl diff --git a/charts/stable/prometheus/templates/prometheus/clusterrole.yaml b/charts/enterprise/prometheus/templates/prometheus/clusterrole.yaml similarity index 100% rename from charts/stable/prometheus/templates/prometheus/clusterrole.yaml rename to charts/enterprise/prometheus/templates/prometheus/clusterrole.yaml diff --git a/charts/stable/prometheus/templates/prometheus/clusterrolebinding.yaml b/charts/enterprise/prometheus/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from charts/stable/prometheus/templates/prometheus/clusterrolebinding.yaml rename to charts/enterprise/prometheus/templates/prometheus/clusterrolebinding.yaml diff --git a/charts/stable/prometheus/templates/prometheus/serviceaccount.yaml b/charts/enterprise/prometheus/templates/prometheus/serviceaccount.yaml similarity index 100% rename from charts/stable/prometheus/templates/prometheus/serviceaccount.yaml rename to charts/enterprise/prometheus/templates/prometheus/serviceaccount.yaml diff --git a/charts/stable/prometheus/values.yaml b/charts/enterprise/prometheus/values.yaml similarity index 100% rename from charts/stable/prometheus/values.yaml rename to charts/enterprise/prometheus/values.yaml diff --git a/charts/stable/traefik/.helmignore b/charts/enterprise/traefik/.helmignore similarity index 100% rename from charts/stable/traefik/.helmignore rename to charts/enterprise/traefik/.helmignore diff --git a/charts/stable/traefik/CHANGELOG.md b/charts/enterprise/traefik/CHANGELOG.md similarity index 100% rename from charts/stable/traefik/CHANGELOG.md rename to charts/enterprise/traefik/CHANGELOG.md diff --git a/charts/stable/traefik/Chart.yaml b/charts/enterprise/traefik/Chart.yaml similarity index 100% rename from charts/stable/traefik/Chart.yaml rename to charts/enterprise/traefik/Chart.yaml diff --git a/charts/stable/traefik/README.md b/charts/enterprise/traefik/README.md similarity index 100% rename from charts/stable/traefik/README.md rename to charts/enterprise/traefik/README.md diff --git a/charts/stable/traefik/docs/how-to.md b/charts/enterprise/traefik/docs/how-to.md similarity index 100% rename from charts/stable/traefik/docs/how-to.md rename to charts/enterprise/traefik/docs/how-to.md diff --git a/charts/stable/traefik/docs/img/BasicAuth.png b/charts/enterprise/traefik/docs/img/BasicAuth.png similarity index 100% rename from charts/stable/traefik/docs/img/BasicAuth.png rename to charts/enterprise/traefik/docs/img/BasicAuth.png diff --git a/charts/stable/traefik/docs/img/BasicAuthWorking.png b/charts/enterprise/traefik/docs/img/BasicAuthWorking.png similarity index 100% rename from charts/stable/traefik/docs/img/BasicAuthWorking.png rename to charts/enterprise/traefik/docs/img/BasicAuthWorking.png diff --git a/charts/stable/traefik/docs/img/ConfigureTraefikMiddlewares.png b/charts/enterprise/traefik/docs/img/ConfigureTraefikMiddlewares.png similarity index 100% rename from charts/stable/traefik/docs/img/ConfigureTraefikMiddlewares.png rename to charts/enterprise/traefik/docs/img/ConfigureTraefikMiddlewares.png diff --git a/charts/stable/traefik/docs/img/IngressEnabled.png b/charts/enterprise/traefik/docs/img/IngressEnabled.png similarity index 100% rename from charts/stable/traefik/docs/img/IngressEnabled.png rename to charts/enterprise/traefik/docs/img/IngressEnabled.png diff --git a/charts/stable/traefik/docs/img/traefik-regex-redirect-app.png b/charts/enterprise/traefik/docs/img/traefik-regex-redirect-app.png similarity index 100% rename from charts/stable/traefik/docs/img/traefik-regex-redirect-app.png rename to charts/enterprise/traefik/docs/img/traefik-regex-redirect-app.png diff --git a/charts/stable/traefik/docs/img/traefik-regex-redirect-fields.png b/charts/enterprise/traefik/docs/img/traefik-regex-redirect-fields.png similarity index 100% rename from charts/stable/traefik/docs/img/traefik-regex-redirect-fields.png rename to charts/enterprise/traefik/docs/img/traefik-regex-redirect-fields.png diff --git a/charts/stable/traefik/docs/img/traefik-theme-after.png b/charts/enterprise/traefik/docs/img/traefik-theme-after.png similarity index 100% rename from charts/stable/traefik/docs/img/traefik-theme-after.png rename to charts/enterprise/traefik/docs/img/traefik-theme-after.png diff --git a/charts/stable/traefik/docs/img/traefik-theme-app.png b/charts/enterprise/traefik/docs/img/traefik-theme-app.png similarity index 100% rename from charts/stable/traefik/docs/img/traefik-theme-app.png rename to charts/enterprise/traefik/docs/img/traefik-theme-app.png diff --git a/charts/stable/traefik/docs/img/traefik-theme-before.png b/charts/enterprise/traefik/docs/img/traefik-theme-before.png similarity index 100% rename from charts/stable/traefik/docs/img/traefik-theme-before.png rename to charts/enterprise/traefik/docs/img/traefik-theme-before.png diff --git a/charts/stable/traefik/docs/img/traefik-theme-fields.png b/charts/enterprise/traefik/docs/img/traefik-theme-fields.png similarity index 100% rename from charts/stable/traefik/docs/img/traefik-theme-fields.png rename to charts/enterprise/traefik/docs/img/traefik-theme-fields.png diff --git a/charts/stable/traefik/docs/redirect-regex-middleware.md b/charts/enterprise/traefik/docs/redirect-regex-middleware.md similarity index 100% rename from charts/stable/traefik/docs/redirect-regex-middleware.md rename to charts/enterprise/traefik/docs/redirect-regex-middleware.md diff --git a/charts/stable/traefik/docs/theme-park-middleware.md b/charts/enterprise/traefik/docs/theme-park-middleware.md similarity index 100% rename from charts/stable/traefik/docs/theme-park-middleware.md rename to charts/enterprise/traefik/docs/theme-park-middleware.md diff --git a/charts/stable/traefik/docs/traefik-basicAuth-middleware.md b/charts/enterprise/traefik/docs/traefik-basicAuth-middleware.md similarity index 100% rename from charts/stable/traefik/docs/traefik-basicAuth-middleware.md rename to charts/enterprise/traefik/docs/traefik-basicAuth-middleware.md diff --git a/charts/stable/traefik/icon.png b/charts/enterprise/traefik/icon.png similarity index 100% rename from charts/stable/traefik/icon.png rename to charts/enterprise/traefik/icon.png diff --git a/charts/stable/traefik/questions.yaml b/charts/enterprise/traefik/questions.yaml similarity index 100% rename from charts/stable/traefik/questions.yaml rename to charts/enterprise/traefik/questions.yaml diff --git a/charts/stable/traefik/templates/_args.tpl b/charts/enterprise/traefik/templates/_args.tpl similarity index 100% rename from charts/stable/traefik/templates/_args.tpl rename to charts/enterprise/traefik/templates/_args.tpl diff --git a/charts/stable/traefik/templates/_helpers.tpl b/charts/enterprise/traefik/templates/_helpers.tpl similarity index 100% rename from charts/stable/traefik/templates/_helpers.tpl rename to charts/enterprise/traefik/templates/_helpers.tpl diff --git a/charts/stable/traefik/templates/_ingressclass.tpl b/charts/enterprise/traefik/templates/_ingressclass.tpl similarity index 100% rename from charts/stable/traefik/templates/_ingressclass.tpl rename to charts/enterprise/traefik/templates/_ingressclass.tpl diff --git a/charts/stable/traefik/templates/_ingressroute.tpl b/charts/enterprise/traefik/templates/_ingressroute.tpl similarity index 100% rename from charts/stable/traefik/templates/_ingressroute.tpl rename to charts/enterprise/traefik/templates/_ingressroute.tpl diff --git a/charts/stable/traefik/templates/_portalhook.tpl b/charts/enterprise/traefik/templates/_portalhook.tpl similarity index 100% rename from charts/stable/traefik/templates/_portalhook.tpl rename to charts/enterprise/traefik/templates/_portalhook.tpl diff --git a/charts/stable/traefik/templates/_tlsoptions.tpl b/charts/enterprise/traefik/templates/_tlsoptions.tpl similarity index 100% rename from charts/stable/traefik/templates/_tlsoptions.tpl rename to charts/enterprise/traefik/templates/_tlsoptions.tpl diff --git a/charts/stable/traefik/templates/common.yaml b/charts/enterprise/traefik/templates/common.yaml similarity index 100% rename from charts/stable/traefik/templates/common.yaml rename to charts/enterprise/traefik/templates/common.yaml diff --git a/charts/stable/traefik/templates/middlewares/addPrefix.yaml b/charts/enterprise/traefik/templates/middlewares/addPrefix.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/addPrefix.yaml rename to charts/enterprise/traefik/templates/middlewares/addPrefix.yaml diff --git a/charts/stable/traefik/templates/middlewares/basic-middleware.yaml b/charts/enterprise/traefik/templates/middlewares/basic-middleware.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/basic-middleware.yaml rename to charts/enterprise/traefik/templates/middlewares/basic-middleware.yaml diff --git a/charts/stable/traefik/templates/middlewares/basicauth.yaml b/charts/enterprise/traefik/templates/middlewares/basicauth.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/basicauth.yaml rename to charts/enterprise/traefik/templates/middlewares/basicauth.yaml diff --git a/charts/stable/traefik/templates/middlewares/chain.yaml b/charts/enterprise/traefik/templates/middlewares/chain.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/chain.yaml rename to charts/enterprise/traefik/templates/middlewares/chain.yaml diff --git a/charts/stable/traefik/templates/middlewares/forwardauth.yaml b/charts/enterprise/traefik/templates/middlewares/forwardauth.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/forwardauth.yaml rename to charts/enterprise/traefik/templates/middlewares/forwardauth.yaml diff --git a/charts/stable/traefik/templates/middlewares/geoblock.yaml b/charts/enterprise/traefik/templates/middlewares/geoblock.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/geoblock.yaml rename to charts/enterprise/traefik/templates/middlewares/geoblock.yaml diff --git a/charts/stable/traefik/templates/middlewares/ipwhitelist.yaml b/charts/enterprise/traefik/templates/middlewares/ipwhitelist.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/ipwhitelist.yaml rename to charts/enterprise/traefik/templates/middlewares/ipwhitelist.yaml diff --git a/charts/stable/traefik/templates/middlewares/ratelimit.yaml b/charts/enterprise/traefik/templates/middlewares/ratelimit.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/ratelimit.yaml rename to charts/enterprise/traefik/templates/middlewares/ratelimit.yaml diff --git a/charts/stable/traefik/templates/middlewares/real-ip.yaml b/charts/enterprise/traefik/templates/middlewares/real-ip.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/real-ip.yaml rename to charts/enterprise/traefik/templates/middlewares/real-ip.yaml diff --git a/charts/stable/traefik/templates/middlewares/redirectScheme.yaml b/charts/enterprise/traefik/templates/middlewares/redirectScheme.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/redirectScheme.yaml rename to charts/enterprise/traefik/templates/middlewares/redirectScheme.yaml diff --git a/charts/stable/traefik/templates/middlewares/redirectregex.yaml b/charts/enterprise/traefik/templates/middlewares/redirectregex.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/redirectregex.yaml rename to charts/enterprise/traefik/templates/middlewares/redirectregex.yaml diff --git a/charts/stable/traefik/templates/middlewares/stripPrefixRegex.yaml b/charts/enterprise/traefik/templates/middlewares/stripPrefixRegex.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/stripPrefixRegex.yaml rename to charts/enterprise/traefik/templates/middlewares/stripPrefixRegex.yaml diff --git a/charts/stable/traefik/templates/middlewares/tc-chains.yaml b/charts/enterprise/traefik/templates/middlewares/tc-chains.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/tc-chains.yaml rename to charts/enterprise/traefik/templates/middlewares/tc-chains.yaml diff --git a/charts/stable/traefik/templates/middlewares/tc-headers.yaml b/charts/enterprise/traefik/templates/middlewares/tc-headers.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/tc-headers.yaml rename to charts/enterprise/traefik/templates/middlewares/tc-headers.yaml diff --git a/charts/stable/traefik/templates/middlewares/tc-nextcloud.yaml b/charts/enterprise/traefik/templates/middlewares/tc-nextcloud.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/tc-nextcloud.yaml rename to charts/enterprise/traefik/templates/middlewares/tc-nextcloud.yaml diff --git a/charts/stable/traefik/templates/middlewares/theme-park.yaml b/charts/enterprise/traefik/templates/middlewares/theme-park.yaml similarity index 100% rename from charts/stable/traefik/templates/middlewares/theme-park.yaml rename to charts/enterprise/traefik/templates/middlewares/theme-park.yaml diff --git a/charts/stable/traefik/values.yaml b/charts/enterprise/traefik/values.yaml similarity index 100% rename from charts/stable/traefik/values.yaml rename to charts/enterprise/traefik/values.yaml