diff --git a/.github/ct-install.yaml b/.github/ct-install.yaml index 8f8525dae48..613fe46a2e0 100644 --- a/.github/ct-install.yaml +++ b/.github/ct-install.yaml @@ -15,13 +15,13 @@ excluded-charts: - charts/dependency/subchart - charts/incubator/frigate - charts/incubator/orbital-sync - - charts/incubator/discordgsm - charts/incubator/plex-meta-manager - charts/library/common - charts/stable/alertmanager-bot - charts/stable/alertmanager-bot - charts/stable/alertmanager-discord - charts/stable/amcrest2mqtt + - charts/stable/discordgsm - charts/stable/facebox - charts/stable/foundryvtt - charts/stable/foundryvtt diff --git a/charts/incubator/discordgsm/.helmignore b/charts/stable/discordgsm/.helmignore similarity index 100% rename from charts/incubator/discordgsm/.helmignore rename to charts/stable/discordgsm/.helmignore diff --git a/charts/incubator/discordgsm/CHANGELOG.md b/charts/stable/discordgsm/CHANGELOG.md similarity index 100% rename from charts/incubator/discordgsm/CHANGELOG.md rename to charts/stable/discordgsm/CHANGELOG.md diff --git a/charts/incubator/discordgsm/Chart.yaml b/charts/stable/discordgsm/Chart.yaml similarity index 84% rename from charts/incubator/discordgsm/Chart.yaml rename to charts/stable/discordgsm/Chart.yaml index 9c133cf42ac..ebd933b1cf1 100644 --- a/charts/incubator/discordgsm/Chart.yaml +++ b/charts/stable/discordgsm/Chart.yaml @@ -9,7 +9,7 @@ dependencies: repository: https://charts.truecharts.org/ version: 11.0.18 description: A discord bot that monitors your game server and tracks the live data of your game servers. -home: https://truecharts.org/charts/incubator/discordgsm +home: https://truecharts.org/charts/stable/discordgsm icon: https://truecharts.org/img/hotlink-ok/chart-icons/discordgsm.png keywords: - discordgsm @@ -22,9 +22,9 @@ maintainers: url: https://truecharts.org name: discordgsm sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/discordgsm + - https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm - https://github.com/DiscordGSM/GameServerMonitor -version: 0.0.14 +version: 1.0.0 annotations: truecharts.org/catagories: | - monitor diff --git a/charts/incubator/discordgsm/README.md b/charts/stable/discordgsm/README.md similarity index 100% rename from charts/incubator/discordgsm/README.md rename to charts/stable/discordgsm/README.md diff --git a/charts/incubator/discordgsm/docs/installation_notes.md b/charts/stable/discordgsm/docs/installation_notes.md similarity index 100% rename from charts/incubator/discordgsm/docs/installation_notes.md rename to charts/stable/discordgsm/docs/installation_notes.md diff --git a/charts/incubator/discordgsm/icon.png b/charts/stable/discordgsm/icon.png similarity index 100% rename from charts/incubator/discordgsm/icon.png rename to charts/stable/discordgsm/icon.png diff --git a/charts/incubator/discordgsm/questions.yaml b/charts/stable/discordgsm/questions.yaml similarity index 100% rename from charts/incubator/discordgsm/questions.yaml rename to charts/stable/discordgsm/questions.yaml diff --git a/charts/incubator/discordgsm/templates/_secret.tpl b/charts/stable/discordgsm/templates/_secret.tpl similarity index 100% rename from charts/incubator/discordgsm/templates/_secret.tpl rename to charts/stable/discordgsm/templates/_secret.tpl diff --git a/charts/incubator/discordgsm/templates/common.yaml b/charts/stable/discordgsm/templates/common.yaml similarity index 100% rename from charts/incubator/discordgsm/templates/common.yaml rename to charts/stable/discordgsm/templates/common.yaml diff --git a/charts/incubator/discordgsm/values.yaml b/charts/stable/discordgsm/values.yaml similarity index 100% rename from charts/incubator/discordgsm/values.yaml rename to charts/stable/discordgsm/values.yaml