diff --git a/charts/incubator/backrest/.helmignore b/charts/stable/backrest/.helmignore similarity index 100% rename from charts/incubator/backrest/.helmignore rename to charts/stable/backrest/.helmignore diff --git a/charts/incubator/backrest/CHANGELOG.md b/charts/stable/backrest/CHANGELOG.md similarity index 100% rename from charts/incubator/backrest/CHANGELOG.md rename to charts/stable/backrest/CHANGELOG.md diff --git a/charts/incubator/backrest/Chart.yaml b/charts/stable/backrest/Chart.yaml similarity index 89% rename from charts/incubator/backrest/Chart.yaml rename to charts/stable/backrest/Chart.yaml index 48eb0b67ef1..c39a04e4641 100644 --- a/charts/incubator/backrest/Chart.yaml +++ b/charts/stable/backrest/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: 1.11.1 dependencies: @@ -22,7 +22,7 @@ dependencies: import-values: [] deprecated: false description: Web-accessible backup solution built on top of restic. -home: https://truecharts.org/charts/incubator/backrest +home: https://truecharts.org/charts/stable/backrest icon: https://truecharts.org/img/hotlink-ok/chart-icons/backrest.webp keywords: - backrest @@ -36,8 +36,8 @@ maintainers: name: backrest sources: - https://github.com/garethgeorge/backrest - - https://github.com/trueforge-org/truecharts/tree/master/charts/incubator/backrest + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/backrest - https://hub.docker.com/r/garethgeorge/backrest type: application -version: 0.2.0 +version: 1.0.0 diff --git a/charts/incubator/backrest/README.md b/charts/stable/backrest/README.md similarity index 92% rename from charts/incubator/backrest/README.md rename to charts/stable/backrest/README.md index 617512f6be7..1868c8915b4 100644 --- a/charts/incubator/backrest/README.md +++ b/charts/stable/backrest/README.md @@ -4,7 +4,7 @@ title: README ## General Info -For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/charts/incubator/backrest) +For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/charts/stable/backrest) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)** @@ -22,12 +22,12 @@ For more information on how to install TrueCharts Helm charts, checkout the [ins All our charts have dedicated documentation pages. The documentation for this chart can be found here: -https://trueforge.org/truecharts/incubator/backrest +https://trueforge.org/truecharts/stable/backrest ## Configuration Options To view the chart specific options, please view Values.yaml included in the chart. -The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/incubator/backrest/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/backrest/values.yaml All our Charts use a shared "common" library chart that contains most of the templating and options. For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/truecharts-common/) diff --git a/charts/incubator/backrest/icon-small.webp b/charts/stable/backrest/icon-small.webp similarity index 100% rename from charts/incubator/backrest/icon-small.webp rename to charts/stable/backrest/icon-small.webp diff --git a/charts/incubator/backrest/icon.webp b/charts/stable/backrest/icon.webp similarity index 100% rename from charts/incubator/backrest/icon.webp rename to charts/stable/backrest/icon.webp diff --git a/charts/incubator/backrest/templates/common.yaml b/charts/stable/backrest/templates/common.yaml similarity index 100% rename from charts/incubator/backrest/templates/common.yaml rename to charts/stable/backrest/templates/common.yaml diff --git a/charts/incubator/backrest/values.yaml b/charts/stable/backrest/values.yaml similarity index 100% rename from charts/incubator/backrest/values.yaml rename to charts/stable/backrest/values.yaml diff --git a/charts/incubator/csi-addons-controller/.helmignore b/charts/stable/csi-addons-controller/.helmignore similarity index 100% rename from charts/incubator/csi-addons-controller/.helmignore rename to charts/stable/csi-addons-controller/.helmignore diff --git a/charts/incubator/csi-addons-controller/Chart.yaml b/charts/stable/csi-addons-controller/Chart.yaml similarity index 90% rename from charts/incubator/csi-addons-controller/Chart.yaml rename to charts/stable/csi-addons-controller/Chart.yaml index a4c9900e718..adfb09cbb86 100644 --- a/charts/incubator/csi-addons-controller/Chart.yaml +++ b/charts/stable/csi-addons-controller/Chart.yaml @@ -10,7 +10,7 @@ annotations: truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: 0.13.0 dependencies: @@ -26,7 +26,7 @@ description: | Deploys a CSI-Addons controller implementation for Kubernetes. CSI-Addons may be bundled with the Kubernetes distribution, this chart is meant for cases where it is not. -home: https://truecharts.org/charts/incubator/csi-addons-controller +home: https://truecharts.org/charts/stable/csi-addons-controller icon: https://truecharts.org/img/hotlink-ok/chart-icons/csi-addons-controller.webp keywords: - storage @@ -41,8 +41,7 @@ name: csi-addons-controller sources: - https://github.com/csi-addons/kubernetes-csi-addons - https://github.com/kubernetes-csi/external-snapshotter/ - - https://github.com/trueforge-org/truecharts/tree/master/charts/incubator/csi-addons-controller + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/csi-addons-controller - https://quay.io/csiaddons/k8s-controller type: application -version: 0.3.6 - +version: 1.0.0 diff --git a/charts/incubator/csi-addons-controller/README.md b/charts/stable/csi-addons-controller/README.md similarity index 100% rename from charts/incubator/csi-addons-controller/README.md rename to charts/stable/csi-addons-controller/README.md diff --git a/charts/incubator/csi-addons-controller/icon.webp b/charts/stable/csi-addons-controller/icon.webp similarity index 100% rename from charts/incubator/csi-addons-controller/icon.webp rename to charts/stable/csi-addons-controller/icon.webp diff --git a/charts/incubator/csi-addons-controller/templates/NOTES.txt b/charts/stable/csi-addons-controller/templates/NOTES.txt similarity index 100% rename from charts/incubator/csi-addons-controller/templates/NOTES.txt rename to charts/stable/csi-addons-controller/templates/NOTES.txt diff --git a/charts/incubator/csi-addons-controller/templates/common.yaml b/charts/stable/csi-addons-controller/templates/common.yaml similarity index 100% rename from charts/incubator/csi-addons-controller/templates/common.yaml rename to charts/stable/csi-addons-controller/templates/common.yaml diff --git a/charts/incubator/csi-addons-controller/templates/crds.yaml b/charts/stable/csi-addons-controller/templates/crds.yaml similarity index 100% rename from charts/incubator/csi-addons-controller/templates/crds.yaml rename to charts/stable/csi-addons-controller/templates/crds.yaml diff --git a/charts/incubator/csi-addons-controller/values.yaml b/charts/stable/csi-addons-controller/values.yaml similarity index 100% rename from charts/incubator/csi-addons-controller/values.yaml rename to charts/stable/csi-addons-controller/values.yaml diff --git a/charts/incubator/dispatcharr/.helmignore b/charts/stable/dispatcharr/.helmignore similarity index 100% rename from charts/incubator/dispatcharr/.helmignore rename to charts/stable/dispatcharr/.helmignore diff --git a/charts/incubator/dispatcharr/CHANGELOG.md b/charts/stable/dispatcharr/CHANGELOG.md similarity index 100% rename from charts/incubator/dispatcharr/CHANGELOG.md rename to charts/stable/dispatcharr/CHANGELOG.md diff --git a/charts/incubator/dispatcharr/Chart.yaml b/charts/stable/dispatcharr/Chart.yaml similarity index 89% rename from charts/incubator/dispatcharr/Chart.yaml rename to charts/stable/dispatcharr/Chart.yaml index a178ad27047..7d1ea9bbe1e 100644 --- a/charts/incubator/dispatcharr/Chart.yaml +++ b/charts/stable/dispatcharr/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: 0.17.0 dependencies: @@ -22,7 +22,7 @@ dependencies: import-values: [] deprecated: false description: Your Ultimate IPTV & Stream Management Companion -home: https://truecharts.org/charts/incubator/dispatcharr +home: https://truecharts.org/charts/stable/dispatcharr icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatcharr.webp keywords: - dispatcharr @@ -36,8 +36,7 @@ name: dispatcharr sources: - https://github.com/Dispatcharr/Dispatcharr - https://github.com/Dispatcharr/Dispatcharr/blob/main/docker/docker-compose.aio.yml - - https://github.com/trueforge-org/truecharts/tree/master/charts/incubator/dispatcharr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dispatcharr - https://hub.docker.com/r/dispatcharr/dispatcharr type: application -version: 0.10.1 - +version: 1.0.0 diff --git a/charts/incubator/dispatcharr/README.md b/charts/stable/dispatcharr/README.md similarity index 100% rename from charts/incubator/dispatcharr/README.md rename to charts/stable/dispatcharr/README.md diff --git a/charts/incubator/dispatcharr/icon-small.webp b/charts/stable/dispatcharr/icon-small.webp similarity index 100% rename from charts/incubator/dispatcharr/icon-small.webp rename to charts/stable/dispatcharr/icon-small.webp diff --git a/charts/incubator/dispatcharr/icon.webp b/charts/stable/dispatcharr/icon.webp similarity index 100% rename from charts/incubator/dispatcharr/icon.webp rename to charts/stable/dispatcharr/icon.webp diff --git a/charts/incubator/dispatcharr/templates/NOTES.txt b/charts/stable/dispatcharr/templates/NOTES.txt similarity index 100% rename from charts/incubator/dispatcharr/templates/NOTES.txt rename to charts/stable/dispatcharr/templates/NOTES.txt diff --git a/charts/incubator/dispatcharr/templates/common.yaml b/charts/stable/dispatcharr/templates/common.yaml similarity index 100% rename from charts/incubator/dispatcharr/templates/common.yaml rename to charts/stable/dispatcharr/templates/common.yaml diff --git a/charts/incubator/dispatcharr/values.yaml b/charts/stable/dispatcharr/values.yaml similarity index 100% rename from charts/incubator/dispatcharr/values.yaml rename to charts/stable/dispatcharr/values.yaml diff --git a/charts/incubator/reaparr/.helmignore b/charts/stable/reaparr/.helmignore similarity index 100% rename from charts/incubator/reaparr/.helmignore rename to charts/stable/reaparr/.helmignore diff --git a/charts/incubator/reaparr/CHANGELOG.md b/charts/stable/reaparr/CHANGELOG.md similarity index 100% rename from charts/incubator/reaparr/CHANGELOG.md rename to charts/stable/reaparr/CHANGELOG.md diff --git a/charts/incubator/reaparr/Chart.yaml b/charts/stable/reaparr/Chart.yaml similarity index 90% rename from charts/incubator/reaparr/Chart.yaml rename to charts/stable/reaparr/Chart.yaml index 3ebaf1358a5..e70724c62e0 100644 --- a/charts/incubator/reaparr/Chart.yaml +++ b/charts/stable/reaparr/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: 0.34.0 dependencies: @@ -22,7 +22,7 @@ dependencies: import-values: [] deprecated: false description: Plex downloader that brings content from any server to yours! -home: https://truecharts.org/charts/incubator/reaparr +home: https://truecharts.org/charts/stable/reaparr icon: https://truecharts.org/img/hotlink-ok/chart-icons/reaparr.webp keywords: - reaparr @@ -40,8 +40,7 @@ maintainers: name: reaparr sources: - https://github.com/reaparr/reaparr/ - - https://github.com/trueforge-org/truecharts/tree/master/charts/incubator/reaparr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/reaparr - https://hub.docker.com/r/reaparr/reaparr type: application -version: 0.6.6 - +version: 1.0.0 diff --git a/charts/incubator/reaparr/README.md b/charts/stable/reaparr/README.md similarity index 100% rename from charts/incubator/reaparr/README.md rename to charts/stable/reaparr/README.md diff --git a/charts/incubator/reaparr/icon-small.webp b/charts/stable/reaparr/icon-small.webp similarity index 100% rename from charts/incubator/reaparr/icon-small.webp rename to charts/stable/reaparr/icon-small.webp diff --git a/charts/incubator/reaparr/icon.webp b/charts/stable/reaparr/icon.webp similarity index 100% rename from charts/incubator/reaparr/icon.webp rename to charts/stable/reaparr/icon.webp diff --git a/charts/incubator/reaparr/templates/NOTES.txt b/charts/stable/reaparr/templates/NOTES.txt similarity index 100% rename from charts/incubator/reaparr/templates/NOTES.txt rename to charts/stable/reaparr/templates/NOTES.txt diff --git a/charts/incubator/reaparr/templates/common.yaml b/charts/stable/reaparr/templates/common.yaml similarity index 100% rename from charts/incubator/reaparr/templates/common.yaml rename to charts/stable/reaparr/templates/common.yaml diff --git a/charts/incubator/reaparr/values.yaml b/charts/stable/reaparr/values.yaml similarity index 100% rename from charts/incubator/reaparr/values.yaml rename to charts/stable/reaparr/values.yaml diff --git a/charts/incubator/tracearr/.helmignore b/charts/stable/tracearr/.helmignore similarity index 100% rename from charts/incubator/tracearr/.helmignore rename to charts/stable/tracearr/.helmignore diff --git a/charts/incubator/tracearr/CHANGELOG.md b/charts/stable/tracearr/CHANGELOG.md similarity index 100% rename from charts/incubator/tracearr/CHANGELOG.md rename to charts/stable/tracearr/CHANGELOG.md diff --git a/charts/incubator/tracearr/Chart.yaml b/charts/stable/tracearr/Chart.yaml similarity index 91% rename from charts/incubator/tracearr/Chart.yaml rename to charts/stable/tracearr/Chart.yaml index ac07526723a..0b755b571f2 100644 --- a/charts/incubator/tracearr/Chart.yaml +++ b/charts/stable/tracearr/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: 1.4.5 dependencies: @@ -29,7 +29,7 @@ dependencies: import-values: [] deprecated: false description: Streaming access manager for Plex, Jellyfin, and Emby with account sharing detection. -home: https://truecharts.org/charts/incubator/tracearr +home: https://truecharts.org/charts/stable/tracearr icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracearr.webp keywords: - tracearr @@ -44,7 +44,6 @@ sources: - https://ghcr.io/connorgallopo/tracearr - https://github.com/connorgallopo/Tracearr - https://github.com/connorgallopo/Tracearr/blob/main/docker/docker-compose.yml - - https://github.com/trueforge-org/truecharts/tree/master/charts/incubator/tracearr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tracearr type: application -version: 0.2.5 - +version: 1.0.0 diff --git a/charts/incubator/tracearr/README.md b/charts/stable/tracearr/README.md similarity index 100% rename from charts/incubator/tracearr/README.md rename to charts/stable/tracearr/README.md diff --git a/charts/incubator/tracearr/icon-small.webp b/charts/stable/tracearr/icon-small.webp similarity index 100% rename from charts/incubator/tracearr/icon-small.webp rename to charts/stable/tracearr/icon-small.webp diff --git a/charts/incubator/tracearr/icon.webp b/charts/stable/tracearr/icon.webp similarity index 100% rename from charts/incubator/tracearr/icon.webp rename to charts/stable/tracearr/icon.webp diff --git a/charts/incubator/tracearr/templates/NOTES.txt b/charts/stable/tracearr/templates/NOTES.txt similarity index 100% rename from charts/incubator/tracearr/templates/NOTES.txt rename to charts/stable/tracearr/templates/NOTES.txt diff --git a/charts/incubator/tracearr/templates/common.yaml b/charts/stable/tracearr/templates/common.yaml similarity index 100% rename from charts/incubator/tracearr/templates/common.yaml rename to charts/stable/tracearr/templates/common.yaml diff --git a/charts/incubator/tracearr/values.yaml b/charts/stable/tracearr/values.yaml similarity index 100% rename from charts/incubator/tracearr/values.yaml rename to charts/stable/tracearr/values.yaml