fix(charts): move incubator charts to stable (#43727)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
@@ -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
|
||||
|
||||
@@ -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/)
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 676 B After Width: | Height: | Size: 676 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 836 B After Width: | Height: | Size: 836 B |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 796 B After Width: | Height: | Size: 796 B |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |