From a2c8ad47b61abcc4d251ad7d443ff75bea3800fe Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Sat, 19 Nov 2022 03:30:11 -0500 Subject: [PATCH] feat(Incubator): Move Synctube + Webtop to stable (#4598) --- charts/{incubator => stable}/synctube/.helmignore | 0 charts/{incubator => stable}/synctube/CHANGELOG.md | 0 charts/{incubator => stable}/synctube/Chart.yaml | 6 +++--- charts/{incubator => stable}/synctube/README.md | 0 charts/{incubator => stable}/synctube/icon.png | Bin .../{incubator => stable}/synctube/questions.yaml | 0 .../synctube/templates/common.yaml | 0 charts/{incubator => stable}/synctube/values.yaml | 0 charts/{incubator => stable}/webtop/.helmignore | 0 charts/{incubator => stable}/webtop/CHANGELOG.md | 0 charts/{incubator => stable}/webtop/Chart.yaml | 6 +++--- charts/{incubator => stable}/webtop/README.md | 0 charts/{incubator => stable}/webtop/icon.png | Bin charts/{incubator => stable}/webtop/questions.yaml | 0 .../webtop/templates/common.yaml | 0 charts/{incubator => stable}/webtop/values.yaml | 0 16 files changed, 6 insertions(+), 6 deletions(-) rename charts/{incubator => stable}/synctube/.helmignore (100%) rename charts/{incubator => stable}/synctube/CHANGELOG.md (100%) rename charts/{incubator => stable}/synctube/Chart.yaml (86%) rename charts/{incubator => stable}/synctube/README.md (100%) rename charts/{incubator => stable}/synctube/icon.png (100%) rename charts/{incubator => stable}/synctube/questions.yaml (100%) rename charts/{incubator => stable}/synctube/templates/common.yaml (100%) rename charts/{incubator => stable}/synctube/values.yaml (100%) rename charts/{incubator => stable}/webtop/.helmignore (100%) rename charts/{incubator => stable}/webtop/CHANGELOG.md (100%) rename charts/{incubator => stable}/webtop/Chart.yaml (86%) rename charts/{incubator => stable}/webtop/README.md (100%) rename charts/{incubator => stable}/webtop/icon.png (100%) rename charts/{incubator => stable}/webtop/questions.yaml (100%) rename charts/{incubator => stable}/webtop/templates/common.yaml (100%) rename charts/{incubator => stable}/webtop/values.yaml (100%) diff --git a/charts/incubator/synctube/.helmignore b/charts/stable/synctube/.helmignore similarity index 100% rename from charts/incubator/synctube/.helmignore rename to charts/stable/synctube/.helmignore diff --git a/charts/incubator/synctube/CHANGELOG.md b/charts/stable/synctube/CHANGELOG.md similarity index 100% rename from charts/incubator/synctube/CHANGELOG.md rename to charts/stable/synctube/CHANGELOG.md diff --git a/charts/incubator/synctube/Chart.yaml b/charts/stable/synctube/Chart.yaml similarity index 86% rename from charts/incubator/synctube/Chart.yaml rename to charts/stable/synctube/Chart.yaml index 083e2af70e2..092dc20d053 100644 --- a/charts/incubator/synctube/Chart.yaml +++ b/charts/stable/synctube/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 11.0.3 deprecated: false description: "Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally." -home: https://truecharts.org/docs/charts/incubator/synctube +home: https://truecharts.org/docs/charts/stable/synctube icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.png keywords: - synctube @@ -23,11 +23,11 @@ maintainers: url: https://truecharts.org name: synctube sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/synctube + - https://github.com/truecharts/charts/tree/master/charts/stable/synctube - https://github.com/RblSb/SyncTube - https://hub.docker.com/r/littlestache/synctube type: application -version: 2.1.0 +version: 2.1.1 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/incubator/synctube/README.md b/charts/stable/synctube/README.md similarity index 100% rename from charts/incubator/synctube/README.md rename to charts/stable/synctube/README.md diff --git a/charts/incubator/synctube/icon.png b/charts/stable/synctube/icon.png similarity index 100% rename from charts/incubator/synctube/icon.png rename to charts/stable/synctube/icon.png diff --git a/charts/incubator/synctube/questions.yaml b/charts/stable/synctube/questions.yaml similarity index 100% rename from charts/incubator/synctube/questions.yaml rename to charts/stable/synctube/questions.yaml diff --git a/charts/incubator/synctube/templates/common.yaml b/charts/stable/synctube/templates/common.yaml similarity index 100% rename from charts/incubator/synctube/templates/common.yaml rename to charts/stable/synctube/templates/common.yaml diff --git a/charts/incubator/synctube/values.yaml b/charts/stable/synctube/values.yaml similarity index 100% rename from charts/incubator/synctube/values.yaml rename to charts/stable/synctube/values.yaml diff --git a/charts/incubator/webtop/.helmignore b/charts/stable/webtop/.helmignore similarity index 100% rename from charts/incubator/webtop/.helmignore rename to charts/stable/webtop/.helmignore diff --git a/charts/incubator/webtop/CHANGELOG.md b/charts/stable/webtop/CHANGELOG.md similarity index 100% rename from charts/incubator/webtop/CHANGELOG.md rename to charts/stable/webtop/CHANGELOG.md diff --git a/charts/incubator/webtop/Chart.yaml b/charts/stable/webtop/Chart.yaml similarity index 86% rename from charts/incubator/webtop/Chart.yaml rename to charts/stable/webtop/Chart.yaml index 04459e6caea..4eb7374b37f 100644 --- a/charts/incubator/webtop/Chart.yaml +++ b/charts/stable/webtop/Chart.yaml @@ -10,7 +10,7 @@ dependencies: version: 11.0.3 deprecated: false description: Webtop(https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and Arch based Charts containing full desktop environments in officially supported flavors accessible via any modern web browser. -home: https://truecharts.org/docs/charts/incubator/webtop +home: https://truecharts.org/docs/charts/stable/webtop icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.png keywords: - webtop @@ -22,9 +22,9 @@ maintainers: url: https://truecharts.org name: webtop sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/webtop + - https://github.com/truecharts/charts/tree/master/charts/stable/webtop - https://github.com/linuxserver/gclient - https://github.com/orgs/linuxserver/packages/container/package/webtop - https://github.com/linuxserver/docker-webtop#readme type: application -version: 3.0.0 +version: 3.0.1 diff --git a/charts/incubator/webtop/README.md b/charts/stable/webtop/README.md similarity index 100% rename from charts/incubator/webtop/README.md rename to charts/stable/webtop/README.md diff --git a/charts/incubator/webtop/icon.png b/charts/stable/webtop/icon.png similarity index 100% rename from charts/incubator/webtop/icon.png rename to charts/stable/webtop/icon.png diff --git a/charts/incubator/webtop/questions.yaml b/charts/stable/webtop/questions.yaml similarity index 100% rename from charts/incubator/webtop/questions.yaml rename to charts/stable/webtop/questions.yaml diff --git a/charts/incubator/webtop/templates/common.yaml b/charts/stable/webtop/templates/common.yaml similarity index 100% rename from charts/incubator/webtop/templates/common.yaml rename to charts/stable/webtop/templates/common.yaml diff --git a/charts/incubator/webtop/values.yaml b/charts/stable/webtop/values.yaml similarity index 100% rename from charts/incubator/webtop/values.yaml rename to charts/stable/webtop/values.yaml