From b9c129a7185a1b9e6e26eeb7827870f62ebba90c Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 25 Sep 2022 20:43:34 +0300 Subject: [PATCH] feat(authentik): move to enterprise (#3902) --- .../{incubator => enterprise}/authentik/.helmignore | 0 .../authentik/CHANGELOG.md | 0 .../{incubator => enterprise}/authentik/Chart.yaml | 2 +- .../{incubator => enterprise}/authentik/README.md | 0 .../authentik/docs/installation_notes.md | 0 charts/{incubator => enterprise}/authentik/icon.png | Bin .../authentik/questions.yaml | 0 .../authentik/templates/_config.tpl | 0 .../authentik/templates/_geoip.tpl | 0 .../authentik/templates/_ldap.tpl | 0 .../authentik/templates/_proxy.tpl | 0 .../authentik/templates/_secret.tpl | 0 .../authentik/templates/_worker.tpl | 0 .../authentik/templates/common.yaml | 0 .../{incubator => enterprise}/authentik/values.yaml | 0 15 files changed, 1 insertion(+), 1 deletion(-) rename charts/{incubator => enterprise}/authentik/.helmignore (100%) rename charts/{incubator => enterprise}/authentik/CHANGELOG.md (100%) rename charts/{incubator => enterprise}/authentik/Chart.yaml (98%) rename charts/{incubator => enterprise}/authentik/README.md (100%) rename charts/{incubator => enterprise}/authentik/docs/installation_notes.md (100%) rename charts/{incubator => enterprise}/authentik/icon.png (100%) rename charts/{incubator => enterprise}/authentik/questions.yaml (100%) rename charts/{incubator => enterprise}/authentik/templates/_config.tpl (100%) rename charts/{incubator => enterprise}/authentik/templates/_geoip.tpl (100%) rename charts/{incubator => enterprise}/authentik/templates/_ldap.tpl (100%) rename charts/{incubator => enterprise}/authentik/templates/_proxy.tpl (100%) rename charts/{incubator => enterprise}/authentik/templates/_secret.tpl (100%) rename charts/{incubator => enterprise}/authentik/templates/_worker.tpl (100%) rename charts/{incubator => enterprise}/authentik/templates/common.yaml (100%) rename charts/{incubator => enterprise}/authentik/values.yaml (100%) diff --git a/charts/incubator/authentik/.helmignore b/charts/enterprise/authentik/.helmignore similarity index 100% rename from charts/incubator/authentik/.helmignore rename to charts/enterprise/authentik/.helmignore diff --git a/charts/incubator/authentik/CHANGELOG.md b/charts/enterprise/authentik/CHANGELOG.md similarity index 100% rename from charts/incubator/authentik/CHANGELOG.md rename to charts/enterprise/authentik/CHANGELOG.md diff --git a/charts/incubator/authentik/Chart.yaml b/charts/enterprise/authentik/Chart.yaml similarity index 98% rename from charts/incubator/authentik/Chart.yaml rename to charts/enterprise/authentik/Chart.yaml index 18b0aea6140..6b3ae6be2e2 100644 --- a/charts/incubator/authentik/Chart.yaml +++ b/charts/enterprise/authentik/Chart.yaml @@ -27,7 +27,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/authentik - https://github.com/goauthentik/authentik - https://goauthentik.io/docs/ -version: 6.0.7 +version: 7.0.0 annotations: truecharts.org/catagories: | - authentication diff --git a/charts/incubator/authentik/README.md b/charts/enterprise/authentik/README.md similarity index 100% rename from charts/incubator/authentik/README.md rename to charts/enterprise/authentik/README.md diff --git a/charts/incubator/authentik/docs/installation_notes.md b/charts/enterprise/authentik/docs/installation_notes.md similarity index 100% rename from charts/incubator/authentik/docs/installation_notes.md rename to charts/enterprise/authentik/docs/installation_notes.md diff --git a/charts/incubator/authentik/icon.png b/charts/enterprise/authentik/icon.png similarity index 100% rename from charts/incubator/authentik/icon.png rename to charts/enterprise/authentik/icon.png diff --git a/charts/incubator/authentik/questions.yaml b/charts/enterprise/authentik/questions.yaml similarity index 100% rename from charts/incubator/authentik/questions.yaml rename to charts/enterprise/authentik/questions.yaml diff --git a/charts/incubator/authentik/templates/_config.tpl b/charts/enterprise/authentik/templates/_config.tpl similarity index 100% rename from charts/incubator/authentik/templates/_config.tpl rename to charts/enterprise/authentik/templates/_config.tpl diff --git a/charts/incubator/authentik/templates/_geoip.tpl b/charts/enterprise/authentik/templates/_geoip.tpl similarity index 100% rename from charts/incubator/authentik/templates/_geoip.tpl rename to charts/enterprise/authentik/templates/_geoip.tpl diff --git a/charts/incubator/authentik/templates/_ldap.tpl b/charts/enterprise/authentik/templates/_ldap.tpl similarity index 100% rename from charts/incubator/authentik/templates/_ldap.tpl rename to charts/enterprise/authentik/templates/_ldap.tpl diff --git a/charts/incubator/authentik/templates/_proxy.tpl b/charts/enterprise/authentik/templates/_proxy.tpl similarity index 100% rename from charts/incubator/authentik/templates/_proxy.tpl rename to charts/enterprise/authentik/templates/_proxy.tpl diff --git a/charts/incubator/authentik/templates/_secret.tpl b/charts/enterprise/authentik/templates/_secret.tpl similarity index 100% rename from charts/incubator/authentik/templates/_secret.tpl rename to charts/enterprise/authentik/templates/_secret.tpl diff --git a/charts/incubator/authentik/templates/_worker.tpl b/charts/enterprise/authentik/templates/_worker.tpl similarity index 100% rename from charts/incubator/authentik/templates/_worker.tpl rename to charts/enterprise/authentik/templates/_worker.tpl diff --git a/charts/incubator/authentik/templates/common.yaml b/charts/enterprise/authentik/templates/common.yaml similarity index 100% rename from charts/incubator/authentik/templates/common.yaml rename to charts/enterprise/authentik/templates/common.yaml diff --git a/charts/incubator/authentik/values.yaml b/charts/enterprise/authentik/values.yaml similarity index 100% rename from charts/incubator/authentik/values.yaml rename to charts/enterprise/authentik/values.yaml