From 828f5f314ae6af4837c0bf973f7b9d69acba6124 Mon Sep 17 00:00:00 2001 From: sagit <36596628+Sagit-chu@users.noreply.github.com> Date: Sat, 12 Mar 2022 19:29:37 +0800 Subject: [PATCH] feat(flexget): Move to stable (#2137) --- charts/{incubator => stable}/flexget/.helmignore | 0 charts/{incubator => stable}/flexget/CHANGELOG.md | 0 charts/{incubator => stable}/flexget/CONFIG.md | 0 charts/{incubator => stable}/flexget/Chart.yaml | 2 +- charts/{incubator => stable}/flexget/README.md | 0 charts/{incubator => stable}/flexget/helm-values.md | 0 charts/{incubator => stable}/flexget/questions.yaml | 0 charts/{incubator => stable}/flexget/security.md | 0 charts/{incubator => stable}/flexget/templates/common.yaml | 0 charts/{incubator => stable}/flexget/values.yaml | 0 docs/apps/app-requests.md | 2 +- 11 files changed, 2 insertions(+), 2 deletions(-) rename charts/{incubator => stable}/flexget/.helmignore (100%) rename charts/{incubator => stable}/flexget/CHANGELOG.md (100%) rename charts/{incubator => stable}/flexget/CONFIG.md (100%) rename charts/{incubator => stable}/flexget/Chart.yaml (98%) rename charts/{incubator => stable}/flexget/README.md (100%) rename charts/{incubator => stable}/flexget/helm-values.md (100%) rename charts/{incubator => stable}/flexget/questions.yaml (100%) rename charts/{incubator => stable}/flexget/security.md (100%) rename charts/{incubator => stable}/flexget/templates/common.yaml (100%) rename charts/{incubator => stable}/flexget/values.yaml (100%) diff --git a/charts/incubator/flexget/.helmignore b/charts/stable/flexget/.helmignore similarity index 100% rename from charts/incubator/flexget/.helmignore rename to charts/stable/flexget/.helmignore diff --git a/charts/incubator/flexget/CHANGELOG.md b/charts/stable/flexget/CHANGELOG.md similarity index 100% rename from charts/incubator/flexget/CHANGELOG.md rename to charts/stable/flexget/CHANGELOG.md diff --git a/charts/incubator/flexget/CONFIG.md b/charts/stable/flexget/CONFIG.md similarity index 100% rename from charts/incubator/flexget/CONFIG.md rename to charts/stable/flexget/CONFIG.md diff --git a/charts/incubator/flexget/Chart.yaml b/charts/stable/flexget/Chart.yaml similarity index 98% rename from charts/incubator/flexget/Chart.yaml rename to charts/stable/flexget/Chart.yaml index 37042e21382..3ccbb679e8d 100644 --- a/charts/incubator/flexget/Chart.yaml +++ b/charts/stable/flexget/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://hub.docker.com/r/wiserain/flexget - https://github.com/wiserain/docker-flexget type: application -version: 0.0.2 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/flexget/README.md b/charts/stable/flexget/README.md similarity index 100% rename from charts/incubator/flexget/README.md rename to charts/stable/flexget/README.md diff --git a/charts/incubator/flexget/helm-values.md b/charts/stable/flexget/helm-values.md similarity index 100% rename from charts/incubator/flexget/helm-values.md rename to charts/stable/flexget/helm-values.md diff --git a/charts/incubator/flexget/questions.yaml b/charts/stable/flexget/questions.yaml similarity index 100% rename from charts/incubator/flexget/questions.yaml rename to charts/stable/flexget/questions.yaml diff --git a/charts/incubator/flexget/security.md b/charts/stable/flexget/security.md similarity index 100% rename from charts/incubator/flexget/security.md rename to charts/stable/flexget/security.md diff --git a/charts/incubator/flexget/templates/common.yaml b/charts/stable/flexget/templates/common.yaml similarity index 100% rename from charts/incubator/flexget/templates/common.yaml rename to charts/stable/flexget/templates/common.yaml diff --git a/charts/incubator/flexget/values.yaml b/charts/stable/flexget/values.yaml similarity index 100% rename from charts/incubator/flexget/values.yaml rename to charts/stable/flexget/values.yaml diff --git a/docs/apps/app-requests.md b/docs/apps/app-requests.md index 427038399c6..4ccbd2d1217 100644 --- a/docs/apps/app-requests.md +++ b/docs/apps/app-requests.md @@ -13,7 +13,6 @@ _This is the old list that was used to track `App Requests` from one place._ ### Apps -- [ ] Flexget #726 - [ ] Seafile #725 - [ ] dnsmasq #711 - [ ] Trackarr #602 @@ -518,3 +517,4 @@ _These Apps have specific requirements or need specific customisation and care_ - [x] AMD - Automated Music Downloader - [x] Deemix #628 - [x] Ghost #1282 +- [x] Flexget #726