diff --git a/.github/ct-install.yaml b/.github/ct-install.yaml index 675f2396187..56d26ae5580 100644 --- a/.github/ct-install.yaml +++ b/.github/ct-install.yaml @@ -11,7 +11,6 @@ chart-dirs: - charts/system excluded-charts: - charts/dependency/subchart - - charts/incubator/nebula-sync - charts/library/common - charts/stable/adguardhome-sync - charts/stable/alertmanager-bot @@ -48,6 +47,7 @@ excluded-charts: - charts/stable/midarr - charts/stable/mindustry - charts/stable/multus + - charts/stable/nebula-sync - charts/stable/neverwinternights-ee - charts/stable/nitter - charts/stable/openttd @@ -60,8 +60,8 @@ excluded-charts: - charts/stable/reg - charts/stable/romm - charts/stable/sd-webui - - charts/stable/ser2sock - charts/stable/sdtd + - charts/stable/ser2sock - charts/stable/splunk - charts/stable/starmade - charts/stable/storj-node diff --git a/charts/incubator/nebula-sync/.helmignore b/charts/stable/nebula-sync/.helmignore similarity index 100% rename from charts/incubator/nebula-sync/.helmignore rename to charts/stable/nebula-sync/.helmignore diff --git a/charts/incubator/nebula-sync/CHANGELOG.md b/charts/stable/nebula-sync/CHANGELOG.md similarity index 100% rename from charts/incubator/nebula-sync/CHANGELOG.md rename to charts/stable/nebula-sync/CHANGELOG.md diff --git a/charts/incubator/nebula-sync/Chart.yaml b/charts/stable/nebula-sync/Chart.yaml similarity index 83% rename from charts/incubator/nebula-sync/Chart.yaml rename to charts/stable/nebula-sync/Chart.yaml index c9f84ef7b7f..2d8c4d672ee 100644 --- a/charts/incubator/nebula-sync/Chart.yaml +++ b/charts/stable/nebula-sync/Chart.yaml @@ -5,7 +5,7 @@ annotations: truecharts.org/category: networking truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: v0.11.0 dependencies: @@ -18,7 +18,7 @@ dependencies: import-values: [] deprecated: false description: Synchronize Pi-hole v6.x configuration to replicas. -home: https://truecharts.org/charts/incubator/nebula-sync +home: https://truecharts.org/charts/stable/nebula-sync icon: https://truecharts.org/img/hotlink-ok/chart-icons/nebula-sync.webp keywords: - pihole @@ -32,7 +32,7 @@ maintainers: name: nebula-sync sources: - https://ghcr.io/lovelaze/nebula-sync - - https://github.com/truecharts/charts/tree/master/charts/incubator/nebula-sync + - https://github.com/truecharts/charts/tree/master/charts/stable/nebula-sync type: application version: 0.1.0 diff --git a/charts/incubator/nebula-sync/README.md b/charts/stable/nebula-sync/README.md similarity index 100% rename from charts/incubator/nebula-sync/README.md rename to charts/stable/nebula-sync/README.md diff --git a/charts/incubator/nebula-sync/icon-small.webp b/charts/stable/nebula-sync/icon-small.webp similarity index 100% rename from charts/incubator/nebula-sync/icon-small.webp rename to charts/stable/nebula-sync/icon-small.webp diff --git a/charts/incubator/nebula-sync/icon.webp b/charts/stable/nebula-sync/icon.webp similarity index 100% rename from charts/incubator/nebula-sync/icon.webp rename to charts/stable/nebula-sync/icon.webp diff --git a/charts/incubator/nebula-sync/templates/NOTES.txt b/charts/stable/nebula-sync/templates/NOTES.txt similarity index 100% rename from charts/incubator/nebula-sync/templates/NOTES.txt rename to charts/stable/nebula-sync/templates/NOTES.txt diff --git a/charts/incubator/nebula-sync/templates/common.yaml b/charts/stable/nebula-sync/templates/common.yaml similarity index 100% rename from charts/incubator/nebula-sync/templates/common.yaml rename to charts/stable/nebula-sync/templates/common.yaml diff --git a/charts/incubator/nebula-sync/values.yaml b/charts/stable/nebula-sync/values.yaml similarity index 100% rename from charts/incubator/nebula-sync/values.yaml rename to charts/stable/nebula-sync/values.yaml