diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index afe6fc783ac..4bd284e3783 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -216,7 +216,6 @@ jobs: echo "" >> website/src/content/docs/charts/${train}/${chart}/index.md echo "## Available Documentation" >> website/src/content/docs/charts/${train}/${chart}/index.md echo "" >> website/src/content/docs/charts/${train}/${chart}/index.md - echo "Iterating over all files in the docs directory..." # Iterate over all files in the docs directory for file in website/src/content/docs/charts/${train}/${chart}/*.md; do @@ -253,6 +252,10 @@ jobs: fi fi done + echo "" >> website/src/content/docs/charts/${train}/${chart}/index.md + echo "## Readme Content" >> website/src/content/docs/charts/${train}/${chart}/index.md + echo "" >> website/src/content/docs/charts/${train}/${chart}/index.md + tail -n +4 "charts/${train}/${chart}/README.md" >> website/src/content/docs/charts/${train}/${chart}/index.md rm -rf temp || : fi diff --git a/charts/incubator/archivebox/Chart.yaml b/charts/incubator/archivebox/Chart.yaml index 6fe608d1de8..d0287edcb13 100644 --- a/charts/incubator/archivebox/Chart.yaml +++ b/charts/incubator/archivebox/Chart.yaml @@ -25,7 +25,7 @@ keywords: - archiving - digipres - backup -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/archivebox - https://hub.docker.com/r/archivebox/archivebox type: application -version: 1.2.11 +version: 1.2.12 diff --git a/charts/incubator/archivebox/README.md b/charts/incubator/archivebox/README.md index b7847db2cbc..f04f9497ff7 100644 --- a/charts/incubator/archivebox/README.md +++ b/charts/incubator/archivebox/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/archivebox) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/archivebox) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/incubator/archivebox + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/atuin/Chart.yaml b/charts/incubator/atuin/Chart.yaml index 659e6d3d15b..e451d77647f 100644 --- a/charts/incubator/atuin/Chart.yaml +++ b/charts/incubator/atuin/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/atuin.webp keywords: - atuin - shell -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/atuin - https://ghcr.io/atuinsh/atuin type: application -version: 2.5.11 +version: 2.5.12 diff --git a/charts/incubator/atuin/README.md b/charts/incubator/atuin/README.md index 0fc4dfd1da0..056fce47375 100644 --- a/charts/incubator/atuin/README.md +++ b/charts/incubator/atuin/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/atuin) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/atuin) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/incubator/atuin + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/flashpaper/Chart.yaml b/charts/incubator/flashpaper/Chart.yaml index d45ffcd95fc..85305de0725 100644 --- a/charts/incubator/flashpaper/Chart.yaml +++ b/charts/incubator/flashpaper/Chart.yaml @@ -27,7 +27,7 @@ keywords: - Security - Tools-Utilities - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -39,4 +39,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/flashpaper - https://ghcr.io/andrewpaglusch/flashpaper type: application -version: 1.1.11 +version: 1.1.12 diff --git a/charts/incubator/flashpaper/README.md b/charts/incubator/flashpaper/README.md index b2dcf95f1f4..be805bafee2 100644 --- a/charts/incubator/flashpaper/README.md +++ b/charts/incubator/flashpaper/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/flashpaper) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/flashpaper) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/incubator/flashpaper + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/lyrion-music-server/Chart.yaml b/charts/incubator/lyrion-music-server/Chart.yaml index 886c39e5814..6a531feba74 100644 --- a/charts/incubator/lyrion-music-server/Chart.yaml +++ b/charts/incubator/lyrion-music-server/Chart.yaml @@ -26,7 +26,7 @@ keywords: - squeezebox - audio - streaming -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/lyrion-music-server - https://hub.docker.com/r/lmscommunity/lyrionmusicserver type: application -version: 1.0.8 +version: 1.0.9 diff --git a/charts/incubator/lyrion-music-server/README.md b/charts/incubator/lyrion-music-server/README.md index 918cb11dc87..2fd355c9e28 100644 --- a/charts/incubator/lyrion-music-server/README.md +++ b/charts/incubator/lyrion-music-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/lyrion-music-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/lyrion-music-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/incubator/lyrion-music-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/peppermint/Chart.yaml b/charts/incubator/peppermint/Chart.yaml index 978277bae0b..956aaf927bf 100644 --- a/charts/incubator/peppermint/Chart.yaml +++ b/charts/incubator/peppermint/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/peppermint.webp keywords: - peppermint - tickets -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/peppermint - https://hub.docker.com/r/pepperlabs/peppermint type: application -version: 0.1.12 +version: 0.1.13 diff --git a/charts/incubator/peppermint/README.md b/charts/incubator/peppermint/README.md index 322a226ca73..4cb7605abb9 100644 --- a/charts/incubator/peppermint/README.md +++ b/charts/incubator/peppermint/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/peppermint) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/peppermint) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/incubator/peppermint + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/sd-webui/Chart.yaml b/charts/incubator/sd-webui/Chart.yaml index 7e23b6beda8..d450f357886 100644 --- a/charts/incubator/sd-webui/Chart.yaml +++ b/charts/incubator/sd-webui/Chart.yaml @@ -24,7 +24,7 @@ keywords: - Whisper - AI - ML -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/sd-webui-docker - https://ghcr.io/neggles/sd-webui-docker type: application -version: 0.1.11 +version: 0.1.12 diff --git a/charts/incubator/sd-webui/README.md b/charts/incubator/sd-webui/README.md index 3b6a417929c..0b814a9cd6a 100644 --- a/charts/incubator/sd-webui/README.md +++ b/charts/incubator/sd-webui/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/sd-webui-docker) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/sd-webui-docker) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/incubator/sd-webui-docker + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/semaphore/Chart.yaml b/charts/incubator/semaphore/Chart.yaml index 9b0ca0a8b66..83e7aedb37e 100644 --- a/charts/incubator/semaphore/Chart.yaml +++ b/charts/incubator/semaphore/Chart.yaml @@ -24,7 +24,7 @@ keywords: - ansible - semaphore - cicd -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/semaphore - https://hub.docker.com/r/semaphoreui/semaphore type: application -version: 1.2.11 +version: 1.2.12 diff --git a/charts/incubator/semaphore/README.md b/charts/incubator/semaphore/README.md index 06d93cb3a4d..9014f9fe920 100644 --- a/charts/incubator/semaphore/README.md +++ b/charts/incubator/semaphore/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/semaphore) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/semaphore) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/incubator/semaphore + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/slskd/Chart.yaml b/charts/incubator/slskd/Chart.yaml index 2401312dfc9..ebf78a19687 100644 --- a/charts/incubator/slskd/Chart.yaml +++ b/charts/incubator/slskd/Chart.yaml @@ -24,7 +24,7 @@ keywords: - slskd - music - soulseek -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/slskd - https://ghcr.io/slskd/slskd type: application -version: 0.1.11 +version: 0.1.12 diff --git a/charts/incubator/slskd/README.md b/charts/incubator/slskd/README.md index 19ad3fa8760..6ebcad7974f 100644 --- a/charts/incubator/slskd/README.md +++ b/charts/incubator/slskd/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/slskd) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/slskd) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/incubator/slskd + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/teslamate/Chart.yaml b/charts/incubator/teslamate/Chart.yaml index 1fb1fd98de2..d3fe8624d32 100644 --- a/charts/incubator/teslamate/Chart.yaml +++ b/charts/incubator/teslamate/Chart.yaml @@ -25,7 +25,7 @@ keywords: - monitoring - metrics - logs -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/TeslaMate - https://hub.docker.com/r/teslamate/teslamate type: application -version: 0.0.9 +version: 0.0.10 diff --git a/charts/incubator/teslamate/README.md b/charts/incubator/teslamate/README.md index 80867bb2b74..26c9055c690 100644 --- a/charts/incubator/teslamate/README.md +++ b/charts/incubator/teslamate/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/TeslaMate) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/TeslaMate) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/incubator/TeslaMate + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/victoriametrics/Chart.yaml b/charts/incubator/victoriametrics/Chart.yaml index f199cf6faf2..03a071bc720 100644 --- a/charts/incubator/victoriametrics/Chart.yaml +++ b/charts/incubator/victoriametrics/Chart.yaml @@ -24,7 +24,7 @@ keywords: - victoriametrics - database - metrics -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/victoriametrics - https://hub.docker.com/r/victoriametrics/victoria-metrics type: application -version: 0.0.4 +version: 0.0.5 diff --git a/charts/incubator/victoriametrics/README.md b/charts/incubator/victoriametrics/README.md index 9d1f129a49f..34d3fd337fa 100644 --- a/charts/incubator/victoriametrics/README.md +++ b/charts/incubator/victoriametrics/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/victoriametrics) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/victoriametrics) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/incubator/victoriametrics + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/wisemapping/Chart.yaml b/charts/incubator/wisemapping/Chart.yaml index 5eabff89229..ee3d191f336 100644 --- a/charts/incubator/wisemapping/Chart.yaml +++ b/charts/incubator/wisemapping/Chart.yaml @@ -24,7 +24,7 @@ keywords: - mapping - mind-mapping - collaboration -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/wisemapping - https://hub.docker.com/r/wisemapping/wisemapping type: application -version: 0.2.11 +version: 0.2.12 diff --git a/charts/incubator/wisemapping/README.md b/charts/incubator/wisemapping/README.md index 3f041f9a52c..e455dace538 100644 --- a/charts/incubator/wisemapping/README.md +++ b/charts/incubator/wisemapping/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/wisemapping) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/wisemapping) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/incubator/wisemapping + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/authelia/Chart.yaml b/charts/premium/authelia/Chart.yaml index a3759c13ea1..d54ac74461a 100644 --- a/charts/premium/authelia/Chart.yaml +++ b/charts/premium/authelia/Chart.yaml @@ -39,7 +39,7 @@ keywords: - YubiKey - Push Notifications - LDAP -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -51,4 +51,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/premium/authelia - https://ghcr.io/authelia/authelia type: application -version: 23.13.6 +version: 23.13.8 diff --git a/charts/premium/authelia/README.md b/charts/premium/authelia/README.md index 593f83f638f..8e847397ec7 100644 --- a/charts/premium/authelia/README.md +++ b/charts/premium/authelia/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/authelia) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/authelia) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/premium/authelia + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/authelia/questions.yaml b/charts/premium/authelia/questions.yaml index 877e920006e..9966a331cf8 100644 --- a/charts/premium/authelia/questions.yaml +++ b/charts/premium/authelia/questions.yaml @@ -940,7 +940,7 @@ questions: # Include{postgresql} # Include{advanced} - variable: identity_providers - group: "Advanced" + group: "Experimental" label: "Authelia Identity Providers (BETA)" schema: additional_attrs: true diff --git a/charts/premium/blocky/Chart.yaml b/charts/premium/blocky/Chart.yaml index b89787d04df..7c56a9e7652 100644 --- a/charts/premium/blocky/Chart.yaml +++ b/charts/premium/blocky/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.webp keywords: - dns - blocky -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,7 +41,7 @@ sources: - https://0xerr0r.github.io/blocky/ - https://github.com/0xERR0R/blocky - https://github.com/truecharts/charts/tree/master/charts/premium/blocky - - https://quay.io/oriedge/k8s_gateway - https://hub.docker.com/r/spx01/blocky + - https://quay.io/oriedge/k8s_gateway type: application -version: 14.8.13 +version: 14.8.15 diff --git a/charts/premium/blocky/README.md b/charts/premium/blocky/README.md index c6f2fa256df..5df872f3d77 100644 --- a/charts/premium/blocky/README.md +++ b/charts/premium/blocky/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/blocky) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/blocky) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/premium/blocky + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/clusterissuer/Chart.yaml b/charts/premium/clusterissuer/Chart.yaml index 7ca6c3ec297..bcede8e85ed 100644 --- a/charts/premium/clusterissuer/Chart.yaml +++ b/charts/premium/clusterissuer/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.webp keywords: - cert-manager - certificates -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/premium/clusterissuer - https://hub.docker.com/_/hello-world type: application -version: 7.8.8 +version: 7.8.10 diff --git a/charts/premium/clusterissuer/README.md b/charts/premium/clusterissuer/README.md index 626fef0a05e..31ba05c02dc 100644 --- a/charts/premium/clusterissuer/README.md +++ b/charts/premium/clusterissuer/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/clusterissuer) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/clusterissuer) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/premium/clusterissuer + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/custom-app/.helmignore b/charts/premium/custom-app/.helmignore similarity index 100% rename from charts/stable/custom-app/.helmignore rename to charts/premium/custom-app/.helmignore diff --git a/charts/stable/custom-app/CHANGELOG.md b/charts/premium/custom-app/CHANGELOG.md similarity index 100% rename from charts/stable/custom-app/CHANGELOG.md rename to charts/premium/custom-app/CHANGELOG.md diff --git a/charts/stable/custom-app/Chart.yaml b/charts/premium/custom-app/Chart.yaml similarity index 88% rename from charts/stable/custom-app/Chart.yaml rename to charts/premium/custom-app/Chart.yaml index 5b953906266..fd5e1652f1e 100644 --- a/charts/stable/custom-app/Chart.yaml +++ b/charts/premium/custom-app/Chart.yaml @@ -17,12 +17,12 @@ dependencies: tags: [] import-values: [] deprecated: false -description: Advanced tool to create your own TrueCharts-based App +description: Advanced tool to create your own TrueCharts-based Charts home: https://truecharts.org/charts/stable/custom-app icon: https://truecharts.org/img/hotlink-ok/chart-icons/custom-app.webp keywords: - custom -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/custom-app - https://ghcr.io/linuxserver/jackett type: application -version: 12.8.7 +version: 12.8.8 diff --git a/charts/premium/custom-app/README.md b/charts/premium/custom-app/README.md new file mode 100644 index 00000000000..c3354f63054 --- /dev/null +++ b/charts/premium/custom-app/README.md @@ -0,0 +1,56 @@ +--- +title: README +--- + +## General Info + +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible + +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/custom-app) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/custom-app + +## Support + + +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/custom-app/ci/test-values.yaml b/charts/premium/custom-app/ci/test-values.yaml similarity index 100% rename from charts/stable/custom-app/ci/test-values.yaml rename to charts/premium/custom-app/ci/test-values.yaml diff --git a/charts/stable/custom-app/icon-small.webp b/charts/premium/custom-app/icon-small.webp similarity index 100% rename from charts/stable/custom-app/icon-small.webp rename to charts/premium/custom-app/icon-small.webp diff --git a/charts/stable/custom-app/icon.webp b/charts/premium/custom-app/icon.webp similarity index 100% rename from charts/stable/custom-app/icon.webp rename to charts/premium/custom-app/icon.webp diff --git a/charts/stable/custom-app/questions.yaml b/charts/premium/custom-app/questions.yaml similarity index 98% rename from charts/stable/custom-app/questions.yaml rename to charts/premium/custom-app/questions.yaml index 954a4d5e2ee..3243ca85260 100644 --- a/charts/stable/custom-app/questions.yaml +++ b/charts/premium/custom-app/questions.yaml @@ -4,7 +4,7 @@ portals: # Include{portalLink} questions: - variable: image - group: "Container Image" + group: "Image" label: "Container" schema: additional_attrs: true @@ -152,7 +152,7 @@ questions: type: string default: "/" - variable: portal - group: "General Settings" + group: "General" label: "Portal Configuration" schema: type: dict @@ -346,6 +346,12 @@ questions: type: int default: 568 # Include{resources} +# Include{postgresql} + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: false # Include{advanced} # Include{addons} # Include{codeserver} diff --git a/charts/stable/custom-app/templates/NOTES.txt b/charts/premium/custom-app/templates/NOTES.txt similarity index 100% rename from charts/stable/custom-app/templates/NOTES.txt rename to charts/premium/custom-app/templates/NOTES.txt diff --git a/charts/stable/custom-app/templates/common.yaml b/charts/premium/custom-app/templates/common.yaml similarity index 100% rename from charts/stable/custom-app/templates/common.yaml rename to charts/premium/custom-app/templates/common.yaml diff --git a/charts/stable/custom-app/values.yaml b/charts/premium/custom-app/values.yaml similarity index 100% rename from charts/stable/custom-app/values.yaml rename to charts/premium/custom-app/values.yaml diff --git a/charts/premium/grafana/Chart.yaml b/charts/premium/grafana/Chart.yaml index 1b9d6667b57..071523a0340 100644 --- a/charts/premium/grafana/Chart.yaml +++ b/charts/premium/grafana/Chart.yaml @@ -25,7 +25,7 @@ keywords: - monitoring - metrics - logs -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://hub.docker.com/r/grafana/grafana - https://quay.io/kiwigrid/k8s-sidecar type: application -version: 14.10.8 +version: 14.10.10 diff --git a/charts/premium/grafana/README.md b/charts/premium/grafana/README.md index d73670064b9..06312456823 100644 --- a/charts/premium/grafana/README.md +++ b/charts/premium/grafana/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/grafana) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/grafana) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/premium/grafana + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/metallb-config/Chart.yaml b/charts/premium/metallb-config/Chart.yaml index 9b360da961c..5cdc395ee6d 100644 --- a/charts/premium/metallb-config/Chart.yaml +++ b/charts/premium/metallb-config/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.webp keywords: - metallb - loadbalancer -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/premium/metallb-config - https://hub.docker.com/_/hello-world type: application -version: 6.8.8 +version: 6.8.10 diff --git a/charts/premium/metallb-config/README.md b/charts/premium/metallb-config/README.md index 9ce60030e49..cf02c3b4e94 100644 --- a/charts/premium/metallb-config/README.md +++ b/charts/premium/metallb-config/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/metallb-config) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/metallb-config) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/premium/metallb-config + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/nextcloud/Chart.yaml b/charts/premium/nextcloud/Chart.yaml index e7d2bbf465b..0fff0886335 100644 --- a/charts/premium/nextcloud/Chart.yaml +++ b/charts/premium/nextcloud/Chart.yaml @@ -33,7 +33,7 @@ keywords: - http - web - php -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -43,11 +43,11 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm - https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud - - https://hub.docker.com/r/clamav/clamav - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm - https://hub.docker.com/r/nginxinc/nginx-unprivileged + - https://hub.docker.com/r/clamav/clamav - https://hub.docker.com/r/collabora/code - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify type: application -version: 29.10.24 +version: 29.10.26 diff --git a/charts/premium/nextcloud/README.md b/charts/premium/nextcloud/README.md index 48ac11ddf36..45d8d36b202 100644 --- a/charts/premium/nextcloud/README.md +++ b/charts/premium/nextcloud/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/nextcloud) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/nextcloud) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/premium/nextcloud + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/prometheus/Chart.yaml b/charts/premium/prometheus/Chart.yaml index 09ccb2ad715..ad5dd149912 100644 --- a/charts/premium/prometheus/Chart.yaml +++ b/charts/premium/prometheus/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/premium/prometheus icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.webp keywords: - metrics -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -39,8 +39,8 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus - https://github.com/truecharts/charts/tree/master/charts/premium/prometheus - - https://quay.io/thanos/thanos - https://hub.docker.com/r/bitnami/alertmanager - https://hub.docker.com/r/bitnami/prometheus + - https://quay.io/thanos/thanos type: application -version: 17.13.8 +version: 17.13.10 diff --git a/charts/premium/prometheus/README.md b/charts/premium/prometheus/README.md index 810ee1e6b8a..0e5b10dd68e 100644 --- a/charts/premium/prometheus/README.md +++ b/charts/premium/prometheus/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/prometheus) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/prometheus) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/premium/prometheus + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/traefik/Chart.yaml b/charts/premium/traefik/Chart.yaml index a67dcca355d..321a3ee04a3 100644 --- a/charts/premium/traefik/Chart.yaml +++ b/charts/premium/traefik/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik.webp keywords: - traefik - ingress -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/premium/traefik - https://github.com/truecharts/containers/tree/master/apps/traefik type: application -version: 26.10.11 +version: 26.10.13 diff --git a/charts/premium/traefik/README.md b/charts/premium/traefik/README.md index 3e4e816cdf4..8138fc7a55c 100644 --- a/charts/premium/traefik/README.md +++ b/charts/premium/traefik/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/traefik) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/traefik) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/premium/traefik + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/traefik/questions.yaml b/charts/premium/traefik/questions.yaml index dc845ae5d24..635b3808262 100644 --- a/charts/premium/traefik/questions.yaml +++ b/charts/premium/traefik/questions.yaml @@ -199,13 +199,7 @@ questions: # Include{addPrefixMiddleware} # Include{modsecurityMiddleware} # Include{crowdsecMiddleware} - - variable: service - group: "Networking and Services" - label: "Configure Service Entrypoint" - schema: - additional_attrs: true - type: dict - attrs: +# Include{serviceRoot} - variable: main label: "Main Service" description: "The Primary service on which the healthcheck runs, often the webUI" diff --git a/charts/premium/vaultwarden/Chart.yaml b/charts/premium/vaultwarden/Chart.yaml index a0a331a4a81..438e6f3473f 100644 --- a/charts/premium/vaultwarden/Chart.yaml +++ b/charts/premium/vaultwarden/Chart.yaml @@ -27,7 +27,7 @@ keywords: - vaultwarden - password - rust -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden - https://hub.docker.com/r/vaultwarden/server type: application -version: 26.8.7 +version: 26.8.9 diff --git a/charts/premium/vaultwarden/README.md b/charts/premium/vaultwarden/README.md index 440d727b779..737f8604c55 100644 --- a/charts/premium/vaultwarden/README.md +++ b/charts/premium/vaultwarden/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/vaultwarden) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/vaultwarden) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/premium/vaultwarden + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/acestream/Chart.yaml b/charts/stable/acestream/Chart.yaml index 2145a55ab2c..c3efbd483cd 100644 --- a/charts/stable/acestream/Chart.yaml +++ b/charts/stable/acestream/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.webp keywords: - acestream - MediaServer-Video -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/acestream - https://hub.docker.com/r/vstavrinov/acestream-service type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/acestream/README.md b/charts/stable/acestream/README.md index 7edef4a8eea..5ce1865c1a0 100644 --- a/charts/stable/acestream/README.md +++ b/charts/stable/acestream/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/acestream) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/acestream) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/acestream + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/actualserver/Chart.yaml b/charts/stable/actualserver/Chart.yaml index 9767a03043e..736ff6ad3cd 100644 --- a/charts/stable/actualserver/Chart.yaml +++ b/charts/stable/actualserver/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.webp keywords: - actualserver - finance -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/actualserver - https://ghcr.io/actualbudget/actual-server type: application -version: 10.10.7 +version: 10.10.8 diff --git a/charts/stable/actualserver/README.md b/charts/stable/actualserver/README.md index b4c89537d90..ba468998b23 100644 --- a/charts/stable/actualserver/README.md +++ b/charts/stable/actualserver/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/actualserver) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/actualserver) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/actualserver + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/adguard-home/Chart.yaml b/charts/stable/adguard-home/Chart.yaml index dee3121742e..42d610b5b5b 100644 --- a/charts/stable/adguard-home/Chart.yaml +++ b/charts/stable/adguard-home/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.webp keywords: - adblock - adguard -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home - https://hub.docker.com/r/adguard/adguardhome type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/adguard-home/README.md b/charts/stable/adguard-home/README.md index b04c2b33b3d..39576aacc30 100644 --- a/charts/stable/adguard-home/README.md +++ b/charts/stable/adguard-home/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/adguard-home) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/adguard-home) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/adguard-home + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/adguardhome-sync/Chart.yaml b/charts/stable/adguardhome-sync/Chart.yaml index e48227ee149..172bcd5fd9d 100644 --- a/charts/stable/adguardhome-sync/Chart.yaml +++ b/charts/stable/adguardhome-sync/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.webp keywords: - adguardhome-sync - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/adguardhome-sync - https://ghcr.io/bakito/adguardhome-sync type: application -version: 6.8.8 +version: 6.8.9 diff --git a/charts/stable/adguardhome-sync/README.md b/charts/stable/adguardhome-sync/README.md index 3a898814746..14773bf0594 100644 --- a/charts/stable/adguardhome-sync/README.md +++ b/charts/stable/adguardhome-sync/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/adguardhome-sync) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/adguardhome-sync) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/adguardhome-sync + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/adminer/Chart.yaml b/charts/stable/adminer/Chart.yaml index 52a62b8aba4..287d416aff3 100644 --- a/charts/stable/adminer/Chart.yaml +++ b/charts/stable/adminer/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.webp keywords: - adminer - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/adminer - https://hub.docker.com/_/adminer type: application -version: 8.8.8 +version: 8.8.9 diff --git a/charts/stable/adminer/README.md b/charts/stable/adminer/README.md index e0b6b10e212..b44fce59904 100644 --- a/charts/stable/adminer/README.md +++ b/charts/stable/adminer/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/adminer) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/adminer) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/adminer + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/airdcpp-webclient/Chart.yaml b/charts/stable/airdcpp-webclient/Chart.yaml index 69e00253f4a..e6755e46eba 100644 --- a/charts/stable/airdcpp-webclient/Chart.yaml +++ b/charts/stable/airdcpp-webclient/Chart.yaml @@ -24,7 +24,7 @@ keywords: - DC++ - dcpp - airdcpp -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient - https://hub.docker.com/r/gangefors/airdcpp-webclient type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/airdcpp-webclient/README.md b/charts/stable/airdcpp-webclient/README.md index 0c62381595b..1f7132229b4 100644 --- a/charts/stable/airdcpp-webclient/README.md +++ b/charts/stable/airdcpp-webclient/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/airdcpp-webclient) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/airdcpp-webclient) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/airdcpp-webclient + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/airsonic-advanced/Chart.yaml b/charts/stable/airsonic-advanced/Chart.yaml index 2027ef66bd4..0f9daec0949 100644 --- a/charts/stable/airsonic-advanced/Chart.yaml +++ b/charts/stable/airsonic-advanced/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/airsonic-advanced icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.webp keywords: - airsonic -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced type: application -version: 13.9.7 +version: 13.9.8 diff --git a/charts/stable/airsonic-advanced/README.md b/charts/stable/airsonic-advanced/README.md index 9c33993a9f8..110f502e157 100644 --- a/charts/stable/airsonic-advanced/README.md +++ b/charts/stable/airsonic-advanced/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/airsonic-advanced) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/airsonic-advanced) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/airsonic-advanced + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index 562befa6399..ae139816647 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/airsonic icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.webp keywords: - airsonic -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic - https://ghcr.io/linuxserver/airsonic type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/airsonic/README.md b/charts/stable/airsonic/README.md index 88fd67f68ff..2eb3e34f541 100644 --- a/charts/stable/airsonic/README.md +++ b/charts/stable/airsonic/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/airsonic) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/airsonic) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/airsonic + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/alienswarm-reactivedrop/Chart.yaml b/charts/stable/alienswarm-reactivedrop/Chart.yaml index 2d416e55786..da5dfdad532 100644 --- a/charts/stable/alienswarm-reactivedrop/Chart.yaml +++ b/charts/stable/alienswarm-reactivedrop/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it." +description: 'This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it.' home: https://truecharts.org/charts/stable/alienswarm-reactivedrop icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.webp keywords: - alienswarm-reactivedrop - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm-reactivedrop - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/alienswarm-reactivedrop/README.md b/charts/stable/alienswarm-reactivedrop/README.md index 60edf0da291..037339cc48f 100644 --- a/charts/stable/alienswarm-reactivedrop/README.md +++ b/charts/stable/alienswarm-reactivedrop/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/alienswarm-reactivedrop) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/alienswarm-reactivedrop) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/alienswarm-reactivedrop + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/alienswarm/Chart.yaml b/charts/stable/alienswarm/Chart.yaml index 7fc594ec083..7d3b5a6b5fe 100644 --- a/charts/stable/alienswarm/Chart.yaml +++ b/charts/stable/alienswarm/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.webp keywords: - alienswarm - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/alienswarm/README.md b/charts/stable/alienswarm/README.md index b5f1579b7a5..e16ecd0cb5d 100644 --- a/charts/stable/alienswarm/README.md +++ b/charts/stable/alienswarm/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/alienswarm) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/alienswarm) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/alienswarm + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/alist/Chart.yaml b/charts/stable/alist/Chart.yaml index 53d99ef848c..97a5b42bd1b 100644 --- a/charts/stable/alist/Chart.yaml +++ b/charts/stable/alist/Chart.yaml @@ -27,7 +27,7 @@ keywords: - google driver - aliyun driver - baiduyun -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/alist - https://hub.docker.com/r/xhofe/alist-aria2 type: application -version: 9.11.7 +version: 9.11.8 diff --git a/charts/stable/alist/README.md b/charts/stable/alist/README.md index ba9e61edc76..ff7bcdcbe6d 100644 --- a/charts/stable/alist/README.md +++ b/charts/stable/alist/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/alist) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/alist) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/alist + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/amcrest2mqtt/Chart.yaml b/charts/stable/amcrest2mqtt/Chart.yaml index 8de6c5505b2..67fc9d8a7af 100644 --- a/charts/stable/amcrest2mqtt/Chart.yaml +++ b/charts/stable/amcrest2mqtt/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/amcrest2mqtt icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.webp keywords: - amcrest2mqtt -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt - https://hub.docker.com/r/dchesterton/amcrest2mqtt type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/amcrest2mqtt/README.md b/charts/stable/amcrest2mqtt/README.md index ce94900a6f8..cb2b0b47cc1 100644 --- a/charts/stable/amcrest2mqtt/README.md +++ b/charts/stable/amcrest2mqtt/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/amcrest2mqtt) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/amcrest2mqtt) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/amcrest2mqtt + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/americasarmy-pg/Chart.yaml b/charts/stable/americasarmy-pg/Chart.yaml index 32d4ed9edc5..31bdd5fc638 100644 --- a/charts/stable/americasarmy-pg/Chart.yaml +++ b/charts/stable/americasarmy-pg/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "This Chart will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it." +description: 'This Chart will download and install SteamCMD. It will also install America''s Army: Proving Grounds and run it.' home: https://truecharts.org/charts/stable/americasarmy-pg icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.webp keywords: - americasarmy-pg - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/americasarmy-pg - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/americasarmy-pg/README.md b/charts/stable/americasarmy-pg/README.md index d36c749367b..4595c9d832d 100644 --- a/charts/stable/americasarmy-pg/README.md +++ b/charts/stable/americasarmy-pg/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/americasarmy-pg) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/americasarmy-pg) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/americasarmy-pg + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/amule/Chart.yaml b/charts/stable/amule/Chart.yaml index ad1cabfdc71..317dc834cd2 100644 --- a/charts/stable/amule/Chart.yaml +++ b/charts/stable/amule/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Downloaders - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/amule - https://hub.docker.com/r/tchabaud/amule type: application -version: 7.8.7 +version: 7.8.8 diff --git a/charts/stable/amule/README.md b/charts/stable/amule/README.md index fb473aaae32..97b5726dd6a 100644 --- a/charts/stable/amule/README.md +++ b/charts/stable/amule/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/amule) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/amule) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/amule + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/android-8-0/Chart.yaml b/charts/stable/android-8-0/Chart.yaml index 748c6263231..358a577dbea 100644 --- a/charts/stable/android-8-0/Chart.yaml +++ b/charts/stable/android-8-0/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.webp keywords: - android-8-0 - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/android-8-0 - https://hub.docker.com/r/ulisses1478/docker-android type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/android-8-0/README.md b/charts/stable/android-8-0/README.md index 5a51a7b5456..c84ef94975b 100644 --- a/charts/stable/android-8-0/README.md +++ b/charts/stable/android-8-0/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/android-8-0) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/android-8-0) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/android-8-0 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/androiddebugbridge/Chart.yaml b/charts/stable/androiddebugbridge/Chart.yaml index e3636ddf0ec..1704213677f 100644 --- a/charts/stable/androiddebugbridge/Chart.yaml +++ b/charts/stable/androiddebugbridge/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.webp keywords: - androiddebugbridge - home-automation -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/androiddebugbridge - https://hub.docker.com/r/barnybbb/adb-hass-androidtv type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/androiddebugbridge/README.md b/charts/stable/androiddebugbridge/README.md index 61756b04d92..799fbe417e1 100644 --- a/charts/stable/androiddebugbridge/README.md +++ b/charts/stable/androiddebugbridge/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/androiddebugbridge) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/androiddebugbridge) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/androiddebugbridge + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/anki-sync-server/Chart.yaml b/charts/stable/anki-sync-server/Chart.yaml index 455fab46f82..26c71c9c5e6 100644 --- a/charts/stable/anki-sync-server/Chart.yaml +++ b/charts/stable/anki-sync-server/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/anki-sync-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.webp keywords: - anki-sync-server -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/anki-sync-server - https://hub.docker.com/r/ankicommunity/anki-sync-server-rs type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/anki-sync-server/README.md b/charts/stable/anki-sync-server/README.md index 3fc02dcc24f..00aeaed0afd 100644 --- a/charts/stable/anki-sync-server/README.md +++ b/charts/stable/anki-sync-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/anki-sync-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/anki-sync-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/anki-sync-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index 85ebcad9af9..a09d3166d18 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -36,7 +36,7 @@ home: https://truecharts.org/charts/stable/anonaddy icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.webp keywords: - anonaddy -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -47,4 +47,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy - https://hub.docker.com/r/anonaddy/anonaddy type: application -version: 20.20.14 +version: 20.20.15 diff --git a/charts/stable/anonaddy/README.md b/charts/stable/anonaddy/README.md index 1db4062b487..01cd570ba8b 100644 --- a/charts/stable/anonaddy/README.md +++ b/charts/stable/anonaddy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/anonaddy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/anonaddy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/anonaddy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/anope/Chart.yaml b/charts/stable/anope/Chart.yaml index f84fc654678..b00e77d0871 100644 --- a/charts/stable/anope/Chart.yaml +++ b/charts/stable/anope/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Network-Other - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/anope - https://hub.docker.com/r/ich777/anope type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/anope/README.md b/charts/stable/anope/README.md index 925f83b88e0..9fb4beae78c 100644 --- a/charts/stable/anope/README.md +++ b/charts/stable/anope/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/anope) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/anope) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/anope + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/answer/Chart.yaml b/charts/stable/answer/Chart.yaml index 9b2d39191cd..39d289c0402 100644 --- a/charts/stable/answer/Chart.yaml +++ b/charts/stable/answer/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.webp keywords: - answer - forum -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/answer - https://hub.docker.com/r/answerdev/answer type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/answer/README.md b/charts/stable/answer/README.md index 4d59f5df36a..96591b1ac0b 100644 --- a/charts/stable/answer/README.md +++ b/charts/stable/answer/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/answer) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/answer) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/answer + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/anything-llm/Chart.yaml b/charts/stable/anything-llm/Chart.yaml index 6e7d035bf31..930a6b5fad2 100644 --- a/charts/stable/anything-llm/Chart.yaml +++ b/charts/stable/anything-llm/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/anything-llm - https://ghcr.io/mintplex-labs/anything-llm type: application -version: 1.5.18 +version: 1.5.19 diff --git a/charts/stable/anything-llm/README.md b/charts/stable/anything-llm/README.md index 48980975942..f4fd9eb2d66 100644 --- a/charts/stable/anything-llm/README.md +++ b/charts/stable/anything-llm/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/anything-llm) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/anything-llm) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/anything-llm + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/apache-musicindex/Chart.yaml b/charts/stable/apache-musicindex/Chart.yaml index d4213f79bc1..a85079eb81d 100644 --- a/charts/stable/apache-musicindex/Chart.yaml +++ b/charts/stable/apache-musicindex/Chart.yaml @@ -25,7 +25,7 @@ keywords: - streaming - m3u - playlist -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex - https://ghcr.io/k8s-at-home/apache-musicindex type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/apache-musicindex/README.md b/charts/stable/apache-musicindex/README.md index 27c0a53c6bc..8f8861ab6c2 100644 --- a/charts/stable/apache-musicindex/README.md +++ b/charts/stable/apache-musicindex/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/apache-musicindex) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/apache-musicindex) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/apache-musicindex + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/apache-webdav/Chart.yaml b/charts/stable/apache-webdav/Chart.yaml index c9a4e243856..8531d87c29f 100644 --- a/charts/stable/apache-webdav/Chart.yaml +++ b/charts/stable/apache-webdav/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.webp keywords: - apache-webdav - Cloud -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/apache-webdav - https://hub.docker.com/r/apachewebdav/apachewebdav type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/apache-webdav/README.md b/charts/stable/apache-webdav/README.md index a4215378ca2..b23aa4a61e5 100644 --- a/charts/stable/apache-webdav/README.md +++ b/charts/stable/apache-webdav/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/apache-webdav) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/apache-webdav) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/apache-webdav + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml index 059ce4b6841..fdd72c1f167 100644 --- a/charts/stable/appdaemon/Chart.yaml +++ b/charts/stable/appdaemon/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.webp keywords: - appdaemon - home-automation -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon - https://hub.docker.com/r/acockburn/appdaemon type: application -version: 16.8.7 +version: 16.8.8 diff --git a/charts/stable/appdaemon/README.md b/charts/stable/appdaemon/README.md index 4df040e8998..3411795101f 100644 --- a/charts/stable/appdaemon/README.md +++ b/charts/stable/appdaemon/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/appdaemon) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/appdaemon) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/appdaemon + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/apt-cacher-ng/Chart.yaml b/charts/stable/apt-cacher-ng/Chart.yaml index fa29ea63a1a..81c6f2a1d8e 100644 --- a/charts/stable/apt-cacher-ng/Chart.yaml +++ b/charts/stable/apt-cacher-ng/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Network-Proxy - Network-Other - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng - https://hub.docker.com/r/sameersbn/apt-cacher-ng type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/apt-cacher-ng/README.md b/charts/stable/apt-cacher-ng/README.md index 6c2a462564c..d0b89a8580f 100644 --- a/charts/stable/apt-cacher-ng/README.md +++ b/charts/stable/apt-cacher-ng/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/apt-cacher-ng) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/apt-cacher-ng) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/apt-cacher-ng + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/archiveteam-warrior/Chart.yaml b/charts/stable/archiveteam-warrior/Chart.yaml index 3d5ba4df6b9..afb84161b2b 100644 --- a/charts/stable/archiveteam-warrior/Chart.yaml +++ b/charts/stable/archiveteam-warrior/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Backup - Cloud - Downloaders -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior - https://github.com/truecharts/charts/tree/master/charts/stable/archiveteam-warrior type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/archiveteam-warrior/README.md b/charts/stable/archiveteam-warrior/README.md index 31e4b84ad4f..08e9b36e512 100644 --- a/charts/stable/archiveteam-warrior/README.md +++ b/charts/stable/archiveteam-warrior/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/archiveteam-warrior) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/archiveteam-warrior) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/archiveteam-warrior + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/aria2/Chart.yaml b/charts/stable/aria2/Chart.yaml index d410fb6f47a..245590ce185 100644 --- a/charts/stable/aria2/Chart.yaml +++ b/charts/stable/aria2/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/aria2 icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.webp keywords: - aria2 -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/aria2 - https://hub.docker.com/r/p3terx/aria2-pro type: application -version: 12.8.7 +version: 12.8.8 diff --git a/charts/stable/aria2/README.md b/charts/stable/aria2/README.md index 2aeebfd0f2f..4284f9e25c3 100644 --- a/charts/stable/aria2/README.md +++ b/charts/stable/aria2/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/aria2) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/aria2) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/aria2 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ariang/Chart.yaml b/charts/stable/ariang/Chart.yaml index 68979e927d7..fa614a8d785 100644 --- a/charts/stable/ariang/Chart.yaml +++ b/charts/stable/ariang/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/ariang icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.webp keywords: - ariang -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ariang - https://hub.docker.com/r/leonismoe/ariang type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/ariang/README.md b/charts/stable/ariang/README.md index 09fb79f5446..bdd87b27e43 100644 --- a/charts/stable/ariang/README.md +++ b/charts/stable/ariang/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ariang) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ariang) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ariang + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/arksurvivalevolved/Chart.yaml b/charts/stable/arksurvivalevolved/Chart.yaml index 3e0c687e19d..91aae360ed6 100644 --- a/charts/stable/arksurvivalevolved/Chart.yaml +++ b/charts/stable/arksurvivalevolved/Chart.yaml @@ -24,7 +24,7 @@ keywords: - arksurvivalevolved - arkse - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved - https://hub.docker.com/r/ich777/steamcmd type: application -version: 7.8.7 +version: 7.8.8 diff --git a/charts/stable/arksurvivalevolved/README.md b/charts/stable/arksurvivalevolved/README.md index e5642087674..931e884cd89 100644 --- a/charts/stable/arksurvivalevolved/README.md +++ b/charts/stable/arksurvivalevolved/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/arksurvivalevolved) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/arksurvivalevolved) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/arksurvivalevolved + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/arma3/Chart.yaml b/charts/stable/arma3/Chart.yaml index b96b4985245..0fbbdbeb4e7 100644 --- a/charts/stable/arma3/Chart.yaml +++ b/charts/stable/arma3/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.webp keywords: - arma3 - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/arma3 - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/arma3/README.md b/charts/stable/arma3/README.md index 345a845797c..8a5f021876a 100644 --- a/charts/stable/arma3/README.md +++ b/charts/stable/arma3/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/arma3) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/arma3) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/arma3 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/arma3exilemod/Chart.yaml b/charts/stable/arma3exilemod/Chart.yaml index 30bbe375497..fb5ddde372e 100644 --- a/charts/stable/arma3exilemod/Chart.yaml +++ b/charts/stable/arma3exilemod/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.webp keywords: - arma3exilemod - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/arma3exilemod - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/arma3exilemod/README.md b/charts/stable/arma3exilemod/README.md index 0617939aa41..3cd569a0b0d 100644 --- a/charts/stable/arma3exilemod/README.md +++ b/charts/stable/arma3exilemod/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/arma3exilemod) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/arma3exilemod) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/arma3exilemod + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/assettocorsa/Chart.yaml b/charts/stable/assettocorsa/Chart.yaml index e5709186ec6..d41ea421a95 100644 --- a/charts/stable/assettocorsa/Chart.yaml +++ b/charts/stable/assettocorsa/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.webp keywords: - assettocorsa - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/assettocorsa - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/assettocorsa/README.md b/charts/stable/assettocorsa/README.md index feffb8fba8e..288f44f2566 100644 --- a/charts/stable/assettocorsa/README.md +++ b/charts/stable/assettocorsa/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/assettocorsa) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/assettocorsa) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/assettocorsa + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/audacity/Chart.yaml b/charts/stable/audacity/Chart.yaml index 5500312bf65..89b7e9766d8 100644 --- a/charts/stable/audacity/Chart.yaml +++ b/charts/stable/audacity/Chart.yaml @@ -26,7 +26,7 @@ keywords: - recorder - editor - audio -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/audacity - https://ghcr.io/linuxserver/audacity type: application -version: 12.8.7 +version: 12.8.8 diff --git a/charts/stable/audacity/README.md b/charts/stable/audacity/README.md index c50c31e3246..66768225576 100644 --- a/charts/stable/audacity/README.md +++ b/charts/stable/audacity/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/audacity) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/audacity) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/audacity + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/audiobookshelf/Chart.yaml b/charts/stable/audiobookshelf/Chart.yaml index 206420b9eb6..bdb52385eaf 100644 --- a/charts/stable/audiobookshelf/Chart.yaml +++ b/charts/stable/audiobookshelf/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/audiobookshelf icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.webp keywords: - audiobookshelf -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf - https://hub.docker.com/r/advplyr/audiobookshelf type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/audiobookshelf/README.md b/charts/stable/audiobookshelf/README.md index 1f0c9685345..cb5b0e4b13d 100644 --- a/charts/stable/audiobookshelf/README.md +++ b/charts/stable/audiobookshelf/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/audiobookshelf) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/audiobookshelf) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/audiobookshelf + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/aurora-files/Chart.yaml b/charts/stable/aurora-files/Chart.yaml index f95d5173d87..ab9c0a41059 100644 --- a/charts/stable/aurora-files/Chart.yaml +++ b/charts/stable/aurora-files/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Cloud - Tools-Utilities - Network-FTP -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/aurora-files - https://hub.docker.com/r/afterlogic/docker-aurora-files type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/aurora-files/README.md b/charts/stable/aurora-files/README.md index 09c19421d64..f951667f1a1 100644 --- a/charts/stable/aurora-files/README.md +++ b/charts/stable/aurora-files/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/aurora-files) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/aurora-files) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/aurora-files + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index 951c63f4191..3458f181dc6 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/authentik icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.webp keywords: - authentik -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -39,10 +39,10 @@ sources: - https://goauthentik.io/docs/ - https://github.com/goauthentik/authentik - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - - https://ghcr.io/goauthentik/ldap - - https://ghcr.io/goauthentik/proxy - https://ghcr.io/maxmind/geoipupdate - - https://ghcr.io/goauthentik/radius + - https://ghcr.io/goauthentik/proxy - https://ghcr.io/goauthentik/server + - https://ghcr.io/goauthentik/radius + - https://ghcr.io/goauthentik/ldap type: application -version: 25.0.8 +version: 25.0.9 diff --git a/charts/stable/authentik/README.md b/charts/stable/authentik/README.md index d28d1ad172d..aa10dbf9fe3 100644 --- a/charts/stable/authentik/README.md +++ b/charts/stable/authentik/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/authentik) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/authentik) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/authentik + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/auto-yt-dl/Chart.yaml b/charts/stable/auto-yt-dl/Chart.yaml index 301fc3a9b3c..dda479b104f 100644 --- a/charts/stable/auto-yt-dl/Chart.yaml +++ b/charts/stable/auto-yt-dl/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.webp keywords: - auto-yt-dl - Downloaders -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/auto-yt-dl - https://hub.docker.com/r/guhu007/auto-yt-dl type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/auto-yt-dl/README.md b/charts/stable/auto-yt-dl/README.md index e62c88a8de7..979430cb2a0 100644 --- a/charts/stable/auto-yt-dl/README.md +++ b/charts/stable/auto-yt-dl/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/auto-yt-dl) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/auto-yt-dl) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/auto-yt-dl + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/autobrr/Chart.yaml b/charts/stable/autobrr/Chart.yaml index 2627619ac70..f2b6a783b82 100644 --- a/charts/stable/autobrr/Chart.yaml +++ b/charts/stable/autobrr/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.webp keywords: - autobrr - torrent -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr - https://ghcr.io/autobrr/autobrr type: application -version: 8.11.1 +version: 8.11.2 diff --git a/charts/stable/autobrr/README.md b/charts/stable/autobrr/README.md index 29c3dd5451a..ed3e35ea848 100644 --- a/charts/stable/autobrr/README.md +++ b/charts/stable/autobrr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/autobrr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/autobrr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/autobrr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/automatic-music-downloader/Chart.yaml b/charts/stable/automatic-music-downloader/Chart.yaml index 4885f11fdfe..82fb6170ffb 100644 --- a/charts/stable/automatic-music-downloader/Chart.yaml +++ b/charts/stable/automatic-music-downloader/Chart.yaml @@ -25,7 +25,7 @@ keywords: - music - downloader - deemix -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader - https://hub.docker.com/r/randomninjaatk/amd type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/automatic-music-downloader/README.md b/charts/stable/automatic-music-downloader/README.md index 299f6dd8ded..0c7474d2213 100644 --- a/charts/stable/automatic-music-downloader/README.md +++ b/charts/stable/automatic-music-downloader/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/automatic-music-downloader) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/automatic-music-downloader) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/automatic-music-downloader + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/automatic-ripping-machine/Chart.yaml b/charts/stable/automatic-ripping-machine/Chart.yaml index 6b30a13d21b..bee35fc545c 100644 --- a/charts/stable/automatic-ripping-machine/Chart.yaml +++ b/charts/stable/automatic-ripping-machine/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machin keywords: - automatic-ripping-machine - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-ripping-machine - https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/automatic-ripping-machine/README.md b/charts/stable/automatic-ripping-machine/README.md index 5569dad5e5c..a8be44cf83f 100644 --- a/charts/stable/automatic-ripping-machine/README.md +++ b/charts/stable/automatic-ripping-machine/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/automatic-ripping-machine) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/automatic-ripping-machine) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/automatic-ripping-machine + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/autoscan/Chart.yaml b/charts/stable/autoscan/Chart.yaml index ce0255383d3..59b6c3ac197 100644 --- a/charts/stable/autoscan/Chart.yaml +++ b/charts/stable/autoscan/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/autoscan - https://ghcr.io/hotio/autoscan type: application -version: 8.8.10 +version: 8.8.11 diff --git a/charts/stable/autoscan/README.md b/charts/stable/autoscan/README.md index 22e0b0c721c..a5fc096b091 100644 --- a/charts/stable/autoscan/README.md +++ b/charts/stable/autoscan/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/autoscan) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/autoscan) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/autoscan + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/avidemux/Chart.yaml b/charts/stable/avidemux/Chart.yaml index 09ecd7bbaea..b4ca6a917fc 100644 --- a/charts/stable/avidemux/Chart.yaml +++ b/charts/stable/avidemux/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.webp keywords: - media - avidemux -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux - https://hub.docker.com/r/jlesage/avidemux type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/avidemux/README.md b/charts/stable/avidemux/README.md index ebd9205f9e2..43e332827be 100644 --- a/charts/stable/avidemux/README.md +++ b/charts/stable/avidemux/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/avidemux) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/avidemux) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/avidemux + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/avorion/Chart.yaml b/charts/stable/avorion/Chart.yaml index 6899f9b489c..682f59e206d 100644 --- a/charts/stable/avorion/Chart.yaml +++ b/charts/stable/avorion/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.webp keywords: - avorion - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/avorion - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/avorion/README.md b/charts/stable/avorion/README.md index b491f1339af..7b40abeff56 100644 --- a/charts/stable/avorion/README.md +++ b/charts/stable/avorion/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/avorion) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/avorion) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/avorion + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/babybuddy/Chart.yaml b/charts/stable/babybuddy/Chart.yaml index b8a4468b22a..3f7ffcd25da 100644 --- a/charts/stable/babybuddy/Chart.yaml +++ b/charts/stable/babybuddy/Chart.yaml @@ -26,7 +26,7 @@ keywords: - tracker - parents - parenting -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy - https://ghcr.io/linuxserver/babybuddy type: application -version: 16.9.5 +version: 16.9.6 diff --git a/charts/stable/babybuddy/README.md b/charts/stable/babybuddy/README.md index 06c47bd7018..83e88038398 100644 --- a/charts/stable/babybuddy/README.md +++ b/charts/stable/babybuddy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/babybuddy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/babybuddy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/babybuddy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/backuppc/Chart.yaml b/charts/stable/backuppc/Chart.yaml index 40a90864daa..e67427094d8 100644 --- a/charts/stable/backuppc/Chart.yaml +++ b/charts/stable/backuppc/Chart.yaml @@ -24,7 +24,7 @@ keywords: - backuppc - Backup - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/backuppc - https://hub.docker.com/r/tiredofit/backuppc type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/backuppc/README.md b/charts/stable/backuppc/README.md index 2e05230b61d..5f36587bab8 100644 --- a/charts/stable/backuppc/README.md +++ b/charts/stable/backuppc/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/backuppc) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/backuppc) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/backuppc + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/baikal/Chart.yaml b/charts/stable/baikal/Chart.yaml index 46904b04744..735e26d44d4 100644 --- a/charts/stable/baikal/Chart.yaml +++ b/charts/stable/baikal/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/baikal icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.webp keywords: - baikal -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/baikal - https://hub.docker.com/r/ckulka/baikal type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/baikal/README.md b/charts/stable/baikal/README.md index b4cef425f23..442b4908c9e 100644 --- a/charts/stable/baikal/README.md +++ b/charts/stable/baikal/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/baikal) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/baikal) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/baikal + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/barcodebuddy/Chart.yaml b/charts/stable/barcodebuddy/Chart.yaml index f08d1240d1c..21935fda2b7 100644 --- a/charts/stable/barcodebuddy/Chart.yaml +++ b/charts/stable/barcodebuddy/Chart.yaml @@ -17,14 +17,14 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>" +description: '<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>' home: https://truecharts.org/charts/stable/barcodebuddy icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.webp keywords: - barcodebuddy - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/barcodebuddy - https://hub.docker.com/r/f0rc3/barcodebuddy-docker type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/barcodebuddy/README.md b/charts/stable/barcodebuddy/README.md index 53ea64c52f4..331694e15f7 100644 --- a/charts/stable/barcodebuddy/README.md +++ b/charts/stable/barcodebuddy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/barcodebuddy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/barcodebuddy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/barcodebuddy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/barotrauma/Chart.yaml b/charts/stable/barotrauma/Chart.yaml index 32010b9da50..2048f1c1773 100644 --- a/charts/stable/barotrauma/Chart.yaml +++ b/charts/stable/barotrauma/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.webp keywords: - barotrauma - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/barotrauma - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/barotrauma/README.md b/charts/stable/barotrauma/README.md index 6db1876ce48..822d3ce73f9 100644 --- a/charts/stable/barotrauma/README.md +++ b/charts/stable/barotrauma/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/barotrauma) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/barotrauma) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/barotrauma + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index 0de56108517..842f7dd3c4c 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/baserow icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.webp keywords: - baserow -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/baserow - https://hub.docker.com/r/baserow/baserow type: application -version: 12.11.13 +version: 12.11.14 diff --git a/charts/stable/baserow/README.md b/charts/stable/baserow/README.md index af3d3f7fa4d..4dde1eba451 100644 --- a/charts/stable/baserow/README.md +++ b/charts/stable/baserow/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/baserow) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/baserow) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/baserow + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/batnoter/Chart.yaml b/charts/stable/batnoter/Chart.yaml index b34624e6ac6..66c2eeb2943 100644 --- a/charts/stable/batnoter/Chart.yaml +++ b/charts/stable/batnoter/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/batnoter icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.webp keywords: - notes -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/batnoter - https://ghcr.io/batnoter/batnoter/batnoter-ui type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/batnoter/README.md b/charts/stable/batnoter/README.md index 072622ee3dc..4a3a7f6fc70 100644 --- a/charts/stable/batnoter/README.md +++ b/charts/stable/batnoter/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/batnoter) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/batnoter) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/batnoter + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index aa005fae5a9..66aa73530ec 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -27,7 +27,7 @@ keywords: - subtitles - usenet - torrent -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -39,4 +39,4 @@ sources: - https://ghcr.io/onedr0p/bazarr - https://ghcr.io/onedr0p/exportarr type: application -version: 19.6.9 +version: 19.6.10 diff --git a/charts/stable/bazarr/README.md b/charts/stable/bazarr/README.md index 96c5314ff02..b074f341335 100644 --- a/charts/stable/bazarr/README.md +++ b/charts/stable/bazarr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bazarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bazarr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/bazarr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/beets/Chart.yaml b/charts/stable/beets/Chart.yaml index 707986ac0f3..2df4b53d2db 100644 --- a/charts/stable/beets/Chart.yaml +++ b/charts/stable/beets/Chart.yaml @@ -26,7 +26,7 @@ keywords: - manager - player - beets -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/beets - https://ghcr.io/linuxserver/beets type: application -version: 11.8.9 +version: 11.8.10 diff --git a/charts/stable/beets/README.md b/charts/stable/beets/README.md index f80552875e5..13ad0830ee5 100644 --- a/charts/stable/beets/README.md +++ b/charts/stable/beets/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/beets) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/beets) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/beets + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bender/Chart.yaml b/charts/stable/bender/Chart.yaml index 8358a9333fc..cd259bdaba4 100644 --- a/charts/stable/bender/Chart.yaml +++ b/charts/stable/bender/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.webp keywords: - bender - dashboard -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/bender - https://hub.docker.com/r/jez500/bender type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/bender/README.md b/charts/stable/bender/README.md index d70aef74c9d..f4f5480c257 100644 --- a/charts/stable/bender/README.md +++ b/charts/stable/bender/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bender) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bender) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/bender + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bitcoin-node/Chart.yaml b/charts/stable/bitcoin-node/Chart.yaml index b74411e2a12..c59eb0f013b 100644 --- a/charts/stable/bitcoin-node/Chart.yaml +++ b/charts/stable/bitcoin-node/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.webp keywords: - bitcoin-node - Crypto -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoin-node - https://hub.docker.com/r/kylemanna/bitcoind type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/bitcoin-node/README.md b/charts/stable/bitcoin-node/README.md index b52357313b2..e1c64c820a4 100644 --- a/charts/stable/bitcoin-node/README.md +++ b/charts/stable/bitcoin-node/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bitcoin-node) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bitcoin-node) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/bitcoin-node + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bitcoind/Chart.yaml b/charts/stable/bitcoind/Chart.yaml index d3fbebaa3dd..c23cc0804d4 100644 --- a/charts/stable/bitcoind/Chart.yaml +++ b/charts/stable/bitcoind/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Tools-Utilities - Network-Other - Crypto -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoind - https://hub.docker.com/r/ofawx/bitcoind type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/bitcoind/README.md b/charts/stable/bitcoind/README.md index 25b43ffa5f9..b67b957819d 100644 --- a/charts/stable/bitcoind/README.md +++ b/charts/stable/bitcoind/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bitcoind) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bitcoind) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/bitcoind + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bitcoinunlimited/Chart.yaml b/charts/stable/bitcoinunlimited/Chart.yaml index a2f69b0a0d3..c8ccdadaaca 100644 --- a/charts/stable/bitcoinunlimited/Chart.yaml +++ b/charts/stable/bitcoinunlimited/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.webp keywords: - bitcoinunlimited - Network-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinunlimited - https://hub.docker.com/r/amacneil/bitcoinunlimited type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/bitcoinunlimited/README.md b/charts/stable/bitcoinunlimited/README.md index 902cafab130..ae7b2c66fef 100644 --- a/charts/stable/bitcoinunlimited/README.md +++ b/charts/stable/bitcoinunlimited/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bitcoinunlimited) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bitcoinunlimited) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/bitcoinunlimited + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bitcoinwalletgui/Chart.yaml b/charts/stable/bitcoinwalletgui/Chart.yaml index 58f3348698a..328f6ac0346 100644 --- a/charts/stable/bitcoinwalletgui/Chart.yaml +++ b/charts/stable/bitcoinwalletgui/Chart.yaml @@ -24,7 +24,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.webp keywords: - bitcoinwalletgui - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinwalletgui - https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/bitcoinwalletgui/README.md b/charts/stable/bitcoinwalletgui/README.md index dffb590418a..a56e527af59 100644 --- a/charts/stable/bitcoinwalletgui/README.md +++ b/charts/stable/bitcoinwalletgui/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bitcoinwalletgui) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bitcoinwalletgui) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/bitcoinwalletgui + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bitmagnet/Chart.yaml b/charts/stable/bitmagnet/Chart.yaml index 012a562fdf8..1fbe0684692 100644 --- a/charts/stable/bitmagnet/Chart.yaml +++ b/charts/stable/bitmagnet/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.webp keywords: - torrent - bitmagnet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet - https://ghcr.io/bitmagnet-io/bitmagnet type: application -version: 1.9.7 +version: 1.9.8 diff --git a/charts/stable/bitmagnet/README.md b/charts/stable/bitmagnet/README.md index 10272719817..5c4bca24c3c 100644 --- a/charts/stable/bitmagnet/README.md +++ b/charts/stable/bitmagnet/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bitmagnet) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bitmagnet) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/bitmagnet + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/blender-desktop-g3/Chart.yaml b/charts/stable/blender-desktop-g3/Chart.yaml index fc26487e5d9..41618dd4f9e 100644 --- a/charts/stable/blender-desktop-g3/Chart.yaml +++ b/charts/stable/blender-desktop-g3/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Tools-Utilities - MediaApp-Photos - MediaApp-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/blender-desktop-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/blender-desktop-g3/README.md b/charts/stable/blender-desktop-g3/README.md index 69f4db2fde3..b3441cf91b4 100644 --- a/charts/stable/blender-desktop-g3/README.md +++ b/charts/stable/blender-desktop-g3/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/blender-desktop-g3) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/blender-desktop-g3) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/blender-desktop-g3 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/blender/Chart.yaml b/charts/stable/blender/Chart.yaml index 8cbdb364449..01bcff2bfe8 100644 --- a/charts/stable/blender/Chart.yaml +++ b/charts/stable/blender/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.webp keywords: - blender - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/blender - https://fleet.linuxserver.io/image?name=linuxserver/blender type: application -version: 5.8.9 +version: 5.8.10 diff --git a/charts/stable/blender/README.md b/charts/stable/blender/README.md index 91830ea0514..bf8f80595a8 100644 --- a/charts/stable/blender/README.md +++ b/charts/stable/blender/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/blender) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/blender) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/blender + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/blog/Chart.yaml b/charts/stable/blog/Chart.yaml index dede9dd98d6..c417d19d5a1 100644 --- a/charts/stable/blog/Chart.yaml +++ b/charts/stable/blog/Chart.yaml @@ -26,7 +26,7 @@ keywords: - self - hosted - facebook -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/blog - https://hub.docker.com/r/m1k1o/blog type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/blog/README.md b/charts/stable/blog/README.md index 51046d99fe8..f666d3aa296 100644 --- a/charts/stable/blog/README.md +++ b/charts/stable/blog/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/blog) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/blog) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/blog + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/boinc/Chart.yaml b/charts/stable/boinc/Chart.yaml index 3bd6082cdc7..dc14cd24577 100644 --- a/charts/stable/boinc/Chart.yaml +++ b/charts/stable/boinc/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/boinc icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.webp keywords: - boinc -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/boinc - https://ghcr.io/linuxserver/boinc type: application -version: 9.8.8 +version: 9.8.9 diff --git a/charts/stable/boinc/README.md b/charts/stable/boinc/README.md index 7a9521c5a6c..fbe3ed259c0 100644 --- a/charts/stable/boinc/README.md +++ b/charts/stable/boinc/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/boinc) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/boinc) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/boinc + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index 92298e99d59..7dabe34e411 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.webp keywords: - booksonic - audiobook -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air - https://ghcr.io/linuxserver/booksonic-air type: application -version: 13.8.9 +version: 13.8.10 diff --git a/charts/stable/booksonic-air/README.md b/charts/stable/booksonic-air/README.md index 4fbd3547a7d..38a8502260b 100644 --- a/charts/stable/booksonic-air/README.md +++ b/charts/stable/booksonic-air/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/booksonic-air) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/booksonic-air) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/booksonic-air + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bookstack/Chart.yaml b/charts/stable/bookstack/Chart.yaml index 872a6ed9a91..de45cf72a98 100644 --- a/charts/stable/bookstack/Chart.yaml +++ b/charts/stable/bookstack/Chart.yaml @@ -34,7 +34,7 @@ keywords: - organizer - server - hosted -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -45,4 +45,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack - https://ghcr.io/linuxserver/bookstack type: application -version: 13.11.13 +version: 13.11.14 diff --git a/charts/stable/bookstack/README.md b/charts/stable/bookstack/README.md index 87684e00a3b..d3c1190d5d6 100644 --- a/charts/stable/bookstack/README.md +++ b/charts/stable/bookstack/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bookstack) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bookstack) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/bookstack + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/borg-server/Chart.yaml b/charts/stable/borg-server/Chart.yaml index 9052c867f94..8005781045a 100644 --- a/charts/stable/borg-server/Chart.yaml +++ b/charts/stable/borg-server/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.webp keywords: - borg-server - backup -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/borg-server - https://ghcr.io/anotherstranger/borg-server type: application -version: 4.9.8 +version: 4.9.9 diff --git a/charts/stable/borg-server/README.md b/charts/stable/borg-server/README.md index 67760643939..3c66d716f1f 100644 --- a/charts/stable/borg-server/README.md +++ b/charts/stable/borg-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/borg-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/borg-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/borg-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/breitbandmessung-de/Chart.yaml b/charts/stable/breitbandmessung-de/Chart.yaml index 5c1270678b4..1c3a3a87a79 100644 --- a/charts/stable/breitbandmessung-de/Chart.yaml +++ b/charts/stable/breitbandmessung-de/Chart.yaml @@ -27,7 +27,7 @@ keywords: - Tools-Utilities - Other - Network-Management -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/breitbandmessung-de - https://hub.docker.com/r/shneezin/breitbandmessung-node type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/breitbandmessung-de/README.md b/charts/stable/breitbandmessung-de/README.md index 76f35c0eb7e..67858d06a11 100644 --- a/charts/stable/breitbandmessung-de/README.md +++ b/charts/stable/breitbandmessung-de/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/breitbandmessung-de) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/breitbandmessung-de) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/breitbandmessung-de + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/browserless-chrome/Chart.yaml b/charts/stable/browserless-chrome/Chart.yaml index 417a7c0b466..c27434a266d 100644 --- a/charts/stable/browserless-chrome/Chart.yaml +++ b/charts/stable/browserless-chrome/Chart.yaml @@ -24,7 +24,7 @@ keywords: - browserless - chrome - puppeteer -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome - https://hub.docker.com/r/browserless/chrome type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/browserless-chrome/README.md b/charts/stable/browserless-chrome/README.md index 42ecefd9248..fd60bdaa851 100644 --- a/charts/stable/browserless-chrome/README.md +++ b/charts/stable/browserless-chrome/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/browserless-chrome) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/browserless-chrome) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/browserless-chrome + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/budge/Chart.yaml b/charts/stable/budge/Chart.yaml index 4784d754df0..762f84109c9 100644 --- a/charts/stable/budge/Chart.yaml +++ b/charts/stable/budge/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/budge - https://ghcr.io/linuxserver/budge type: application -version: 9.8.9 +version: 9.8.10 diff --git a/charts/stable/budge/README.md b/charts/stable/budge/README.md index ace4cc229d7..2d67a8ec97c 100644 --- a/charts/stable/budge/README.md +++ b/charts/stable/budge/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/budge) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/budge) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/budge + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bwapp/Chart.yaml b/charts/stable/bwapp/Chart.yaml index bdd1f19267b..bbaac3d7c0b 100644 --- a/charts/stable/bwapp/Chart.yaml +++ b/charts/stable/bwapp/Chart.yaml @@ -24,7 +24,7 @@ keywords: - bwapp - Tools-Utilities - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/bwapp - https://hub.docker.com/r/raesene/bwapp type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/bwapp/README.md b/charts/stable/bwapp/README.md index 04ae0260548..74bd2dae2e6 100644 --- a/charts/stable/bwapp/README.md +++ b/charts/stable/bwapp/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bwapp) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bwapp) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/bwapp + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cadquery-server/Chart.yaml b/charts/stable/cadquery-server/Chart.yaml index 0da12fbbf92..8e4480c536d 100644 --- a/charts/stable/cadquery-server/Chart.yaml +++ b/charts/stable/cadquery-server/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Tools-Utilities - Other - Network-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cadquery-server - https://hub.docker.com/r/cadquery/cadquery-server type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/cadquery-server/README.md b/charts/stable/cadquery-server/README.md index fac87d63bc0..e4c4bed478c 100644 --- a/charts/stable/cadquery-server/README.md +++ b/charts/stable/cadquery-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cadquery-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cadquery-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cadquery-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index b8abd988030..cd5724de914 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web - https://hub.docker.com/r/linuxserver/calibre-web type: application -version: 18.8.9 +version: 18.8.10 diff --git a/charts/stable/calibre-web/README.md b/charts/stable/calibre-web/README.md index 74200bf8b7b..5261c2e49be 100644 --- a/charts/stable/calibre-web/README.md +++ b/charts/stable/calibre-web/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/calibre-web) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/calibre-web) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/calibre-web + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml index ca57ad2db5c..89c7ded72ba 100644 --- a/charts/stable/calibre/Chart.yaml +++ b/charts/stable/calibre/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/calibre icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.webp keywords: - calibre -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/calibre - https://ghcr.io/linuxserver/calibre type: application -version: 14.9.7 +version: 14.9.8 diff --git a/charts/stable/calibre/README.md b/charts/stable/calibre/README.md index 63082214d6c..69ae40af6ce 100644 --- a/charts/stable/calibre/README.md +++ b/charts/stable/calibre/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/calibre) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/calibre) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/calibre + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/changedetection-io/Chart.yaml b/charts/stable/changedetection-io/Chart.yaml index 47fd574577a..e5bb9d2a8cf 100644 --- a/charts/stable/changedetection-io/Chart.yaml +++ b/charts/stable/changedetection-io/Chart.yaml @@ -24,7 +24,7 @@ keywords: - monitoring - changedection - website watcher -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io - https://ghcr.io/dgtlmoon/changedetection.io type: application -version: 2.8.10 +version: 2.8.11 diff --git a/charts/stable/changedetection-io/README.md b/charts/stable/changedetection-io/README.md index c54553dd0cb..09a92cae220 100644 --- a/charts/stable/changedetection-io/README.md +++ b/charts/stable/changedetection-io/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/changedetection-io) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/changedetection-io) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/changedetection-io + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/channels-dvr/Chart.yaml b/charts/stable/channels-dvr/Chart.yaml index b5630a76a2b..8b464c83ca2 100644 --- a/charts/stable/channels-dvr/Chart.yaml +++ b/charts/stable/channels-dvr/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/channels-dvr icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.webp keywords: - channels-dvr -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr - https://hub.docker.com/r/fancybits/channels-dvr type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/channels-dvr/README.md b/charts/stable/channels-dvr/README.md index c46158efc77..0d4c534667d 100644 --- a/charts/stable/channels-dvr/README.md +++ b/charts/stable/channels-dvr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/channels-dvr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/channels-dvr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/channels-dvr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chevereto/Chart.yaml b/charts/stable/chevereto/Chart.yaml index 7ed472855af..06affedae49 100644 --- a/charts/stable/chevereto/Chart.yaml +++ b/charts/stable/chevereto/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/chevereto icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.webp keywords: - chevereto -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto - https://ghcr.io/rodber/chevereto-free type: application -version: 12.15.13 +version: 12.15.14 diff --git a/charts/stable/chevereto/README.md b/charts/stable/chevereto/README.md index 1fb1bdbf8d6..facd5c21eef 100644 --- a/charts/stable/chevereto/README.md +++ b/charts/stable/chevereto/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chevereto) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chevereto) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/chevereto + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chivalry-medievalwarfare/Chart.yaml b/charts/stable/chivalry-medievalwarfare/Chart.yaml index 8331ba2bb53..1c2694be6e9 100644 --- a/charts/stable/chivalry-medievalwarfare/Chart.yaml +++ b/charts/stable/chivalry-medievalwarfare/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it." +description: 'This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it.' home: https://truecharts.org/charts/stable/chivalry-medievalwarfare icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.webp keywords: - chivalry-medievalwarfare - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/chivalry-medievalwarfare - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/chivalry-medievalwarfare/README.md b/charts/stable/chivalry-medievalwarfare/README.md index fee4fb21679..e76004c3d2c 100644 --- a/charts/stable/chivalry-medievalwarfare/README.md +++ b/charts/stable/chivalry-medievalwarfare/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chivalry-medievalwarfare) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chivalry-medievalwarfare) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/chivalry-medievalwarfare + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chowdown/Chart.yaml b/charts/stable/chowdown/Chart.yaml index 90c1e33e432..d4336e06eb5 100644 --- a/charts/stable/chowdown/Chart.yaml +++ b/charts/stable/chowdown/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.webp keywords: - chowdown - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/chowdown - https://hub.docker.com/r/gregyankovoy/chowdown type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/chowdown/README.md b/charts/stable/chowdown/README.md index 2bd319dcbbf..36d14c4c551 100644 --- a/charts/stable/chowdown/README.md +++ b/charts/stable/chowdown/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chowdown) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chowdown) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/chowdown + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chroma/Chart.yaml b/charts/stable/chroma/Chart.yaml index 9968ab9ded6..46f660b86b5 100644 --- a/charts/stable/chroma/Chart.yaml +++ b/charts/stable/chroma/Chart.yaml @@ -24,7 +24,7 @@ keywords: - chroma - embedding - database -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/chroma - https://ghcr.io/chroma-core/chroma type: application -version: 2.8.7 +version: 2.8.8 diff --git a/charts/stable/chroma/README.md b/charts/stable/chroma/README.md index 44e9d98b2c8..35ab4ca9383 100644 --- a/charts/stable/chroma/README.md +++ b/charts/stable/chroma/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chroma) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chroma) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/chroma + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chromium-desktop-g3/Chart.yaml b/charts/stable/chromium-desktop-g3/Chart.yaml index c76d0283958..b903313f378 100644 --- a/charts/stable/chromium-desktop-g3/Chart.yaml +++ b/charts/stable/chromium-desktop-g3/Chart.yaml @@ -24,7 +24,7 @@ keywords: - chromium-desktop-g3 - Tools-Utilities - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/chromium-desktop-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3 type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/chromium-desktop-g3/README.md b/charts/stable/chromium-desktop-g3/README.md index 32f6986a631..a90d58a654e 100644 --- a/charts/stable/chromium-desktop-g3/README.md +++ b/charts/stable/chromium-desktop-g3/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chromium-desktop-g3) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chromium-desktop-g3) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/chromium-desktop-g3 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chromium/Chart.yaml b/charts/stable/chromium/Chart.yaml index 4ca0a18a0ad..906f998cd1e 100644 --- a/charts/stable/chromium/Chart.yaml +++ b/charts/stable/chromium/Chart.yaml @@ -24,7 +24,7 @@ keywords: - chromium - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/chromium - https://hub.docker.com/r/ich777/chrome type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/chromium/README.md b/charts/stable/chromium/README.md index 49e281d2aea..0229d7e5d37 100644 --- a/charts/stable/chromium/README.md +++ b/charts/stable/chromium/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chromium) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chromium) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/chromium + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chronograf/Chart.yaml b/charts/stable/chronograf/Chart.yaml index 8318b02be0a..2223d844bb7 100644 --- a/charts/stable/chronograf/Chart.yaml +++ b/charts/stable/chronograf/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.webp keywords: - chronograf - Tools-System -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/chronograf - https://hub.docker.com/_/chronograf type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/chronograf/README.md b/charts/stable/chronograf/README.md index 0eca2cabeb2..e406d91c504 100644 --- a/charts/stable/chronograf/README.md +++ b/charts/stable/chronograf/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chronograf) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chronograf) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/chronograf + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chronos/Chart.yaml b/charts/stable/chronos/Chart.yaml index a81ece967ce..36963f0dba4 100644 --- a/charts/stable/chronos/Chart.yaml +++ b/charts/stable/chronos/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.webp keywords: - chronos - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/chronos - https://hub.docker.com/r/simsemand/chronos type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/chronos/README.md b/charts/stable/chronos/README.md index f312b7108bb..132bfd81b89 100644 --- a/charts/stable/chronos/README.md +++ b/charts/stable/chronos/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chronos) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chronos) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/chronos + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ciao/Chart.yaml b/charts/stable/ciao/Chart.yaml index 150b33bd3d8..7aaa6614ab3 100644 --- a/charts/stable/ciao/Chart.yaml +++ b/charts/stable/ciao/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Network-Other - Productivity - Tools-System -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ciao - https://hub.docker.com/r/brotandgames/ciao type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/ciao/README.md b/charts/stable/ciao/README.md index 15601f8fa8a..3e38390ba3b 100644 --- a/charts/stable/ciao/README.md +++ b/charts/stable/ciao/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ciao) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ciao) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ciao + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/citadel-forgedwithfire/Chart.yaml b/charts/stable/citadel-forgedwithfire/Chart.yaml index 6eaac15287a..d0310579e70 100644 --- a/charts/stable/citadel-forgedwithfire/Chart.yaml +++ b/charts/stable/citadel-forgedwithfire/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.w keywords: - citadel-forgedwithfire - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/citadel-forgedwithfire - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/citadel-forgedwithfire/README.md b/charts/stable/citadel-forgedwithfire/README.md index ec45a22ba8d..100104490e7 100644 --- a/charts/stable/citadel-forgedwithfire/README.md +++ b/charts/stable/citadel-forgedwithfire/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/citadel-forgedwithfire) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/citadel-forgedwithfire) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/citadel-forgedwithfire + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml index 2b6fb7ff592..bfdbb1e5de7 100644 --- a/charts/stable/clamav/Chart.yaml +++ b/charts/stable/clamav/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.webp keywords: - clamav - antivirus -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/clamav - https://hub.docker.com/r/clamav/clamav type: application -version: 10.8.10 +version: 10.8.11 diff --git a/charts/stable/clamav/README.md b/charts/stable/clamav/README.md index 15ac4ee46f4..3f6b92c842a 100644 --- a/charts/stable/clamav/README.md +++ b/charts/stable/clamav/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/clamav) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/clamav) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/clamav + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/clarkson/Chart.yaml b/charts/stable/clarkson/Chart.yaml index 7535e1e1093..a626a90ef7e 100644 --- a/charts/stable/clarkson/Chart.yaml +++ b/charts/stable/clarkson/Chart.yaml @@ -33,7 +33,7 @@ keywords: - log - fill-up - vehicle -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -44,4 +44,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson - https://ghcr.io/linuxserver/clarkson type: application -version: 12.15.13 +version: 12.15.14 diff --git a/charts/stable/clarkson/README.md b/charts/stable/clarkson/README.md index 067b31b9d75..1eab2aab5fc 100644 --- a/charts/stable/clarkson/README.md +++ b/charts/stable/clarkson/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/clarkson) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/clarkson) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/clarkson + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/clickhouse/Chart.yaml b/charts/stable/clickhouse/Chart.yaml index 784e2a9e375..b54a14a2f27 100644 --- a/charts/stable/clickhouse/Chart.yaml +++ b/charts/stable/clickhouse/Chart.yaml @@ -24,7 +24,7 @@ keywords: - database - clickhouse - sql -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/clickhouse - https://hub.docker.com/r/clickhouse/clickhouse-server type: application -version: 12.10.7 +version: 12.10.8 diff --git a/charts/stable/clickhouse/README.md b/charts/stable/clickhouse/README.md index 2973a182e5c..25251e12a28 100644 --- a/charts/stable/clickhouse/README.md +++ b/charts/stable/clickhouse/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/clickhouse) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/clickhouse) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/clickhouse + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/clipplex/Chart.yaml b/charts/stable/clipplex/Chart.yaml index f3b7cec832c..1fd87b0a8c0 100644 --- a/charts/stable/clipplex/Chart.yaml +++ b/charts/stable/clipplex/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/clipplex.webp keywords: - clipplex - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/clipplex - https://hub.docker.com/r/jonnike/clipplex type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/clipplex/README.md b/charts/stable/clipplex/README.md index c7730942808..7acb0fa4903 100644 --- a/charts/stable/clipplex/README.md +++ b/charts/stable/clipplex/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/clipplex) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/clipplex) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/clipplex + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cloud9/Chart.yaml b/charts/stable/cloud9/Chart.yaml index 82029e90d7d..3dc2168741a 100644 --- a/charts/stable/cloud9/Chart.yaml +++ b/charts/stable/cloud9/Chart.yaml @@ -25,7 +25,7 @@ keywords: - ide - terminal - web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cloud9 - https://ghcr.io/linuxserver/cloud9 type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/cloud9/README.md b/charts/stable/cloud9/README.md index f9f4c8be18a..deb42b93f3e 100644 --- a/charts/stable/cloud9/README.md +++ b/charts/stable/cloud9/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cloud9) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cloud9) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cloud9 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cloudcommander/Chart.yaml b/charts/stable/cloudcommander/Chart.yaml index 983c4c471e2..4796a48822b 100644 --- a/charts/stable/cloudcommander/Chart.yaml +++ b/charts/stable/cloudcommander/Chart.yaml @@ -24,7 +24,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.webp keywords: - cloudcommander - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cloudcommander - https://hub.docker.com/r/coderaiser/cloudcmd type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/cloudcommander/README.md b/charts/stable/cloudcommander/README.md index 08814557ed2..db39325fdcb 100644 --- a/charts/stable/cloudcommander/README.md +++ b/charts/stable/cloudcommander/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cloudcommander) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cloudcommander) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cloudcommander + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cloudflared/Chart.yaml b/charts/stable/cloudflared/Chart.yaml index 61db71d4336..d6a9c05f21c 100644 --- a/charts/stable/cloudflared/Chart.yaml +++ b/charts/stable/cloudflared/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.webp keywords: - cloudflared - networking -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared - https://hub.docker.com/r/cloudflare/cloudflared type: application -version: 10.10.5 +version: 10.10.6 diff --git a/charts/stable/cloudflared/README.md b/charts/stable/cloudflared/README.md index 8ccee12739f..27da9827d2f 100644 --- a/charts/stable/cloudflared/README.md +++ b/charts/stable/cloudflared/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cloudflared) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cloudflared) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cloudflared + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cloudflareddns/Chart.yaml b/charts/stable/cloudflareddns/Chart.yaml index a1632eb0ded..4257ddfc7e6 100644 --- a/charts/stable/cloudflareddns/Chart.yaml +++ b/charts/stable/cloudflareddns/Chart.yaml @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns - https://ghcr.io/hotio/cloudflareddns type: application -version: 9.8.11 +version: 9.8.12 diff --git a/charts/stable/cloudflareddns/README.md b/charts/stable/cloudflareddns/README.md index a2ca92863e9..2240acdc1c0 100644 --- a/charts/stable/cloudflareddns/README.md +++ b/charts/stable/cloudflareddns/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cloudflareddns) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cloudflareddns) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cloudflareddns + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cloudreve/Chart.yaml b/charts/stable/cloudreve/Chart.yaml index f9876efbbbf..3d43062c095 100644 --- a/charts/stable/cloudreve/Chart.yaml +++ b/charts/stable/cloudreve/Chart.yaml @@ -24,7 +24,7 @@ keywords: - cloudreve - Cloud - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cloudreve - https://hub.docker.com/r/cloudreve/cloudreve type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/cloudreve/README.md b/charts/stable/cloudreve/README.md index a9af3befff2..c48468376c8 100644 --- a/charts/stable/cloudreve/README.md +++ b/charts/stable/cloudreve/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cloudreve) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cloudreve) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cloudreve + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index 266c438c15a..750677311a4 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -25,7 +25,7 @@ keywords: - vs - visual studio - vscode -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/code-server - https://hub.docker.com/r/codercom/code-server type: application -version: 11.10.7 +version: 11.10.8 diff --git a/charts/stable/code-server/README.md b/charts/stable/code-server/README.md index 8540c4ab34e..caa0dc5f284 100644 --- a/charts/stable/code-server/README.md +++ b/charts/stable/code-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/code-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/code-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/code-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/codeproject-ai-server/Chart.yaml b/charts/stable/codeproject-ai-server/Chart.yaml index 2879704d779..180863af6ad 100644 --- a/charts/stable/codeproject-ai-server/Chart.yaml +++ b/charts/stable/codeproject-ai-server/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/codeproject-ai-server.we keywords: - ai-server - sense-ai -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/codeproject-ai-server - https://hub.docker.com/r/codeproject/ai-server type: application -version: 2.8.7 +version: 2.8.8 diff --git a/charts/stable/codeproject-ai-server/README.md b/charts/stable/codeproject-ai-server/README.md index 58d10d0709e..07eca00e8d1 100644 --- a/charts/stable/codeproject-ai-server/README.md +++ b/charts/stable/codeproject-ai-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/codeproject-ai-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/codeproject-ai-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/codeproject-ai-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/collabora/Chart.yaml b/charts/stable/collabora/Chart.yaml index 1bbb77b0cf9..1ffb7382bf5 100644 --- a/charts/stable/collabora/Chart.yaml +++ b/charts/stable/collabora/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora.webp keywords: - office - document -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/collabora - https://hub.docker.com/r/collabora/code type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/collabora/README.md b/charts/stable/collabora/README.md index 8609507831d..f4c069f6a03 100644 --- a/charts/stable/collabora/README.md +++ b/charts/stable/collabora/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/collabora) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/collabora) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/collabora + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/colonysurvival/Chart.yaml b/charts/stable/colonysurvival/Chart.yaml index 04627fab6e8..53b443dfccb 100644 --- a/charts/stable/colonysurvival/Chart.yaml +++ b/charts/stable/colonysurvival/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/colonysurvival.webp keywords: - colonysurvival - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/colonysurvival - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/colonysurvival/README.md b/charts/stable/colonysurvival/README.md index 15ab8de19aa..c836187af00 100644 --- a/charts/stable/colonysurvival/README.md +++ b/charts/stable/colonysurvival/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/colonysurvival) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/colonysurvival) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/colonysurvival + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/commento-plusplus/Chart.yaml b/charts/stable/commento-plusplus/Chart.yaml index 23db4db097b..9ef2a6389b3 100644 --- a/charts/stable/commento-plusplus/Chart.yaml +++ b/charts/stable/commento-plusplus/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/commento-plusplus icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.webp keywords: - commento -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus - https://hub.docker.com/r/caroga/commentoplusplus type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/commento-plusplus/README.md b/charts/stable/commento-plusplus/README.md index 269a8ec1b62..9bac55f7354 100644 --- a/charts/stable/commento-plusplus/README.md +++ b/charts/stable/commento-plusplus/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/commento-plusplus) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/commento-plusplus) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/commento-plusplus + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/conanexiles/Chart.yaml b/charts/stable/conanexiles/Chart.yaml index 848a8f06e8c..c6632f0922d 100644 --- a/charts/stable/conanexiles/Chart.yaml +++ b/charts/stable/conanexiles/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/conanexiles.webp keywords: - conanexiles - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/conanexiles - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/conanexiles/README.md b/charts/stable/conanexiles/README.md index f1b8d0c25d8..751ead29fee 100644 --- a/charts/stable/conanexiles/README.md +++ b/charts/stable/conanexiles/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/conanexiles) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/conanexiles) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/conanexiles + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/convos/Chart.yaml b/charts/stable/convos/Chart.yaml index 3c9fde1d47c..5afd26f3580 100644 --- a/charts/stable/convos/Chart.yaml +++ b/charts/stable/convos/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/convos.webp keywords: - convos - Network-Messenger -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/convos - https://hub.docker.com/r/convos/convos type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/convos/README.md b/charts/stable/convos/README.md index 7375f414dde..231809ea200 100644 --- a/charts/stable/convos/README.md +++ b/charts/stable/convos/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/convos) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/convos) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/convos + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cops/Chart.yaml b/charts/stable/cops/Chart.yaml index 9e00060f86f..308bbb58570 100644 --- a/charts/stable/cops/Chart.yaml +++ b/charts/stable/cops/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Cloud - MediaApp-Books - MediaServer-Books -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cops - https://fleet.linuxserver.io/image?name=linuxserver/cops type: application -version: 8.10.9 +version: 8.10.10 diff --git a/charts/stable/cops/README.md b/charts/stable/cops/README.md index 2b4a912457e..8ade8e87217 100644 --- a/charts/stable/cops/README.md +++ b/charts/stable/cops/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cops) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cops) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cops + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/core-keeper-dedicated-server/Chart.yaml b/charts/stable/core-keeper-dedicated-server/Chart.yaml index 5f1e9d384ad..1c2a79210c8 100644 --- a/charts/stable/core-keeper-dedicated-server/Chart.yaml +++ b/charts/stable/core-keeper-dedicated-server/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-se keywords: - core-keeper-dedicated-server - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/core-keeper-dedicated-server - https://hub.docker.com/r/escaping/core-keeper-dedicated type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/core-keeper-dedicated-server/README.md b/charts/stable/core-keeper-dedicated-server/README.md index a0de45f5ecf..129be5e8788 100644 --- a/charts/stable/core-keeper-dedicated-server/README.md +++ b/charts/stable/core-keeper-dedicated-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/core-keeper-dedicated-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/core-keeper-dedicated-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/core-keeper-dedicated-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/corekeeper/Chart.yaml b/charts/stable/corekeeper/Chart.yaml index 81254b557a7..24e5c5f4fe8 100644 --- a/charts/stable/corekeeper/Chart.yaml +++ b/charts/stable/corekeeper/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/corekeeper.webp keywords: - corekeeper - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/corekeeper - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/corekeeper/README.md b/charts/stable/corekeeper/README.md index 8c6ddede5e7..8a61083869b 100644 --- a/charts/stable/corekeeper/README.md +++ b/charts/stable/corekeeper/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/corekeeper) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/corekeeper) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/corekeeper + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/couchpotato/Chart.yaml b/charts/stable/couchpotato/Chart.yaml index 9307b10ce63..f8119f957dc 100644 --- a/charts/stable/couchpotato/Chart.yaml +++ b/charts/stable/couchpotato/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/couchpotato icon: https://truecharts.org/img/hotlink-ok/chart-icons/couchpotato.webp keywords: - couchpotato -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/couchpotato - https://ghcr.io/linuxserver/couchpotato type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/couchpotato/README.md b/charts/stable/couchpotato/README.md index 1e7bf4167d9..752ff89f24b 100644 --- a/charts/stable/couchpotato/README.md +++ b/charts/stable/couchpotato/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/couchpotato) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/couchpotato) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/couchpotato + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/counterstrike2d/Chart.yaml b/charts/stable/counterstrike2d/Chart.yaml index c4bc628cbc2..99934d25dc4 100644 --- a/charts/stable/counterstrike2d/Chart.yaml +++ b/charts/stable/counterstrike2d/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/counterstrike2d.webp keywords: - counterstrike2d - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/counterstrike2d - https://hub.docker.com/r/ich777/cs2dserver type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/counterstrike2d/README.md b/charts/stable/counterstrike2d/README.md index 4dd3a8d7fd2..7dda2ff9d2f 100644 --- a/charts/stable/counterstrike2d/README.md +++ b/charts/stable/counterstrike2d/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/counterstrike2d) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/counterstrike2d) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/counterstrike2d + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cowyo/Chart.yaml b/charts/stable/cowyo/Chart.yaml index 3152db89545..9e6593d387b 100644 --- a/charts/stable/cowyo/Chart.yaml +++ b/charts/stable/cowyo/Chart.yaml @@ -24,7 +24,7 @@ keywords: - cowyo - Cloud - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cowyo - https://hub.docker.com/r/schollz/cowyo type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/cowyo/README.md b/charts/stable/cowyo/README.md index 04b4e8dafbd..d5f4ae7f7d2 100644 --- a/charts/stable/cowyo/README.md +++ b/charts/stable/cowyo/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cowyo) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cowyo) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cowyo + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/craftopia/Chart.yaml b/charts/stable/craftopia/Chart.yaml index fb150f354c2..21f0585bfc6 100644 --- a/charts/stable/craftopia/Chart.yaml +++ b/charts/stable/craftopia/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/craftopia.webp keywords: - craftopia - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/craftopia - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/craftopia/README.md b/charts/stable/craftopia/README.md index 5b314bdd2d4..953ab61fe4f 100644 --- a/charts/stable/craftopia/README.md +++ b/charts/stable/craftopia/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/craftopia) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/craftopia) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/craftopia + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/crafty-4/Chart.yaml b/charts/stable/crafty-4/Chart.yaml index 242715c003e..348fd569a46 100644 --- a/charts/stable/crafty-4/Chart.yaml +++ b/charts/stable/crafty-4/Chart.yaml @@ -24,7 +24,7 @@ keywords: - crafty-4 - GameServers - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://gitlab.com/crafty-controller/crafty-4 - https://github.com/truecharts/charts/tree/master/charts/stable/crafty-4 type: application -version: 7.9.7 +version: 7.9.8 diff --git a/charts/stable/crafty-4/README.md b/charts/stable/crafty-4/README.md index 56c3aed207c..722ebf62651 100644 --- a/charts/stable/crafty-4/README.md +++ b/charts/stable/crafty-4/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/crafty-4) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/crafty-4) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/crafty-4 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/crypto-exchanges-gateway/Chart.yaml b/charts/stable/crypto-exchanges-gateway/Chart.yaml index f8deaecac4f..82f2bd349b3 100644 --- a/charts/stable/crypto-exchanges-gateway/Chart.yaml +++ b/charts/stable/crypto-exchanges-gateway/Chart.yaml @@ -24,7 +24,7 @@ keywords: - crypto-exchanges-gateway - Productivity - Crypto -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/crypto-exchanges-gateway - https://hub.docker.com/r/apendergast/crypto-exchanges-gateway type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/crypto-exchanges-gateway/README.md b/charts/stable/crypto-exchanges-gateway/README.md index 10a3e62d417..2172480149f 100644 --- a/charts/stable/crypto-exchanges-gateway/README.md +++ b/charts/stable/crypto-exchanges-gateway/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/crypto-exchanges-gateway) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/crypto-exchanges-gateway) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/crypto-exchanges-gateway + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cryptofolio/Chart.yaml b/charts/stable/cryptofolio/Chart.yaml index d2b35333710..1ee126c8d42 100644 --- a/charts/stable/cryptofolio/Chart.yaml +++ b/charts/stable/cryptofolio/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/cryptofolio icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.webp keywords: - cryptofolio -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio - https://hub.docker.com/r/xtrendence/cryptofolio type: application -version: 12.8.7 +version: 12.8.8 diff --git a/charts/stable/cryptofolio/README.md b/charts/stable/cryptofolio/README.md index bdbd6f571ce..8f91aa8b2d3 100644 --- a/charts/stable/cryptofolio/README.md +++ b/charts/stable/cryptofolio/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cryptofolio) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cryptofolio) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cryptofolio + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cryptpad/Chart.yaml b/charts/stable/cryptpad/Chart.yaml index b4ee0d1d565..b9e2e8c0d51 100644 --- a/charts/stable/cryptpad/Chart.yaml +++ b/charts/stable/cryptpad/Chart.yaml @@ -24,7 +24,7 @@ keywords: - cryptpad - Productivity - Security -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cryptpad - https://hub.docker.com/r/cryptpad/cryptpad type: application -version: 7.8.7 +version: 7.8.8 diff --git a/charts/stable/cryptpad/README.md b/charts/stable/cryptpad/README.md index bdcbb385477..ee388bce113 100644 --- a/charts/stable/cryptpad/README.md +++ b/charts/stable/cryptpad/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cryptpad) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cryptpad) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cryptpad + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cs2/Chart.yaml b/charts/stable/cs2/Chart.yaml index 06f946f6ade..2c152becbc2 100644 --- a/charts/stable/cs2/Chart.yaml +++ b/charts/stable/cs2/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.webp keywords: - cs2 - counter-strike -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cs2 - https://hub.docker.com/r/ich777/steamcmd type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/cs2/README.md b/charts/stable/cs2/README.md index 3fa9ba25e0d..7d034f8763b 100644 --- a/charts/stable/cs2/README.md +++ b/charts/stable/cs2/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cs2) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cs2) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cs2 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/csgo/Chart.yaml b/charts/stable/csgo/Chart.yaml index 1065bd2ccb4..83c53c44011 100644 --- a/charts/stable/csgo/Chart.yaml +++ b/charts/stable/csgo/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it." +description: 'This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it.' home: https://truecharts.org/charts/stable/csgo icon: https://truecharts.org/img/hotlink-ok/chart-icons/csgo.webp keywords: - csgo - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/csgo - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/csgo/README.md b/charts/stable/csgo/README.md index 47989bb78cd..17c43dde427 100644 --- a/charts/stable/csgo/README.md +++ b/charts/stable/csgo/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/csgo) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/csgo) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/csgo + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cssource/Chart.yaml b/charts/stable/cssource/Chart.yaml index 0afdfe2da54..4cd0ebfea59 100644 --- a/charts/stable/cssource/Chart.yaml +++ b/charts/stable/cssource/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it." +description: 'This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it.' home: https://truecharts.org/charts/stable/cssource icon: https://truecharts.org/img/hotlink-ok/chart-icons/cssource.webp keywords: - cssource - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cssource - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/cssource/README.md b/charts/stable/cssource/README.md index bfca8fa1a11..741fadf5262 100644 --- a/charts/stable/cssource/README.md +++ b/charts/stable/cssource/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cssource) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cssource) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cssource + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cstrike1-6/Chart.yaml b/charts/stable/cstrike1-6/Chart.yaml index bac7ae1a330..bfc67da8939 100644 --- a/charts/stable/cstrike1-6/Chart.yaml +++ b/charts/stable/cstrike1-6/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrike1-6.webp keywords: - cstrike1-6 - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cstrike1-6 - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/cstrike1-6/README.md b/charts/stable/cstrike1-6/README.md index fc2b9d16509..e0f1abe365e 100644 --- a/charts/stable/cstrike1-6/README.md +++ b/charts/stable/cstrike1-6/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cstrike1-6) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cstrike1-6) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cstrike1-6 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cstrikeconditionzero/Chart.yaml b/charts/stable/cstrikeconditionzero/Chart.yaml index a5a8235a44d..51355f60ae1 100644 --- a/charts/stable/cstrikeconditionzero/Chart.yaml +++ b/charts/stable/cstrikeconditionzero/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.web keywords: - cstrikeconditionzero - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cstrikeconditionzero - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/cstrikeconditionzero/README.md b/charts/stable/cstrikeconditionzero/README.md index f2632d507ea..e7a457846dc 100644 --- a/charts/stable/cstrikeconditionzero/README.md +++ b/charts/stable/cstrikeconditionzero/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cstrikeconditionzero) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cstrikeconditionzero) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cstrikeconditionzero + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ctfd/Chart.yaml b/charts/stable/ctfd/Chart.yaml index 103f8e1607e..b28d84192a8 100644 --- a/charts/stable/ctfd/Chart.yaml +++ b/charts/stable/ctfd/Chart.yaml @@ -37,7 +37,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.webp keywords: - ctfd - learning -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -48,4 +48,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ctfd - https://ghcr.io/ctfd/ctfd type: application -version: 4.20.14 +version: 4.20.15 diff --git a/charts/stable/ctfd/README.md b/charts/stable/ctfd/README.md index f4110d7b619..285c1339d28 100644 --- a/charts/stable/ctfd/README.md +++ b/charts/stable/ctfd/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ctfd) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ctfd) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ctfd + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cura-novnc/Chart.yaml b/charts/stable/cura-novnc/Chart.yaml index a5a9f85a8d7..dde07a892ec 100644 --- a/charts/stable/cura-novnc/Chart.yaml +++ b/charts/stable/cura-novnc/Chart.yaml @@ -24,7 +24,7 @@ keywords: - cura-novnc - home-automation - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cura-novnc - https://hub.docker.com/r/mikeah/cura-novnc type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/cura-novnc/README.md b/charts/stable/cura-novnc/README.md index c10eca34aa4..8f0098a3671 100644 --- a/charts/stable/cura-novnc/README.md +++ b/charts/stable/cura-novnc/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cura-novnc) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cura-novnc) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cura-novnc + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/custom-app/README.md b/charts/stable/custom-app/README.md deleted file mode 100644 index ab33f6039bc..00000000000 --- a/charts/stable/custom-app/README.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: README ---- - -## General Info - -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. - -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/custom-app) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - -_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cyberchef/Chart.yaml b/charts/stable/cyberchef/Chart.yaml index 8e4473de7b7..757bfc26d0d 100644 --- a/charts/stable/cyberchef/Chart.yaml +++ b/charts/stable/cyberchef/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/cyberchef icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.webp keywords: - cyberchef -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef - https://hub.docker.com/r/mpepping/cyberchef type: application -version: 9.16.3 +version: 9.16.4 diff --git a/charts/stable/cyberchef/README.md b/charts/stable/cyberchef/README.md index a770acd0431..6f408bb3cd7 100644 --- a/charts/stable/cyberchef/README.md +++ b/charts/stable/cyberchef/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cyberchef) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cyberchef) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/cyberchef + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/czkawka/Chart.yaml b/charts/stable/czkawka/Chart.yaml index ac9db32dbc2..e6761104d46 100644 --- a/charts/stable/czkawka/Chart.yaml +++ b/charts/stable/czkawka/Chart.yaml @@ -24,7 +24,7 @@ keywords: - duplicates - file management - czkawka -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/czkawka - https://hub.docker.com/r/jlesage/czkawka type: application -version: 9.9.7 +version: 9.9.8 diff --git a/charts/stable/czkawka/README.md b/charts/stable/czkawka/README.md index ff268339bd0..f4b1050e877 100644 --- a/charts/stable/czkawka/README.md +++ b/charts/stable/czkawka/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/czkawka) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/czkawka) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/czkawka + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dailynotes/Chart.yaml b/charts/stable/dailynotes/Chart.yaml index bf8f8f3eede..68e996adc20 100644 --- a/charts/stable/dailynotes/Chart.yaml +++ b/charts/stable/dailynotes/Chart.yaml @@ -24,7 +24,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/dailynotes.webp keywords: - dailynotes - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dailynotes - https://hub.docker.com/r/m0ngr31/dailynotes type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/dailynotes/README.md b/charts/stable/dailynotes/README.md index 7ce9df12b44..5c2ad65abad 100644 --- a/charts/stable/dailynotes/README.md +++ b/charts/stable/dailynotes/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dailynotes) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dailynotes) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dailynotes + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/damselfly/Chart.yaml b/charts/stable/damselfly/Chart.yaml index 8c1a4f9ed4e..040e214026f 100644 --- a/charts/stable/damselfly/Chart.yaml +++ b/charts/stable/damselfly/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.webp keywords: - damselfly - MediaApp-Photos -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/damselfly - https://hub.docker.com/r/webreaper/damselfly type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/damselfly/README.md b/charts/stable/damselfly/README.md index d725329e393..ef83e7ad969 100644 --- a/charts/stable/damselfly/README.md +++ b/charts/stable/damselfly/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/damselfly) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/damselfly) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/damselfly + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dashdot/Chart.yaml b/charts/stable/dashdot/Chart.yaml index 5b033dcc49e..65d1368385f 100644 --- a/charts/stable/dashdot/Chart.yaml +++ b/charts/stable/dashdot/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.webp keywords: - dashboard - dashdot -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dashdot - https://hub.docker.com/r/mauricenino/dashdot type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/dashdot/README.md b/charts/stable/dashdot/README.md index d3baa9cfe0f..39e6c465568 100644 --- a/charts/stable/dashdot/README.md +++ b/charts/stable/dashdot/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dashdot) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dashdot) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dashdot + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dashmachine/Chart.yaml b/charts/stable/dashmachine/Chart.yaml index 8509cff86f9..a6eb84ac20e 100644 --- a/charts/stable/dashmachine/Chart.yaml +++ b/charts/stable/dashmachine/Chart.yaml @@ -17,14 +17,14 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" +description: 'Another web application bookmark dashboard, with fun features.[br][br][b][u][span style=''color: #ff9900;'']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]' home: https://truecharts.org/charts/stable/dashmachine icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashmachine.webp keywords: - dashmachine - Productivity - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dashmachine - https://hub.docker.com/r/rmountjoy/dashmachine type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/dashmachine/README.md b/charts/stable/dashmachine/README.md index d02a3233d52..560ad0b0b79 100644 --- a/charts/stable/dashmachine/README.md +++ b/charts/stable/dashmachine/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dashmachine) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dashmachine) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dashmachine + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dashy/Chart.yaml b/charts/stable/dashy/Chart.yaml index 9f8d6704eb2..7b66a4cd775 100644 --- a/charts/stable/dashy/Chart.yaml +++ b/charts/stable/dashy/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/dashy icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.webp keywords: - dashboard -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dashy - https://hub.docker.com/r/lissy93/dashy type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/dashy/README.md b/charts/stable/dashy/README.md index e6a8f52e61b..872fcc1d07a 100644 --- a/charts/stable/dashy/README.md +++ b/charts/stable/dashy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dashy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dashy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dashy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/davos/Chart.yaml b/charts/stable/davos/Chart.yaml index 5718dd12693..92858f8b554 100644 --- a/charts/stable/davos/Chart.yaml +++ b/charts/stable/davos/Chart.yaml @@ -24,7 +24,7 @@ keywords: - davos - ftp - automation -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/davos - https://ghcr.io/linuxserver/davos type: application -version: 12.8.9 +version: 12.8.10 diff --git a/charts/stable/davos/README.md b/charts/stable/davos/README.md index 90500c3c4ee..9063e4d3e48 100644 --- a/charts/stable/davos/README.md +++ b/charts/stable/davos/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/davos) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/davos) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/davos + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dayofdefeatsource/Chart.yaml b/charts/stable/dayofdefeatsource/Chart.yaml index 94f2d624f38..1f4fe9bd049 100644 --- a/charts/stable/dayofdefeatsource/Chart.yaml +++ b/charts/stable/dayofdefeatsource/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it." +description: 'This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it.' home: https://truecharts.org/charts/stable/dayofdefeatsource icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayofdefeatsource.webp keywords: - dayofdefeatsource - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dayofdefeatsource - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/dayofdefeatsource/README.md b/charts/stable/dayofdefeatsource/README.md index ef4e6129d2b..e806bd348e7 100644 --- a/charts/stable/dayofdefeatsource/README.md +++ b/charts/stable/dayofdefeatsource/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dayofdefeatsource) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dayofdefeatsource) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dayofdefeatsource + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/daysofwar/Chart.yaml b/charts/stable/daysofwar/Chart.yaml index baf0c4c41e3..7661758781b 100644 --- a/charts/stable/daysofwar/Chart.yaml +++ b/charts/stable/daysofwar/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/daysofwar.webp keywords: - daysofwar - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/daysofwar - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/daysofwar/README.md b/charts/stable/daysofwar/README.md index e7baa11b203..7049e997efa 100644 --- a/charts/stable/daysofwar/README.md +++ b/charts/stable/daysofwar/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/daysofwar) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/daysofwar) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/daysofwar + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dayz/Chart.yaml b/charts/stable/dayz/Chart.yaml index 611d2b36b4d..23813b1b4ba 100644 --- a/charts/stable/dayz/Chart.yaml +++ b/charts/stable/dayz/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayz.webp keywords: - dayz - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dayz - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/dayz/README.md b/charts/stable/dayz/README.md index d90c5aa7b93..56d39017246 100644 --- a/charts/stable/dayz/README.md +++ b/charts/stable/dayz/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dayz) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dayz) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dayz + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ddclient/Chart.yaml b/charts/stable/ddclient/Chart.yaml index 43cbcb284d1..86d6753714a 100644 --- a/charts/stable/ddclient/Chart.yaml +++ b/charts/stable/ddclient/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/ddclient icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.webp keywords: - ddclient -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ddclient - https://ghcr.io/linuxserver/ddclient type: application -version: 9.8.10 +version: 9.8.11 diff --git a/charts/stable/ddclient/README.md b/charts/stable/ddclient/README.md index c5454c6f058..10aa3a2bded 100644 --- a/charts/stable/ddclient/README.md +++ b/charts/stable/ddclient/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ddclient) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ddclient) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ddclient + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ddns-go/Chart.yaml b/charts/stable/ddns-go/Chart.yaml index e0e5c015dbc..39e25034eb2 100644 --- a/charts/stable/ddns-go/Chart.yaml +++ b/charts/stable/ddns-go/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.webp keywords: - ddns-go - ddns -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go - https://hub.docker.com/r/jeessy/ddns-go type: application -version: 10.10.8 +version: 10.10.9 diff --git a/charts/stable/ddns-go/README.md b/charts/stable/ddns-go/README.md index 65fa0afcb5a..7a794042468 100644 --- a/charts/stable/ddns-go/README.md +++ b/charts/stable/ddns-go/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ddns-go) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ddns-go) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ddns-go + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ddns-route53/Chart.yaml b/charts/stable/ddns-route53/Chart.yaml index 470a1784cac..d168f64de5e 100644 --- a/charts/stable/ddns-route53/Chart.yaml +++ b/charts/stable/ddns-route53/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-route53.webp keywords: - ddns-route53 - Network-DNS -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-route53 - https://hub.docker.com/r/crazymax/ddns-route53 type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/ddns-route53/README.md b/charts/stable/ddns-route53/README.md index 97b6c811980..fe7018c5ef2 100644 --- a/charts/stable/ddns-route53/README.md +++ b/charts/stable/ddns-route53/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ddns-route53) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ddns-route53) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ddns-route53 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ddns-updater/Chart.yaml b/charts/stable/ddns-updater/Chart.yaml index 19ee7395f49..796670b223a 100644 --- a/charts/stable/ddns-updater/Chart.yaml +++ b/charts/stable/ddns-updater/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/ddns-updater icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.webp keywords: - ddns-updater -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater - https://hub.docker.com/r/qmcgaw/ddns-updater type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/ddns-updater/README.md b/charts/stable/ddns-updater/README.md index 78eeddee2a1..cde7e18e441 100644 --- a/charts/stable/ddns-updater/README.md +++ b/charts/stable/ddns-updater/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ddns-updater) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ddns-updater) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ddns-updater + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/debian-apt-mirror/Chart.yaml b/charts/stable/debian-apt-mirror/Chart.yaml index 8635c2606f6..59a0ded6c93 100644 --- a/charts/stable/debian-apt-mirror/Chart.yaml +++ b/charts/stable/debian-apt-mirror/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Productivity - Tools-Utilities - Drivers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/debian-apt-mirror - https://hub.docker.com/r/ich777/debian-mirror type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/debian-apt-mirror/README.md b/charts/stable/debian-apt-mirror/README.md index 165fdd0e1a5..d6b067f4351 100644 --- a/charts/stable/debian-apt-mirror/README.md +++ b/charts/stable/debian-apt-mirror/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/debian-apt-mirror) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/debian-apt-mirror) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/debian-apt-mirror + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/debian-bullseye/Chart.yaml b/charts/stable/debian-bullseye/Chart.yaml index f5ffc4a4268..152916ff99f 100644 --- a/charts/stable/debian-bullseye/Chart.yaml +++ b/charts/stable/debian-bullseye/Chart.yaml @@ -24,7 +24,7 @@ keywords: - debian-bullseye - Productivity - Tools-System -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/debian-bullseye - https://hub.docker.com/r/ich777/debian-bullseye type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/debian-bullseye/README.md b/charts/stable/debian-bullseye/README.md index a8676f4c72d..4ad33a199ad 100644 --- a/charts/stable/debian-bullseye/README.md +++ b/charts/stable/debian-bullseye/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/debian-bullseye) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/debian-bullseye) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/debian-bullseye + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index 3d9df432d32..282ffee2b29 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -25,7 +25,7 @@ keywords: - home-automation - zigbee - conbee -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/deconz - https://hub.docker.com/r/deconzcommunity/deconz type: application -version: 15.8.7 +version: 15.8.8 diff --git a/charts/stable/deconz/README.md b/charts/stable/deconz/README.md index aec183d30ad..6c7836b3094 100644 --- a/charts/stable/deconz/README.md +++ b/charts/stable/deconz/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/deconz) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/deconz) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/deconz + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/deemix/Chart.yaml b/charts/stable/deemix/Chart.yaml index b11a6585823..3085d404b6e 100644 --- a/charts/stable/deemix/Chart.yaml +++ b/charts/stable/deemix/Chart.yaml @@ -24,7 +24,7 @@ keywords: - music - deemix - deezer -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://gitlab.com/Bockiii/deemix-docker.git - https://github.com/truecharts/charts/tree/master/charts/stable/deemix type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/deemix/README.md b/charts/stable/deemix/README.md index 427100e1b93..7dedb3d71da 100644 --- a/charts/stable/deemix/README.md +++ b/charts/stable/deemix/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/deemix) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/deemix) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/deemix + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/deepstack/Chart.yaml b/charts/stable/deepstack/Chart.yaml index 338937bdc6f..e43bf0401cc 100644 --- a/charts/stable/deepstack/Chart.yaml +++ b/charts/stable/deepstack/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/deepstack icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.webp keywords: - AI -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/deepstack - https://hub.docker.com/r/deepquestai/deepstack type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/deepstack/README.md b/charts/stable/deepstack/README.md index e082087aaf1..83945dbbd8d 100644 --- a/charts/stable/deepstack/README.md +++ b/charts/stable/deepstack/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/deepstack) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/deepstack) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/deepstack + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dell-idrac-fan-controller/Chart.yaml b/charts/stable/dell-idrac-fan-controller/Chart.yaml index 0c24fa3b58f..893bd59b7f2 100644 --- a/charts/stable/dell-idrac-fan-controller/Chart.yaml +++ b/charts/stable/dell-idrac-fan-controller/Chart.yaml @@ -24,7 +24,7 @@ keywords: - iDrac - Dell - fan-controller -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dell-idrac-fan-controller - https://ghcr.io/tigerblue77/dell_idrac_fan_controller type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/dell-idrac-fan-controller/README.md b/charts/stable/dell-idrac-fan-controller/README.md index 5e4dec11221..d7d3d142ab9 100644 --- a/charts/stable/dell-idrac-fan-controller/README.md +++ b/charts/stable/dell-idrac-fan-controller/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dell-idrac-fan-controller) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dell-idrac-fan-controller) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dell-idrac-fan-controller + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index 584970d2524..43efc902fe5 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -24,7 +24,7 @@ keywords: - transmission - torrent - usenet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/deluge - https://ghcr.io/linuxserver/deluge type: application -version: 18.8.7 +version: 18.8.8 diff --git a/charts/stable/deluge/README.md b/charts/stable/deluge/README.md index 1bed165af58..dec06ea4164 100644 --- a/charts/stable/deluge/README.md +++ b/charts/stable/deluge/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/deluge) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/deluge) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/deluge + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/digikam/Chart.yaml b/charts/stable/digikam/Chart.yaml index 3becd36de6b..6b23623c3a8 100644 --- a/charts/stable/digikam/Chart.yaml +++ b/charts/stable/digikam/Chart.yaml @@ -26,7 +26,7 @@ keywords: - management - image - gallery -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/digikam - https://ghcr.io/linuxserver/digikam type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/digikam/README.md b/charts/stable/digikam/README.md index dc9ce6535bb..a9f8c181160 100644 --- a/charts/stable/digikam/README.md +++ b/charts/stable/digikam/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/digikam) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/digikam) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/digikam + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dillinger/Chart.yaml b/charts/stable/dillinger/Chart.yaml index 0c1dafe565e..996e060e74a 100644 --- a/charts/stable/dillinger/Chart.yaml +++ b/charts/stable/dillinger/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/dillinger icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.webp keywords: - dillinger -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dillinger - https://ghcr.io/linuxserver/dillinger type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/dillinger/README.md b/charts/stable/dillinger/README.md index 4a1a94b0ae7..daf53b4aaa6 100644 --- a/charts/stable/dillinger/README.md +++ b/charts/stable/dillinger/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dillinger) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dillinger) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dillinger + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/discordgsm/Chart.yaml b/charts/stable/discordgsm/Chart.yaml index a087c26ca66..82e0e4b49e3 100644 --- a/charts/stable/discordgsm/Chart.yaml +++ b/charts/stable/discordgsm/Chart.yaml @@ -24,7 +24,7 @@ keywords: - discordgsm - game-server - monitor -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm - https://hub.docker.com/r/discordgsm/discord-game-server-monitor type: application -version: 7.9.7 +version: 7.9.8 diff --git a/charts/stable/discordgsm/README.md b/charts/stable/discordgsm/README.md index 03ac01c61ac..738a5f37039 100644 --- a/charts/stable/discordgsm/README.md +++ b/charts/stable/discordgsm/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/discordgsm) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/discordgsm) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/discordgsm + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dispatch/Chart.yaml b/charts/stable/dispatch/Chart.yaml index 32ed07844e4..075baddbbcb 100644 --- a/charts/stable/dispatch/Chart.yaml +++ b/charts/stable/dispatch/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatch.webp keywords: - dispatch - Network-Messenger -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dispatch - https://hub.docker.com/r/khlieng/dispatch type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/dispatch/README.md b/charts/stable/dispatch/README.md index a49f3ae208d..9e4d80a9b7e 100644 --- a/charts/stable/dispatch/README.md +++ b/charts/stable/dispatch/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dispatch) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dispatch) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dispatch + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index 4dbc8a7cd88..bc7da2ac98b 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.webp keywords: - dizqueTV - dizquetv -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv - https://hub.docker.com/r/vexorian/dizquetv type: application -version: 14.8.7 +version: 14.8.8 diff --git a/charts/stable/dizquetv/README.md b/charts/stable/dizquetv/README.md index 14568bd1be6..b8720c12c56 100644 --- a/charts/stable/dizquetv/README.md +++ b/charts/stable/dizquetv/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dizquetv) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dizquetv) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dizquetv + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dns-doh-companion/Chart.yaml b/charts/stable/dns-doh-companion/Chart.yaml index 1652b91bd97..539f9b81ad0 100644 --- a/charts/stable/dns-doh-companion/Chart.yaml +++ b/charts/stable/dns-doh-companion/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.webp keywords: - dns-doh-companion - Network-DNS -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dns-doh-companion - https://hub.docker.com/r/testdasi/simple-dns-doh type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/dns-doh-companion/README.md b/charts/stable/dns-doh-companion/README.md index c75fa0b3c0b..685a7715abc 100644 --- a/charts/stable/dns-doh-companion/README.md +++ b/charts/stable/dns-doh-companion/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dns-doh-companion) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dns-doh-companion) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dns-doh-companion + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/docker-hub-rss/Chart.yaml b/charts/stable/docker-hub-rss/Chart.yaml index 35662c6e359..1d54dbaba73 100644 --- a/charts/stable/docker-hub-rss/Chart.yaml +++ b/charts/stable/docker-hub-rss/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Cloud - Tools-Utilities - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/docker-hub-rss - https://hub.docker.com/r/theconnman/docker-hub-rss type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/docker-hub-rss/README.md b/charts/stable/docker-hub-rss/README.md index 7d2947e48d9..48f03d72d84 100644 --- a/charts/stable/docker-hub-rss/README.md +++ b/charts/stable/docker-hub-rss/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/docker-hub-rss) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/docker-hub-rss) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/docker-hub-rss + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/docker/Chart.yaml b/charts/stable/docker/Chart.yaml index 90bbe73c84e..1c36e4533a4 100644 --- a/charts/stable/docker/Chart.yaml +++ b/charts/stable/docker/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/docker icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.webp keywords: - docker -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/docker - https://hub.docker.com/_/docker type: application -version: 6.1.12 +version: 6.1.13 diff --git a/charts/stable/docker/README.md b/charts/stable/docker/README.md index edeabfb2ac2..e84127a1f4b 100644 --- a/charts/stable/docker/README.md +++ b/charts/stable/docker/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/docker) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/docker) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/docker + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dockerregistry/Chart.yaml b/charts/stable/dockerregistry/Chart.yaml index b38c08cd02e..1547fe5728a 100644 --- a/charts/stable/dockerregistry/Chart.yaml +++ b/charts/stable/dockerregistry/Chart.yaml @@ -27,7 +27,7 @@ keywords: - Network-Management - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -39,4 +39,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dockerregistry - https://hub.docker.com/_/registry type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/dockerregistry/README.md b/charts/stable/dockerregistry/README.md index fd98d6940e6..fe39282b62a 100644 --- a/charts/stable/dockerregistry/README.md +++ b/charts/stable/dockerregistry/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dockerregistry) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dockerregistry) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dockerregistry + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/docusaurus/Chart.yaml b/charts/stable/docusaurus/Chart.yaml index 4c5eb22ffa3..76783af6cfd 100644 --- a/charts/stable/docusaurus/Chart.yaml +++ b/charts/stable/docusaurus/Chart.yaml @@ -24,7 +24,7 @@ keywords: - documentation - website - Docusaurus -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/docusaurus - https://hub.docker.com/r/awesometic/docusaurus type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/docusaurus/README.md b/charts/stable/docusaurus/README.md index 7c070a641fe..9a60819df68 100644 --- a/charts/stable/docusaurus/README.md +++ b/charts/stable/docusaurus/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/docusaurus) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/docusaurus) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/docusaurus + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dokuwiki/Chart.yaml b/charts/stable/dokuwiki/Chart.yaml index 4a61ed49339..2088b8b0b59 100644 --- a/charts/stable/dokuwiki/Chart.yaml +++ b/charts/stable/dokuwiki/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/dokuwiki icon: https://truecharts.org/img/hotlink-ok/chart-icons/dokuwiki.webp keywords: - dokuwiki -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dokuwiki - https://hub.docker.com/r/bitnami/dokuwiki type: application -version: 11.4.8 +version: 11.4.9 diff --git a/charts/stable/dokuwiki/README.md b/charts/stable/dokuwiki/README.md index 85fac23b5b8..12263aaac26 100644 --- a/charts/stable/dokuwiki/README.md +++ b/charts/stable/dokuwiki/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dokuwiki) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dokuwiki) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dokuwiki + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/domoticz/Chart.yaml b/charts/stable/domoticz/Chart.yaml index a7eb7ed2c23..5ba6b43a5e2 100644 --- a/charts/stable/domoticz/Chart.yaml +++ b/charts/stable/domoticz/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/domoticz icon: https://truecharts.org/img/hotlink-ok/chart-icons/domoticz.webp keywords: - domoticz -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/domoticz - https://hub.docker.com/r/domoticz/domoticz type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/domoticz/README.md b/charts/stable/domoticz/README.md index f94520618c7..29b06287dcf 100644 --- a/charts/stable/domoticz/README.md +++ b/charts/stable/domoticz/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/domoticz) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/domoticz) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/domoticz + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dontstarvetogether/Chart.yaml b/charts/stable/dontstarvetogether/Chart.yaml index d6b953b6ff6..cff901bacff 100644 --- a/charts/stable/dontstarvetogether/Chart.yaml +++ b/charts/stable/dontstarvetogether/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/dontstarvetogether.webp keywords: - dontstarvetogether - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dontstarvetogether - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/dontstarvetogether/README.md b/charts/stable/dontstarvetogether/README.md index 5676fa5e040..7117f45b47d 100644 --- a/charts/stable/dontstarvetogether/README.md +++ b/charts/stable/dontstarvetogether/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dontstarvetogether) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dontstarvetogether) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dontstarvetogether + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/doplarr/Chart.yaml b/charts/stable/doplarr/Chart.yaml index 6a4265435b1..049b63b2fc4 100644 --- a/charts/stable/doplarr/Chart.yaml +++ b/charts/stable/doplarr/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/doplarr icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.webp keywords: - doplarr -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/doplarr - https://ghcr.io/kiranshila/doplarr type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/doplarr/README.md b/charts/stable/doplarr/README.md index f205b3feaf5..8387a044942 100644 --- a/charts/stable/doplarr/README.md +++ b/charts/stable/doplarr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/doplarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/doplarr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/doplarr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/double-take/Chart.yaml b/charts/stable/double-take/Chart.yaml index a3ed1b670a4..2a1e3e82f84 100644 --- a/charts/stable/double-take/Chart.yaml +++ b/charts/stable/double-take/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.webp keywords: - ai - double-take -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/double-take - https://hub.docker.com/r/skrashevich/double-take type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/double-take/README.md b/charts/stable/double-take/README.md index 599137f3b3e..a03f67553ca 100644 --- a/charts/stable/double-take/README.md +++ b/charts/stable/double-take/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/double-take) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/double-take) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/double-take + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/doublecommander/Chart.yaml b/charts/stable/doublecommander/Chart.yaml index 4e476e176e3..a9e8855180d 100644 --- a/charts/stable/doublecommander/Chart.yaml +++ b/charts/stable/doublecommander/Chart.yaml @@ -24,7 +24,7 @@ keywords: - doublecommander - file - manager -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander - https://ghcr.io/linuxserver/doublecommander type: application -version: 12.8.9 +version: 12.8.10 diff --git a/charts/stable/doublecommander/README.md b/charts/stable/doublecommander/README.md index 7bc56aac401..ea483c2c335 100644 --- a/charts/stable/doublecommander/README.md +++ b/charts/stable/doublecommander/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/doublecommander) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/doublecommander) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/doublecommander + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/drawio/Chart.yaml b/charts/stable/drawio/Chart.yaml index f4a99c6eb3c..a2e7a3fc4f6 100644 --- a/charts/stable/drawio/Chart.yaml +++ b/charts/stable/drawio/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/drawio icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.webp keywords: - drawio -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/drawio - https://hub.docker.com/r/jgraph/drawio type: application -version: 11.8.10 +version: 11.8.11 diff --git a/charts/stable/drawio/README.md b/charts/stable/drawio/README.md index f7f9e7592a7..10d38ab0400 100644 --- a/charts/stable/drawio/README.md +++ b/charts/stable/drawio/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/drawio) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/drawio) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/drawio + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dropbox-by-otherguy/Chart.yaml b/charts/stable/dropbox-by-otherguy/Chart.yaml index 57e1d1d0baf..9b0a623967e 100644 --- a/charts/stable/dropbox-by-otherguy/Chart.yaml +++ b/charts/stable/dropbox-by-otherguy/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.webp keywords: - dropbox-by-otherguy - Cloud -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dropbox-by-otherguy - https://hub.docker.com/r/otherguy/dropbox type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/dropbox-by-otherguy/README.md b/charts/stable/dropbox-by-otherguy/README.md index 59f0e33b42d..9b7350fedec 100644 --- a/charts/stable/dropbox-by-otherguy/README.md +++ b/charts/stable/dropbox-by-otherguy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dropbox-by-otherguy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dropbox-by-otherguy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/dropbox-by-otherguy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/duckdns/Chart.yaml b/charts/stable/duckdns/Chart.yaml index 39e28a21aab..60c2cc18264 100644 --- a/charts/stable/duckdns/Chart.yaml +++ b/charts/stable/duckdns/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/duckdns icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.webp keywords: - duckdns -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/duckdns - https://ghcr.io/linuxserver/duckdns type: application -version: 9.8.8 +version: 9.8.9 diff --git a/charts/stable/duckdns/README.md b/charts/stable/duckdns/README.md index d8aa2c15848..4f5ffd7f8a5 100644 --- a/charts/stable/duckdns/README.md +++ b/charts/stable/duckdns/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/duckdns) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/duckdns) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/duckdns + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/duplicacy/Chart.yaml b/charts/stable/duplicacy/Chart.yaml index 8d7a387a5e2..bc376e4cf77 100644 --- a/charts/stable/duplicacy/Chart.yaml +++ b/charts/stable/duplicacy/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/duplicacy - https://ghcr.io/hotio/duplicacy type: application -version: 6.8.10 +version: 6.8.11 diff --git a/charts/stable/duplicacy/README.md b/charts/stable/duplicacy/README.md index 4143ba7df6c..72298d3b303 100644 --- a/charts/stable/duplicacy/README.md +++ b/charts/stable/duplicacy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/duplicacy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/duplicacy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/duplicacy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml index ee4d234ce37..ec118e3db1d 100644 --- a/charts/stable/duplicati/Chart.yaml +++ b/charts/stable/duplicati/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/duplicati icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.webp keywords: - duplicati -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/duplicati - https://hub.docker.com/r/duplicati/duplicati type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/duplicati/README.md b/charts/stable/duplicati/README.md index 892a5d4b7f2..b843f7a8caf 100644 --- a/charts/stable/duplicati/README.md +++ b/charts/stable/duplicati/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/duplicati) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/duplicati) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/duplicati + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ecodms/Chart.yaml b/charts/stable/ecodms/Chart.yaml index cf0bd9bb9ee..97ae0d36201 100644 --- a/charts/stable/ecodms/Chart.yaml +++ b/charts/stable/ecodms/Chart.yaml @@ -24,7 +24,7 @@ keywords: - ecodms - Cloud - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ecodms - https://hub.docker.com/r/ecodms/allinone-18.09 type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/ecodms/README.md b/charts/stable/ecodms/README.md index e753f7e7cd5..c4dfdbb3ea7 100644 --- a/charts/stable/ecodms/README.md +++ b/charts/stable/ecodms/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ecodms) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ecodms) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ecodms + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/electrum/Chart.yaml b/charts/stable/electrum/Chart.yaml index d5c4951190a..71a13a091f4 100644 --- a/charts/stable/electrum/Chart.yaml +++ b/charts/stable/electrum/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Network-Other - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/electrum - https://hub.docker.com/r/ich777/electrum type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/electrum/README.md b/charts/stable/electrum/README.md index 63cbd82f2ad..0414e1c1326 100644 --- a/charts/stable/electrum/README.md +++ b/charts/stable/electrum/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/electrum) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/electrum) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/electrum + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/emby-sync/Chart.yaml b/charts/stable/emby-sync/Chart.yaml index f37374c6789..248224e3af1 100644 --- a/charts/stable/emby-sync/Chart.yaml +++ b/charts/stable/emby-sync/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby-sync.webp keywords: - emby-sync - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/emby-sync - https://hub.docker.com/r/lastelement21/emby-sync type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/emby-sync/README.md b/charts/stable/emby-sync/README.md index 16bf6b6f721..84de58f4bd6 100644 --- a/charts/stable/emby-sync/README.md +++ b/charts/stable/emby-sync/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/emby-sync) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/emby-sync) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/emby-sync + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index 27d32a2af5d..43fea86a212 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -24,7 +24,7 @@ keywords: - jellyfin - plex - emby -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/emby - https://ghcr.io/geek-cookbook/emby type: application -version: 18.8.9 +version: 18.8.10 diff --git a/charts/stable/emby/README.md b/charts/stable/emby/README.md index e43ba6f393e..ce4446fd57b 100644 --- a/charts/stable/emby/README.md +++ b/charts/stable/emby/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/emby) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/emby) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/emby + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/embystat/Chart.yaml b/charts/stable/embystat/Chart.yaml index 5e1c8b3df30..713042e3c7c 100644 --- a/charts/stable/embystat/Chart.yaml +++ b/charts/stable/embystat/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/embystat icon: https://truecharts.org/img/hotlink-ok/chart-icons/embystat.webp keywords: - embystat -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/embystat - https://ghcr.io/linuxserver/embystat type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/embystat/README.md b/charts/stable/embystat/README.md index 6c1a61a07a6..b4d18bf65a8 100644 --- a/charts/stable/embystat/README.md +++ b/charts/stable/embystat/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/embystat) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/embystat) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/embystat + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/emulatorjs/Chart.yaml b/charts/stable/emulatorjs/Chart.yaml index 12e2fbd9948..697060213d9 100644 --- a/charts/stable/emulatorjs/Chart.yaml +++ b/charts/stable/emulatorjs/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/emulatorjs icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.webp keywords: - emulatorjs -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs - https://ghcr.io/linuxserver/emulatorjs type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/emulatorjs/README.md b/charts/stable/emulatorjs/README.md index dd0114a7629..5b6a3a1f729 100644 --- a/charts/stable/emulatorjs/README.md +++ b/charts/stable/emulatorjs/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/emulatorjs) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/emulatorjs) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/emulatorjs + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/endlessh/Chart.yaml b/charts/stable/endlessh/Chart.yaml index 3c86a2040fa..f3f97a095a5 100644 --- a/charts/stable/endlessh/Chart.yaml +++ b/charts/stable/endlessh/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/endlessh icon: https://truecharts.org/img/hotlink-ok/chart-icons/endlessh.webp keywords: - endlessh -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/endlessh - https://ghcr.io/linuxserver/endlessh type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/endlessh/README.md b/charts/stable/endlessh/README.md index 707f7712791..c56a2e89b51 100644 --- a/charts/stable/endlessh/README.md +++ b/charts/stable/endlessh/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/endlessh) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/endlessh) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/endlessh + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ersatztv/Chart.yaml b/charts/stable/ersatztv/Chart.yaml index e4f16c1dbda..308c6d291b7 100644 --- a/charts/stable/ersatztv/Chart.yaml +++ b/charts/stable/ersatztv/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ersatztv.webp keywords: - ersatztv - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ersatztv - https://hub.docker.com/r/jasongdove/ersatztv type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/ersatztv/README.md b/charts/stable/ersatztv/README.md index 5878c3e012b..def247565fe 100644 --- a/charts/stable/ersatztv/README.md +++ b/charts/stable/ersatztv/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ersatztv) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ersatztv) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ersatztv + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ersatztv/questions.yaml b/charts/stable/ersatztv/questions.yaml index 4041ebc131f..242fca956f8 100644 --- a/charts/stable/ersatztv/questions.yaml +++ b/charts/stable/ersatztv/questions.yaml @@ -5,24 +5,23 @@ portals: # Include{portalLink} questions: # Include{global} - - variable: imageSelector - group: Container Image - label: Select Image - schema: - type: string - default: image - enum: - - value: image - description: Default - - value: nvidiaImage - description: Nvidia - - value: vaapiImage - description: Vaapi # Include{workload} # Include{workloadDeployment} # Include{replicas1} # Include{podSpec} # Include{containerMain} + - variable: imageSelector + label: Select Image + schema: + type: string + default: image + enum: + - value: image + description: Default + - value: nvidiaImage + description: Nvidia + - value: vaapiImage + description: Vaapi # Include{containerBasic} # Include{containerAdvanced} # Include{containerConfig} diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index b93998080d1..55d90e98f5a 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/esphome icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.webp keywords: - esphome -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/esphome - https://hub.docker.com/r/esphome/esphome type: application -version: 19.10.1 +version: 19.10.2 diff --git a/charts/stable/esphome/README.md b/charts/stable/esphome/README.md index 0cae2357c3b..0dbb04ea751 100644 --- a/charts/stable/esphome/README.md +++ b/charts/stable/esphome/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/esphome) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/esphome) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/esphome + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/etesync/Chart.yaml b/charts/stable/etesync/Chart.yaml index c32065cc296..e4b5dfbe3ca 100644 --- a/charts/stable/etesync/Chart.yaml +++ b/charts/stable/etesync/Chart.yaml @@ -34,7 +34,7 @@ keywords: - calendars - tasks - notes -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -47,4 +47,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/etesync - https://hub.docker.com/r/victorrds/etesync type: application -version: 9.10.13 +version: 9.10.14 diff --git a/charts/stable/etesync/README.md b/charts/stable/etesync/README.md index 80766f7dfb0..330fcfd5d83 100644 --- a/charts/stable/etesync/README.md +++ b/charts/stable/etesync/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/etesync) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/etesync) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/etesync + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ethercalc/Chart.yaml b/charts/stable/ethercalc/Chart.yaml index db15019be4b..5a8812f22b0 100644 --- a/charts/stable/ethercalc/Chart.yaml +++ b/charts/stable/ethercalc/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Cloud - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ethercalc - https://hub.docker.com/r/audreyt/ethercalc type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/ethercalc/README.md b/charts/stable/ethercalc/README.md index 1a2161d6e96..0a3a193e0d2 100644 --- a/charts/stable/ethercalc/README.md +++ b/charts/stable/ethercalc/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ethercalc) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ethercalc) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ethercalc + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/etherpad/Chart.yaml b/charts/stable/etherpad/Chart.yaml index 24c437f0a87..26975cdff20 100644 --- a/charts/stable/etherpad/Chart.yaml +++ b/charts/stable/etherpad/Chart.yaml @@ -25,7 +25,7 @@ keywords: - editor - notepad - pad -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/etherpad - https://ghcr.io/nicholaswilde/etherpad type: application -version: 16.8.7 +version: 16.8.8 diff --git a/charts/stable/etherpad/README.md b/charts/stable/etherpad/README.md index cc73559b187..aa2f8f097a9 100644 --- a/charts/stable/etherpad/README.md +++ b/charts/stable/etherpad/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/etherpad) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/etherpad) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/etherpad + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/explainshell/Chart.yaml b/charts/stable/explainshell/Chart.yaml index aeb283f83ca..5bb6cd3b316 100644 --- a/charts/stable/explainshell/Chart.yaml +++ b/charts/stable/explainshell/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/explainshell.webp keywords: - explainshell - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/explainshell - https://hub.docker.com/r/spaceinvaderone/explainshell type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/explainshell/README.md b/charts/stable/explainshell/README.md index 17e48549801..a44f38d1515 100644 --- a/charts/stable/explainshell/README.md +++ b/charts/stable/explainshell/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/explainshell) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/explainshell) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/explainshell + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/external-dns/Chart.yaml b/charts/stable/external-dns/Chart.yaml index 7634a7b3c32..fa74e1fc59d 100644 --- a/charts/stable/external-dns/Chart.yaml +++ b/charts/stable/external-dns/Chart.yaml @@ -24,7 +24,7 @@ keywords: - external-dns - k8s - kubernetes -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/kubernetes-sigs/external-dns - https://github.com/truecharts/charts/tree/master/charts/stable/external-dns type: application -version: 4.8.7 +version: 4.8.8 diff --git a/charts/stable/external-dns/README.md b/charts/stable/external-dns/README.md index 0044a3ded57..0fdbccc9b2e 100644 --- a/charts/stable/external-dns/README.md +++ b/charts/stable/external-dns/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/external-dns) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/external-dns) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/external-dns + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/external-ip/Chart.yaml b/charts/stable/external-ip/Chart.yaml index a0d264ae72c..e250b15b10e 100644 --- a/charts/stable/external-ip/Chart.yaml +++ b/charts/stable/external-ip/Chart.yaml @@ -24,7 +24,7 @@ keywords: - external-ip - Network-Management - Network-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/external-ip - https://hub.docker.com/r/xavierh/external-ip type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/external-ip/README.md b/charts/stable/external-ip/README.md index 8242f426171..bb98b5dcc71 100644 --- a/charts/stable/external-ip/README.md +++ b/charts/stable/external-ip/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/external-ip) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/external-ip) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/external-ip + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/external-service/Chart.yaml b/charts/stable/external-service/Chart.yaml index 1d0bc888fd9..ba1dbd6c1a0 100644 --- a/charts/stable/external-service/Chart.yaml +++ b/charts/stable/external-service/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.webp keywords: - external-service - reverse-proxy -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/external-service - https://hub.docker.com/_/alpine type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/external-service/README.md b/charts/stable/external-service/README.md index 2c7a19ee5db..f6b14f37a80 100644 --- a/charts/stable/external-service/README.md +++ b/charts/stable/external-service/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/external-service) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/external-service) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/external-service + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fabulinus/Chart.yaml b/charts/stable/fabulinus/Chart.yaml index e409483e114..77e922edc16 100644 --- a/charts/stable/fabulinus/Chart.yaml +++ b/charts/stable/fabulinus/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.webp keywords: - fabulinus - machine-learning -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fabulinus - https://hub.docker.com/r/tytn/fabulinus type: application -version: 2.8.7 +version: 2.8.8 diff --git a/charts/stable/fabulinus/README.md b/charts/stable/fabulinus/README.md index 58d33a0968f..36d08631d97 100644 --- a/charts/stable/fabulinus/README.md +++ b/charts/stable/fabulinus/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fabulinus) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fabulinus) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fabulinus + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/factorio/Chart.yaml b/charts/stable/factorio/Chart.yaml index a541f21b78b..ea4b6100588 100644 --- a/charts/stable/factorio/Chart.yaml +++ b/charts/stable/factorio/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.webp keywords: - factorio - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/factorio - https://hub.docker.com/r/factoriotools/factorio type: application -version: 7.8.9 +version: 7.8.10 diff --git a/charts/stable/factorio/README.md b/charts/stable/factorio/README.md index 54b280fd18f..5dea06aba9f 100644 --- a/charts/stable/factorio/README.md +++ b/charts/stable/factorio/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/factorio) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/factorio) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/factorio + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/factorioservermanager/Chart.yaml b/charts/stable/factorioservermanager/Chart.yaml index d78489b8963..4f2e8900473 100644 --- a/charts/stable/factorioservermanager/Chart.yaml +++ b/charts/stable/factorioservermanager/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "A tool for managing Factorio servers " +description: 'A tool for managing Factorio servers ' home: https://truecharts.org/charts/stable/factorioservermanager icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorioservermanager.webp keywords: - factorioservermanager - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/factorioservermanager - https://hub.docker.com/r/ofsm/ofsm type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/factorioservermanager/README.md b/charts/stable/factorioservermanager/README.md index 9b7f485594f..47030e3148c 100644 --- a/charts/stable/factorioservermanager/README.md +++ b/charts/stable/factorioservermanager/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/factorioservermanager) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/factorioservermanager) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/factorioservermanager + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/farmos/Chart.yaml b/charts/stable/farmos/Chart.yaml index 583ad08ccf8..f97fd22bf82 100644 --- a/charts/stable/farmos/Chart.yaml +++ b/charts/stable/farmos/Chart.yaml @@ -24,7 +24,7 @@ keywords: - farmos - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/farmos - https://hub.docker.com/r/farmos/farmos type: application -version: 5.8.9 +version: 5.8.10 diff --git a/charts/stable/farmos/README.md b/charts/stable/farmos/README.md index 4dfeeb54a1a..e6fd172274d 100644 --- a/charts/stable/farmos/README.md +++ b/charts/stable/farmos/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/farmos) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/farmos) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/farmos + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fastcom-mqtt/Chart.yaml b/charts/stable/fastcom-mqtt/Chart.yaml index 8be27599cdb..46cb6fcdfd3 100644 --- a/charts/stable/fastcom-mqtt/Chart.yaml +++ b/charts/stable/fastcom-mqtt/Chart.yaml @@ -24,7 +24,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/fastcom-mqtt.webp keywords: - fastcom-mqtt - home-automation -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fastcom-mqtt - https://hub.docker.com/r/simonjenny/fastcom-mqtt type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/fastcom-mqtt/README.md b/charts/stable/fastcom-mqtt/README.md index c14483a2f92..97b32f9e4ca 100644 --- a/charts/stable/fastcom-mqtt/README.md +++ b/charts/stable/fastcom-mqtt/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fastcom-mqtt) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fastcom-mqtt) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fastcom-mqtt + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fenrus/Chart.yaml b/charts/stable/fenrus/Chart.yaml index 3d307783abc..46a379dc216 100644 --- a/charts/stable/fenrus/Chart.yaml +++ b/charts/stable/fenrus/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/fenrus.webp keywords: - fenrus - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fenrus - https://hub.docker.com/r/revenz/fenrus type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/fenrus/README.md b/charts/stable/fenrus/README.md index 337f511b9b5..5c9198b3d6c 100644 --- a/charts/stable/fenrus/README.md +++ b/charts/stable/fenrus/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fenrus) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fenrus) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fenrus + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ferdi-server/Chart.yaml b/charts/stable/ferdi-server/Chart.yaml index 72053f14151..e0978cb6d4b 100644 --- a/charts/stable/ferdi-server/Chart.yaml +++ b/charts/stable/ferdi-server/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/ferdi-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.webp keywords: - ferdi -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server - https://hub.docker.com/r/getferdi/ferdi-server type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/ferdi-server/README.md b/charts/stable/ferdi-server/README.md index 358e1f212bf..4352941d3d9 100644 --- a/charts/stable/ferdi-server/README.md +++ b/charts/stable/ferdi-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ferdi-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ferdi-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ferdi-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml b/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml index c5492d50611..077f25547ea 100644 --- a/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml +++ b/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml @@ -24,7 +24,7 @@ keywords: - ffmpeg-mkvdts2ac3 - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ffmpeg-mkvdts2ac3 - https://hub.docker.com/r/snoopy86/ffmpeg type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/ffmpeg-mkvdts2ac3/README.md b/charts/stable/ffmpeg-mkvdts2ac3/README.md index dddb60e229d..586a089b287 100644 --- a/charts/stable/ffmpeg-mkvdts2ac3/README.md +++ b/charts/stable/ffmpeg-mkvdts2ac3/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ffmpeg-mkvdts2ac3) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ffmpeg-mkvdts2ac3) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ffmpeg-mkvdts2ac3 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/filebot/Chart.yaml b/charts/stable/filebot/Chart.yaml index 5a61b66d8ad..923e289621b 100644 --- a/charts/stable/filebot/Chart.yaml +++ b/charts/stable/filebot/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebot.webp keywords: - media - filebot -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/filebot - https://hub.docker.com/r/jlesage/filebot type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/filebot/README.md b/charts/stable/filebot/README.md index 22af878d5bd..b0b7a631098 100644 --- a/charts/stable/filebot/README.md +++ b/charts/stable/filebot/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/filebot) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/filebot) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/filebot + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/filebrowser/Chart.yaml b/charts/stable/filebrowser/Chart.yaml index bf9668ba5a8..d3d2420e016 100644 --- a/charts/stable/filebrowser/Chart.yaml +++ b/charts/stable/filebrowser/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/filebrowser icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.webp keywords: - filebrowser -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser - https://hub.docker.com/r/filebrowser/filebrowser type: application -version: 9.9.7 +version: 9.9.8 diff --git a/charts/stable/filebrowser/README.md b/charts/stable/filebrowser/README.md index b6e840d9968..4d05bc5f015 100644 --- a/charts/stable/filebrowser/README.md +++ b/charts/stable/filebrowser/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/filebrowser) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/filebrowser) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/filebrowser + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fileflows/Chart.yaml b/charts/stable/fileflows/Chart.yaml index 403674ec70c..9f4e5a867ad 100644 --- a/charts/stable/fileflows/Chart.yaml +++ b/charts/stable/fileflows/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/fileflows icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.webp keywords: - fileflows -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fileflows - https://hub.docker.com/r/revenz/fileflows type: application -version: 10.10.1 +version: 10.10.2 diff --git a/charts/stable/fileflows/README.md b/charts/stable/fileflows/README.md index 4ba25fd3f30..13b9cc10e10 100644 --- a/charts/stable/fileflows/README.md +++ b/charts/stable/fileflows/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fileflows) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fileflows) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fileflows + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fileshelter/Chart.yaml b/charts/stable/fileshelter/Chart.yaml index a4e9506e03b..3455410ec57 100644 --- a/charts/stable/fileshelter/Chart.yaml +++ b/charts/stable/fileshelter/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Tools-Utilities - Network-Web - Network-FTP -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fileshelter - https://hub.docker.com/r/epoupon/fileshelter type: application -version: 6.9.7 +version: 6.9.8 diff --git a/charts/stable/fileshelter/README.md b/charts/stable/fileshelter/README.md index a88f7668568..5da7fced396 100644 --- a/charts/stable/fileshelter/README.md +++ b/charts/stable/fileshelter/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fileshelter) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fileshelter) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fileshelter + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/filestash/Chart.yaml b/charts/stable/filestash/Chart.yaml index 33970ad16eb..fc99952dd97 100644 --- a/charts/stable/filestash/Chart.yaml +++ b/charts/stable/filestash/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Cloud - Productivity - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/filestash - https://hub.docker.com/r/machines/filestash type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/filestash/README.md b/charts/stable/filestash/README.md index f7eb469d146..7c57e095ee2 100644 --- a/charts/stable/filestash/README.md +++ b/charts/stable/filestash/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/filestash) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/filestash) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/filestash + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/filezilla/Chart.yaml b/charts/stable/filezilla/Chart.yaml index 3cecd54b4cf..2d3b5f942fa 100644 --- a/charts/stable/filezilla/Chart.yaml +++ b/charts/stable/filezilla/Chart.yaml @@ -26,7 +26,7 @@ keywords: - sftp - ftps - client -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/filezilla - https://ghcr.io/linuxserver/filezilla type: application -version: 11.8.9 +version: 11.8.10 diff --git a/charts/stable/filezilla/README.md b/charts/stable/filezilla/README.md index eccb9c38cfc..8088702a3d6 100644 --- a/charts/stable/filezilla/README.md +++ b/charts/stable/filezilla/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/filezilla) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/filezilla) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/filezilla + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index 0b7a70c4a79..8e8492e2a10 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.webp keywords: - fireflyiii - finacial -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii - https://hub.docker.com/r/fireflyiii/core type: application -version: 25.10.13 +version: 25.10.14 diff --git a/charts/stable/fireflyiii/README.md b/charts/stable/fireflyiii/README.md index 8ae3f2a08de..62a90c41c79 100644 --- a/charts/stable/fireflyiii/README.md +++ b/charts/stable/fireflyiii/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fireflyiii) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fireflyiii) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fireflyiii + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/firefox-desktop-g3/Chart.yaml b/charts/stable/firefox-desktop-g3/Chart.yaml index f6d4c856082..d3fde8b19b5 100644 --- a/charts/stable/firefox-desktop-g3/Chart.yaml +++ b/charts/stable/firefox-desktop-g3/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Productivity - Tools-Utilities - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-desktop-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3 type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/firefox-desktop-g3/README.md b/charts/stable/firefox-desktop-g3/README.md index 771ae168b0e..be93cd6d4c8 100644 --- a/charts/stable/firefox-desktop-g3/README.md +++ b/charts/stable/firefox-desktop-g3/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/firefox-desktop-g3) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/firefox-desktop-g3) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/firefox-desktop-g3 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/firefox-syncserver/Chart.yaml b/charts/stable/firefox-syncserver/Chart.yaml index 6270c05a3f3..5d3f247fcf3 100644 --- a/charts/stable/firefox-syncserver/Chart.yaml +++ b/charts/stable/firefox-syncserver/Chart.yaml @@ -25,7 +25,7 @@ keywords: - sync - syncserver - firefox -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-syncserver - https://ghcr.io/crazy-max/firefox-syncserver type: application -version: 17.8.7 +version: 17.8.8 diff --git a/charts/stable/firefox-syncserver/README.md b/charts/stable/firefox-syncserver/README.md index 2f126551af4..afb2b27fc0f 100644 --- a/charts/stable/firefox-syncserver/README.md +++ b/charts/stable/firefox-syncserver/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/firefox-syncserver) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/firefox-syncserver) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/firefox-syncserver + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/firefox/Chart.yaml b/charts/stable/firefox/Chart.yaml index e4fa7113a0b..592d9063f9d 100644 --- a/charts/stable/firefox/Chart.yaml +++ b/charts/stable/firefox/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox.webp keywords: - firefox - browser -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/firefox - https://ghcr.io/linuxserver/firefox type: application -version: 13.1.8 +version: 13.1.9 diff --git a/charts/stable/firefox/README.md b/charts/stable/firefox/README.md index af8822b1081..721cefcfba2 100644 --- a/charts/stable/firefox/README.md +++ b/charts/stable/firefox/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/firefox) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/firefox) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/firefox + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fireshare/Chart.yaml b/charts/stable/fireshare/Chart.yaml index a683b09f534..b1291952f74 100644 --- a/charts/stable/fireshare/Chart.yaml +++ b/charts/stable/fireshare/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/fireshare icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.webp keywords: - fireshare -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fireshare - https://hub.docker.com/r/shaneisrael/fireshare type: application -version: 6.9.7 +version: 6.9.8 diff --git a/charts/stable/fireshare/README.md b/charts/stable/fireshare/README.md index 583288c5986..490bc5733fc 100644 --- a/charts/stable/fireshare/README.md +++ b/charts/stable/fireshare/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fireshare) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fireshare) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fireshare + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/firezone/Chart.yaml b/charts/stable/firezone/Chart.yaml index 7d9a69fac40..d452ced8b89 100644 --- a/charts/stable/firezone/Chart.yaml +++ b/charts/stable/firezone/Chart.yaml @@ -24,7 +24,7 @@ keywords: - firezone - wireguard - vpn -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/firezone - https://hub.docker.com/r/firezone/firezone type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/firezone/README.md b/charts/stable/firezone/README.md index 2eec688b8df..8b808b00fb0 100644 --- a/charts/stable/firezone/README.md +++ b/charts/stable/firezone/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/firezone) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/firezone) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/firezone + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fistfuloffrags/Chart.yaml b/charts/stable/fistfuloffrags/Chart.yaml index c9b15f3887c..f0b03617bcf 100644 --- a/charts/stable/fistfuloffrags/Chart.yaml +++ b/charts/stable/fistfuloffrags/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/fistfuloffrags.webp keywords: - fistfuloffrags - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fistfuloffrags - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/fistfuloffrags/README.md b/charts/stable/fistfuloffrags/README.md index 94475561939..f223fa2c958 100644 --- a/charts/stable/fistfuloffrags/README.md +++ b/charts/stable/fistfuloffrags/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fistfuloffrags) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fistfuloffrags) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fistfuloffrags + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fivem/Chart.yaml b/charts/stable/fivem/Chart.yaml index 65f9ab7b92a..309e6333713 100644 --- a/charts/stable/fivem/Chart.yaml +++ b/charts/stable/fivem/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the 'Show more settings' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name." +description: 'With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the ''Show more settings'' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name.' home: https://truecharts.org/charts/stable/fivem icon: https://truecharts.org/img/hotlink-ok/chart-icons/fivem.webp keywords: - fivem - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fivem - https://hub.docker.com/r/ich777/fivemserver type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/fivem/README.md b/charts/stable/fivem/README.md index a60074b5a49..8cb548b36ca 100644 --- a/charts/stable/fivem/README.md +++ b/charts/stable/fivem/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fivem) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fivem) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fivem + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/flame/Chart.yaml b/charts/stable/flame/Chart.yaml index 9b907fabd0c..a7068624108 100644 --- a/charts/stable/flame/Chart.yaml +++ b/charts/stable/flame/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flame.webp keywords: - flame - dashboard -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flame - https://hub.docker.com/r/pawelmalak/flame type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/flame/README.md b/charts/stable/flame/README.md index 9b4712f98a7..69ec481ff75 100644 --- a/charts/stable/flame/README.md +++ b/charts/stable/flame/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flame) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flame) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/flame + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml index 38cb0727ab7..576d14a22e3 100644 --- a/charts/stable/flaresolverr/Chart.yaml +++ b/charts/stable/flaresolverr/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.webp keywords: - flaresolverr - proxy -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr - https://ghcr.io/flaresolverr/flaresolverr type: application -version: 13.8.8 +version: 13.8.9 diff --git a/charts/stable/flaresolverr/README.md b/charts/stable/flaresolverr/README.md index 6404c6cc6d7..e4cab9efe11 100644 --- a/charts/stable/flaresolverr/README.md +++ b/charts/stable/flaresolverr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flaresolverr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flaresolverr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/flaresolverr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml index dd48ce9c98c..448eb40054c 100644 --- a/charts/stable/fleet/Chart.yaml +++ b/charts/stable/fleet/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/fleet icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.webp keywords: - fleet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -39,4 +39,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fleet - https://ghcr.io/linuxserver/fleet type: application -version: 12.15.15 +version: 12.15.16 diff --git a/charts/stable/fleet/README.md b/charts/stable/fleet/README.md index 596c5e79d4d..37b00dd3c13 100644 --- a/charts/stable/fleet/README.md +++ b/charts/stable/fleet/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fleet) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fleet) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fleet + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/flexget/Chart.yaml b/charts/stable/flexget/Chart.yaml index 6ff5cc10870..d02e6352c92 100644 --- a/charts/stable/flexget/Chart.yaml +++ b/charts/stable/flexget/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.webp keywords: - flexget - automation -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flexget - https://hub.docker.com/r/wiserain/flexget type: application -version: 9.8.9 +version: 9.8.10 diff --git a/charts/stable/flexget/README.md b/charts/stable/flexget/README.md index 194184849f8..9f6b01bfe1b 100644 --- a/charts/stable/flexget/README.md +++ b/charts/stable/flexget/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flexget) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flexget) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/flexget + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/flextv/Chart.yaml b/charts/stable/flextv/Chart.yaml index 9c5fdb4410e..044c086f305 100644 --- a/charts/stable/flextv/Chart.yaml +++ b/charts/stable/flextv/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.webp keywords: - flextv - MediaApp -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flextv - https://hub.docker.com/r/jcreynolds/flextv type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/flextv/README.md b/charts/stable/flextv/README.md index d6f84c17dcd..766af603dbf 100644 --- a/charts/stable/flextv/README.md +++ b/charts/stable/flextv/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flextv) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flextv) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/flextv + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index b842ea2cbaf..55a9c11cec4 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -25,7 +25,7 @@ keywords: - rtorrent - qbittorrent - transmission -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flood - https://hub.docker.com/r/jesec/flood type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/flood/README.md b/charts/stable/flood/README.md index b84d9603ab8..ea504653311 100644 --- a/charts/stable/flood/README.md +++ b/charts/stable/flood/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flood) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flood) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/flood + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/flowise/Chart.yaml b/charts/stable/flowise/Chart.yaml index b69d1a77410..5a3a09ada73 100644 --- a/charts/stable/flowise/Chart.yaml +++ b/charts/stable/flowise/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.webp keywords: - flowise - ai -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/flowise - https://hub.docker.com/r/flowiseai/flowise type: application -version: 4.9.8 +version: 4.9.9 diff --git a/charts/stable/flowise/README.md b/charts/stable/flowise/README.md index e8d23dfc808..8eda695556b 100644 --- a/charts/stable/flowise/README.md +++ b/charts/stable/flowise/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flowise) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flowise) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/flowise + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fluidd/Chart.yaml b/charts/stable/fluidd/Chart.yaml index c1c7bbb0765..65052d3012e 100644 --- a/charts/stable/fluidd/Chart.yaml +++ b/charts/stable/fluidd/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/fluidd icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.webp keywords: - fluidd -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd - https://ghcr.io/fluidd-core/fluidd type: application -version: 9.9.7 +version: 9.9.8 diff --git a/charts/stable/fluidd/README.md b/charts/stable/fluidd/README.md index de06a5cda74..60332f25810 100644 --- a/charts/stable/fluidd/README.md +++ b/charts/stable/fluidd/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fluidd) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fluidd) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fluidd + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fluttercoin-wallet/Chart.yaml b/charts/stable/fluttercoin-wallet/Chart.yaml index a16b0ca800d..da11a982633 100644 --- a/charts/stable/fluttercoin-wallet/Chart.yaml +++ b/charts/stable/fluttercoin-wallet/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Productivity - Tools-Utilities - Crypto -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fluttercoin-wallet - https://hub.docker.com/r/ich777/fluttercoin type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/fluttercoin-wallet/README.md b/charts/stable/fluttercoin-wallet/README.md index 8d4fcf8ca0e..0727e3a401d 100644 --- a/charts/stable/fluttercoin-wallet/README.md +++ b/charts/stable/fluttercoin-wallet/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fluttercoin-wallet) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fluttercoin-wallet) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fluttercoin-wallet + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fmd2-wine/Chart.yaml b/charts/stable/fmd2-wine/Chart.yaml index d9e47926855..4c7d5cd1718 100644 --- a/charts/stable/fmd2-wine/Chart.yaml +++ b/charts/stable/fmd2-wine/Chart.yaml @@ -17,14 +17,14 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. " +description: '**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. ' home: https://truecharts.org/charts/stable/fmd2-wine icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.webp keywords: - fmd2-wine - Downloaders - MediaApp-Books -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fmd2-wine - https://hub.docker.com/r/banhcanh/docker-fmd2 type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/fmd2-wine/README.md b/charts/stable/fmd2-wine/README.md index 2f80a0a43bd..a2acc4fc209 100644 --- a/charts/stable/fmd2-wine/README.md +++ b/charts/stable/fmd2-wine/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fmd2-wine) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fmd2-wine) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fmd2-wine + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/foldingathome/Chart.yaml b/charts/stable/foldingathome/Chart.yaml index 336f263630b..cb03fc5eb76 100644 --- a/charts/stable/foldingathome/Chart.yaml +++ b/charts/stable/foldingathome/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/foldingathome icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.webp keywords: - foldingathome -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome - https://ghcr.io/linuxserver/foldingathome type: application -version: 9.8.8 +version: 9.8.9 diff --git a/charts/stable/foldingathome/README.md b/charts/stable/foldingathome/README.md index 55328646b02..eee90b46234 100644 --- a/charts/stable/foldingathome/README.md +++ b/charts/stable/foldingathome/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/foldingathome) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/foldingathome) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/foldingathome + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fossil/Chart.yaml b/charts/stable/fossil/Chart.yaml index 9250de1dbca..1c2fd3f2e78 100644 --- a/charts/stable/fossil/Chart.yaml +++ b/charts/stable/fossil/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.webp keywords: - fossil - scm -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fossil - https://ghcr.io/nicholaswilde/fossil type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/fossil/README.md b/charts/stable/fossil/README.md index b03804e5185..d6f5b2cd46f 100644 --- a/charts/stable/fossil/README.md +++ b/charts/stable/fossil/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fossil) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fossil) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fossil + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fotosho/Chart.yaml b/charts/stable/fotosho/Chart.yaml index 730fd4618da..ce7a6dad995 100644 --- a/charts/stable/fotosho/Chart.yaml +++ b/charts/stable/fotosho/Chart.yaml @@ -17,14 +17,14 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos." +description: '*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos.' home: https://truecharts.org/charts/stable/fotosho icon: https://truecharts.org/img/hotlink-ok/chart-icons/fotosho.webp keywords: - fotosho - MediaApp-Photos - MediaServer-Photos -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fotosho - https://hub.docker.com/r/advplyr/fotosho type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/fotosho/README.md b/charts/stable/fotosho/README.md index 11cdfb7dc2f..a7d163eb9bc 100644 --- a/charts/stable/fotosho/README.md +++ b/charts/stable/fotosho/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fotosho) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fotosho) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fotosho + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/freecad-desktop-g3/Chart.yaml b/charts/stable/freecad-desktop-g3/Chart.yaml index fbdd2e735da..19312775549 100644 --- a/charts/stable/freecad-desktop-g3/Chart.yaml +++ b/charts/stable/freecad-desktop-g3/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Productivity - Tools-Utilities - MediaApp-Photos -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/freecad-desktop-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3 type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/freecad-desktop-g3/README.md b/charts/stable/freecad-desktop-g3/README.md index 8606cdec668..681d9152063 100644 --- a/charts/stable/freecad-desktop-g3/README.md +++ b/charts/stable/freecad-desktop-g3/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/freecad-desktop-g3) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/freecad-desktop-g3) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/freecad-desktop-g3 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/freeradius/Chart.yaml b/charts/stable/freeradius/Chart.yaml index ccec8d15e33..895130ddaf8 100644 --- a/charts/stable/freeradius/Chart.yaml +++ b/charts/stable/freeradius/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/freeradius.webp keywords: - radius - auth -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/freeradius - https://github.com/truecharts/containers/tree/master/apps/freeradius type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/freeradius/README.md b/charts/stable/freeradius/README.md index 89ca0a01ede..13e3539c32b 100644 --- a/charts/stable/freeradius/README.md +++ b/charts/stable/freeradius/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/freeradius) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/freeradius) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/freeradius + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml index ee840726746..72ec84a8a79 100644 --- a/charts/stable/freshrss/Chart.yaml +++ b/charts/stable/freshrss/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.webp keywords: - freshrss - rss -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/freshrss - https://ghcr.io/linuxserver/freshrss type: application -version: 18.8.8 +version: 18.8.9 diff --git a/charts/stable/freshrss/README.md b/charts/stable/freshrss/README.md index b335979d7a2..cdb819f556d 100644 --- a/charts/stable/freshrss/README.md +++ b/charts/stable/freshrss/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/freshrss) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/freshrss) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/freshrss + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/friendica/Chart.yaml b/charts/stable/friendica/Chart.yaml index 7a84daeb0dd..1b32d32269d 100644 --- a/charts/stable/friendica/Chart.yaml +++ b/charts/stable/friendica/Chart.yaml @@ -37,7 +37,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.webp keywords: - friend - social -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -48,4 +48,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/friendica - https://hub.docker.com/_/friendica type: application -version: 14.4.16 +version: 14.4.17 diff --git a/charts/stable/friendica/README.md b/charts/stable/friendica/README.md index 2f0c4790cc9..2603fa9b693 100644 --- a/charts/stable/friendica/README.md +++ b/charts/stable/friendica/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/friendica) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/friendica) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/friendica + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/frigate/Chart.yaml b/charts/stable/frigate/Chart.yaml index a5f0cbb02d0..37d6de52dad 100644 --- a/charts/stable/frigate/Chart.yaml +++ b/charts/stable/frigate/Chart.yaml @@ -25,7 +25,7 @@ keywords: - nvr - media - frigate -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/frigate - https://ghcr.io/blakeblackshear/frigate type: application -version: 14.4.7 +version: 14.4.8 diff --git a/charts/stable/frigate/README.md b/charts/stable/frigate/README.md index bb1903d80e7..fba6b62cdac 100644 --- a/charts/stable/frigate/README.md +++ b/charts/stable/frigate/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/frigate) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/frigate) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/frigate + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fsm/Chart.yaml b/charts/stable/fsm/Chart.yaml index 5f123eaa6cf..e417adc8da3 100644 --- a/charts/stable/fsm/Chart.yaml +++ b/charts/stable/fsm/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/fsm.webp keywords: - fsm - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fsm - https://hub.docker.com/r/ofsm/ofsm type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/fsm/README.md b/charts/stable/fsm/README.md index 935fa185d38..6a7dc40ce4d 100644 --- a/charts/stable/fsm/README.md +++ b/charts/stable/fsm/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fsm) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fsm) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/fsm + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/game-server-watcher/Chart.yaml b/charts/stable/game-server-watcher/Chart.yaml index e30fa072d99..d2764ae04c2 100644 --- a/charts/stable/game-server-watcher/Chart.yaml +++ b/charts/stable/game-server-watcher/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/game-server-watcher - https://ghcr.io/a-sync/game-server-watcher type: application -version: 1.5.9 +version: 1.5.10 diff --git a/charts/stable/game-server-watcher/README.md b/charts/stable/game-server-watcher/README.md index 9437d8c6c43..74f19018491 100644 --- a/charts/stable/game-server-watcher/README.md +++ b/charts/stable/game-server-watcher/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/game-server-watcher) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/game-server-watcher) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/game-server-watcher + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gamevault-backend/Chart.yaml b/charts/stable/gamevault-backend/Chart.yaml index 309529ba253..89f17ecd40a 100644 --- a/charts/stable/gamevault-backend/Chart.yaml +++ b/charts/stable/gamevault-backend/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.webp keywords: - gamevault-backend - games -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gamevault-backend - https://hub.docker.com/r/phalcode/gamevault-backend type: application -version: 6.1.8 +version: 6.1.9 diff --git a/charts/stable/gamevault-backend/README.md b/charts/stable/gamevault-backend/README.md index 941c7f5efd9..d836b087972 100644 --- a/charts/stable/gamevault-backend/README.md +++ b/charts/stable/gamevault-backend/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gamevault-backend) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gamevault-backend) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/gamevault-backend + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gaps/Chart.yaml b/charts/stable/gaps/Chart.yaml index 2458271598d..f5071f1e866 100644 --- a/charts/stable/gaps/Chart.yaml +++ b/charts/stable/gaps/Chart.yaml @@ -24,7 +24,7 @@ keywords: - gaps - plex - plex-media-server -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gaps - https://hub.docker.com/r/housewrecker/gaps type: application -version: 18.8.7 +version: 18.8.8 diff --git a/charts/stable/gaps/README.md b/charts/stable/gaps/README.md index 3fd9e30a14e..97f9eb26b89 100644 --- a/charts/stable/gaps/README.md +++ b/charts/stable/gaps/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gaps) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gaps) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/gaps + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/garrysmod/Chart.yaml b/charts/stable/garrysmod/Chart.yaml index 9bbaa8c2ec3..12bbb6e730d 100644 --- a/charts/stable/garrysmod/Chart.yaml +++ b/charts/stable/garrysmod/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/garrysmod.webp keywords: - garrysmod - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/garrysmod - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/garrysmod/README.md b/charts/stable/garrysmod/README.md index cc8adb60bf7..44795bda035 100644 --- a/charts/stable/garrysmod/README.md +++ b/charts/stable/garrysmod/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/garrysmod) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/garrysmod) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/garrysmod + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gaseous-server/Chart.yaml b/charts/stable/gaseous-server/Chart.yaml index b9bacb58978..7b04000cfd4 100644 --- a/charts/stable/gaseous-server/Chart.yaml +++ b/charts/stable/gaseous-server/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaseous-server.webp keywords: - gaseous-server - rom-manager -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gaseous-server - https://hub.docker.com/r/gaseousgames/gaseousserver type: application -version: 1.11.14 +version: 1.11.15 diff --git a/charts/stable/gaseous-server/README.md b/charts/stable/gaseous-server/README.md index a7238765358..b3931e46734 100644 --- a/charts/stable/gaseous-server/README.md +++ b/charts/stable/gaseous-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gaseous-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gaseous-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/gaseous-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/genea/Chart.yaml b/charts/stable/genea/Chart.yaml index 37eacc43010..29c021c662d 100644 --- a/charts/stable/genea/Chart.yaml +++ b/charts/stable/genea/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/genea.webp keywords: - genea - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/genea - https://hub.docker.com/r/biggiesize/genea-app type: application -version: 5.9.7 +version: 5.9.8 diff --git a/charts/stable/genea/README.md b/charts/stable/genea/README.md index 6413f1e19e9..07c3ece277e 100644 --- a/charts/stable/genea/README.md +++ b/charts/stable/genea/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/genea) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/genea) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/genea + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ghostfolio/Chart.yaml b/charts/stable/ghostfolio/Chart.yaml index 868ac3bce85..69985e2c616 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application -version: 4.26.0 +version: 4.26.1 diff --git a/charts/stable/ghostfolio/README.md b/charts/stable/ghostfolio/README.md index 5b38fe9953d..db87f7e2e0e 100644 --- a/charts/stable/ghostfolio/README.md +++ b/charts/stable/ghostfolio/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ghostfolio) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ghostfolio) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ghostfolio + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml index 6b787e12225..fdb28a68900 100644 --- a/charts/stable/gitea/Chart.yaml +++ b/charts/stable/gitea/Chart.yaml @@ -34,7 +34,7 @@ keywords: - wiki - gitea - gogs -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -46,4 +46,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gitea - https://hub.docker.com/r/gitea/gitea type: application -version: 18.16.15 +version: 18.16.16 diff --git a/charts/stable/gitea/README.md b/charts/stable/gitea/README.md index 1d7e1d43f19..c87a8e16ed2 100644 --- a/charts/stable/gitea/README.md +++ b/charts/stable/gitea/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gitea) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gitea) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/gitea + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/github-backup/Chart.yaml b/charts/stable/github-backup/Chart.yaml index 5be94765f38..6fc46acf8c8 100644 --- a/charts/stable/github-backup/Chart.yaml +++ b/charts/stable/github-backup/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/github-backup.webp keywords: - github-backup - Backup -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/github-backup - https://hub.docker.com/r/lnxd/github-backup type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/github-backup/README.md b/charts/stable/github-backup/README.md index 2c40b3560cf..e461e2b0e82 100644 --- a/charts/stable/github-backup/README.md +++ b/charts/stable/github-backup/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/github-backup) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/github-backup) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/github-backup + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/glauth/Chart.yaml b/charts/stable/glauth/Chart.yaml index cbeb88cb1ca..d195a1ea135 100644 --- a/charts/stable/glauth/Chart.yaml +++ b/charts/stable/glauth/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/glauth.webp keywords: - glauth - Security -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/glauth - https://hub.docker.com/r/glauth/glauth type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/glauth/README.md b/charts/stable/glauth/README.md index 7e650ed4ca0..ac06b480c5f 100644 --- a/charts/stable/glauth/README.md +++ b/charts/stable/glauth/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/glauth) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/glauth) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/glauth + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/go-playground/Chart.yaml b/charts/stable/go-playground/Chart.yaml index 2b4d646b6c6..891fa2447e1 100644 --- a/charts/stable/go-playground/Chart.yaml +++ b/charts/stable/go-playground/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-playground.webp keywords: - go-playground - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/go-playground - https://hub.docker.com/r/x1unix/go-playground type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/go-playground/README.md b/charts/stable/go-playground/README.md index eb45292325f..fb6e2f156e2 100644 --- a/charts/stable/go-playground/README.md +++ b/charts/stable/go-playground/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/go-playground) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/go-playground) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/go-playground + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/goaccess-npm-logs/Chart.yaml b/charts/stable/goaccess-npm-logs/Chart.yaml index f9d6de76f37..1ae01ed88ae 100644 --- a/charts/stable/goaccess-npm-logs/Chart.yaml +++ b/charts/stable/goaccess-npm-logs/Chart.yaml @@ -24,7 +24,7 @@ keywords: - goaccess-npm-logs - Tools-Utilities - Network-Proxy -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess-npm-logs - https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/goaccess-npm-logs/README.md b/charts/stable/goaccess-npm-logs/README.md index 450c87b204f..1b4cc210454 100644 --- a/charts/stable/goaccess-npm-logs/README.md +++ b/charts/stable/goaccess-npm-logs/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/goaccess-npm-logs) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/goaccess-npm-logs) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/goaccess-npm-logs + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/goaccess/Chart.yaml b/charts/stable/goaccess/Chart.yaml index 5e936c53ea7..ff1ebc407eb 100644 --- a/charts/stable/goaccess/Chart.yaml +++ b/charts/stable/goaccess/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess.webp keywords: - goaccess - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess - https://hub.docker.com/r/gregyankovoy/goaccess type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/goaccess/README.md b/charts/stable/goaccess/README.md index 97701127ee8..47c292ce823 100644 --- a/charts/stable/goaccess/README.md +++ b/charts/stable/goaccess/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/goaccess) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/goaccess) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/goaccess + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/godaddy-ddns/Chart.yaml b/charts/stable/godaddy-ddns/Chart.yaml index 469a6d9c313..6e9fe3db8be 100644 --- a/charts/stable/godaddy-ddns/Chart.yaml +++ b/charts/stable/godaddy-ddns/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/godaddy-ddns.webp keywords: - godaddy-ddns - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/godaddy-ddns - https://hub.docker.com/r/jwater7/godaddy-publicip-updater type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/godaddy-ddns/README.md b/charts/stable/godaddy-ddns/README.md index 66e4a92ec56..6afd41bee57 100644 --- a/charts/stable/godaddy-ddns/README.md +++ b/charts/stable/godaddy-ddns/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/godaddy-ddns) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/godaddy-ddns) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/godaddy-ddns + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gokapi/Chart.yaml b/charts/stable/gokapi/Chart.yaml index a9a69fc884f..6c5294e558a 100644 --- a/charts/stable/gokapi/Chart.yaml +++ b/charts/stable/gokapi/Chart.yaml @@ -24,7 +24,7 @@ keywords: - gokapi - cloud - utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gokapi - https://hub.docker.com/r/f0rc3/gokapi type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/gokapi/README.md b/charts/stable/gokapi/README.md index 45bc637b149..5b6f2e25a8a 100644 --- a/charts/stable/gokapi/README.md +++ b/charts/stable/gokapi/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gokapi) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gokapi) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/gokapi + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/golinks/Chart.yaml b/charts/stable/golinks/Chart.yaml index b219e180ce4..0e3b6519e60 100644 --- a/charts/stable/golinks/Chart.yaml +++ b/charts/stable/golinks/Chart.yaml @@ -26,7 +26,7 @@ keywords: - bookmarks - smart-bookmarks - golinks -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/golinks - https://ghcr.io/nicholaswilde/golinks type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/golinks/README.md b/charts/stable/golinks/README.md index 1d315e1d521..78f292a5d79 100644 --- a/charts/stable/golinks/README.md +++ b/charts/stable/golinks/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/golinks) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/golinks) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/golinks + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml index 7fd80985eb4..ce5f85b68c7 100644 --- a/charts/stable/gonic/Chart.yaml +++ b/charts/stable/gonic/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.webp keywords: - music - subsonic -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gonic - https://hub.docker.com/r/sentriz/gonic type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/gonic/README.md b/charts/stable/gonic/README.md index c4091dcd46b..b6b47b1d191 100644 --- a/charts/stable/gonic/README.md +++ b/charts/stable/gonic/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gonic) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gonic) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/gonic + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/googlephotossync/Chart.yaml b/charts/stable/googlephotossync/Chart.yaml index d2f87e6a2e0..dd7562e9a20 100644 --- a/charts/stable/googlephotossync/Chart.yaml +++ b/charts/stable/googlephotossync/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.webp keywords: - googlephotossync - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/googlephotossync - https://ghcr.io/gilesknap/gphotos-sync type: application -version: 6.1.7 +version: 6.1.8 diff --git a/charts/stable/googlephotossync/README.md b/charts/stable/googlephotossync/README.md index c447977d803..d461d472c67 100644 --- a/charts/stable/googlephotossync/README.md +++ b/charts/stable/googlephotossync/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/googlephotossync) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/googlephotossync) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/googlephotossync + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gpodder/Chart.yaml b/charts/stable/gpodder/Chart.yaml index 5602c458138..ddb0e685ec3 100644 --- a/charts/stable/gpodder/Chart.yaml +++ b/charts/stable/gpodder/Chart.yaml @@ -24,7 +24,7 @@ keywords: - gpodder - Downloaders - MediaApp-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gpodder - https://hub.docker.com/r/xthursdayx/gpodder-docker type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/gpodder/README.md b/charts/stable/gpodder/README.md index 61bbd070aca..795f1c85980 100644 --- a/charts/stable/gpodder/README.md +++ b/charts/stable/gpodder/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gpodder) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gpodder) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/gpodder + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/grafana-image-renderer/Chart.yaml b/charts/stable/grafana-image-renderer/Chart.yaml index 36002c2a5e1..5e505c4d73c 100644 --- a/charts/stable/grafana-image-renderer/Chart.yaml +++ b/charts/stable/grafana-image-renderer/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.w keywords: - grafana-image-renderer - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/grafana-image-renderer - https://hub.docker.com/r/grafana/grafana-image-renderer type: application -version: 5.8.9 +version: 5.8.10 diff --git a/charts/stable/grafana-image-renderer/README.md b/charts/stable/grafana-image-renderer/README.md index a2053a052c7..4ef40d0f85a 100644 --- a/charts/stable/grafana-image-renderer/README.md +++ b/charts/stable/grafana-image-renderer/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/grafana-image-renderer) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/grafana-image-renderer) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/grafana-image-renderer + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/grav/Chart.yaml b/charts/stable/grav/Chart.yaml index a409e48e697..3039e3e6215 100644 --- a/charts/stable/grav/Chart.yaml +++ b/charts/stable/grav/Chart.yaml @@ -25,7 +25,7 @@ keywords: - web - platform - file -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/grav - https://ghcr.io/linuxserver/grav type: application -version: 11.8.9 +version: 11.8.10 diff --git a/charts/stable/grav/README.md b/charts/stable/grav/README.md index e139922b310..36728745c25 100644 --- a/charts/stable/grav/README.md +++ b/charts/stable/grav/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/grav) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/grav) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/grav + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gravity/Chart.yaml b/charts/stable/gravity/Chart.yaml index 98a91db850b..9d751b4692e 100644 --- a/charts/stable/gravity/Chart.yaml +++ b/charts/stable/gravity/Chart.yaml @@ -24,7 +24,7 @@ keywords: - gravity - dns - networking -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gravity - https://ghcr.io/beryju/gravity type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/gravity/README.md b/charts/stable/gravity/README.md index 908d8165094..2f01d7b8846 100644 --- a/charts/stable/gravity/README.md +++ b/charts/stable/gravity/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gravity) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gravity) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/gravity + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gridcoinwalletgui/Chart.yaml b/charts/stable/gridcoinwalletgui/Chart.yaml index f04336c17a6..fcafec732eb 100644 --- a/charts/stable/gridcoinwalletgui/Chart.yaml +++ b/charts/stable/gridcoinwalletgui/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.webp keywords: - gridcoinwalletgui - Crypto -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/gridcoinwalletgui - https://hub.docker.com/r/sublivion/gridcoinwalletgui type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/gridcoinwalletgui/README.md b/charts/stable/gridcoinwalletgui/README.md index 48eb6719731..bb5945038bf 100644 --- a/charts/stable/gridcoinwalletgui/README.md +++ b/charts/stable/gridcoinwalletgui/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gridcoinwalletgui) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gridcoinwalletgui) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/gridcoinwalletgui + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/grocy/README.md b/charts/stable/grocy/README.md index a9cca0b6f7f..fd3fad97e21 100644 --- a/charts/stable/grocy/README.md +++ b/charts/stable/grocy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/grocy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/grocy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/grocy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/guacamole/Chart.yaml b/charts/stable/guacamole/Chart.yaml index f9dfe8963cc..a82aa0390bd 100644 --- a/charts/stable/guacamole/Chart.yaml +++ b/charts/stable/guacamole/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole.webp keywords: - guacamole - remote -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://hub.docker.com/r/guacamole/guacd - https://hub.docker.com/r/guacamole/guacamole type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/guacamole/README.md b/charts/stable/guacamole/README.md index bf75ce69b5e..a620ebc071d 100644 --- a/charts/stable/guacamole/README.md +++ b/charts/stable/guacamole/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/guacamole) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/guacamole) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/guacamole + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/guacd/Chart.yaml b/charts/stable/guacd/Chart.yaml index 6ad53a3552a..ad86f6ff6cf 100644 --- a/charts/stable/guacd/Chart.yaml +++ b/charts/stable/guacd/Chart.yaml @@ -24,7 +24,7 @@ keywords: - guacd - guacamole - remote -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/guacd - https://hub.docker.com/r/guacamole/guacd type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/guacd/README.md b/charts/stable/guacd/README.md index 371ff884b34..03ee725c5ef 100644 --- a/charts/stable/guacd/README.md +++ b/charts/stable/guacd/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/guacd) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/guacd) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/guacd + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/guide2go/Chart.yaml b/charts/stable/guide2go/Chart.yaml index 857b70b7684..c4fa018a0c3 100644 --- a/charts/stable/guide2go/Chart.yaml +++ b/charts/stable/guide2go/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/guide2go.webp keywords: - guide2go - Downloaders -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/guide2go - https://hub.docker.com/r/alturismo/guide2go type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/guide2go/README.md b/charts/stable/guide2go/README.md index 0392d4eccf6..36bcbf9fe8e 100644 --- a/charts/stable/guide2go/README.md +++ b/charts/stable/guide2go/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/guide2go) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/guide2go) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/guide2go + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/h5ai/Chart.yaml b/charts/stable/h5ai/Chart.yaml index bc5a244a061..5a783974981 100644 --- a/charts/stable/h5ai/Chart.yaml +++ b/charts/stable/h5ai/Chart.yaml @@ -24,7 +24,7 @@ keywords: - h5ai - Cloud - Network-FTP -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/h5ai - https://hub.docker.com/r/awesometic/h5ai type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/h5ai/README.md b/charts/stable/h5ai/README.md index 4d41db32674..4da2e0af763 100644 --- a/charts/stable/h5ai/README.md +++ b/charts/stable/h5ai/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/h5ai) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/h5ai) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/h5ai + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/halflife2deathmatch/Chart.yaml b/charts/stable/halflife2deathmatch/Chart.yaml index fb8bb7b3569..e075b901b14 100644 --- a/charts/stable/halflife2deathmatch/Chart.yaml +++ b/charts/stable/halflife2deathmatch/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/halflife2deathmatch.webp keywords: - halflife2deathmatch - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/halflife2deathmatch - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/halflife2deathmatch/README.md b/charts/stable/halflife2deathmatch/README.md index 322785670ef..d57c4d95b73 100644 --- a/charts/stable/halflife2deathmatch/README.md +++ b/charts/stable/halflife2deathmatch/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/halflife2deathmatch) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/halflife2deathmatch) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/halflife2deathmatch + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hammond/Chart.yaml b/charts/stable/hammond/Chart.yaml index 243cb6656a4..f120975ed90 100644 --- a/charts/stable/hammond/Chart.yaml +++ b/charts/stable/hammond/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/hammond icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.webp keywords: - hammond -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hammond - https://ghcr.io/alfhou/hammond type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/hammond/README.md b/charts/stable/hammond/README.md index 3e48266f97b..2e90e18f7e1 100644 --- a/charts/stable/hammond/README.md +++ b/charts/stable/hammond/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hammond) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hammond) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/hammond + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml index 015feb9aaed..f3101e516fc 100644 --- a/charts/stable/handbrake/Chart.yaml +++ b/charts/stable/handbrake/Chart.yaml @@ -24,7 +24,7 @@ keywords: - handbrake - encode - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/handbrake - https://hub.docker.com/r/jlesage/handbrake type: application -version: 21.9.7 +version: 21.9.8 diff --git a/charts/stable/handbrake/README.md b/charts/stable/handbrake/README.md index 4475fd526a8..8f23c314a7d 100644 --- a/charts/stable/handbrake/README.md +++ b/charts/stable/handbrake/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/handbrake) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/handbrake) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/handbrake + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hassconfigurator/Chart.yaml b/charts/stable/hassconfigurator/Chart.yaml index e53632b6975..c739214e541 100644 --- a/charts/stable/hassconfigurator/Chart.yaml +++ b/charts/stable/hassconfigurator/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/hassconfigurator.webp keywords: - hassconfigurator - home-automation -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hassconfigurator - https://hub.docker.com/r/causticlab/hass-configurator-docker type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/hassconfigurator/README.md b/charts/stable/hassconfigurator/README.md index a9aa2ed26e2..4055f490a9d 100644 --- a/charts/stable/hassconfigurator/README.md +++ b/charts/stable/hassconfigurator/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hassconfigurator) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hassconfigurator) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/hassconfigurator + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml index 7ad667d4852..482fc4a1888 100644 --- a/charts/stable/haste-server/Chart.yaml +++ b/charts/stable/haste-server/Chart.yaml @@ -25,7 +25,7 @@ keywords: - hastebin - haste-server - pastebin -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/haste-server - https://ghcr.io/k8s-at-home/haste-server type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/haste-server/README.md b/charts/stable/haste-server/README.md index 8fc1fe2e152..8d05dd5b9b8 100644 --- a/charts/stable/haste-server/README.md +++ b/charts/stable/haste-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/haste-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/haste-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/haste-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hastebin/Chart.yaml b/charts/stable/hastebin/Chart.yaml index a9b6c8f2283..8d8541d99ce 100644 --- a/charts/stable/hastebin/Chart.yaml +++ b/charts/stable/hastebin/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "Alpine-based Chart for Hastebin, the node.js paste service " +description: 'Alpine-based Chart for Hastebin, the node.js paste service ' home: https://truecharts.org/charts/stable/hastebin icon: https://truecharts.org/img/hotlink-ok/chart-icons/hastebin.webp keywords: @@ -26,7 +26,7 @@ keywords: - Productivity - Tools-Utilities - Network-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hastebin - https://hub.docker.com/r/flippinturt/hastebin type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/hastebin/README.md b/charts/stable/hastebin/README.md index f7649d5999a..34c8c9714eb 100644 --- a/charts/stable/hastebin/README.md +++ b/charts/stable/hastebin/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hastebin) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hastebin) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/hastebin + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hasty-paste/Chart.yaml b/charts/stable/hasty-paste/Chart.yaml index d83acf65aa9..a055e50ba84 100644 --- a/charts/stable/hasty-paste/Chart.yaml +++ b/charts/stable/hasty-paste/Chart.yaml @@ -33,7 +33,7 @@ keywords: - Productivity - Tools-Utilities - Network-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -45,4 +45,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hasty-paste - https://ghcr.io/enchant97/hasty-paste type: application -version: 6.10.13 +version: 6.10.14 diff --git a/charts/stable/hasty-paste/README.md b/charts/stable/hasty-paste/README.md index 526222b97ff..54e19760dd3 100644 --- a/charts/stable/hasty-paste/README.md +++ b/charts/stable/hasty-paste/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hasty-paste) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hasty-paste) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/hasty-paste + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/headphones/Chart.yaml b/charts/stable/headphones/Chart.yaml index 14234fcb4ed..b36677bc37c 100644 --- a/charts/stable/headphones/Chart.yaml +++ b/charts/stable/headphones/Chart.yaml @@ -24,7 +24,7 @@ keywords: - headphones - music - downloader -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/headphones - https://ghcr.io/linuxserver/headphones type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/headphones/README.md b/charts/stable/headphones/README.md index 478f630a1f8..162afc335f6 100644 --- a/charts/stable/headphones/README.md +++ b/charts/stable/headphones/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/headphones) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/headphones) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/headphones + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index 4ab6708303e..63f4558e3a7 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -24,7 +24,7 @@ keywords: - cron - monitoring - alert -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks - https://ghcr.io/linuxserver/healthchecks type: application -version: 14.9.9 +version: 14.9.10 diff --git a/charts/stable/healthchecks/README.md b/charts/stable/healthchecks/README.md index b737915f4d6..de6ed51729e 100644 --- a/charts/stable/healthchecks/README.md +++ b/charts/stable/healthchecks/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/healthchecks) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/healthchecks) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/healthchecks + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hedgedoc/Chart.yaml b/charts/stable/hedgedoc/Chart.yaml index 30ea9fda029..55ffdf74521 100644 --- a/charts/stable/hedgedoc/Chart.yaml +++ b/charts/stable/hedgedoc/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/hedgedoc icon: https://truecharts.org/img/hotlink-ok/chart-icons/hedgedoc.webp keywords: - hedgedoc -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hedgedoc - https://quay.io/hedgedoc/hedgedoc type: application -version: 12.8.7 +version: 12.8.8 diff --git a/charts/stable/hedgedoc/README.md b/charts/stable/hedgedoc/README.md index d1a2bf42e6b..435608e1f02 100644 --- a/charts/stable/hedgedoc/README.md +++ b/charts/stable/hedgedoc/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hedgedoc) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hedgedoc) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/hedgedoc + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml index a299da730cf..f7b66d9f0a6 100644 --- a/charts/stable/heimdall/Chart.yaml +++ b/charts/stable/heimdall/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/heimdall icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.webp keywords: - heimdall -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/heimdall - https://hub.docker.com/r/linuxserver/heimdall type: application -version: 20.8.9 +version: 20.8.10 diff --git a/charts/stable/heimdall/README.md b/charts/stable/heimdall/README.md index 21ca4c62bfb..43f23eacfcd 100644 --- a/charts/stable/heimdall/README.md +++ b/charts/stable/heimdall/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/heimdall) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/heimdall) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/heimdall + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hetzner-ddns/Chart.yaml b/charts/stable/hetzner-ddns/Chart.yaml index 45d93f4d03c..4c52cbd3f15 100644 --- a/charts/stable/hetzner-ddns/Chart.yaml +++ b/charts/stable/hetzner-ddns/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/hetzner-ddns.webp keywords: - hetzner-ddns - Network-DNS -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hetzner-ddns - https://hub.docker.com/r/kutzilla/hetzner-ddns type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/hetzner-ddns/README.md b/charts/stable/hetzner-ddns/README.md index 1e7095cf9c7..60dbd47f6bd 100644 --- a/charts/stable/hetzner-ddns/README.md +++ b/charts/stable/hetzner-ddns/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hetzner-ddns) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hetzner-ddns) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/hetzner-ddns + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hexchat/Chart.yaml b/charts/stable/hexchat/Chart.yaml index 4c1434764ae..0c7b8f141e5 100644 --- a/charts/stable/hexchat/Chart.yaml +++ b/charts/stable/hexchat/Chart.yaml @@ -24,7 +24,7 @@ keywords: - hexchat - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hexchat - https://hub.docker.com/r/binhex/arch-hexchat type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/hexchat/README.md b/charts/stable/hexchat/README.md index 44fb5ed7012..b3e3e7250b1 100644 --- a/charts/stable/hexchat/README.md +++ b/charts/stable/hexchat/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hexchat) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hexchat) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/hexchat + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hexo-blog/Chart.yaml b/charts/stable/hexo-blog/Chart.yaml index 284961ff5f4..2286cac623c 100644 --- a/charts/stable/hexo-blog/Chart.yaml +++ b/charts/stable/hexo-blog/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexo-blog.webp keywords: - hexo-blog - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hexo-blog - https://hub.docker.com/r/fletchto99/hexo-dev-blog type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/hexo-blog/README.md b/charts/stable/hexo-blog/README.md index b92b7bf7f5c..16abfdbd3c0 100644 --- a/charts/stable/hexo-blog/README.md +++ b/charts/stable/hexo-blog/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hexo-blog) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hexo-blog) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/hexo-blog + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/homarr/Chart.yaml b/charts/stable/homarr/Chart.yaml index f071aa94681..2d765f26782 100644 --- a/charts/stable/homarr/Chart.yaml +++ b/charts/stable/homarr/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/homarr icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.webp keywords: - dashboard -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homarr - https://ghcr.io/ajnart/homarr type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/homarr/README.md b/charts/stable/homarr/README.md index a5254c1a46e..6c3e95780db 100644 --- a/charts/stable/homarr/README.md +++ b/charts/stable/homarr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homarr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/homarr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index d9a4a191c23..34ee9bf80f2 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -24,7 +24,7 @@ keywords: - home-assistant - home-automation - hass -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant - https://hub.docker.com/r/homeassistant/home-assistant type: application -version: 24.10.9 +version: 24.10.10 diff --git a/charts/stable/home-assistant/README.md b/charts/stable/home-assistant/README.md index e8b587422d1..e5155abe761 100644 --- a/charts/stable/home-assistant/README.md +++ b/charts/stable/home-assistant/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/home-assistant) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/home-assistant) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/home-assistant + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/homebox/Chart.yaml b/charts/stable/homebox/Chart.yaml index ff19c923f74..46138231c31 100644 --- a/charts/stable/homebox/Chart.yaml +++ b/charts/stable/homebox/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebox.webp keywords: - homebox - inventory -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homebox - https://ghcr.io/hay-kot/homebox type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/homebox/README.md b/charts/stable/homebox/README.md index 0a438534090..f783190b088 100644 --- a/charts/stable/homebox/README.md +++ b/charts/stable/homebox/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homebox) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homebox) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/homebox + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/homebridge/Chart.yaml b/charts/stable/homebridge/Chart.yaml index 5c1db778d88..52ba4d108e4 100644 --- a/charts/stable/homebridge/Chart.yaml +++ b/charts/stable/homebridge/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.webp keywords: - homebridge - homekit -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homebridge - https://hub.docker.com/r/homebridge/homebridge type: application -version: 7.8.7 +version: 7.8.8 diff --git a/charts/stable/homebridge/README.md b/charts/stable/homebridge/README.md index 452da99f60a..3fbfbbe497b 100644 --- a/charts/stable/homebridge/README.md +++ b/charts/stable/homebridge/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homebridge) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homebridge) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/homebridge + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/homelablabelmaker/Chart.yaml b/charts/stable/homelablabelmaker/Chart.yaml index 3c64b0931a8..c2954a4be99 100644 --- a/charts/stable/homelablabelmaker/Chart.yaml +++ b/charts/stable/homelablabelmaker/Chart.yaml @@ -24,7 +24,7 @@ keywords: - homelablabelmaker - Tools-Utilities - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homelablabelmaker - https://hub.docker.com/r/davidspek/homelablabelmaker type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/homelablabelmaker/README.md b/charts/stable/homelablabelmaker/README.md index 608e340d448..42717526d96 100644 --- a/charts/stable/homelablabelmaker/README.md +++ b/charts/stable/homelablabelmaker/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homelablabelmaker) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homelablabelmaker) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/homelablabelmaker + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/homepage/Chart.yaml b/charts/stable/homepage/Chart.yaml index 486c962cd42..5080a5fc50b 100644 --- a/charts/stable/homepage/Chart.yaml +++ b/charts/stable/homepage/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/homepage icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.webp keywords: - homepage -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homepage - https://ghcr.io/gethomepage/homepage type: application -version: 7.8.9 +version: 7.8.10 diff --git a/charts/stable/homepage/README.md b/charts/stable/homepage/README.md index 6d38f823c92..6968df5641b 100644 --- a/charts/stable/homepage/README.md +++ b/charts/stable/homepage/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homepage) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homepage) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/homepage + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/homer/Chart.yaml b/charts/stable/homer/Chart.yaml index d802032f664..4ad08f04369 100644 --- a/charts/stable/homer/Chart.yaml +++ b/charts/stable/homer/Chart.yaml @@ -24,7 +24,7 @@ keywords: - homer - dashboard - launcher -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homer - https://hub.docker.com/r/b4bz/homer type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/homer/README.md b/charts/stable/homer/README.md index e1927e4275e..28b272cf14c 100644 --- a/charts/stable/homer/README.md +++ b/charts/stable/homer/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homer) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homer) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/homer + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hoobs/Chart.yaml b/charts/stable/hoobs/Chart.yaml index 1384036cb5f..a5aec002854 100644 --- a/charts/stable/hoobs/Chart.yaml +++ b/charts/stable/hoobs/Chart.yaml @@ -17,14 +17,14 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. " +description: 'HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. ' home: https://truecharts.org/charts/stable/hoobs icon: https://truecharts.org/img/hotlink-ok/chart-icons/hoobs.webp keywords: - hoobs - home-automation - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hoobs - https://hub.docker.com/r/hoobs/hoobs type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/hoobs/README.md b/charts/stable/hoobs/README.md index 797219f0cd4..dad3bfda2da 100644 --- a/charts/stable/hoobs/README.md +++ b/charts/stable/hoobs/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hoobs) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hoobs) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/hoobs + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/htpcmanager/Chart.yaml b/charts/stable/htpcmanager/Chart.yaml index 273d6b204fc..3ce1d28804f 100644 --- a/charts/stable/htpcmanager/Chart.yaml +++ b/charts/stable/htpcmanager/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/htpcmanager icon: https://truecharts.org/img/hotlink-ok/chart-icons/htpcmanager.webp keywords: - htpcmanager -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/htpcmanager - https://ghcr.io/linuxserver/htpcmanager type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/htpcmanager/README.md b/charts/stable/htpcmanager/README.md index 00a48dc14ff..122a2e2d2bc 100644 --- a/charts/stable/htpcmanager/README.md +++ b/charts/stable/htpcmanager/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/htpcmanager) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/htpcmanager) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/htpcmanager + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/humhub/Chart.yaml b/charts/stable/humhub/Chart.yaml index d8578083ae9..ef8eb241701 100644 --- a/charts/stable/humhub/Chart.yaml +++ b/charts/stable/humhub/Chart.yaml @@ -37,7 +37,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.webp keywords: - humhub - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -45,7 +45,7 @@ maintainers: name: humhub sources: - https://github.com/truecharts/charts/tree/master/charts/stable/humhub - - https://ghcr.io/mriedmann/humhub-phponly - https://ghcr.io/mriedmann/humhub-nginx + - https://ghcr.io/mriedmann/humhub-phponly type: application -version: 7.19.14 +version: 7.19.15 diff --git a/charts/stable/humhub/README.md b/charts/stable/humhub/README.md index 25eef67260b..c4bcdb919c9 100644 --- a/charts/stable/humhub/README.md +++ b/charts/stable/humhub/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/humhub) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/humhub) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/humhub + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hurtworld/Chart.yaml b/charts/stable/hurtworld/Chart.yaml index 174b7a87d21..6f77bd246f3 100644 --- a/charts/stable/hurtworld/Chart.yaml +++ b/charts/stable/hurtworld/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/hurtworld.webp keywords: - hurtworld - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hurtworld - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/hurtworld/README.md b/charts/stable/hurtworld/README.md index 51fc710c9a1..cfad55b882c 100644 --- a/charts/stable/hurtworld/README.md +++ b/charts/stable/hurtworld/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hurtworld) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hurtworld) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/hurtworld + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml index e5f9520c6cd..8cf70e4be85 100644 --- a/charts/stable/hyperion-ng/Chart.yaml +++ b/charts/stable/hyperion-ng/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.webp keywords: - hyperion-ng - hyperion -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng - https://hub.docker.com/r/sirfragalot/hyperion.ng type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/hyperion-ng/README.md b/charts/stable/hyperion-ng/README.md index a368f34db7c..001939ac5f7 100644 --- a/charts/stable/hyperion-ng/README.md +++ b/charts/stable/hyperion-ng/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hyperion-ng) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hyperion-ng) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/hyperion-ng + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/icloudpd/Chart.yaml b/charts/stable/icloudpd/Chart.yaml index ee3bbfabfe0..fe843da52a9 100644 --- a/charts/stable/icloudpd/Chart.yaml +++ b/charts/stable/icloudpd/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Backup - Cloud - Downloaders -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/icloudpd - https://hub.docker.com/r/boredazfcuk/icloudpd type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/icloudpd/README.md b/charts/stable/icloudpd/README.md index b8a41df9f5b..93a9dd1df93 100644 --- a/charts/stable/icloudpd/README.md +++ b/charts/stable/icloudpd/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/icloudpd) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/icloudpd) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/icloudpd + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/imgpush/Chart.yaml b/charts/stable/imgpush/Chart.yaml index 8be1a832a9c..a7017c60381 100644 --- a/charts/stable/imgpush/Chart.yaml +++ b/charts/stable/imgpush/Chart.yaml @@ -27,7 +27,7 @@ keywords: - MediaServer-Photos - Network-Web - Network-FTP -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/imgpush - https://hub.docker.com/r/hauxir/imgpush type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/imgpush/README.md b/charts/stable/imgpush/README.md index 0b7e767cd6c..972c27a6f0c 100644 --- a/charts/stable/imgpush/README.md +++ b/charts/stable/imgpush/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/imgpush) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/imgpush) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/imgpush + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml index 630b4bccd8a..ba34822ab35 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -38,7 +38,7 @@ name: immich sources: - https://github.com/immich-app/immich - https://github.com/truecharts/charts/tree/master/charts/stable/immich - - https://hub.docker.com/r/altran1502/immich-machine-learning - https://hub.docker.com/r/altran1502/immich-server + - https://hub.docker.com/r/altran1502/immich-machine-learning type: application -version: 14.16.10 +version: 14.16.11 diff --git a/charts/stable/immich/README.md b/charts/stable/immich/README.md index bf82bbecdda..c4a0ce34ead 100644 --- a/charts/stable/immich/README.md +++ b/charts/stable/immich/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/immich) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/immich) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/immich + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/import-ics/Chart.yaml b/charts/stable/import-ics/Chart.yaml index b3edd760d9d..a11d1133fe0 100644 --- a/charts/stable/import-ics/Chart.yaml +++ b/charts/stable/import-ics/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/import-ics.webp keywords: - import-ics - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/import-ics - https://hub.docker.com/r/vilhjalmr26/import_ics type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/import-ics/README.md b/charts/stable/import-ics/README.md index 18dd14af6ff..38f605f5eaf 100644 --- a/charts/stable/import-ics/README.md +++ b/charts/stable/import-ics/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/import-ics) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/import-ics) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/import-ics + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/impostor-server/Chart.yaml b/charts/stable/impostor-server/Chart.yaml index 780a194ddf0..53897ee5120 100644 --- a/charts/stable/impostor-server/Chart.yaml +++ b/charts/stable/impostor-server/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/impostor-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/impostor-server.webp keywords: - impostor-server -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server - https://hub.docker.com/r/aeonlucid/impostor type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/impostor-server/README.md b/charts/stable/impostor-server/README.md index 0b999bb0069..567f517d3ed 100644 --- a/charts/stable/impostor-server/README.md +++ b/charts/stable/impostor-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/impostor-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/impostor-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/impostor-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/inkscape-desktop-g3/Chart.yaml b/charts/stable/inkscape-desktop-g3/Chart.yaml index a21060ac8d2..3034c361bc6 100644 --- a/charts/stable/inkscape-desktop-g3/Chart.yaml +++ b/charts/stable/inkscape-desktop-g3/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Productivity - Tools-Utilities - MediaApp-Photos -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/inkscape-desktop-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3 type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/inkscape-desktop-g3/README.md b/charts/stable/inkscape-desktop-g3/README.md index a8f27f4d2cf..fac6f551399 100644 --- a/charts/stable/inkscape-desktop-g3/README.md +++ b/charts/stable/inkscape-desktop-g3/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/inkscape-desktop-g3) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/inkscape-desktop-g3) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/inkscape-desktop-g3 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/insurgencysandstorm/Chart.yaml b/charts/stable/insurgencysandstorm/Chart.yaml index 0bd61ed1816..651eed3cf90 100644 --- a/charts/stable/insurgencysandstorm/Chart.yaml +++ b/charts/stable/insurgencysandstorm/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/insurgencysandstorm.webp keywords: - insurgencysandstorm - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/insurgencysandstorm - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/insurgencysandstorm/README.md b/charts/stable/insurgencysandstorm/README.md index 4f22b59a1fb..6767ed01476 100644 --- a/charts/stable/insurgencysandstorm/README.md +++ b/charts/stable/insurgencysandstorm/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/insurgencysandstorm) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/insurgencysandstorm) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/insurgencysandstorm + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/invidious/Chart.yaml b/charts/stable/invidious/Chart.yaml index 9ac0d69ad89..85507d6475f 100644 --- a/charts/stable/invidious/Chart.yaml +++ b/charts/stable/invidious/Chart.yaml @@ -24,7 +24,7 @@ keywords: - invidious - youtube - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/invidious - https://quay.io/invidious/invidious type: application -version: 9.8.8 +version: 9.8.9 diff --git a/charts/stable/invidious/README.md b/charts/stable/invidious/README.md index 073b512fe8b..dc8b809cf93 100644 --- a/charts/stable/invidious/README.md +++ b/charts/stable/invidious/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/invidious) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/invidious) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/invidious + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/invitarr/Chart.yaml b/charts/stable/invitarr/Chart.yaml index 79385388452..e7cda675205 100644 --- a/charts/stable/invitarr/Chart.yaml +++ b/charts/stable/invitarr/Chart.yaml @@ -25,7 +25,7 @@ keywords: - home-automation - Tools-Utilities - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/invitarr - https://hub.docker.com/r/piratify/invitarr type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/invitarr/README.md b/charts/stable/invitarr/README.md index 70296b425f1..10637d8868d 100644 --- a/charts/stable/invitarr/README.md +++ b/charts/stable/invitarr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/invitarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/invitarr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/invitarr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ipfs/Chart.yaml b/charts/stable/ipfs/Chart.yaml index 931f760ebab..4b24f51a46b 100644 --- a/charts/stable/ipfs/Chart.yaml +++ b/charts/stable/ipfs/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.webp keywords: - ipfs - kubo -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs - https://hub.docker.com/r/ipfs/kubo type: application -version: 10.10.3 +version: 10.10.4 diff --git a/charts/stable/ipfs/README.md b/charts/stable/ipfs/README.md index f03dfbda5b1..8a56fc567b3 100644 --- a/charts/stable/ipfs/README.md +++ b/charts/stable/ipfs/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ipfs) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ipfs) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ipfs + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ipmi-tools/Chart.yaml b/charts/stable/ipmi-tools/Chart.yaml index 34184474cec..4e4962a01ee 100644 --- a/charts/stable/ipmi-tools/Chart.yaml +++ b/charts/stable/ipmi-tools/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Productivity - Tools-Utilities - Network-Management -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ipmi-tools - https://hub.docker.com/r/edchamberlain/ipmi-tools type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/ipmi-tools/README.md b/charts/stable/ipmi-tools/README.md index 67e9ad66173..4d75aa1263b 100644 --- a/charts/stable/ipmi-tools/README.md +++ b/charts/stable/ipmi-tools/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ipmi-tools) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ipmi-tools) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ipmi-tools + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ispy-agent-dvr/Chart.yaml b/charts/stable/ispy-agent-dvr/Chart.yaml index 95bc2d50781..5447664f09d 100644 --- a/charts/stable/ispy-agent-dvr/Chart.yaml +++ b/charts/stable/ispy-agent-dvr/Chart.yaml @@ -24,7 +24,7 @@ keywords: - dvr - ispy - agent -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr - https://hub.docker.com/r/doitandbedone/ispyagentdvr type: application -version: 9.11.9 +version: 9.11.10 diff --git a/charts/stable/ispy-agent-dvr/README.md b/charts/stable/ispy-agent-dvr/README.md index b2bbef3794c..75568a34180 100644 --- a/charts/stable/ispy-agent-dvr/README.md +++ b/charts/stable/ispy-agent-dvr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ispy-agent-dvr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ispy-agent-dvr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ispy-agent-dvr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/it-tools/Chart.yaml b/charts/stable/it-tools/Chart.yaml index aa67581385e..e087325562f 100644 --- a/charts/stable/it-tools/Chart.yaml +++ b/charts/stable/it-tools/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/it-tools icon: https://truecharts.org/img/hotlink-ok/chart-icons/it-tools.webp keywords: - it-tools -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/it-tools - https://hub.docker.com/r/corentinth/it-tools type: application -version: 4.8.7 +version: 4.8.8 diff --git a/charts/stable/it-tools/README.md b/charts/stable/it-tools/README.md index 6e55802c6b4..e857dadc0d5 100644 --- a/charts/stable/it-tools/README.md +++ b/charts/stable/it-tools/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/it-tools) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/it-tools) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/it-tools + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/iyuuplus/Chart.yaml b/charts/stable/iyuuplus/Chart.yaml index 18a3fe07439..3ec186b6231 100644 --- a/charts/stable/iyuuplus/Chart.yaml +++ b/charts/stable/iyuuplus/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/iyuuplus.webp keywords: - iyuuplus - pt -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/iyuuplus - https://hub.docker.com/r/iyuucn/iyuuplus type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/iyuuplus/README.md b/charts/stable/iyuuplus/README.md index b8343ff2b9d..c154d62d0ed 100644 --- a/charts/stable/iyuuplus/README.md +++ b/charts/stable/iyuuplus/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/iyuuplus) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/iyuuplus) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/iyuuplus + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 5508ad48a75..bad7ec1f268 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -24,7 +24,7 @@ keywords: - jackett - torrent - usenet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jackett - https://ghcr.io/geek-cookbook/jackett type: application -version: 20.1.17 +version: 20.1.18 diff --git a/charts/stable/jackett/README.md b/charts/stable/jackett/README.md index 20f3c4cb7bb..2a7dd1f51ef 100644 --- a/charts/stable/jackett/README.md +++ b/charts/stable/jackett/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jackett) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jackett) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/jackett + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jdownloader2/Chart.yaml b/charts/stable/jdownloader2/Chart.yaml index 316baf7be19..95f7161222b 100644 --- a/charts/stable/jdownloader2/Chart.yaml +++ b/charts/stable/jdownloader2/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.webp keywords: - jdownloader - download -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2 - https://hub.docker.com/r/jlesage/jdownloader-2 type: application -version: 16.8.7 +version: 16.8.8 diff --git a/charts/stable/jdownloader2/README.md b/charts/stable/jdownloader2/README.md index e3adb62de1c..c24151f22f9 100644 --- a/charts/stable/jdownloader2/README.md +++ b/charts/stable/jdownloader2/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jdownloader2) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jdownloader2) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/jdownloader2 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index ee4eefc83ee..20abc34d401 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -24,7 +24,7 @@ keywords: - jellyfin - plex - emby -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://hub.docker.com/r/alpine/socat - https://hub.docker.com/r/jellyfin/jellyfin type: application -version: 18.8.9 +version: 18.8.10 diff --git a/charts/stable/jellyfin/README.md b/charts/stable/jellyfin/README.md index e14616696da..1d862472aa6 100644 --- a/charts/stable/jellyfin/README.md +++ b/charts/stable/jellyfin/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jellyfin) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jellyfin) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/jellyfin + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jellyseerr/Chart.yaml b/charts/stable/jellyseerr/Chart.yaml index 6f4110382bf..a5b2d6f230b 100644 --- a/charts/stable/jellyseerr/Chart.yaml +++ b/charts/stable/jellyseerr/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/jellyseerr icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.webp keywords: - jellyseerr -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr - https://hub.docker.com/r/fallenbagel/jellyseerr type: application -version: 9.9.4 +version: 9.9.5 diff --git a/charts/stable/jellyseerr/README.md b/charts/stable/jellyseerr/README.md index ad24326313c..b6c45e3b071 100644 --- a/charts/stable/jellyseerr/README.md +++ b/charts/stable/jellyseerr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jellyseerr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jellyseerr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/jellyseerr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jellystat/Chart.yaml b/charts/stable/jellystat/Chart.yaml index 84df9f93e5a..5f86fb148d8 100644 --- a/charts/stable/jellystat/Chart.yaml +++ b/charts/stable/jellystat/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellystat.webp keywords: - jellystat - jellyfin -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jellystat - https://hub.docker.com/r/cyfershepard/jellystat type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/jellystat/README.md b/charts/stable/jellystat/README.md index e2ff6b9adf3..e7982aebf85 100644 --- a/charts/stable/jellystat/README.md +++ b/charts/stable/jellystat/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jellystat) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jellystat) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/jellystat + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jelu/Chart.yaml b/charts/stable/jelu/Chart.yaml index 7160ff90182..b4bc68c7638 100644 --- a/charts/stable/jelu/Chart.yaml +++ b/charts/stable/jelu/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.webp keywords: - jelu - MediaApp-Books -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jelu - https://hub.docker.com/r/wabayang/jelu type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/jelu/README.md b/charts/stable/jelu/README.md index 3a99d13eb06..99643b2c24b 100644 --- a/charts/stable/jelu/README.md +++ b/charts/stable/jelu/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jelu) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jelu) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/jelu + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jenkins/Chart.yaml b/charts/stable/jenkins/Chart.yaml index 2c647846f50..b39e557c273 100644 --- a/charts/stable/jenkins/Chart.yaml +++ b/charts/stable/jenkins/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.webp keywords: - jenkins - productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins - https://hub.docker.com/r/jenkins/jenkins type: application -version: 7.17.1 +version: 7.17.2 diff --git a/charts/stable/jenkins/README.md b/charts/stable/jenkins/README.md index 47b976a40cc..c69b10a0007 100644 --- a/charts/stable/jenkins/README.md +++ b/charts/stable/jenkins/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jenkins) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jenkins) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/jenkins + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jmzhomeproxy/Chart.yaml b/charts/stable/jmzhomeproxy/Chart.yaml index 6a75c2ffcbc..83decd570b7 100644 --- a/charts/stable/jmzhomeproxy/Chart.yaml +++ b/charts/stable/jmzhomeproxy/Chart.yaml @@ -24,7 +24,7 @@ keywords: - jmzhomeproxy - Cloud - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jmzhomeproxy - https://hub.docker.com/r/jmzsoftware/jmzhomelabproxy type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/jmzhomeproxy/README.md b/charts/stable/jmzhomeproxy/README.md index fee6de3cdb8..c0e6d857368 100644 --- a/charts/stable/jmzhomeproxy/README.md +++ b/charts/stable/jmzhomeproxy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jmzhomeproxy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jmzhomeproxy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/jmzhomeproxy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml index 40397166116..dd9400e1b5f 100644 --- a/charts/stable/joplin-server/Chart.yaml +++ b/charts/stable/joplin-server/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.webp keywords: - joplin - notes -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server - https://hub.docker.com/r/joplin/server type: application -version: 17.8.7 +version: 17.8.8 diff --git a/charts/stable/joplin-server/README.md b/charts/stable/joplin-server/README.md index 74315f7d544..f1b8701a925 100644 --- a/charts/stable/joplin-server/README.md +++ b/charts/stable/joplin-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/joplin-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/joplin-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/joplin-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jts3servermod/Chart.yaml b/charts/stable/jts3servermod/Chart.yaml index 4855bc79f17..e2dfb2777a6 100644 --- a/charts/stable/jts3servermod/Chart.yaml +++ b/charts/stable/jts3servermod/Chart.yaml @@ -24,7 +24,7 @@ keywords: - teamspeak - jts3servermod - teamspeak-bot -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jts3servermod - https://ghcr.io/galexrt/jts3servermod type: application -version: 1.6.7 +version: 1.6.8 diff --git a/charts/stable/jts3servermod/README.md b/charts/stable/jts3servermod/README.md index 47f6b355633..24af15d0778 100644 --- a/charts/stable/jts3servermod/README.md +++ b/charts/stable/jts3servermod/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jts3servermod) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jts3servermod) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/jts3servermod + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index 7e3b27f1126..3c7222562dd 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -24,7 +24,7 @@ keywords: - Jupyter - Notebook - Lab -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,13 +33,13 @@ name: jupyter sources: - https://github.com/jupyter/docker-stacks - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter + - https://hub.docker.com/r/jupyter/r-notebook + - https://hub.docker.com/r/jupyter/all-spark-notebook - https://hub.docker.com/r/jupyter/tensorflow-notebook - https://hub.docker.com/r/jupyter/base-notebook - - https://hub.docker.com/r/jupyter/minimal-notebook - - https://hub.docker.com/r/jupyter/all-spark-notebook - - https://hub.docker.com/r/jupyter/pyspark-notebook - https://hub.docker.com/r/jupyter/datascience-notebook - - https://hub.docker.com/r/jupyter/r-notebook + - https://hub.docker.com/r/jupyter/pyspark-notebook + - https://hub.docker.com/r/jupyter/minimal-notebook - https://hub.docker.com/r/jupyter/scipy-notebook type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/jupyter/README.md b/charts/stable/jupyter/README.md index 437059db431..47625312634 100644 --- a/charts/stable/jupyter/README.md +++ b/charts/stable/jupyter/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jupyter) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jupyter) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/jupyter + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kanboard/Chart.yaml b/charts/stable/kanboard/Chart.yaml index 9449531edd8..f7ff884c5b7 100644 --- a/charts/stable/kanboard/Chart.yaml +++ b/charts/stable/kanboard/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/kanboard.webp keywords: - kanboard - kanban -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kanboard - https://hub.docker.com/r/kanboard/kanboard type: application -version: 16.8.7 +version: 16.8.8 diff --git a/charts/stable/kanboard/README.md b/charts/stable/kanboard/README.md index e828bb6ecd7..350883a6434 100644 --- a/charts/stable/kanboard/README.md +++ b/charts/stable/kanboard/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kanboard) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kanboard) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/kanboard + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kasm/Chart.yaml b/charts/stable/kasm/Chart.yaml index 08680532670..89a71d67858 100644 --- a/charts/stable/kasm/Chart.yaml +++ b/charts/stable/kasm/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/kasm.webp keywords: - kasm - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kasm - https://hub.docker.com/r/kasmweb/workspaces type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/kasm/README.md b/charts/stable/kasm/README.md index da883e07bb9..c9b43cea7ff 100644 --- a/charts/stable/kasm/README.md +++ b/charts/stable/kasm/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kasm) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kasm) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/kasm + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kavita/Chart.yaml b/charts/stable/kavita/Chart.yaml index aa7ba4676e1..eaad8bc3e17 100644 --- a/charts/stable/kavita/Chart.yaml +++ b/charts/stable/kavita/Chart.yaml @@ -25,7 +25,7 @@ keywords: - manga - library - book -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kavita - https://hub.docker.com/r/jvmilazz0/kavita type: application -version: 9.9.3 +version: 9.9.4 diff --git a/charts/stable/kavita/README.md b/charts/stable/kavita/README.md index 3b7dbd92735..7c1817cc659 100644 --- a/charts/stable/kavita/README.md +++ b/charts/stable/kavita/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kavita) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kavita) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/kavita + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kdenlive-vnc/Chart.yaml b/charts/stable/kdenlive-vnc/Chart.yaml index ba07b950818..a79df265b84 100644 --- a/charts/stable/kdenlive-vnc/Chart.yaml +++ b/charts/stable/kdenlive-vnc/Chart.yaml @@ -26,7 +26,7 @@ keywords: - MediaApp-Music - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive-vnc - https://hub.docker.com/r/tessypowder/docker-kdenlive type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/kdenlive-vnc/README.md b/charts/stable/kdenlive-vnc/README.md index 9ced3ce48c4..6757d654def 100644 --- a/charts/stable/kdenlive-vnc/README.md +++ b/charts/stable/kdenlive-vnc/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kdenlive-vnc) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kdenlive-vnc) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/kdenlive-vnc + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kdenlive/Chart.yaml b/charts/stable/kdenlive/Chart.yaml index e63206d465f..83c8499e452 100644 --- a/charts/stable/kdenlive/Chart.yaml +++ b/charts/stable/kdenlive/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.webp keywords: - kdenlive - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive - https://fleet.linuxserver.io/image?name=linuxserver/kdenlive type: application -version: 5.8.9 +version: 5.8.10 diff --git a/charts/stable/kdenlive/README.md b/charts/stable/kdenlive/README.md index b72a3a591dc..a83d5d5133e 100644 --- a/charts/stable/kdenlive/README.md +++ b/charts/stable/kdenlive/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kdenlive) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kdenlive) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/kdenlive + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/keeweb/Chart.yaml b/charts/stable/keeweb/Chart.yaml index 3866777bf40..bdfe5aefdc4 100644 --- a/charts/stable/keeweb/Chart.yaml +++ b/charts/stable/keeweb/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Tools-Utilities - Network-Web - Network-Management -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/keeweb - https://hub.docker.com/r/antelle/keeweb type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/keeweb/README.md b/charts/stable/keeweb/README.md index 0ccee8c46b8..3095198550a 100644 --- a/charts/stable/keeweb/README.md +++ b/charts/stable/keeweb/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/keeweb) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/keeweb) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/keeweb + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kerbalspaceprogram-lmp/Chart.yaml b/charts/stable/kerbalspaceprogram-lmp/Chart.yaml index 7cb4cbab11c..b7152a0a336 100644 --- a/charts/stable/kerbalspaceprogram-lmp/Chart.yaml +++ b/charts/stable/kerbalspaceprogram-lmp/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.w keywords: - kerbalspaceprogram-lmp - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kerbalspaceprogram-lmp - https://hub.docker.com/r/ich777/lunamultiplayer-ksp type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/kerbalspaceprogram-lmp/README.md b/charts/stable/kerbalspaceprogram-lmp/README.md index fedd49ce7b8..04af0b2d6bb 100644 --- a/charts/stable/kerbalspaceprogram-lmp/README.md +++ b/charts/stable/kerbalspaceprogram-lmp/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kerbalspaceprogram-lmp) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kerbalspaceprogram-lmp) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/kerbalspaceprogram-lmp + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kerio-connect/Chart.yaml b/charts/stable/kerio-connect/Chart.yaml index 8a41f167eef..b68aeb39729 100644 --- a/charts/stable/kerio-connect/Chart.yaml +++ b/charts/stable/kerio-connect/Chart.yaml @@ -24,7 +24,7 @@ keywords: - kerio-connect - Network-Web - Network-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kerio-connect - https://hub.docker.com/r/chvb/docker-kerio-connect type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/kerio-connect/README.md b/charts/stable/kerio-connect/README.md index 4301c89c56f..b0dfd28fd35 100644 --- a/charts/stable/kerio-connect/README.md +++ b/charts/stable/kerio-connect/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kerio-connect) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kerio-connect) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/kerio-connect + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kitana/Chart.yaml b/charts/stable/kitana/Chart.yaml index 1a6697788b0..df9bd7307a5 100644 --- a/charts/stable/kitana/Chart.yaml +++ b/charts/stable/kitana/Chart.yaml @@ -25,7 +25,7 @@ keywords: - home-automation - Tools-Utilities - MediaApp-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kitana - https://hub.docker.com/r/pannal/kitana type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/kitana/README.md b/charts/stable/kitana/README.md index 1841d139aa5..c23f063cae2 100644 --- a/charts/stable/kitana/README.md +++ b/charts/stable/kitana/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kitana) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kitana) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/kitana + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kitchenowl/Chart.yaml b/charts/stable/kitchenowl/Chart.yaml index e13956ab5f0..9c5e816d589 100644 --- a/charts/stable/kitchenowl/Chart.yaml +++ b/charts/stable/kitchenowl/Chart.yaml @@ -24,7 +24,7 @@ keywords: - recipes - kitchen - grocery -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://hub.docker.com/r/tombursch/kitchenowl-web - https://hub.docker.com/r/tombursch/kitchenowl type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/kitchenowl/README.md b/charts/stable/kitchenowl/README.md index 51f332a059b..d4b29d49402 100644 --- a/charts/stable/kitchenowl/README.md +++ b/charts/stable/kitchenowl/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kitchenowl) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kitchenowl) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/kitchenowl + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kiwix-serve/Chart.yaml b/charts/stable/kiwix-serve/Chart.yaml index 0e9dc03d23e..070dde144f5 100644 --- a/charts/stable/kiwix-serve/Chart.yaml +++ b/charts/stable/kiwix-serve/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.webp keywords: - kiwix-serve - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kiwix-serve - https://ghcr.io/kiwix/kiwix-serve type: application -version: 8.9.7 +version: 8.9.8 diff --git a/charts/stable/kiwix-serve/README.md b/charts/stable/kiwix-serve/README.md index 3a916b2d6ee..76740190ca8 100644 --- a/charts/stable/kiwix-serve/README.md +++ b/charts/stable/kiwix-serve/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kiwix-serve) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kiwix-serve) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/kiwix-serve + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml index 7c48d0f1684..5f0a1dec70e 100644 --- a/charts/stable/kms/Chart.yaml +++ b/charts/stable/kms/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/kms icon: https://truecharts.org/img/hotlink-ok/chart-icons/kms.webp keywords: - kms -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kms - https://hub.docker.com/r/pykmsorg/py-kms type: application -version: 18.8.7 +version: 18.8.8 diff --git a/charts/stable/kms/README.md b/charts/stable/kms/README.md index 8fb5f2be7c7..28aba3c1c0f 100644 --- a/charts/stable/kms/README.md +++ b/charts/stable/kms/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kms) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kms) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/kms + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kodi-headless/Chart.yaml b/charts/stable/kodi-headless/Chart.yaml index 91016121f1c..f4b1c840efd 100644 --- a/charts/stable/kodi-headless/Chart.yaml +++ b/charts/stable/kodi-headless/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/kodi-headless icon: https://truecharts.org/img/hotlink-ok/chart-icons/kodi-headless.webp keywords: - kodi-headless -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless - https://hub.docker.com/r/linuxserver/kodi-headless type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/kodi-headless/README.md b/charts/stable/kodi-headless/README.md index 227a1cbf4f1..dfd033ff99b 100644 --- a/charts/stable/kodi-headless/README.md +++ b/charts/stable/kodi-headless/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kodi-headless) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kodi-headless) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/kodi-headless + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml index ed82288bcc3..3c35525ae5b 100644 --- a/charts/stable/komga/Chart.yaml +++ b/charts/stable/komga/Chart.yaml @@ -25,7 +25,7 @@ keywords: - comics - mangas - server -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/komga - https://hub.docker.com/r/gotson/komga type: application -version: 13.9.1 +version: 13.9.2 diff --git a/charts/stable/komga/README.md b/charts/stable/komga/README.md index 3f26d1e5a73..3035921e9bb 100644 --- a/charts/stable/komga/README.md +++ b/charts/stable/komga/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/komga) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/komga) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/komga + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kopia/Chart.yaml b/charts/stable/kopia/Chart.yaml index dfb8453e9e1..75ba8729e87 100644 --- a/charts/stable/kopia/Chart.yaml +++ b/charts/stable/kopia/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/kopia icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.webp keywords: - backup -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kopia - https://hub.docker.com/r/kopia/kopia type: application -version: 11.10.3 +version: 11.10.4 diff --git a/charts/stable/kopia/README.md b/charts/stable/kopia/README.md index b033b421756..61266a1c844 100644 --- a/charts/stable/kopia/README.md +++ b/charts/stable/kopia/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kopia) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kopia) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/kopia + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/krusader/Chart.yaml b/charts/stable/krusader/Chart.yaml index 28c2a756cee..7d228663085 100644 --- a/charts/stable/krusader/Chart.yaml +++ b/charts/stable/krusader/Chart.yaml @@ -24,7 +24,7 @@ keywords: - krusader - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/krusader - https://hub.docker.com/r/ich777/krusader type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/krusader/README.md b/charts/stable/krusader/README.md index a11abf34634..293a47b6a16 100644 --- a/charts/stable/krusader/README.md +++ b/charts/stable/krusader/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/krusader) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/krusader) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/krusader + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lama-cleaner/Chart.yaml b/charts/stable/lama-cleaner/Chart.yaml index 901f4ff1cc6..a34e33726be 100644 --- a/charts/stable/lama-cleaner/Chart.yaml +++ b/charts/stable/lama-cleaner/Chart.yaml @@ -24,7 +24,7 @@ keywords: - lama-cleaner - media - AI -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner - https://hub.docker.com/r/cwq1913/lama-cleaner type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/lama-cleaner/README.md b/charts/stable/lama-cleaner/README.md index 9985aa6f8e6..3ff8d4e00ef 100644 --- a/charts/stable/lama-cleaner/README.md +++ b/charts/stable/lama-cleaner/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lama-cleaner) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lama-cleaner) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/lama-cleaner + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lancache-dns/Chart.yaml b/charts/stable/lancache-dns/Chart.yaml index a1002180936..646fb8a23c7 100644 --- a/charts/stable/lancache-dns/Chart.yaml +++ b/charts/stable/lancache-dns/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-dns.webp keywords: - lancache-dns - dns -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-dns - https://hub.docker.com/r/lancachenet/lancache-dns type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/lancache-dns/README.md b/charts/stable/lancache-dns/README.md index 4a1a4037843..2ff60f705bd 100644 --- a/charts/stable/lancache-dns/README.md +++ b/charts/stable/lancache-dns/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lancache-dns) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lancache-dns) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/lancache-dns + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lancache-monolithic/Chart.yaml b/charts/stable/lancache-monolithic/Chart.yaml index 822d96a0447..e1ab98d9536 100644 --- a/charts/stable/lancache-monolithic/Chart.yaml +++ b/charts/stable/lancache-monolithic/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.webp keywords: - monolithic - lancache -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,7 +32,7 @@ name: lancache-monolithic sources: - https://github.com/lancachenet/monolithic - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic - - https://hub.docker.com/r/ich777/lancache-prefill - https://hub.docker.com/r/lancachenet/monolithic + - https://hub.docker.com/r/ich777/lancache-prefill type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/lancache-monolithic/README.md b/charts/stable/lancache-monolithic/README.md index 8bafed5790e..f4987119dbd 100644 --- a/charts/stable/lancache-monolithic/README.md +++ b/charts/stable/lancache-monolithic/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lancache-monolithic) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lancache-monolithic) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/lancache-monolithic + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lanraragi/Chart.yaml b/charts/stable/lanraragi/Chart.yaml index b34fa66326c..19a0ca970b0 100644 --- a/charts/stable/lanraragi/Chart.yaml +++ b/charts/stable/lanraragi/Chart.yaml @@ -24,7 +24,7 @@ keywords: - lanraragi - comics - manga -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi - https://hub.docker.com/r/difegue/lanraragi type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/lanraragi/README.md b/charts/stable/lanraragi/README.md index 2776ee5523a..7a80605a9d0 100644 --- a/charts/stable/lanraragi/README.md +++ b/charts/stable/lanraragi/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lanraragi) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lanraragi) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/lanraragi + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lastoasis/Chart.yaml b/charts/stable/lastoasis/Chart.yaml index 8f186aba1fa..7db559f900c 100644 --- a/charts/stable/lastoasis/Chart.yaml +++ b/charts/stable/lastoasis/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/lastoasis.webp keywords: - lastoasis - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lastoasis - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/lastoasis/README.md b/charts/stable/lastoasis/README.md index 2eca780d09e..25e35f72fb7 100644 --- a/charts/stable/lastoasis/README.md +++ b/charts/stable/lastoasis/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lastoasis) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lastoasis) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/lastoasis + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index 7d3d0dffbd0..ce456898a87 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lazylibrarian - https://ghcr.io/linuxserver/lazylibrarian type: application -version: 18.8.10 +version: 18.8.11 diff --git a/charts/stable/lazylibrarian/README.md b/charts/stable/lazylibrarian/README.md index edda23e58f4..33b0265ef37 100644 --- a/charts/stable/lazylibrarian/README.md +++ b/charts/stable/lazylibrarian/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lazylibrarian) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lazylibrarian) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/lazylibrarian + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/leaf2mqtt/Chart.yaml b/charts/stable/leaf2mqtt/Chart.yaml index f59b9a94f98..c5aac5ef83c 100644 --- a/charts/stable/leaf2mqtt/Chart.yaml +++ b/charts/stable/leaf2mqtt/Chart.yaml @@ -26,7 +26,7 @@ keywords: - nissan - kamereon - carwings -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt - https://ghcr.io/k8s-at-home/leaf2mqtt type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/leaf2mqtt/README.md b/charts/stable/leaf2mqtt/README.md index 955036d0b02..9cfabd64216 100644 --- a/charts/stable/leaf2mqtt/README.md +++ b/charts/stable/leaf2mqtt/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/leaf2mqtt) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/leaf2mqtt) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/leaf2mqtt + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/left4dead/Chart.yaml b/charts/stable/left4dead/Chart.yaml index 4837531e5fb..4544db9f6a9 100644 --- a/charts/stable/left4dead/Chart.yaml +++ b/charts/stable/left4dead/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/left4dead.webp keywords: - left4dead - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/left4dead - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/left4dead/README.md b/charts/stable/left4dead/README.md index 6327d1d4369..8a479590d92 100644 --- a/charts/stable/left4dead/README.md +++ b/charts/stable/left4dead/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/left4dead) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/left4dead) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/left4dead + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lemur-cfssl/Chart.yaml b/charts/stable/lemur-cfssl/Chart.yaml index dbde65548c4..12b2eca83d7 100644 --- a/charts/stable/lemur-cfssl/Chart.yaml +++ b/charts/stable/lemur-cfssl/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/lemur-cfssl.webp keywords: - lemur-cfssl - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lemur-cfssl - https://hub.docker.com/r/halianelf/lemur type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/lemur-cfssl/README.md b/charts/stable/lemur-cfssl/README.md index 2c78cae9655..bf5a0d012aa 100644 --- a/charts/stable/lemur-cfssl/README.md +++ b/charts/stable/lemur-cfssl/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lemur-cfssl) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lemur-cfssl) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/lemur-cfssl + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/libreddit/Chart.yaml b/charts/stable/libreddit/Chart.yaml index ba49b5e85b0..c8e4f5771e9 100644 --- a/charts/stable/libreddit/Chart.yaml +++ b/charts/stable/libreddit/Chart.yaml @@ -24,7 +24,7 @@ keywords: - reddit - libreddit - social -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/libreddit - https://hub.docker.com/r/libreddit/libreddit type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/libreddit/README.md b/charts/stable/libreddit/README.md index 8fef8086b8c..d6aa94da189 100644 --- a/charts/stable/libreddit/README.md +++ b/charts/stable/libreddit/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/libreddit) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/libreddit) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/libreddit + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/libremdb/README.md b/charts/stable/libremdb/README.md index 31670a301f0..29f9e4fe83f 100644 --- a/charts/stable/libremdb/README.md +++ b/charts/stable/libremdb/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/libremdb) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/libremdb) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/libremdb + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/librespeed/README.md b/charts/stable/librespeed/README.md index e7948fa0703..a9754f9d85d 100644 --- a/charts/stable/librespeed/README.md +++ b/charts/stable/librespeed/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/librespeed) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/librespeed) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/librespeed + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index f0ffe32ad0d..c1816f3ca70 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -24,7 +24,7 @@ keywords: - lidarr - torrent - usenet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,7 +33,7 @@ name: lidarr sources: - https://github.com/Lidarr/Lidarr - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr - - https://ghcr.io/onedr0p/lidarr-develop - https://ghcr.io/onedr0p/exportarr + - https://ghcr.io/onedr0p/lidarr-develop type: application -version: 21.6.10 +version: 21.6.11 diff --git a/charts/stable/lidarr/README.md b/charts/stable/lidarr/README.md index 5dd4de9f508..09dc414f811 100644 --- a/charts/stable/lidarr/README.md +++ b/charts/stable/lidarr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lidarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lidarr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/lidarr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lingva/Chart.yaml b/charts/stable/lingva/Chart.yaml index 96739494455..27903e6db76 100644 --- a/charts/stable/lingva/Chart.yaml +++ b/charts/stable/lingva/Chart.yaml @@ -24,7 +24,7 @@ keywords: - lingva - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lingva - https://hub.docker.com/r/thedaviddelta/lingva-translate type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/lingva/README.md b/charts/stable/lingva/README.md index 4654569ba33..88043ea0a08 100644 --- a/charts/stable/lingva/README.md +++ b/charts/stable/lingva/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lingva) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lingva) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/lingva + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/linkding/Chart.yaml b/charts/stable/linkding/Chart.yaml index b86e512ff29..b92277e08fc 100644 --- a/charts/stable/linkding/Chart.yaml +++ b/charts/stable/linkding/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.webp keywords: - bookmarks - links -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/linkding - https://hub.docker.com/r/sissbruecker/linkding type: application -version: 9.14.0 +version: 9.14.1 diff --git a/charts/stable/linkding/README.md b/charts/stable/linkding/README.md index 372e7a4b830..65cb8085c48 100644 --- a/charts/stable/linkding/README.md +++ b/charts/stable/linkding/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/linkding) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/linkding) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/linkding + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/linkwallet/Chart.yaml b/charts/stable/linkwallet/Chart.yaml index 7bbb2c08b90..6704c28cfca 100644 --- a/charts/stable/linkwallet/Chart.yaml +++ b/charts/stable/linkwallet/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/linkwallet icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwallet.webp keywords: - bookmarks -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/linkwallet - https://hub.docker.com/r/tardisx/linkwallet type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/linkwallet/README.md b/charts/stable/linkwallet/README.md index 18809a70a30..5df99a1243f 100644 --- a/charts/stable/linkwallet/README.md +++ b/charts/stable/linkwallet/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/linkwallet) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/linkwallet) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/linkwallet + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/linkwarden/Chart.yaml b/charts/stable/linkwarden/Chart.yaml index 84a0505b700..7f712a9cc5d 100644 --- a/charts/stable/linkwarden/Chart.yaml +++ b/charts/stable/linkwarden/Chart.yaml @@ -24,7 +24,7 @@ keywords: - linkwarden - bookmark - manager -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden - https://ghcr.io/linkwarden/linkwarden type: application -version: 4.9.9 +version: 4.9.10 diff --git a/charts/stable/linkwarden/README.md b/charts/stable/linkwarden/README.md index 06738c52dca..ac3d4921e3a 100644 --- a/charts/stable/linkwarden/README.md +++ b/charts/stable/linkwarden/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/linkwarden) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/linkwarden) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/linkwarden + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml index 97e2933d7f6..09e8b9a628a 100644 --- a/charts/stable/littlelink/Chart.yaml +++ b/charts/stable/littlelink/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/littlelink icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.webp keywords: - littlelink -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/littlelink - https://ghcr.io/techno-tim/littlelink-server type: application -version: 13.8.8 +version: 13.8.9 diff --git a/charts/stable/littlelink/README.md b/charts/stable/littlelink/README.md index 37bbd136eb0..b4218f19de7 100644 --- a/charts/stable/littlelink/README.md +++ b/charts/stable/littlelink/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/littlelink) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/littlelink) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/littlelink + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/livestreamdvr/Chart.yaml b/charts/stable/livestreamdvr/Chart.yaml index bfeb81e6725..65f27f4b3ba 100644 --- a/charts/stable/livestreamdvr/Chart.yaml +++ b/charts/stable/livestreamdvr/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/livestreamdvr.webp keywords: - livestreamdvr - MediaApp-Video -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/livestreamdvr - https://hub.docker.com/r/mrbrax/twitchautomator type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/livestreamdvr/README.md b/charts/stable/livestreamdvr/README.md index 22bf9649d9c..7eac05049ee 100644 --- a/charts/stable/livestreamdvr/README.md +++ b/charts/stable/livestreamdvr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/livestreamdvr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/livestreamdvr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/livestreamdvr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/llalon-github-backup/Chart.yaml b/charts/stable/llalon-github-backup/Chart.yaml index 2b8bf5e537d..d9ef2871054 100644 --- a/charts/stable/llalon-github-backup/Chart.yaml +++ b/charts/stable/llalon-github-backup/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/llalon-github-backup.web keywords: - llalon-github-backup - Backup -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/llalon-github-backup - https://hub.docker.com/r/llalon/github-backup type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/llalon-github-backup/README.md b/charts/stable/llalon-github-backup/README.md index 9f2e4508a14..d33d8bcb32f 100644 --- a/charts/stable/llalon-github-backup/README.md +++ b/charts/stable/llalon-github-backup/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/llalon-github-backup) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/llalon-github-backup) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/llalon-github-backup + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lldap/Chart.yaml b/charts/stable/lldap/Chart.yaml index 4dc171e916b..e647ca38873 100644 --- a/charts/stable/lldap/Chart.yaml +++ b/charts/stable/lldap/Chart.yaml @@ -25,7 +25,7 @@ keywords: - ldap - authentication - auth -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lldap - https://hub.docker.com/r/nitnelave/lldap type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/lldap/README.md b/charts/stable/lldap/README.md index f148af068c7..e5d3710b8ad 100644 --- a/charts/stable/lldap/README.md +++ b/charts/stable/lldap/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lldap) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lldap) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/lldap + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index 1f80869e575..fa9b8dd8e23 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.webp keywords: - local-ai - ai -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai - https://hub.docker.com/r/localai/localai type: application -version: 9.32.21 +version: 9.32.22 diff --git a/charts/stable/local-ai/README.md b/charts/stable/local-ai/README.md index 3936c09f036..a960ea15ee3 100644 --- a/charts/stable/local-ai/README.md +++ b/charts/stable/local-ai/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/local-ai) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/local-ai) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/local-ai + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/logitech-media-server/Chart.yaml b/charts/stable/logitech-media-server/Chart.yaml index b6e86ac9aac..e7294aa5edd 100644 --- a/charts/stable/logitech-media-server/Chart.yaml +++ b/charts/stable/logitech-media-server/Chart.yaml @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server - https://hub.docker.com/r/lmscommunity/logitechmediaserver type: application -version: 11.8.16 +version: 11.8.17 diff --git a/charts/stable/logitech-media-server/README.md b/charts/stable/logitech-media-server/README.md index 97c6ce7ecca..b0b2e25f18e 100644 --- a/charts/stable/logitech-media-server/README.md +++ b/charts/stable/logitech-media-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/logitech-media-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/logitech-media-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/logitech-media-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/longvinter/Chart.yaml b/charts/stable/longvinter/Chart.yaml index 755a6498b29..de0c8639c68 100644 --- a/charts/stable/longvinter/Chart.yaml +++ b/charts/stable/longvinter/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/longvinter.webp keywords: - longvinter - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/longvinter - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/longvinter/README.md b/charts/stable/longvinter/README.md index 5affea9e8ef..3789cf0bb8b 100644 --- a/charts/stable/longvinter/README.md +++ b/charts/stable/longvinter/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/longvinter) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/longvinter) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/longvinter + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mailpile/Chart.yaml b/charts/stable/mailpile/Chart.yaml index 711143a1585..2457cd153b0 100644 --- a/charts/stable/mailpile/Chart.yaml +++ b/charts/stable/mailpile/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Productivity - Network-Web - Network-Messenger -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mailpile - https://hub.docker.com/r/rroemhild/mailpile type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/mailpile/README.md b/charts/stable/mailpile/README.md index b6d74ae503a..a75b41721f3 100644 --- a/charts/stable/mailpile/README.md +++ b/charts/stable/mailpile/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mailpile) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mailpile) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mailpile + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/maintainerr/Chart.yaml b/charts/stable/maintainerr/Chart.yaml index 6f4084eb0a3..dfc46d679a2 100644 --- a/charts/stable/maintainerr/Chart.yaml +++ b/charts/stable/maintainerr/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.webp keywords: - maintainerr - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr - https://hub.docker.com/r/jorenn92/maintainerr type: application -version: 2.8.7 +version: 2.8.8 diff --git a/charts/stable/maintainerr/README.md b/charts/stable/maintainerr/README.md index 922aacdf60c..32215ade75c 100644 --- a/charts/stable/maintainerr/README.md +++ b/charts/stable/maintainerr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/maintainerr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/maintainerr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/maintainerr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/makemkv/Chart.yaml b/charts/stable/makemkv/Chart.yaml index d7a541d1db6..8cbf4a41f50 100644 --- a/charts/stable/makemkv/Chart.yaml +++ b/charts/stable/makemkv/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/makemkv icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.webp keywords: - mkv -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv - https://hub.docker.com/r/jlesage/makemkv type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/makemkv/README.md b/charts/stable/makemkv/README.md index 4a24bb40af1..ba3c22b0f28 100644 --- a/charts/stable/makemkv/README.md +++ b/charts/stable/makemkv/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/makemkv) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/makemkv) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/makemkv + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/maloja/Chart.yaml b/charts/stable/maloja/Chart.yaml index e8c09a866cb..282a215c279 100644 --- a/charts/stable/maloja/Chart.yaml +++ b/charts/stable/maloja/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.webp keywords: - maloja - MediaServer-Music -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/maloja - https://hub.docker.com/r/krateng/maloja type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/maloja/README.md b/charts/stable/maloja/README.md index 5d7183faf37..8c1e55a7cd8 100644 --- a/charts/stable/maloja/README.md +++ b/charts/stable/maloja/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/maloja) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/maloja) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/maloja + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mango/Chart.yaml b/charts/stable/mango/Chart.yaml index d0dae7b6211..2e4511b77d3 100644 --- a/charts/stable/mango/Chart.yaml +++ b/charts/stable/mango/Chart.yaml @@ -24,7 +24,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/mango.webp keywords: - mango - MediaApp-Books -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mango - https://hub.docker.com/r/hkalexling/mango type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/mango/README.md b/charts/stable/mango/README.md index 61bdb4e0633..09c53f04cb0 100644 --- a/charts/stable/mango/README.md +++ b/charts/stable/mango/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mango) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mango) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mango + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mariadb/Chart.yaml b/charts/stable/mariadb/Chart.yaml index 31bb25c6f5a..83192a673ee 100644 --- a/charts/stable/mariadb/Chart.yaml +++ b/charts/stable/mariadb/Chart.yaml @@ -25,7 +25,7 @@ keywords: - mysql - database - sql -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mariadb - https://hub.docker.com/r/bitnami/mariadb type: application -version: 13.9.12 +version: 13.9.13 diff --git a/charts/stable/mariadb/README.md b/charts/stable/mariadb/README.md index 46dbfc0ac13..189f5810825 100644 --- a/charts/stable/mariadb/README.md +++ b/charts/stable/mariadb/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mariadb) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mariadb) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mariadb + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml index acbbeb2d0aa..ffe732cdb3c 100644 --- a/charts/stable/matomo/Chart.yaml +++ b/charts/stable/matomo/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/matomo icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.webp keywords: - analytics -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/matomo - https://hub.docker.com/r/bitnami/matomo type: application -version: 13.15.13 +version: 13.15.14 diff --git a/charts/stable/matomo/README.md b/charts/stable/matomo/README.md index 8408e32ff46..841480e6b62 100644 --- a/charts/stable/matomo/README.md +++ b/charts/stable/matomo/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/matomo) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/matomo) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/matomo + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mattermost/Chart.yaml b/charts/stable/mattermost/Chart.yaml index 1e2a98c0b24..99011828d05 100644 --- a/charts/stable/mattermost/Chart.yaml +++ b/charts/stable/mattermost/Chart.yaml @@ -24,7 +24,7 @@ keywords: - team - mattermost - development -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost - https://hub.docker.com/r/mattermost/mattermost-enterprise-edition type: application -version: 12.9.8 +version: 12.9.9 diff --git a/charts/stable/mattermost/README.md b/charts/stable/mattermost/README.md index 11ae5603991..3530a04f620 100644 --- a/charts/stable/mattermost/README.md +++ b/charts/stable/mattermost/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mattermost) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mattermost) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mattermost + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mc-router/Chart.yaml b/charts/stable/mc-router/Chart.yaml index 189a3a6d608..eb64e595b59 100644 --- a/charts/stable/mc-router/Chart.yaml +++ b/charts/stable/mc-router/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/mc-router.webp keywords: - mc-router - minecraft -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mc-router - https://hub.docker.com/r/itzg/mc-router type: application -version: 4.8.8 +version: 4.8.9 diff --git a/charts/stable/mc-router/README.md b/charts/stable/mc-router/README.md index 9e806f7fa92..8b81fef63ff 100644 --- a/charts/stable/mc-router/README.md +++ b/charts/stable/mc-router/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mc-router) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mc-router) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mc-router + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index 4ae59a33363..9b97a4f35e9 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/mealie icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.webp keywords: - grocy -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mealie - https://ghcr.io/mealie-recipes/mealie type: application -version: 21.12.2 +version: 21.12.3 diff --git a/charts/stable/mealie/README.md b/charts/stable/mealie/README.md index 78a7815f5b7..c9990961e3a 100644 --- a/charts/stable/mealie/README.md +++ b/charts/stable/mealie/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mealie) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mealie) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mealie + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/media-roller/Chart.yaml b/charts/stable/media-roller/Chart.yaml index 2e19532e7b7..fccc03b7372 100644 --- a/charts/stable/media-roller/Chart.yaml +++ b/charts/stable/media-roller/Chart.yaml @@ -24,7 +24,7 @@ keywords: - media-roller - Tools-Utilities - MediaApp-Video -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/media-roller - https://hub.docker.com/r/ronnieroller/media-roller type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/media-roller/README.md b/charts/stable/media-roller/README.md index 151117375a5..b7b43c0e973 100644 --- a/charts/stable/media-roller/README.md +++ b/charts/stable/media-roller/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/media-roller) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/media-roller) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/media-roller + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mediaelch/Chart.yaml b/charts/stable/mediaelch/Chart.yaml index 020677aa0b5..35d1fded211 100644 --- a/charts/stable/mediaelch/Chart.yaml +++ b/charts/stable/mediaelch/Chart.yaml @@ -24,7 +24,7 @@ keywords: - mediaelch - Tools - MediaApp-Video -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mediaelch - https://hub.docker.com/r/masonxx/mediaelch type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/mediaelch/README.md b/charts/stable/mediaelch/README.md index 788c146fb99..61306ea3cef 100644 --- a/charts/stable/mediaelch/README.md +++ b/charts/stable/mediaelch/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mediaelch) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mediaelch) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mediaelch + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mediagoblin/Chart.yaml b/charts/stable/mediagoblin/Chart.yaml index bb80133c52e..34ccb3545c4 100644 --- a/charts/stable/mediagoblin/Chart.yaml +++ b/charts/stable/mediagoblin/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" +description: 'MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style=''color: #ff9900;'']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]' home: https://truecharts.org/charts/stable/mediagoblin icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediagoblin.webp keywords: - mediagoblin - MediaApp-Photos -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mediagoblin - https://hub.docker.com/r/mtlynch/mediagoblin type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/mediagoblin/README.md b/charts/stable/mediagoblin/README.md index ada511a49fe..e61743f2cd4 100644 --- a/charts/stable/mediagoblin/README.md +++ b/charts/stable/mediagoblin/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mediagoblin) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mediagoblin) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mediagoblin + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mediainfo/Chart.yaml b/charts/stable/mediainfo/Chart.yaml index 25fde4e59f4..2401a7390e5 100644 --- a/charts/stable/mediainfo/Chart.yaml +++ b/charts/stable/mediainfo/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediainfo.webp keywords: - info - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo - https://hub.docker.com/r/jlesage/mediainfo type: application -version: 9.9.7 +version: 9.9.8 diff --git a/charts/stable/mediainfo/README.md b/charts/stable/mediainfo/README.md index d58023daa4e..b22c311939b 100644 --- a/charts/stable/mediainfo/README.md +++ b/charts/stable/mediainfo/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mediainfo) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mediainfo) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mediainfo + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/medusa/Chart.yaml b/charts/stable/medusa/Chart.yaml index 26ad20fb558..2aa4a295bf8 100644 --- a/charts/stable/medusa/Chart.yaml +++ b/charts/stable/medusa/Chart.yaml @@ -27,7 +27,7 @@ keywords: - manager - tv - shows -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -39,4 +39,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/medusa - https://ghcr.io/linuxserver/medusa type: application -version: 10.8.9 +version: 10.8.10 diff --git a/charts/stable/medusa/README.md b/charts/stable/medusa/README.md index b2511eddb94..6267bbccfc6 100644 --- a/charts/stable/medusa/README.md +++ b/charts/stable/medusa/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/medusa) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/medusa) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/medusa + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/megasync/Chart.yaml b/charts/stable/megasync/Chart.yaml index 24a9ac9359f..1d8792beb96 100644 --- a/charts/stable/megasync/Chart.yaml +++ b/charts/stable/megasync/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Productivity - Tools-Utilities - Backup -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/megasync - https://hub.docker.com/r/ich777/megasync type: application -version: 6.8.8 +version: 6.8.9 diff --git a/charts/stable/megasync/README.md b/charts/stable/megasync/README.md index 2e375b14952..811e867cc83 100644 --- a/charts/stable/megasync/README.md +++ b/charts/stable/megasync/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/megasync) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/megasync) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/megasync + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/memcached/Chart.yaml b/charts/stable/memcached/Chart.yaml index 9c3a83822c2..a6ea844fe5e 100644 --- a/charts/stable/memcached/Chart.yaml +++ b/charts/stable/memcached/Chart.yaml @@ -24,7 +24,7 @@ keywords: - memcached - database - cache -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/memcached - https://hub.docker.com/r/bitnami/memcached type: application -version: 12.9.7 +version: 12.9.8 diff --git a/charts/stable/memcached/README.md b/charts/stable/memcached/README.md index 3ac336f3020..2074658e2ba 100644 --- a/charts/stable/memcached/README.md +++ b/charts/stable/memcached/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/memcached) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/memcached) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/memcached + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/memories-of-mars/Chart.yaml b/charts/stable/memories-of-mars/Chart.yaml index e33e4ee5e9d..3689f63bcc7 100644 --- a/charts/stable/memories-of-mars/Chart.yaml +++ b/charts/stable/memories-of-mars/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/memories-of-mars.webp keywords: - memories-of-mars - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/memories-of-mars - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/memories-of-mars/README.md b/charts/stable/memories-of-mars/README.md index 518594a498b..1169887fad0 100644 --- a/charts/stable/memories-of-mars/README.md +++ b/charts/stable/memories-of-mars/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/memories-of-mars) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/memories-of-mars) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/memories-of-mars + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/meshcentral/Chart.yaml b/charts/stable/meshcentral/Chart.yaml index ecc0db68dcd..a019c201efd 100644 --- a/charts/stable/meshcentral/Chart.yaml +++ b/charts/stable/meshcentral/Chart.yaml @@ -24,7 +24,7 @@ keywords: - meshcentral - teamviewer - rdp -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral - https://ghcr.io/ylianst/meshcentral type: application -version: 15.8.7 +version: 15.8.8 diff --git a/charts/stable/meshcentral/README.md b/charts/stable/meshcentral/README.md index 8d51bf653f9..b5008cf17fb 100644 --- a/charts/stable/meshcentral/README.md +++ b/charts/stable/meshcentral/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/meshcentral) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/meshcentral) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/meshcentral + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/meshroom/Chart.yaml b/charts/stable/meshroom/Chart.yaml index 1735fabe126..537f6e6bb1d 100644 --- a/charts/stable/meshroom/Chart.yaml +++ b/charts/stable/meshroom/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/meshroom icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.webp keywords: - meshroom -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/meshroom - https://hub.docker.com/r/alicevision/meshroom type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/meshroom/README.md b/charts/stable/meshroom/README.md index d4187d4be34..03e8701fb8f 100644 --- a/charts/stable/meshroom/README.md +++ b/charts/stable/meshroom/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/meshroom) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/meshroom) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/meshroom + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/metabase/Chart.yaml b/charts/stable/metabase/Chart.yaml index b810cea1bef..35749a04df3 100644 --- a/charts/stable/metabase/Chart.yaml +++ b/charts/stable/metabase/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/metabase icon: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.webp keywords: - metabase -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/metabase - https://hub.docker.com/r/metabase/metabase type: application -version: 3.9.10 +version: 3.9.11 diff --git a/charts/stable/metabase/README.md b/charts/stable/metabase/README.md index 400c5007999..0e6047e2fd1 100644 --- a/charts/stable/metabase/README.md +++ b/charts/stable/metabase/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/metabase) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/metabase) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/metabase + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/metatube/Chart.yaml b/charts/stable/metatube/Chart.yaml index 23039b9e329..4f4a6fa162f 100644 --- a/charts/stable/metatube/Chart.yaml +++ b/charts/stable/metatube/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Downloaders - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/metatube - https://hub.docker.com/r/jvt038/metatube type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/metatube/README.md b/charts/stable/metatube/README.md index 71ce3716a87..49f95e9b26e 100644 --- a/charts/stable/metatube/README.md +++ b/charts/stable/metatube/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/metatube) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/metatube) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/metatube + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/metube/Chart.yaml b/charts/stable/metube/Chart.yaml index a40784814ec..8a195ae6c06 100644 --- a/charts/stable/metube/Chart.yaml +++ b/charts/stable/metube/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.webp keywords: - metube - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/metube - https://hub.docker.com/r/alexta69/metube type: application -version: 12.10.7 +version: 12.10.8 diff --git a/charts/stable/metube/README.md b/charts/stable/metube/README.md index 1c24a013b92..b2bcb292238 100644 --- a/charts/stable/metube/README.md +++ b/charts/stable/metube/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/metube) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/metube) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/metube + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mindustry/Chart.yaml b/charts/stable/mindustry/Chart.yaml index bc2231807ff..73957139340 100644 --- a/charts/stable/mindustry/Chart.yaml +++ b/charts/stable/mindustry/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/mindustry.webp keywords: - mindustry - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mindustry - https://hub.docker.com/r/ich777/mindustry-server type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/mindustry/README.md b/charts/stable/mindustry/README.md index 275bc223fb8..16ef3ba7892 100644 --- a/charts/stable/mindustry/README.md +++ b/charts/stable/mindustry/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mindustry) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mindustry) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mindustry + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minecraft-bedrock/Chart.yaml b/charts/stable/minecraft-bedrock/Chart.yaml index 07e47bcbc67..a25c5ae8046 100644 --- a/charts/stable/minecraft-bedrock/Chart.yaml +++ b/charts/stable/minecraft-bedrock/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/minecraft-bedrock icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.webp keywords: - minecraft -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock - https://hub.docker.com/r/itzg/minecraft-bedrock-server type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/minecraft-bedrock/README.md b/charts/stable/minecraft-bedrock/README.md index 51855ccdfe9..dac50e5e344 100644 --- a/charts/stable/minecraft-bedrock/README.md +++ b/charts/stable/minecraft-bedrock/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minecraft-bedrock) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minecraft-bedrock) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/minecraft-bedrock + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minecraft-bungeecord/Chart.yaml b/charts/stable/minecraft-bungeecord/Chart.yaml index 61a8841d367..634387a5ad4 100644 --- a/charts/stable/minecraft-bungeecord/Chart.yaml +++ b/charts/stable/minecraft-bungeecord/Chart.yaml @@ -24,7 +24,7 @@ keywords: - minecraft-bungeecord - gameserver - minecraft -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bungeecord - https://hub.docker.com/r/itzg/bungeecord type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/minecraft-bungeecord/README.md b/charts/stable/minecraft-bungeecord/README.md index d7f94038a2f..686cb22975b 100644 --- a/charts/stable/minecraft-bungeecord/README.md +++ b/charts/stable/minecraft-bungeecord/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minecraft-bungeecord) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minecraft-bungeecord) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/minecraft-bungeecord + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minecraft-java/Chart.yaml b/charts/stable/minecraft-java/Chart.yaml index 98894f17488..30fd3c30bb3 100644 --- a/charts/stable/minecraft-java/Chart.yaml +++ b/charts/stable/minecraft-java/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.webp keywords: - minecraft-java - minecraft -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://hub.docker.com/r/itzg/minecraft-server - https://hub.docker.com/r/itzg/mc-backup type: application -version: 8.8.8 +version: 8.8.9 diff --git a/charts/stable/minecraft-java/README.md b/charts/stable/minecraft-java/README.md index 45d0c075bb5..f77e859c052 100644 --- a/charts/stable/minecraft-java/README.md +++ b/charts/stable/minecraft-java/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minecraft-java) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minecraft-java) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/minecraft-java + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minetest/Chart.yaml b/charts/stable/minetest/Chart.yaml index 38f2d6e7b8d..bbfffa14287 100644 --- a/charts/stable/minetest/Chart.yaml +++ b/charts/stable/minetest/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/minetest icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.webp keywords: - minetest -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minetest - https://ghcr.io/linuxserver/minetest type: application -version: 8.8.9 +version: 8.8.10 diff --git a/charts/stable/minetest/README.md b/charts/stable/minetest/README.md index 53d5d78274f..ec3de39f354 100644 --- a/charts/stable/minetest/README.md +++ b/charts/stable/minetest/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minetest) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minetest) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/minetest + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/miniflux/Chart.yaml b/charts/stable/miniflux/Chart.yaml index 6016c47830d..15010488f51 100644 --- a/charts/stable/miniflux/Chart.yaml +++ b/charts/stable/miniflux/Chart.yaml @@ -24,7 +24,7 @@ keywords: - miniflux - rss - news -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/miniflux - https://hub.docker.com/r/miniflux/miniflux type: application -version: 14.8.7 +version: 14.8.8 diff --git a/charts/stable/miniflux/README.md b/charts/stable/miniflux/README.md index 8b95fa24062..311b3627e08 100644 --- a/charts/stable/miniflux/README.md +++ b/charts/stable/miniflux/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/miniflux) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/miniflux) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/miniflux + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mininote/Chart.yaml b/charts/stable/mininote/Chart.yaml index 244b38cbed0..0dc85b00923 100644 --- a/charts/stable/mininote/Chart.yaml +++ b/charts/stable/mininote/Chart.yaml @@ -24,7 +24,7 @@ keywords: - mininote - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mininote - https://hub.docker.com/r/n1try/mininote type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/mininote/README.md b/charts/stable/mininote/README.md index e1fa7908e33..a1762007c39 100644 --- a/charts/stable/mininote/README.md +++ b/charts/stable/mininote/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mininote) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mininote) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mininote + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minio-console/Chart.yaml b/charts/stable/minio-console/Chart.yaml index 58cd8e8ff15..2f884aa8841 100644 --- a/charts/stable/minio-console/Chart.yaml +++ b/charts/stable/minio-console/Chart.yaml @@ -24,7 +24,7 @@ keywords: - minio-console - minio - s3 -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minio-console - https://hub.docker.com/r/minio/console type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/minio-console/README.md b/charts/stable/minio-console/README.md index 1ade206d366..46590a241f3 100644 --- a/charts/stable/minio-console/README.md +++ b/charts/stable/minio-console/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minio-console) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minio-console) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/minio-console + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minio/Chart.yaml b/charts/stable/minio/Chart.yaml index 2ace2c07308..f6212d83602 100644 --- a/charts/stable/minio/Chart.yaml +++ b/charts/stable/minio/Chart.yaml @@ -24,7 +24,7 @@ keywords: - minio - s3 - storage -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minio - https://hub.docker.com/r/minio/minio type: application -version: 11.9.7 +version: 11.9.8 diff --git a/charts/stable/minio/README.md b/charts/stable/minio/README.md index 73e84ef66be..2903b406a54 100644 --- a/charts/stable/minio/README.md +++ b/charts/stable/minio/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minio) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minio) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/minio + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minisatip/Chart.yaml b/charts/stable/minisatip/Chart.yaml index 3b7140646dc..241e6181441 100644 --- a/charts/stable/minisatip/Chart.yaml +++ b/charts/stable/minisatip/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/minisatip icon: https://truecharts.org/img/hotlink-ok/chart-icons/minisatip.webp keywords: - minisatip -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minisatip - https://ghcr.io/linuxserver/minisatip type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/minisatip/README.md b/charts/stable/minisatip/README.md index 64aa2f6cc13..5e41db05a87 100644 --- a/charts/stable/minisatip/README.md +++ b/charts/stable/minisatip/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minisatip) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minisatip) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/minisatip + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/misskey/Chart.yaml b/charts/stable/misskey/Chart.yaml index 9f3ff5d3e1e..3dd2ce2cf97 100644 --- a/charts/stable/misskey/Chart.yaml +++ b/charts/stable/misskey/Chart.yaml @@ -34,7 +34,7 @@ keywords: - Social Media - Fediverse - ActivityPub -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -45,4 +45,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/misskey - https://hub.docker.com/r/misskey/misskey type: application -version: 8.11.13 +version: 8.11.14 diff --git a/charts/stable/misskey/README.md b/charts/stable/misskey/README.md index 2e0a4b68dc2..b43e732b3e1 100644 --- a/charts/stable/misskey/README.md +++ b/charts/stable/misskey/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/misskey) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/misskey) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/misskey + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mkvcleaver/Chart.yaml b/charts/stable/mkvcleaver/Chart.yaml index 724f49981f7..a1f92d8062a 100644 --- a/charts/stable/mkvcleaver/Chart.yaml +++ b/charts/stable/mkvcleaver/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvcleaver.webp keywords: - media - mkvcleaver -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver - https://hub.docker.com/r/jlesage/mkvcleaver type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/mkvcleaver/README.md b/charts/stable/mkvcleaver/README.md index 6943def32d3..5bfb03eb341 100644 --- a/charts/stable/mkvcleaver/README.md +++ b/charts/stable/mkvcleaver/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mkvcleaver) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mkvcleaver) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mkvcleaver + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mkvtoolnix/Chart.yaml b/charts/stable/mkvtoolnix/Chart.yaml index 87ccff69362..688f1c4e5dc 100644 --- a/charts/stable/mkvtoolnix/Chart.yaml +++ b/charts/stable/mkvtoolnix/Chart.yaml @@ -24,7 +24,7 @@ keywords: - media - mkvtoolnix - mkv -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mkvtoolnix - https://hub.docker.com/r/jlesage/mkvtoolnix type: application -version: 10.9.7 +version: 10.9.8 diff --git a/charts/stable/mkvtoolnix/README.md b/charts/stable/mkvtoolnix/README.md index 30e0b91cbe8..7f6b16c93df 100644 --- a/charts/stable/mkvtoolnix/README.md +++ b/charts/stable/mkvtoolnix/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mkvtoolnix) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mkvtoolnix) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mkvtoolnix + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/modsecurity-crs/Chart.yaml b/charts/stable/modsecurity-crs/Chart.yaml index 2d3aab5e25f..b1d3e926901 100644 --- a/charts/stable/modsecurity-crs/Chart.yaml +++ b/charts/stable/modsecurity-crs/Chart.yaml @@ -24,7 +24,7 @@ keywords: - modsecurity-crs - waf - networking -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/modsecurity-crs - https://hub.docker.com/r/owasp/modsecurity-crs type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/modsecurity-crs/README.md b/charts/stable/modsecurity-crs/README.md index d41ac6b3648..db3cfee1617 100644 --- a/charts/stable/modsecurity-crs/README.md +++ b/charts/stable/modsecurity-crs/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/modsecurity-crs) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/modsecurity-crs) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/modsecurity-crs + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mojopaste/Chart.yaml b/charts/stable/mojopaste/Chart.yaml index d75a7d6ef36..9577df778a8 100644 --- a/charts/stable/mojopaste/Chart.yaml +++ b/charts/stable/mojopaste/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Productivity - Tools-Utilities - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mojopaste - https://hub.docker.com/r/jhthorsen/mojopaste type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/mojopaste/README.md b/charts/stable/mojopaste/README.md index 73c69dd849f..f0e54ef113c 100644 --- a/charts/stable/mojopaste/README.md +++ b/charts/stable/mojopaste/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mojopaste) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mojopaste) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mojopaste + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/monero-node/Chart.yaml b/charts/stable/monero-node/Chart.yaml index 8ce97e17972..bc6ee414cdd 100644 --- a/charts/stable/monero-node/Chart.yaml +++ b/charts/stable/monero-node/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Crypto - Tools-Utilities - Network-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/monero-node - https://ghcr.io/sethforprivacy/simple-monerod type: application -version: 6.7.9 +version: 6.7.10 diff --git a/charts/stable/monero-node/README.md b/charts/stable/monero-node/README.md index 1a34d81657e..e26e4e935c6 100644 --- a/charts/stable/monero-node/README.md +++ b/charts/stable/monero-node/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/monero-node) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/monero-node) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/monero-node + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mongo-express/Chart.yaml b/charts/stable/mongo-express/Chart.yaml index 69382bc037b..5e2a8a1e582 100644 --- a/charts/stable/mongo-express/Chart.yaml +++ b/charts/stable/mongo-express/Chart.yaml @@ -31,7 +31,7 @@ keywords: - mongo - mongodb - database -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mongo-express - https://hub.docker.com/_/mongo-express type: application -version: 6.10.11 +version: 6.10.12 diff --git a/charts/stable/mongo-express/README.md b/charts/stable/mongo-express/README.md index 6ad8454a740..c5275ef7f63 100644 --- a/charts/stable/mongo-express/README.md +++ b/charts/stable/mongo-express/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mongo-express) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mongo-express) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mongo-express + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mongodb/Chart.yaml b/charts/stable/mongodb/Chart.yaml index 88acca65ef5..9081d7f2dd0 100644 --- a/charts/stable/mongodb/Chart.yaml +++ b/charts/stable/mongodb/Chart.yaml @@ -24,7 +24,7 @@ keywords: - mongodb - database - nosql -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mongodb - https://hub.docker.com/r/bitnami/mongodb type: application -version: 12.8.9 +version: 12.8.10 diff --git a/charts/stable/mongodb/README.md b/charts/stable/mongodb/README.md index 6147f573619..712bd9bd5fa 100644 --- a/charts/stable/mongodb/README.md +++ b/charts/stable/mongodb/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mongodb) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mongodb) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mongodb + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index 2ce7523c6d5..4632236da02 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/monica icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.webp keywords: - crm -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/monica - https://hub.docker.com/_/monica type: application -version: 12.15.15 +version: 12.15.16 diff --git a/charts/stable/monica/README.md b/charts/stable/monica/README.md index 04309367b2c..e06e7023a22 100644 --- a/charts/stable/monica/README.md +++ b/charts/stable/monica/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/monica) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/monica) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/monica + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mordhau/Chart.yaml b/charts/stable/mordhau/Chart.yaml index 2d646decd0d..91fef593335 100644 --- a/charts/stable/mordhau/Chart.yaml +++ b/charts/stable/mordhau/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart" +description: 'This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart' home: https://truecharts.org/charts/stable/mordhau icon: https://truecharts.org/img/hotlink-ok/chart-icons/mordhau.webp keywords: - mordhau - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mordhau - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/mordhau/README.md b/charts/stable/mordhau/README.md index 88cd0c6f876..38f57e8050e 100644 --- a/charts/stable/mordhau/README.md +++ b/charts/stable/mordhau/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mordhau) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mordhau) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mordhau + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mosdns/Chart.yaml b/charts/stable/mosdns/Chart.yaml index 3cd9e6c7943..8b4c2d0e8fa 100644 --- a/charts/stable/mosdns/Chart.yaml +++ b/charts/stable/mosdns/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosdns.webp keywords: - mosdns - dns -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mosdns - https://hub.docker.com/r/601096721/mosdns type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/mosdns/README.md b/charts/stable/mosdns/README.md index e8cb0a231e7..f7f0fe6ca45 100644 --- a/charts/stable/mosdns/README.md +++ b/charts/stable/mosdns/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mosdns) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mosdns) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mosdns + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index 252398244cd..ee0401013b4 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -25,7 +25,7 @@ keywords: - home-automation - MQTT - eclipse-iot -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto - https://hub.docker.com/_/eclipse-mosquitto type: application -version: 14.8.7 +version: 14.8.8 diff --git a/charts/stable/mosquitto/README.md b/charts/stable/mosquitto/README.md index a9465b27b4e..40eee74002c 100644 --- a/charts/stable/mosquitto/README.md +++ b/charts/stable/mosquitto/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mosquitto) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mosquitto) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mosquitto + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mstream/Chart.yaml b/charts/stable/mstream/Chart.yaml index fb5f829963d..105f8521e6d 100644 --- a/charts/stable/mstream/Chart.yaml +++ b/charts/stable/mstream/Chart.yaml @@ -24,7 +24,7 @@ keywords: - mstream - server - music -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mstream - https://ghcr.io/linuxserver/mstream type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/mstream/README.md b/charts/stable/mstream/README.md index b4d7b465f0d..3f1e2ad3501 100644 --- a/charts/stable/mstream/README.md +++ b/charts/stable/mstream/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mstream) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mstream) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mstream + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/multi-scrobbler/Chart.yaml b/charts/stable/multi-scrobbler/Chart.yaml index d9b09e8f0e8..5c45d2934d0 100644 --- a/charts/stable/multi-scrobbler/Chart.yaml +++ b/charts/stable/multi-scrobbler/Chart.yaml @@ -24,7 +24,7 @@ keywords: - multi-scrobbler - Network-Web - MediaServer-Music -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/multi-scrobbler - https://hub.docker.com/r/foxxmd/multi-scrobbler type: application -version: 6.8.8 +version: 6.8.9 diff --git a/charts/stable/multi-scrobbler/README.md b/charts/stable/multi-scrobbler/README.md index 229cfd12b12..8702cafadad 100644 --- a/charts/stable/multi-scrobbler/README.md +++ b/charts/stable/multi-scrobbler/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/multi-scrobbler) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/multi-scrobbler) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/multi-scrobbler + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/muse/Chart.yaml b/charts/stable/muse/Chart.yaml index 706f414d8de..c4f7c953f5d 100644 --- a/charts/stable/muse/Chart.yaml +++ b/charts/stable/muse/Chart.yaml @@ -24,7 +24,7 @@ keywords: - muse - media - discord-bot -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/muse - https://hub.docker.com/r/codetheweb/muse type: application -version: 5.10.7 +version: 5.10.8 diff --git a/charts/stable/muse/README.md b/charts/stable/muse/README.md index a56605450a6..2b75f15f30f 100644 --- a/charts/stable/muse/README.md +++ b/charts/stable/muse/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/muse) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/muse) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/muse + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/muximux/Chart.yaml b/charts/stable/muximux/Chart.yaml index f99a49a882c..269331cafec 100644 --- a/charts/stable/muximux/Chart.yaml +++ b/charts/stable/muximux/Chart.yaml @@ -25,7 +25,7 @@ keywords: - htpc - manage - portal -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/muximux - https://ghcr.io/linuxserver/muximux type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/muximux/README.md b/charts/stable/muximux/README.md index 5325247d832..c76de181c19 100644 --- a/charts/stable/muximux/README.md +++ b/charts/stable/muximux/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/muximux) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/muximux) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/muximux + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index b2a2274d0aa..5f6ee794042 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/mylar icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.webp keywords: - mylar -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mylar - https://hub.docker.com/r/linuxserver/mylar3 type: application -version: 13.9.9 +version: 13.9.10 diff --git a/charts/stable/mylar/README.md b/charts/stable/mylar/README.md index 21ab6197847..fcfcb36a908 100644 --- a/charts/stable/mylar/README.md +++ b/charts/stable/mylar/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mylar) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mylar) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mylar + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mymediaforalexa/Chart.yaml b/charts/stable/mymediaforalexa/Chart.yaml index 8bb75709956..c945edcceca 100644 --- a/charts/stable/mymediaforalexa/Chart.yaml +++ b/charts/stable/mymediaforalexa/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/mymediaforalexa.webp keywords: - media - alexa -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mymediaforalexa - https://hub.docker.com/r/bizmodeller/mymediaforalexa type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/mymediaforalexa/README.md b/charts/stable/mymediaforalexa/README.md index af6cc55ff24..6d4093816b0 100644 --- a/charts/stable/mymediaforalexa/README.md +++ b/charts/stable/mymediaforalexa/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mymediaforalexa) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mymediaforalexa) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mymediaforalexa + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mysql-workbench/Chart.yaml b/charts/stable/mysql-workbench/Chart.yaml index a601b08807b..cd4541e665f 100644 --- a/charts/stable/mysql-workbench/Chart.yaml +++ b/charts/stable/mysql-workbench/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/mysql-workbench icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.webp keywords: - mysql-workbench -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench - https://ghcr.io/linuxserver/mysql-workbench type: application -version: 9.8.8 +version: 9.8.9 diff --git a/charts/stable/mysql-workbench/README.md b/charts/stable/mysql-workbench/README.md index 7f7f12d89dc..cefb81c7c8c 100644 --- a/charts/stable/mysql-workbench/README.md +++ b/charts/stable/mysql-workbench/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mysql-workbench) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mysql-workbench) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/mysql-workbench + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/n8n/Chart.yaml b/charts/stable/n8n/Chart.yaml index f64e76e8ee3..48e4a0eefb3 100644 --- a/charts/stable/n8n/Chart.yaml +++ b/charts/stable/n8n/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.webp keywords: - workflows - automation -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/n8n - https://hub.docker.com/r/n8nio/n8n type: application -version: 13.18.3 +version: 13.18.4 diff --git a/charts/stable/n8n/README.md b/charts/stable/n8n/README.md index 443324719fc..e6bf11c59b8 100644 --- a/charts/stable/n8n/README.md +++ b/charts/stable/n8n/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/n8n) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/n8n) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/n8n + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/namecheap-ddns/Chart.yaml b/charts/stable/namecheap-ddns/Chart.yaml index a68ced503fa..1b085787a7d 100644 --- a/charts/stable/namecheap-ddns/Chart.yaml +++ b/charts/stable/namecheap-ddns/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "This simple Chart will update a namecheap dynamic dns domain. You must set an 'A + Dynamic DNS Record' for the host and enable Dynamic DNS in the manage page for your domain. " +description: 'This simple Chart will update a namecheap dynamic dns domain. You must set an ''A + Dynamic DNS Record'' for the host and enable Dynamic DNS in the manage page for your domain. ' home: https://truecharts.org/charts/stable/namecheap-ddns icon: https://truecharts.org/img/hotlink-ok/chart-icons/namecheap-ddns.webp keywords: @@ -25,7 +25,7 @@ keywords: - Tools-Utilities - Network-DNS - Network-Management -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/namecheap-ddns - https://hub.docker.com/r/edchamberlain/namecheap_ddns type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/namecheap-ddns/README.md b/charts/stable/namecheap-ddns/README.md index a9b7b6dcd96..4e2a5a96148 100644 --- a/charts/stable/namecheap-ddns/README.md +++ b/charts/stable/namecheap-ddns/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/namecheap-ddns) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/namecheap-ddns) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/namecheap-ddns + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nano-wallet/Chart.yaml b/charts/stable/nano-wallet/Chart.yaml index 392a5a5c30f..cc04a10dcb1 100644 --- a/charts/stable/nano-wallet/Chart.yaml +++ b/charts/stable/nano-wallet/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/nano-wallet icon: https://truecharts.org/img/hotlink-ok/chart-icons/nano-wallet.webp keywords: - nano-wallet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nano-wallet - https://ghcr.io/linuxserver/nano-wallet type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/nano-wallet/README.md b/charts/stable/nano-wallet/README.md index ceef9fa81ab..d8f447089bc 100644 --- a/charts/stable/nano-wallet/README.md +++ b/charts/stable/nano-wallet/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nano-wallet) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nano-wallet) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/nano-wallet + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml index 6c6097cdee6..29e1e3f733a 100644 --- a/charts/stable/navidrome/Chart.yaml +++ b/charts/stable/navidrome/Chart.yaml @@ -24,7 +24,7 @@ keywords: - navidrome - music - streaming -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/navidrome - https://hub.docker.com/r/deluan/navidrome type: application -version: 19.8.7 +version: 19.8.8 diff --git a/charts/stable/navidrome/README.md b/charts/stable/navidrome/README.md index 1e6c5b07819..65d8936a279 100644 --- a/charts/stable/navidrome/README.md +++ b/charts/stable/navidrome/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/navidrome) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/navidrome) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/navidrome + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/necesse/Chart.yaml b/charts/stable/necesse/Chart.yaml index 66c7a6188ef..5f612cb0030 100644 --- a/charts/stable/necesse/Chart.yaml +++ b/charts/stable/necesse/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/necesse.webp keywords: - necesse - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/necesse - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/necesse/README.md b/charts/stable/necesse/README.md index c13015d49d2..7a404919c8f 100644 --- a/charts/stable/necesse/README.md +++ b/charts/stable/necesse/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/necesse) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/necesse) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/necesse + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/neko/Chart.yaml b/charts/stable/neko/Chart.yaml index ce8f3b056df..8237cbdf52c 100644 --- a/charts/stable/neko/Chart.yaml +++ b/charts/stable/neko/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.webp keywords: - neko - video -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,15 +32,15 @@ name: neko sources: - https://github.com/m1k1o/neko - https://github.com/truecharts/charts/tree/master/charts/stable/neko - - https://ghcr.io/m1k1o/neko/vivaldi - - https://ghcr.io/m1k1o/neko/tor-browser - - https://ghcr.io/m1k1o/neko/remmina - https://ghcr.io/m1k1o/neko/firefox - - https://ghcr.io/m1k1o/neko/xfce - - https://ghcr.io/m1k1o/neko/chromium - - https://ghcr.io/m1k1o/neko/google-chrome - - https://ghcr.io/m1k1o/neko/microsoft-edge - https://ghcr.io/m1k1o/neko/vlc + - https://ghcr.io/m1k1o/neko/microsoft-edge + - https://ghcr.io/m1k1o/neko/xfce + - https://ghcr.io/m1k1o/neko/google-chrome + - https://ghcr.io/m1k1o/neko/remmina + - https://ghcr.io/m1k1o/neko/chromium - https://ghcr.io/m1k1o/neko/brave + - https://ghcr.io/m1k1o/neko/tor-browser + - https://ghcr.io/m1k1o/neko/vivaldi type: application -version: 6.1.7 +version: 6.1.8 diff --git a/charts/stable/neko/README.md b/charts/stable/neko/README.md index 870d8681b71..261a76fab53 100644 --- a/charts/stable/neko/README.md +++ b/charts/stable/neko/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/neko) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/neko) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/neko + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/netbootxyz/Chart.yaml b/charts/stable/netbootxyz/Chart.yaml index c9786d9a1cd..633db3565f3 100644 --- a/charts/stable/netbootxyz/Chart.yaml +++ b/charts/stable/netbootxyz/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbootxyz.webp keywords: - netbootxyz - pxe -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/netbootxyz - https://ghcr.io/netbootxyz/netbootxyz type: application -version: 4.8.7 +version: 4.8.8 diff --git a/charts/stable/netbootxyz/README.md b/charts/stable/netbootxyz/README.md index fd527149c79..a985e67935d 100644 --- a/charts/stable/netbootxyz/README.md +++ b/charts/stable/netbootxyz/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/netbootxyz) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/netbootxyz) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/netbootxyz + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/netdata/Chart.yaml b/charts/stable/netdata/Chart.yaml index a99e0a6c027..21ecce15abb 100644 --- a/charts/stable/netdata/Chart.yaml +++ b/charts/stable/netdata/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.webp keywords: - netdata - monitoring -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/netdata - https://hub.docker.com/r/netdata/netdata type: application -version: 9.9.8 +version: 9.9.9 diff --git a/charts/stable/netdata/README.md b/charts/stable/netdata/README.md index 163deced3ec..730919e76c7 100644 --- a/charts/stable/netdata/README.md +++ b/charts/stable/netdata/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/netdata) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/netdata) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/netdata + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/neverwinternights-ee/Chart.yaml b/charts/stable/neverwinternights-ee/Chart.yaml index d4eb6aee731..c268ea8da67 100644 --- a/charts/stable/neverwinternights-ee/Chart.yaml +++ b/charts/stable/neverwinternights-ee/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated)." +description: 'This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated).' home: https://truecharts.org/charts/stable/neverwinternights-ee icon: https://truecharts.org/img/hotlink-ok/chart-icons/neverwinternights-ee.webp keywords: - neverwinternights-ee - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/neverwinternights-ee - https://hub.docker.com/r/ich777/nwnee-server type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/neverwinternights-ee/README.md b/charts/stable/neverwinternights-ee/README.md index 8b127b2a78c..9e6180b0778 100644 --- a/charts/stable/neverwinternights-ee/README.md +++ b/charts/stable/neverwinternights-ee/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/neverwinternights-ee) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/neverwinternights-ee) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/neverwinternights-ee + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/newyearcountdownclock/Chart.yaml b/charts/stable/newyearcountdownclock/Chart.yaml index 43ca7163fa0..2d4cc169436 100644 --- a/charts/stable/newyearcountdownclock/Chart.yaml +++ b/charts/stable/newyearcountdownclock/Chart.yaml @@ -24,7 +24,7 @@ keywords: - newyearcountdownclock - Tools-Utilities - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/newyearcountdownclock - https://hub.docker.com/r/modem7/newyearcountdown type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/newyearcountdownclock/README.md b/charts/stable/newyearcountdownclock/README.md index 75f6ac2fa54..f2ff693e1b4 100644 --- a/charts/stable/newyearcountdownclock/README.md +++ b/charts/stable/newyearcountdownclock/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/newyearcountdownclock) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/newyearcountdownclock) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/newyearcountdownclock + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nextpvr/Chart.yaml b/charts/stable/nextpvr/Chart.yaml index 09806075c2c..dbaffbef052 100644 --- a/charts/stable/nextpvr/Chart.yaml +++ b/charts/stable/nextpvr/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.webp keywords: - pvr - recorder -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr - https://hub.docker.com/r/nextpvr/nextpvr_amd64 type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/nextpvr/README.md b/charts/stable/nextpvr/README.md index 1ad4791975b..b333fb914eb 100644 --- a/charts/stable/nextpvr/README.md +++ b/charts/stable/nextpvr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nextpvr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nextpvr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/nextpvr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nexus-oss/Chart.yaml b/charts/stable/nexus-oss/Chart.yaml index ac3990568de..95dd3057dfc 100644 --- a/charts/stable/nexus-oss/Chart.yaml +++ b/charts/stable/nexus-oss/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/nexus-oss.webp keywords: - nexus-oss - productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nexus-oss - https://hub.docker.com/r/sonatype/nexus3 type: application -version: 5.10.8 +version: 5.10.9 diff --git a/charts/stable/nexus-oss/README.md b/charts/stable/nexus-oss/README.md index 6a530d1d16f..51df4d70da8 100644 --- a/charts/stable/nexus-oss/README.md +++ b/charts/stable/nexus-oss/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nexus-oss) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nexus-oss) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/nexus-oss + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nginx-proxy-manager/Chart.yaml b/charts/stable/nginx-proxy-manager/Chart.yaml index a40c9c64427..108e336f995 100644 --- a/charts/stable/nginx-proxy-manager/Chart.yaml +++ b/charts/stable/nginx-proxy-manager/Chart.yaml @@ -31,7 +31,7 @@ keywords: - nginx-proxy-manager - nginx - reverse-proxy -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nginx-proxy-manager - https://hub.docker.com/r/jc21/nginx-proxy-manager type: application -version: 9.15.14 +version: 9.15.15 diff --git a/charts/stable/nginx-proxy-manager/README.md b/charts/stable/nginx-proxy-manager/README.md index c47fff56042..f1bd14f0800 100644 --- a/charts/stable/nginx-proxy-manager/README.md +++ b/charts/stable/nginx-proxy-manager/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nginx-proxy-manager) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nginx-proxy-manager) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/nginx-proxy-manager + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ngircd/Chart.yaml b/charts/stable/ngircd/Chart.yaml index 5b194a4d155..686863299f5 100644 --- a/charts/stable/ngircd/Chart.yaml +++ b/charts/stable/ngircd/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/ngircd icon: https://truecharts.org/img/hotlink-ok/chart-icons/ngircd.webp keywords: - ngircd -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ngircd - https://ghcr.io/linuxserver/ngircd type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/ngircd/README.md b/charts/stable/ngircd/README.md index 2f4ccf30741..7a821d49320 100644 --- a/charts/stable/ngircd/README.md +++ b/charts/stable/ngircd/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ngircd) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ngircd) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ngircd + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nightscout/Chart.yaml b/charts/stable/nightscout/Chart.yaml index 54559c5a17f..e253812e037 100644 --- a/charts/stable/nightscout/Chart.yaml +++ b/charts/stable/nightscout/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/nightscout.webp keywords: - nightscout - Cloud -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nightscout - https://hub.docker.com/r/nightscout/cgm-remote-monitor-travis type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/nightscout/README.md b/charts/stable/nightscout/README.md index 34a8e5f0566..a6bf9200dc7 100644 --- a/charts/stable/nightscout/README.md +++ b/charts/stable/nightscout/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nightscout) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nightscout) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/nightscout + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nitter/Chart.yaml b/charts/stable/nitter/Chart.yaml index cc43aa6cecf..270a3c11500 100644 --- a/charts/stable/nitter/Chart.yaml +++ b/charts/stable/nitter/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/nitter.webp keywords: - nitter - libre -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nitter - https://hub.docker.com/r/zedeus/nitter type: application -version: 6.10.13 +version: 6.10.14 diff --git a/charts/stable/nitter/README.md b/charts/stable/nitter/README.md index b28ac0064a0..48c7a6ecfa0 100644 --- a/charts/stable/nitter/README.md +++ b/charts/stable/nitter/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nitter) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nitter) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/nitter + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nntp2nntp/Chart.yaml b/charts/stable/nntp2nntp/Chart.yaml index bc686d4f633..32257d470c7 100644 --- a/charts/stable/nntp2nntp/Chart.yaml +++ b/charts/stable/nntp2nntp/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/nntp2nntp icon: https://truecharts.org/img/hotlink-ok/chart-icons/nntp2nntp.webp keywords: - nntp2nntp -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nntp2nntp - https://ghcr.io/linuxserver/nntp2nntp type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/nntp2nntp/README.md b/charts/stable/nntp2nntp/README.md index fa15b9513be..94296c9aead 100644 --- a/charts/stable/nntp2nntp/README.md +++ b/charts/stable/nntp2nntp/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nntp2nntp) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nntp2nntp) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/nntp2nntp + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nocodb/Chart.yaml b/charts/stable/nocodb/Chart.yaml index 4928664fe0d..d7965883e69 100644 --- a/charts/stable/nocodb/Chart.yaml +++ b/charts/stable/nocodb/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/nocodb icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.webp keywords: - nocodb -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb - https://hub.docker.com/r/nocodb/nocodb type: application -version: 13.11.13 +version: 13.11.14 diff --git a/charts/stable/nocodb/README.md b/charts/stable/nocodb/README.md index b78b88d30ce..8ec4dec141c 100644 --- a/charts/stable/nocodb/README.md +++ b/charts/stable/nocodb/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nocodb) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nocodb) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/nocodb + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index 7fb25943e80..31061a031f3 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/node-red/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.webp keywords: - node-red - nodered -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/node-red - https://hub.docker.com/r/nodered/node-red type: application -version: 18.8.8 +version: 18.8.9 diff --git a/charts/stable/node-red/README.md b/charts/stable/node-red/README.md index b3130fbbf2b..40abcdda5d0 100644 --- a/charts/stable/node-red/README.md +++ b/charts/stable/node-red/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/node-red) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/node-red) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/node-red + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nosqlclient/Chart.yaml b/charts/stable/nosqlclient/Chart.yaml index 65e828a7efc..45f7d648d7b 100644 --- a/charts/stable/nosqlclient/Chart.yaml +++ b/charts/stable/nosqlclient/Chart.yaml @@ -24,7 +24,7 @@ keywords: - nosqlclient - Tools-Utilities - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nosqlclient - https://hub.docker.com/r/mongoclient/mongoclient type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/nosqlclient/README.md b/charts/stable/nosqlclient/README.md index a7f6bc92572..cd0d60aac34 100644 --- a/charts/stable/nosqlclient/README.md +++ b/charts/stable/nosqlclient/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nosqlclient) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nosqlclient) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/nosqlclient + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/notarius/Chart.yaml b/charts/stable/notarius/Chart.yaml index 3e1b74ea416..ceeda154770 100644 --- a/charts/stable/notarius/Chart.yaml +++ b/charts/stable/notarius/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/notarius.webp keywords: - notarius - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/notarius - https://hub.docker.com/r/agusalex/notarius type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/notarius/README.md b/charts/stable/notarius/README.md index 97e665c63f8..483b4239866 100644 --- a/charts/stable/notarius/README.md +++ b/charts/stable/notarius/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/notarius) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/notarius) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/notarius + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/notea/Chart.yaml b/charts/stable/notea/Chart.yaml index 2c24dde8e0c..4338522f792 100644 --- a/charts/stable/notea/Chart.yaml +++ b/charts/stable/notea/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/notea.webp keywords: - notea - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/notea - https://hub.docker.com/r/diamkil/notea type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/notea/README.md b/charts/stable/notea/README.md index fda6f016578..9c6ce96abb6 100644 --- a/charts/stable/notea/README.md +++ b/charts/stable/notea/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/notea) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/notea) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/notea + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/notifiarr/Chart.yaml b/charts/stable/notifiarr/Chart.yaml index 11f2f0b97e3..ae8d633a813 100644 --- a/charts/stable/notifiarr/Chart.yaml +++ b/charts/stable/notifiarr/Chart.yaml @@ -25,7 +25,7 @@ keywords: - discord - MediaApp-Other - notification -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/notifiarr - https://hub.docker.com/r/golift/notifiarr type: application -version: 4.8.7 +version: 4.8.8 diff --git a/charts/stable/notifiarr/README.md b/charts/stable/notifiarr/README.md index 1f27857afba..2821defc38a 100644 --- a/charts/stable/notifiarr/README.md +++ b/charts/stable/notifiarr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/notifiarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/notifiarr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/notifiarr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/novnc/Chart.yaml b/charts/stable/novnc/Chart.yaml index ab6526ee96c..e619ec59772 100644 --- a/charts/stable/novnc/Chart.yaml +++ b/charts/stable/novnc/Chart.yaml @@ -25,7 +25,7 @@ keywords: - vnc - remote - desktop -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/novnc - https://ghcr.io/nicholaswilde/novnc type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/novnc/README.md b/charts/stable/novnc/README.md index 5053b400f8e..32cc2238681 100644 --- a/charts/stable/novnc/README.md +++ b/charts/stable/novnc/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/novnc) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/novnc) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/novnc + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ntfy/Chart.yaml b/charts/stable/ntfy/Chart.yaml index 89b0f199109..120e99d1f8e 100644 --- a/charts/stable/ntfy/Chart.yaml +++ b/charts/stable/ntfy/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/ntfy icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.webp keywords: - ntfy -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy - https://hub.docker.com/r/binwiederhier/ntfy type: application -version: 9.10.7 +version: 9.10.8 diff --git a/charts/stable/ntfy/README.md b/charts/stable/ntfy/README.md index dadc524454e..59613401c8c 100644 --- a/charts/stable/ntfy/README.md +++ b/charts/stable/ntfy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ntfy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ntfy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ntfy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nullserv/Chart.yaml b/charts/stable/nullserv/Chart.yaml index d8f54e92d7c..7a983ef3d35 100644 --- a/charts/stable/nullserv/Chart.yaml +++ b/charts/stable/nullserv/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/nullserv icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.webp keywords: - nullserv -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nullserv - https://ghcr.io/k8s-at-home/nullserv type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/nullserv/README.md b/charts/stable/nullserv/README.md index 6edc8d893df..8b63b84171b 100644 --- a/charts/stable/nullserv/README.md +++ b/charts/stable/nullserv/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nullserv) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nullserv) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/nullserv + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nvidia-gpu-exporter/Chart.yaml b/charts/stable/nvidia-gpu-exporter/Chart.yaml index f4d3b2d142d..bae0e27c1c6 100644 --- a/charts/stable/nvidia-gpu-exporter/Chart.yaml +++ b/charts/stable/nvidia-gpu-exporter/Chart.yaml @@ -24,7 +24,7 @@ keywords: - prometheus - nvidia-gpu-exporter - monitoring -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nvidia-gpu-exporter - https://hub.docker.com/r/utkuozdemir/nvidia_gpu_exporter type: application -version: 2.8.7 +version: 2.8.8 diff --git a/charts/stable/nvidia-gpu-exporter/README.md b/charts/stable/nvidia-gpu-exporter/README.md index 2a71340d151..61b11f22619 100644 --- a/charts/stable/nvidia-gpu-exporter/README.md +++ b/charts/stable/nvidia-gpu-exporter/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nvidia-gpu-exporter) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nvidia-gpu-exporter) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/nvidia-gpu-exporter + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml index c5c4fc875da..9bc209c25c2 100644 --- a/charts/stable/nzbget/Chart.yaml +++ b/charts/stable/nzbget/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.webp keywords: - nzbget - usenet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nzbget - https://ghcr.io/geek-cookbook/nzbget type: application -version: 20.8.7 +version: 20.8.8 diff --git a/charts/stable/nzbget/README.md b/charts/stable/nzbget/README.md index 8c73590e691..7d2b9de16f2 100644 --- a/charts/stable/nzbget/README.md +++ b/charts/stable/nzbget/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nzbget) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nzbget) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/nzbget + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml index 3705ccced40..8d0707b0aa1 100644 --- a/charts/stable/nzbhydra/Chart.yaml +++ b/charts/stable/nzbhydra/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbhydra.webp keywords: - nzbhydra - usenet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra - https://ghcr.io/geek-cookbook/nzbhydra2 type: application -version: 20.1.7 +version: 20.1.8 diff --git a/charts/stable/nzbhydra/README.md b/charts/stable/nzbhydra/README.md index 4827341822b..78b012b6158 100644 --- a/charts/stable/nzbhydra/README.md +++ b/charts/stable/nzbhydra/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nzbhydra) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nzbhydra) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/nzbhydra + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/obs-ndi/Chart.yaml b/charts/stable/obs-ndi/Chart.yaml index c18dc2e3f32..70b0713a6b7 100644 --- a/charts/stable/obs-ndi/Chart.yaml +++ b/charts/stable/obs-ndi/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Productivity - MediaApp-Video - MediaServer-Video -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/obs-ndi - https://hub.docker.com/r/patrickstigler/obs-ndi type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/obs-ndi/README.md b/charts/stable/obs-ndi/README.md index ba1cb52977c..7418b41168b 100644 --- a/charts/stable/obs-ndi/README.md +++ b/charts/stable/obs-ndi/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/obs-ndi) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/obs-ndi) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/obs-ndi + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/observium/Chart.yaml b/charts/stable/observium/Chart.yaml index 2a16b49bc64..df368f9bb07 100644 --- a/charts/stable/observium/Chart.yaml +++ b/charts/stable/observium/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/observium.webp keywords: - observium - Network-Management -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/observium - https://hub.docker.com/r/pvrmza/docker-observium type: application -version: 7.8.13 +version: 7.8.14 diff --git a/charts/stable/observium/README.md b/charts/stable/observium/README.md index dbf537d43db..d2d8fc3fa5a 100644 --- a/charts/stable/observium/README.md +++ b/charts/stable/observium/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/observium) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/observium) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/observium + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/obsidian/Chart.yaml b/charts/stable/obsidian/Chart.yaml index 6ca32c8f628..e5a553ba2d4 100644 --- a/charts/stable/obsidian/Chart.yaml +++ b/charts/stable/obsidian/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/obsidian.webp keywords: - obsidian - productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/obsidian - https://ghcr.io/sytone/obsidian-remote type: application -version: 6.1.7 +version: 6.1.8 diff --git a/charts/stable/obsidian/README.md b/charts/stable/obsidian/README.md index 579a9436b83..b741663af55 100644 --- a/charts/stable/obsidian/README.md +++ b/charts/stable/obsidian/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/obsidian) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/obsidian) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/obsidian + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml index ab1d200e550..a6ed3a9dc4f 100644 --- a/charts/stable/octoprint/Chart.yaml +++ b/charts/stable/octoprint/Chart.yaml @@ -24,7 +24,7 @@ keywords: - octoprint - 3d - printer -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/octoprint - https://hub.docker.com/r/octoprint/octoprint type: application -version: 13.8.8 +version: 13.8.9 diff --git a/charts/stable/octoprint/README.md b/charts/stable/octoprint/README.md index 05253261b16..22423914872 100644 --- a/charts/stable/octoprint/README.md +++ b/charts/stable/octoprint/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/octoprint) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/octoprint) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/octoprint + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/odoo/Chart.yaml b/charts/stable/odoo/Chart.yaml index 49f69408ece..76bd894aaf5 100644 --- a/charts/stable/odoo/Chart.yaml +++ b/charts/stable/odoo/Chart.yaml @@ -28,7 +28,7 @@ keywords: - accounting - mrp - marketing -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -39,4 +39,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/odoo - https://hub.docker.com/_/odoo type: application -version: 17.8.11 +version: 17.8.12 diff --git a/charts/stable/odoo/README.md b/charts/stable/odoo/README.md index 85e0ca89e81..687decf6102 100644 --- a/charts/stable/odoo/README.md +++ b/charts/stable/odoo/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/odoo) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/odoo) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/odoo + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index c2819228478..3d0bb76d522 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -33,7 +33,7 @@ sources: - https://github.com/ollama/ollama - https://github.com/open-webui/open-webui - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - - https://hub.docker.com/r/ollama/ollama - https://ghcr.io/open-webui/open-webui + - https://hub.docker.com/r/ollama/ollama type: application -version: 5.4.14 +version: 5.4.15 diff --git a/charts/stable/ollama/README.md b/charts/stable/ollama/README.md index 37f2168a894..d31ff3a612b 100644 --- a/charts/stable/ollama/README.md +++ b/charts/stable/ollama/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ollama) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ollama) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ollama + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index 4ef4ba522dc..877d689286a 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/omada-controller icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.webp keywords: - omada-controller -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller - https://hub.docker.com/r/mbentley/omada-controller type: application -version: 14.8.7 +version: 14.8.8 diff --git a/charts/stable/omada-controller/README.md b/charts/stable/omada-controller/README.md index 0bb3cf221e2..27f175c1c09 100644 --- a/charts/stable/omada-controller/README.md +++ b/charts/stable/omada-controller/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/omada-controller) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/omada-controller) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/omada-controller + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index 894d41e917b..a18136c2d46 100644 --- a/charts/stable/ombi/Chart.yaml +++ b/charts/stable/ombi/Chart.yaml @@ -27,7 +27,7 @@ keywords: - sonarr - radarr - couchpotato -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ombi - https://github.com/truecharts/containers/tree/master/apps/ombi type: application -version: 18.8.7 +version: 18.8.8 diff --git a/charts/stable/ombi/README.md b/charts/stable/ombi/README.md index b82892dc074..5599848fa41 100644 --- a/charts/stable/ombi/README.md +++ b/charts/stable/ombi/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ombi) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ombi) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ombi + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/onlinecheckyourserver/Chart.yaml b/charts/stable/onlinecheckyourserver/Chart.yaml index 9e3d077cd00..91d86066660 100644 --- a/charts/stable/onlinecheckyourserver/Chart.yaml +++ b/charts/stable/onlinecheckyourserver/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.we keywords: - onlinecheckyourserver - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/onlinecheckyourserver - https://hub.docker.com/r/ich777/online-check-pushover type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/onlinecheckyourserver/README.md b/charts/stable/onlinecheckyourserver/README.md index 91ec94edc13..23b9e943957 100644 --- a/charts/stable/onlinecheckyourserver/README.md +++ b/charts/stable/onlinecheckyourserver/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/onlinecheckyourserver) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/onlinecheckyourserver) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/onlinecheckyourserver + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml index 413d0cfeae3..71edf62f544 100644 --- a/charts/stable/onlyoffice-document-server/Chart.yaml +++ b/charts/stable/onlyoffice-document-server/Chart.yaml @@ -24,12 +24,12 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time." +description: 'ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.' home: https://truecharts.org/charts/stable/onlyoffice-document-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.webp keywords: - onlyoffice -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server - https://hub.docker.com/r/onlyoffice/documentserver type: application -version: 17.10.13 +version: 17.10.14 diff --git a/charts/stable/onlyoffice-document-server/README.md b/charts/stable/onlyoffice-document-server/README.md index d3ff1bb05c7..551b69bde6d 100644 --- a/charts/stable/onlyoffice-document-server/README.md +++ b/charts/stable/onlyoffice-document-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/onlyoffice-document-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/onlyoffice-document-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/onlyoffice-document-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openaudible/Chart.yaml b/charts/stable/openaudible/Chart.yaml index a1d163196b3..aaa2acc6742 100644 --- a/charts/stable/openaudible/Chart.yaml +++ b/charts/stable/openaudible/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/openaudible icon: https://truecharts.org/img/hotlink-ok/chart-icons/openaudible.webp keywords: - audible -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/openaudible - https://hub.docker.com/r/openaudible/openaudible type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/openaudible/README.md b/charts/stable/openaudible/README.md index 0803ea42e54..01bc141b583 100644 --- a/charts/stable/openaudible/README.md +++ b/charts/stable/openaudible/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openaudible) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openaudible) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/openaudible + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openbooks/Chart.yaml b/charts/stable/openbooks/Chart.yaml index b045f808c48..d8739d81a2f 100644 --- a/charts/stable/openbooks/Chart.yaml +++ b/charts/stable/openbooks/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.webp keywords: - openbooks - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/openbooks - https://hub.docker.com/r/evanbuss/openbooks type: application -version: 4.8.7 +version: 4.8.8 diff --git a/charts/stable/openbooks/README.md b/charts/stable/openbooks/README.md index bf6c76aaa3c..5804ad7bc4c 100644 --- a/charts/stable/openbooks/README.md +++ b/charts/stable/openbooks/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openbooks) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openbooks) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/openbooks + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/opengl-desktop-g3/Chart.yaml b/charts/stable/opengl-desktop-g3/Chart.yaml index 822bf557914..6108947d59a 100644 --- a/charts/stable/opengl-desktop-g3/Chart.yaml +++ b/charts/stable/opengl-desktop-g3/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Tools-Utilities - MediaApp-Photos - MediaApp-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/opengl-desktop-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3 type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/opengl-desktop-g3/README.md b/charts/stable/opengl-desktop-g3/README.md index b57f9a57b29..0343ec20cd2 100644 --- a/charts/stable/opengl-desktop-g3/README.md +++ b/charts/stable/opengl-desktop-g3/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/opengl-desktop-g3) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/opengl-desktop-g3) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/opengl-desktop-g3 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openhab/Chart.yaml b/charts/stable/openhab/Chart.yaml index b06009696b1..b79d801a1ca 100644 --- a/charts/stable/openhab/Chart.yaml +++ b/charts/stable/openhab/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/openhab icon: https://truecharts.org/img/hotlink-ok/chart-icons/openhab.webp keywords: - openhab -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/openhab - https://hub.docker.com/r/openhab/openhab type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/openhab/README.md b/charts/stable/openhab/README.md index 2c704a3a6f0..92f4d5df9bc 100644 --- a/charts/stable/openhab/README.md +++ b/charts/stable/openhab/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openhab) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openhab) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/openhab + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openra/Chart.yaml b/charts/stable/openra/Chart.yaml index 632fde9a87c..4886683650a 100644 --- a/charts/stable/openra/Chart.yaml +++ b/charts/stable/openra/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/openra.webp keywords: - openra - Network-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/openra - https://hub.docker.com/r/rmoriz/openra type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/openra/README.md b/charts/stable/openra/README.md index 888e7abcb38..704ab76ad7d 100644 --- a/charts/stable/openra/README.md +++ b/charts/stable/openra/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openra) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openra) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/openra + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openspeedtest/Chart.yaml b/charts/stable/openspeedtest/Chart.yaml index f1d6e42bd53..e47418aaac7 100644 --- a/charts/stable/openspeedtest/Chart.yaml +++ b/charts/stable/openspeedtest/Chart.yaml @@ -24,7 +24,7 @@ keywords: - speedtest - speed test - openspeedtest -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest - https://hub.docker.com/r/openspeedtest/latest type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/openspeedtest/README.md b/charts/stable/openspeedtest/README.md index 7ef629b7733..898270284ad 100644 --- a/charts/stable/openspeedtest/README.md +++ b/charts/stable/openspeedtest/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openspeedtest) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openspeedtest) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/openspeedtest + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openttd/Chart.yaml b/charts/stable/openttd/Chart.yaml index fb0f5be35e2..afb713126b2 100644 --- a/charts/stable/openttd/Chart.yaml +++ b/charts/stable/openttd/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/openttd.webp keywords: - openttd - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/openttd - https://hub.docker.com/r/ich777/openttdserver type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/openttd/README.md b/charts/stable/openttd/README.md index e13aba2fc97..43ac3de79e2 100644 --- a/charts/stable/openttd/README.md +++ b/charts/stable/openttd/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openttd) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openttd) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/openttd + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openvscode-server/Chart.yaml b/charts/stable/openvscode-server/Chart.yaml index 8fcc6787239..65b90a0d2ab 100644 --- a/charts/stable/openvscode-server/Chart.yaml +++ b/charts/stable/openvscode-server/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/openvscode-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.webp keywords: - openvscode-server -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server - https://ghcr.io/linuxserver/openvscode-server type: application -version: 9.10.3 +version: 9.10.4 diff --git a/charts/stable/openvscode-server/README.md b/charts/stable/openvscode-server/README.md index d427722afb8..a0ed687bc7c 100644 --- a/charts/stable/openvscode-server/README.md +++ b/charts/stable/openvscode-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openvscode-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openvscode-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/openvscode-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/organizr/Chart.yaml b/charts/stable/organizr/Chart.yaml index e5ee52dac58..81707819c9e 100644 --- a/charts/stable/organizr/Chart.yaml +++ b/charts/stable/organizr/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/organizr icon: https://truecharts.org/img/hotlink-ok/chart-icons/organizr.webp keywords: - organizr -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/organizr - https://hub.docker.com/r/organizr/organizr type: application -version: 18.8.7 +version: 18.8.8 diff --git a/charts/stable/organizr/README.md b/charts/stable/organizr/README.md index 398e758eeee..188051fce27 100644 --- a/charts/stable/organizr/README.md +++ b/charts/stable/organizr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/organizr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/organizr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/organizr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/oscam/Chart.yaml b/charts/stable/oscam/Chart.yaml index eb3dc69342f..fe8fac5dfdb 100644 --- a/charts/stable/oscam/Chart.yaml +++ b/charts/stable/oscam/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/oscam icon: https://truecharts.org/img/hotlink-ok/chart-icons/oscam.webp keywords: - oscam -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/oscam - https://ghcr.io/linuxserver/oscam type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/oscam/README.md b/charts/stable/oscam/README.md index 55df12b6257..e97b131f682 100644 --- a/charts/stable/oscam/README.md +++ b/charts/stable/oscam/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/oscam) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/oscam) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/oscam + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml index f91656a1995..81ead5a8b28 100644 --- a/charts/stable/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.webp keywords: - outline - knowledge -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/outline - https://hub.docker.com/r/outlinewiki/outline type: application -version: 12.10.13 +version: 12.10.14 diff --git a/charts/stable/outline/README.md b/charts/stable/outline/README.md index 7d7c85ba2e6..2f91fe2077c 100644 --- a/charts/stable/outline/README.md +++ b/charts/stable/outline/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/outline) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/outline) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/outline + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml index 32f68e1b42f..bdfe2985190 100644 --- a/charts/stable/overseerr/Chart.yaml +++ b/charts/stable/overseerr/Chart.yaml @@ -25,7 +25,7 @@ keywords: - plex - sonarr - radarr -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/overseerr - https://ghcr.io/sct/overseerr type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/overseerr/README.md b/charts/stable/overseerr/README.md index a454c68e8ec..687a4e5866d 100644 --- a/charts/stable/overseerr/README.md +++ b/charts/stable/overseerr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/overseerr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/overseerr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/overseerr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/owi2plex/Chart.yaml b/charts/stable/owi2plex/Chart.yaml index 0457d28935c..d692e522595 100644 --- a/charts/stable/owi2plex/Chart.yaml +++ b/charts/stable/owi2plex/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/owi2plex.webp keywords: - owi2plex - Downloaders -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/owi2plex - https://hub.docker.com/r/alturismo/owi2plex type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/owi2plex/README.md b/charts/stable/owi2plex/README.md index 49ae131ebf4..ea2945a7639 100644 --- a/charts/stable/owi2plex/README.md +++ b/charts/stable/owi2plex/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/owi2plex) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/owi2plex) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/owi2plex + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml index 1a4494b37f5..00199bcb9e0 100644 --- a/charts/stable/owncast/Chart.yaml +++ b/charts/stable/owncast/Chart.yaml @@ -25,7 +25,7 @@ keywords: - stream - open source - chat -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/owncast - https://hub.docker.com/r/gabekangas/owncast type: application -version: 13.8.8 +version: 13.8.9 diff --git a/charts/stable/owncast/README.md b/charts/stable/owncast/README.md index 40210b9687f..b4b4de89de7 100644 --- a/charts/stable/owncast/README.md +++ b/charts/stable/owncast/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/owncast) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/owncast) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/owncast + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/palworld/Chart.yaml b/charts/stable/palworld/Chart.yaml index 4e6cf17052b..e1ce99ece61 100644 --- a/charts/stable/palworld/Chart.yaml +++ b/charts/stable/palworld/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/palworld.webp keywords: - palworld - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,7 +32,7 @@ name: palworld sources: - https://github.com/ich777/docker-steamcmd-server/tree/palworld - https://github.com/truecharts/charts/tree/master/charts/stable/palworld - - https://ghcr.io/ich777/steamcmd - https://hub.docker.com/r/outdead/rcon + - https://ghcr.io/ich777/steamcmd type: application -version: 2.8.7 +version: 2.8.8 diff --git a/charts/stable/palworld/README.md b/charts/stable/palworld/README.md index 84567c0f029..63c1d7638b5 100644 --- a/charts/stable/palworld/README.md +++ b/charts/stable/palworld/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/palworld) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/palworld) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/palworld + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/paperless-ngx/Chart.yaml b/charts/stable/paperless-ngx/Chart.yaml index 24e49cc3a6b..04c263274c0 100644 --- a/charts/stable/paperless-ngx/Chart.yaml +++ b/charts/stable/paperless-ngx/Chart.yaml @@ -32,7 +32,7 @@ keywords: - paperless-ngx - documents - paper -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -44,4 +44,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx - https://ghcr.io/paperless-ngx/paperless-ngx type: application -version: 7.12.13 +version: 7.12.14 diff --git a/charts/stable/paperless-ngx/README.md b/charts/stable/paperless-ngx/README.md index 566f66a4f01..0e868e1393e 100644 --- a/charts/stable/paperless-ngx/README.md +++ b/charts/stable/paperless-ngx/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/paperless-ngx) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/paperless-ngx) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/paperless-ngx + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/papermerge/Chart.yaml b/charts/stable/papermerge/Chart.yaml index 87045813ddc..5bc27e7ff62 100644 --- a/charts/stable/papermerge/Chart.yaml +++ b/charts/stable/papermerge/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/papermerge icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.webp keywords: - papermerge -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge - https://hub.docker.com/r/papermerge/papermerge type: application -version: 12.10.13 +version: 12.10.14 diff --git a/charts/stable/papermerge/README.md b/charts/stable/papermerge/README.md index 1c5b7577735..03cf0f293ec 100644 --- a/charts/stable/papermerge/README.md +++ b/charts/stable/papermerge/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/papermerge) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/papermerge) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/papermerge + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/passwordpusherephemeral/Chart.yaml b/charts/stable/passwordpusherephemeral/Chart.yaml index 03ebeeb4457..949e3590b44 100644 --- a/charts/stable/passwordpusherephemeral/Chart.yaml +++ b/charts/stable/passwordpusherephemeral/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Productivity - Security - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/passwordpusherephemeral - https://hub.docker.com/r/pglombardo/pwpush-ephemeral type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/passwordpusherephemeral/README.md b/charts/stable/passwordpusherephemeral/README.md index 760e4312428..32545fc9c8b 100644 --- a/charts/stable/passwordpusherephemeral/README.md +++ b/charts/stable/passwordpusherephemeral/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/passwordpusherephemeral) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/passwordpusherephemeral) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/passwordpusherephemeral + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pasta/Chart.yaml b/charts/stable/pasta/Chart.yaml index 08f0d7b5e2f..cdb149c9fcb 100644 --- a/charts/stable/pasta/Chart.yaml +++ b/charts/stable/pasta/Chart.yaml @@ -25,7 +25,7 @@ keywords: - MediaApp-Other - Tools-Utilities - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pasta - https://hub.docker.com/r/cglatot/pasta type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/pasta/README.md b/charts/stable/pasta/README.md index 0963f4c6220..d0165989956 100644 --- a/charts/stable/pasta/README.md +++ b/charts/stable/pasta/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pasta) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pasta) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pasta + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pastey/Chart.yaml b/charts/stable/pastey/Chart.yaml index 5142722e96f..975a6e45d44 100644 --- a/charts/stable/pastey/Chart.yaml +++ b/charts/stable/pastey/Chart.yaml @@ -24,7 +24,7 @@ keywords: - pastey - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pastey - https://hub.docker.com/r/cesura/pastey type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/pastey/README.md b/charts/stable/pastey/README.md index c20901ff93f..0c0c10c59b2 100644 --- a/charts/stable/pastey/README.md +++ b/charts/stable/pastey/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pastey) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pastey) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pastey + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pavlovvr/Chart.yaml b/charts/stable/pavlovvr/Chart.yaml index fafaa655ade..ff270eb6fcf 100644 --- a/charts/stable/pavlovvr/Chart.yaml +++ b/charts/stable/pavlovvr/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/pavlovvr.webp keywords: - pavlovvr - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pavlovvr - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/pavlovvr/README.md b/charts/stable/pavlovvr/README.md index a0207b47a3d..b597df96ab9 100644 --- a/charts/stable/pavlovvr/README.md +++ b/charts/stable/pavlovvr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pavlovvr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pavlovvr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pavlovvr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/peanut/Chart.yaml b/charts/stable/peanut/Chart.yaml index f4fcd484791..97e5942c38c 100644 --- a/charts/stable/peanut/Chart.yaml +++ b/charts/stable/peanut/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/peanut.webp keywords: - peanut - ups -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/peanut - https://hub.docker.com/r/brandawg93/peanut type: application -version: 1.6.7 +version: 1.6.8 diff --git a/charts/stable/peanut/README.md b/charts/stable/peanut/README.md index 68f8187e899..2d1e2e06622 100644 --- a/charts/stable/peanut/README.md +++ b/charts/stable/peanut/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/peanut) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/peanut) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/peanut + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml index b80325ecfc5..7cf107d8568 100644 --- a/charts/stable/pgadmin/Chart.yaml +++ b/charts/stable/pgadmin/Chart.yaml @@ -24,7 +24,7 @@ keywords: - pgadmin - db - database -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin - https://hub.docker.com/r/dpage/pgadmin4 type: application -version: 15.10.7 +version: 15.10.8 diff --git a/charts/stable/pgadmin/README.md b/charts/stable/pgadmin/README.md index 236ffe88426..569bdd0faf2 100644 --- a/charts/stable/pgadmin/README.md +++ b/charts/stable/pgadmin/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pgadmin) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pgadmin) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pgadmin + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/phoronix-test-suite/Chart.yaml b/charts/stable/phoronix-test-suite/Chart.yaml index 5a9173eebe1..23b608dace0 100644 --- a/charts/stable/phoronix-test-suite/Chart.yaml +++ b/charts/stable/phoronix-test-suite/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoronix-test-suite.webp keywords: - phoronix-test-suite - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/phoronix-test-suite - https://hub.docker.com/r/phoronix/pts type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/phoronix-test-suite/README.md b/charts/stable/phoronix-test-suite/README.md index ba3af0814c3..d5576ededa2 100644 --- a/charts/stable/phoronix-test-suite/README.md +++ b/charts/stable/phoronix-test-suite/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/phoronix-test-suite) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/phoronix-test-suite) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/phoronix-test-suite + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/photo-stream/Chart.yaml b/charts/stable/photo-stream/Chart.yaml index b1fdbcf03bf..05d20d9d35b 100644 --- a/charts/stable/photo-stream/Chart.yaml +++ b/charts/stable/photo-stream/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Tools-Utilities - MediaApp-Photos - MediaServer-Photos -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/photo-stream - https://hub.docker.com/r/waschinski/photo-stream type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/photo-stream/README.md b/charts/stable/photo-stream/README.md index 354f4dcb98f..7c64871d7f5 100644 --- a/charts/stable/photo-stream/README.md +++ b/charts/stable/photo-stream/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/photo-stream) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/photo-stream) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/photo-stream + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index e11bb342198..7332cd0836e 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -32,7 +32,7 @@ keywords: - photoprism - pictures - sharing -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism - https://hub.docker.com/r/photoprism/photoprism type: application -version: 21.0.0 +version: 21.0.1 diff --git a/charts/stable/photoprism/README.md b/charts/stable/photoprism/README.md index e56dad0ba63..8ab977760d9 100644 --- a/charts/stable/photoprism/README.md +++ b/charts/stable/photoprism/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/photoprism) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/photoprism) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/photoprism + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/photoshow/Chart.yaml b/charts/stable/photoshow/Chart.yaml index f08f950219e..cd1ebe7d20e 100644 --- a/charts/stable/photoshow/Chart.yaml +++ b/charts/stable/photoshow/Chart.yaml @@ -26,7 +26,7 @@ keywords: - show - gallary - image -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/photoshow - https://ghcr.io/linuxserver/photoshow type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/photoshow/README.md b/charts/stable/photoshow/README.md index 997bc209491..b19e4fb47b2 100644 --- a/charts/stable/photoshow/README.md +++ b/charts/stable/photoshow/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/photoshow) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/photoshow) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/photoshow + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/photostructure/Chart.yaml b/charts/stable/photostructure/Chart.yaml index d5212bc3a78..a50e482c304 100644 --- a/charts/stable/photostructure/Chart.yaml +++ b/charts/stable/photostructure/Chart.yaml @@ -25,7 +25,7 @@ keywords: - MediaApp-Photos - MediaServer-Video - MediaServer-Photos -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/photostructure - https://hub.docker.com/r/photostructure/server type: application -version: 7.9.7 +version: 7.9.8 diff --git a/charts/stable/photostructure/README.md b/charts/stable/photostructure/README.md index 683a410345a..aae48c917f9 100644 --- a/charts/stable/photostructure/README.md +++ b/charts/stable/photostructure/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/photostructure) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/photostructure) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/photostructure + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/photoview/Chart.yaml b/charts/stable/photoview/Chart.yaml index fee3d86474f..5cca076960f 100644 --- a/charts/stable/photoview/Chart.yaml +++ b/charts/stable/photoview/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.webp keywords: - photo - gallery -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/photoview - https://hub.docker.com/r/viktorstrate/photoview type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/photoview/README.md b/charts/stable/photoview/README.md index f189453965b..4403d4d18e5 100644 --- a/charts/stable/photoview/README.md +++ b/charts/stable/photoview/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/photoview) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/photoview) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/photoview + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/phpldapadmin/Chart.yaml b/charts/stable/phpldapadmin/Chart.yaml index ae5843d83f9..e0d04223cce 100644 --- a/charts/stable/phpldapadmin/Chart.yaml +++ b/charts/stable/phpldapadmin/Chart.yaml @@ -24,7 +24,7 @@ keywords: - phpldapadmin - openldap - userrights -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin - https://hub.docker.com/r/osixia/phpldapadmin type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/phpldapadmin/README.md b/charts/stable/phpldapadmin/README.md index e63c6a6809a..e031d35a7c1 100644 --- a/charts/stable/phpldapadmin/README.md +++ b/charts/stable/phpldapadmin/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/phpldapadmin) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/phpldapadmin) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/phpldapadmin + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/phpmyadmin/Chart.yaml b/charts/stable/phpmyadmin/Chart.yaml index db0a56a14f6..32e26c9dada 100644 --- a/charts/stable/phpmyadmin/Chart.yaml +++ b/charts/stable/phpmyadmin/Chart.yaml @@ -24,7 +24,7 @@ keywords: - phpmyadmin - Tools-Utilities - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/phpmyadmin - https://hub.docker.com/r/phpmyadmin/phpmyadmin type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/phpmyadmin/README.md b/charts/stable/phpmyadmin/README.md index 679cf25db70..7e43a3b2cbb 100644 --- a/charts/stable/phpmyadmin/README.md +++ b/charts/stable/phpmyadmin/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/phpmyadmin) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/phpmyadmin) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/phpmyadmin + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/piaware/Chart.yaml b/charts/stable/piaware/Chart.yaml index f5a5fc28e92..3e8a2472662 100644 --- a/charts/stable/piaware/Chart.yaml +++ b/charts/stable/piaware/Chart.yaml @@ -24,7 +24,7 @@ keywords: - piaware - flight-aware - flight-tracker -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/piaware - https://hub.docker.com/r/mikenye/piaware type: application -version: 12.8.7 +version: 12.8.8 diff --git a/charts/stable/piaware/README.md b/charts/stable/piaware/README.md index eda875d04d8..655921f99b4 100644 --- a/charts/stable/piaware/README.md +++ b/charts/stable/piaware/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/piaware) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/piaware) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/piaware + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/picoshare/Chart.yaml b/charts/stable/picoshare/Chart.yaml index bca8cde7308..e5dfc6dca2a 100644 --- a/charts/stable/picoshare/Chart.yaml +++ b/charts/stable/picoshare/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/picoshare icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.webp keywords: - picoshare -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/picoshare - https://hub.docker.com/r/mtlynch/picoshare type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/picoshare/README.md b/charts/stable/picoshare/README.md index 0dc3ba12e83..7536bd7ebc1 100644 --- a/charts/stable/picoshare/README.md +++ b/charts/stable/picoshare/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/picoshare) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/picoshare) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/picoshare + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pigallery2/Chart.yaml b/charts/stable/pigallery2/Chart.yaml index b2042f40c0b..17ce5ba20d2 100644 --- a/charts/stable/pigallery2/Chart.yaml +++ b/charts/stable/pigallery2/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "Homepage: http://bpatrik.github.io/pigallery2/" +description: 'Homepage: http://bpatrik.github.io/pigallery2/' home: https://truecharts.org/charts/stable/pigallery2 icon: https://truecharts.org/img/hotlink-ok/chart-icons/pigallery2.webp keywords: @@ -29,7 +29,7 @@ keywords: - MediaServer-Video - MediaServer-Music - MediaServer-Photos -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pigallery2 - https://hub.docker.com/r/bpatrik/pigallery2 type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/pigallery2/README.md b/charts/stable/pigallery2/README.md index e66446b3981..b3b380c1c1e 100644 --- a/charts/stable/pigallery2/README.md +++ b/charts/stable/pigallery2/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pigallery2) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pigallery2) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pigallery2 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index 95f3f44e8a1..a619020353e 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/pihole icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.webp keywords: - DNS -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pihole - https://hub.docker.com/r/pihole/pihole type: application -version: 16.6.7 +version: 16.6.8 diff --git a/charts/stable/pihole/README.md b/charts/stable/pihole/README.md index 0f8f56aa183..08d4925fd8d 100644 --- a/charts/stable/pihole/README.md +++ b/charts/stable/pihole/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pihole) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pihole) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pihole + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pinry/Chart.yaml b/charts/stable/pinry/Chart.yaml index 14d40753039..8ddf9572864 100644 --- a/charts/stable/pinry/Chart.yaml +++ b/charts/stable/pinry/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/pinry icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.webp keywords: - pinry -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pinry - https://hub.docker.com/r/getpinry/pinry type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/pinry/README.md b/charts/stable/pinry/README.md index 8badceffa55..041954f044c 100644 --- a/charts/stable/pinry/README.md +++ b/charts/stable/pinry/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pinry) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pinry) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pinry + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/piwigo/Chart.yaml b/charts/stable/piwigo/Chart.yaml index 9b439127661..2819e98db4e 100644 --- a/charts/stable/piwigo/Chart.yaml +++ b/charts/stable/piwigo/Chart.yaml @@ -32,7 +32,7 @@ keywords: - gallery - photo - image -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/piwigo - https://ghcr.io/linuxserver/piwigo type: application -version: 12.17.4 +version: 12.17.5 diff --git a/charts/stable/piwigo/README.md b/charts/stable/piwigo/README.md index f25bdb2ca09..df4920d09ca 100644 --- a/charts/stable/piwigo/README.md +++ b/charts/stable/piwigo/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/piwigo) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/piwigo) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/piwigo + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pixapop/Chart.yaml b/charts/stable/pixapop/Chart.yaml index 96e431bb9e0..1493ee52d94 100644 --- a/charts/stable/pixapop/Chart.yaml +++ b/charts/stable/pixapop/Chart.yaml @@ -25,7 +25,7 @@ keywords: - photo - gallery - image -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pixapop - https://ghcr.io/linuxserver/pixapop type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/pixapop/README.md b/charts/stable/pixapop/README.md index 8292d871be8..6790d0ed75c 100644 --- a/charts/stable/pixapop/README.md +++ b/charts/stable/pixapop/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pixapop) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pixapop) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pixapop + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pixark/Chart.yaml b/charts/stable/pixark/Chart.yaml index 98cbfb38e7b..61a88393426 100644 --- a/charts/stable/pixark/Chart.yaml +++ b/charts/stable/pixark/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixark.webp keywords: - pixark - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pixark - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/pixark/README.md b/charts/stable/pixark/README.md index 4b597620dc6..c165809b3a1 100644 --- a/charts/stable/pixark/README.md +++ b/charts/stable/pixark/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pixark) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pixark) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pixark + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plausible/Chart.yaml b/charts/stable/plausible/Chart.yaml index 60fae7afeda..6c1accc0ee6 100644 --- a/charts/stable/plausible/Chart.yaml +++ b/charts/stable/plausible/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.webp keywords: - plausible - analytics -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -44,4 +44,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plausible - https://hub.docker.com/r/plausible/analytics type: application -version: 10.17.14 +version: 10.17.15 diff --git a/charts/stable/plausible/README.md b/charts/stable/plausible/README.md index 5082fa98e26..c98fc940fdd 100644 --- a/charts/stable/plausible/README.md +++ b/charts/stable/plausible/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plausible) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plausible) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/plausible + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plaxt/Chart.yaml b/charts/stable/plaxt/Chart.yaml index 504ab225b7e..f66990d3e43 100644 --- a/charts/stable/plaxt/Chart.yaml +++ b/charts/stable/plaxt/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Other - MediaApp-Other - MediaServer-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plaxt - https://hub.docker.com/r/xanderstrike/goplaxt type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/plaxt/README.md b/charts/stable/plaxt/README.md index 90e644935e2..1d6f3d461f0 100644 --- a/charts/stable/plaxt/README.md +++ b/charts/stable/plaxt/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plaxt) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plaxt) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/plaxt + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plex-auto-languages/Chart.yaml b/charts/stable/plex-auto-languages/Chart.yaml index 25469f60033..25f80e380fa 100644 --- a/charts/stable/plex-auto-languages/Chart.yaml +++ b/charts/stable/plex-auto-languages/Chart.yaml @@ -26,7 +26,7 @@ keywords: - MediaApp-Other - MediaApp-Video - MediaServer-Video -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plex-auto-languages - https://hub.docker.com/r/remirigal/plex-auto-languages type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/plex-auto-languages/README.md b/charts/stable/plex-auto-languages/README.md index 67d383b78a3..7533ba05712 100644 --- a/charts/stable/plex-auto-languages/README.md +++ b/charts/stable/plex-auto-languages/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plex-auto-languages) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plex-auto-languages) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/plex-auto-languages + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plex-meta-manager/Chart.yaml b/charts/stable/plex-meta-manager/Chart.yaml index ed14a5c81a4..b7933c0cfef 100644 --- a/charts/stable/plex-meta-manager/Chart.yaml +++ b/charts/stable/plex-meta-manager/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/plex-meta-manager icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.webp keywords: - plex-meta-manager -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plex-meta-manager - https://hub.docker.com/r/meisnate12/plex-meta-manager type: application -version: 6.9.7 +version: 6.9.8 diff --git a/charts/stable/plex-meta-manager/README.md b/charts/stable/plex-meta-manager/README.md index b614c4391d9..380bf98a970 100644 --- a/charts/stable/plex-meta-manager/README.md +++ b/charts/stable/plex-meta-manager/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plex-meta-manager) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plex-meta-manager) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/plex-meta-manager + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plex-playlist-sync/Chart.yaml b/charts/stable/plex-playlist-sync/Chart.yaml index e05da8982a6..36893883912 100644 --- a/charts/stable/plex-playlist-sync/Chart.yaml +++ b/charts/stable/plex-playlist-sync/Chart.yaml @@ -28,7 +28,7 @@ keywords: - MediaApp-Other - MediaApp-Video - MediaServer-Video -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -39,4 +39,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plex-playlist-sync - https://hub.docker.com/r/rnagabhyrava/plexplaylistsync type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/plex-playlist-sync/README.md b/charts/stable/plex-playlist-sync/README.md index c0f8b6f4b43..8d8238c40a2 100644 --- a/charts/stable/plex-playlist-sync/README.md +++ b/charts/stable/plex-playlist-sync/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plex-playlist-sync) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plex-playlist-sync) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/plex-playlist-sync + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plex-utills/Chart.yaml b/charts/stable/plex-utills/Chart.yaml index 6b2cb1fa319..405d594fd5c 100644 --- a/charts/stable/plex-utills/Chart.yaml +++ b/charts/stable/plex-utills/Chart.yaml @@ -24,7 +24,7 @@ keywords: - plex-utills - Tools-Utilities - MediaApp-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plex-utills - https://hub.docker.com/r/jkirkcaldy/plex-utills type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/plex-utills/README.md b/charts/stable/plex-utills/README.md index 0113bd48a2d..8a6d3ecebbc 100644 --- a/charts/stable/plex-utills/README.md +++ b/charts/stable/plex-utills/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plex-utills) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plex-utills) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/plex-utills + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index 00a46309ac0..18c3a8ea3c2 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.webp keywords: - plex - plex-media-server -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plex - https://ghcr.io/onedr0p/plex type: application -version: 17.8.11 +version: 17.8.12 diff --git a/charts/stable/plex/README.md b/charts/stable/plex/README.md index 6bbc0094292..25a0cbe7c51 100644 --- a/charts/stable/plex/README.md +++ b/charts/stable/plex/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plex) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plex) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/plex + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plexanisync/Chart.yaml b/charts/stable/plexanisync/Chart.yaml index 9f453586652..1e00ea5c2d5 100644 --- a/charts/stable/plexanisync/Chart.yaml +++ b/charts/stable/plexanisync/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexanisync.webp keywords: - plexanisync - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plexanisync - https://ghcr.io/rickdb/plexanisync type: application -version: 6.9.8 +version: 6.9.9 diff --git a/charts/stable/plexanisync/README.md b/charts/stable/plexanisync/README.md index 33601aa5d3c..b2b1e6f49df 100644 --- a/charts/stable/plexanisync/README.md +++ b/charts/stable/plexanisync/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plexanisync) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plexanisync) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/plexanisync + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plexripper/Chart.yaml b/charts/stable/plexripper/Chart.yaml index 52d5cb1e2cb..adeb054aeb2 100644 --- a/charts/stable/plexripper/Chart.yaml +++ b/charts/stable/plexripper/Chart.yaml @@ -28,7 +28,7 @@ keywords: - MediaApp-Music - MediaApp-Photos - MediaApp-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -39,4 +39,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plexripper - https://hub.docker.com/r/plexripper/plexripper type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/plexripper/README.md b/charts/stable/plexripper/README.md index 2f3a3c9a122..f151403384c 100644 --- a/charts/stable/plexripper/README.md +++ b/charts/stable/plexripper/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plexripper) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plexripper) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/plexripper + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plextraktsync/Chart.yaml b/charts/stable/plextraktsync/Chart.yaml index 9a8f58ed1d5..0956f9ed40c 100644 --- a/charts/stable/plextraktsync/Chart.yaml +++ b/charts/stable/plextraktsync/Chart.yaml @@ -24,7 +24,7 @@ keywords: - plextraktsync - Tools-Utilities - MediaApp-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plextraktsync - https://ghcr.io/taxel/plextraktsync type: application -version: 7.9.9 +version: 7.9.10 diff --git a/charts/stable/plextraktsync/README.md b/charts/stable/plextraktsync/README.md index aa0037eea1c..8064add73ba 100644 --- a/charts/stable/plextraktsync/README.md +++ b/charts/stable/plextraktsync/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plextraktsync) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plextraktsync) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/plextraktsync + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pocketmine-mp/Chart.yaml b/charts/stable/pocketmine-mp/Chart.yaml index 05cdf6dbc4f..49aee9704c0 100644 --- a/charts/stable/pocketmine-mp/Chart.yaml +++ b/charts/stable/pocketmine-mp/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.webp keywords: - pocketmine-mp - minecraft -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pocketmine-mp - https://ghcr.io/pmmp/pocketmine-mp type: application -version: 3.10.7 +version: 3.10.8 diff --git a/charts/stable/pocketmine-mp/README.md b/charts/stable/pocketmine-mp/README.md index 9bcb960a36d..e0c2dc9920f 100644 --- a/charts/stable/pocketmine-mp/README.md +++ b/charts/stable/pocketmine-mp/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pocketmine-mp) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pocketmine-mp) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pocketmine-mp + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/podgrab/Chart.yaml b/charts/stable/podgrab/Chart.yaml index ea2fc13e775..fe20c6ffb17 100644 --- a/charts/stable/podgrab/Chart.yaml +++ b/charts/stable/podgrab/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/podgrab icon: https://truecharts.org/img/hotlink-ok/chart-icons/podgrab.webp keywords: - podgrab -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/podgrab - https://hub.docker.com/r/akhilrex/podgrab type: application -version: 17.8.7 +version: 17.8.8 diff --git a/charts/stable/podgrab/README.md b/charts/stable/podgrab/README.md index fb9a33304ab..7d41df968be 100644 --- a/charts/stable/podgrab/README.md +++ b/charts/stable/podgrab/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/podgrab) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/podgrab) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/podgrab + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/portainer/Chart.yaml b/charts/stable/portainer/Chart.yaml index 5d0cb298aa0..448c3527860 100644 --- a/charts/stable/portainer/Chart.yaml +++ b/charts/stable/portainer/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/portainer icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.webp keywords: - portainer -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://hub.docker.com/r/portainer/portainer-ee - https://hub.docker.com/r/portainer/portainer-ce type: application -version: 8.10.7 +version: 8.10.8 diff --git a/charts/stable/portainer/README.md b/charts/stable/portainer/README.md index c154eb19e8d..eda542eeaa0 100644 --- a/charts/stable/portainer/README.md +++ b/charts/stable/portainer/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/portainer) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/portainer) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/portainer + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/post-recording/Chart.yaml b/charts/stable/post-recording/Chart.yaml index 76f7b315536..9a53e49de03 100644 --- a/charts/stable/post-recording/Chart.yaml +++ b/charts/stable/post-recording/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/post-recording.webp keywords: - post-recording - MediaApp-Video -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/post-recording - https://hub.docker.com/r/chacawaca/post-recording type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/post-recording/README.md b/charts/stable/post-recording/README.md index a97d78178fe..0a9900a056e 100644 --- a/charts/stable/post-recording/README.md +++ b/charts/stable/post-recording/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/post-recording) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/post-recording) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/post-recording + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/posterr/Chart.yaml b/charts/stable/posterr/Chart.yaml index c74feea45e3..59ee381b0b6 100644 --- a/charts/stable/posterr/Chart.yaml +++ b/charts/stable/posterr/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.webp keywords: - posterr - MediaServer-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/posterr - https://hub.docker.com/r/petersem/posterr type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/posterr/README.md b/charts/stable/posterr/README.md index 78e73ba64e6..8c99cee63bb 100644 --- a/charts/stable/posterr/README.md +++ b/charts/stable/posterr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/posterr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/posterr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/posterr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/postscriptum/Chart.yaml b/charts/stable/postscriptum/Chart.yaml index c90199bcae3..4a237a55f78 100644 --- a/charts/stable/postscriptum/Chart.yaml +++ b/charts/stable/postscriptum/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/postscriptum.webp keywords: - postscriptum - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/postscriptum - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/postscriptum/README.md b/charts/stable/postscriptum/README.md index 54e32a1fc50..9b282e43d44 100644 --- a/charts/stable/postscriptum/README.md +++ b/charts/stable/postscriptum/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/postscriptum) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/postscriptum) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/postscriptum + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml index 13de35d739c..cd6f56edfdf 100644 --- a/charts/stable/pretend-youre-xyzzy/Chart.yaml +++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml @@ -25,7 +25,7 @@ keywords: - cards - against - humanity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy - https://hub.docker.com/r/emcniece/dockeryourxyzzy type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/pretend-youre-xyzzy/README.md b/charts/stable/pretend-youre-xyzzy/README.md index 2f270371460..e4d9e7746a2 100644 --- a/charts/stable/pretend-youre-xyzzy/README.md +++ b/charts/stable/pretend-youre-xyzzy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pretend-youre-xyzzy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pretend-youre-xyzzy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pretend-youre-xyzzy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/projectsend/Chart.yaml b/charts/stable/projectsend/Chart.yaml index 5353fc1c875..0aa1e37863a 100644 --- a/charts/stable/projectsend/Chart.yaml +++ b/charts/stable/projectsend/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.webp keywords: - projectsend - files -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend - https://ghcr.io/linuxserver/projectsend type: application -version: 12.15.14 +version: 12.15.15 diff --git a/charts/stable/projectsend/README.md b/charts/stable/projectsend/README.md index 8c73d6456cd..80c34ebaabb 100644 --- a/charts/stable/projectsend/README.md +++ b/charts/stable/projectsend/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/projectsend) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/projectsend) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/projectsend + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/promcord/Chart.yaml b/charts/stable/promcord/Chart.yaml index c50dd02fd8f..6a178b865f5 100644 --- a/charts/stable/promcord/Chart.yaml +++ b/charts/stable/promcord/Chart.yaml @@ -24,7 +24,7 @@ keywords: - promcord - discord - metrics -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/promcord - https://hub.docker.com/r/biospheere/promcord type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/promcord/README.md b/charts/stable/promcord/README.md index b2b6f73bdd6..923e06911c6 100644 --- a/charts/stable/promcord/README.md +++ b/charts/stable/promcord/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/promcord) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/promcord) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/promcord + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index 7b644f84f8b..e1338757139 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.webp keywords: - protonmail - protonmail-bridge -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge - https://hub.docker.com/r/shenxn/protonmail-bridge type: application -version: 14.9.7 +version: 14.9.8 diff --git a/charts/stable/protonmail-bridge/README.md b/charts/stable/protonmail-bridge/README.md index 3870ad49406..0616c98c5ed 100644 --- a/charts/stable/protonmail-bridge/README.md +++ b/charts/stable/protonmail-bridge/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/protonmail-bridge) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/protonmail-bridge) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/protonmail-bridge + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index 8705d3670c2..d0f1c81b997 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -24,7 +24,7 @@ keywords: - prowlarr - torrent - usenet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/prowlarr-develop type: application -version: 16.8.4 +version: 16.8.5 diff --git a/charts/stable/prowlarr/README.md b/charts/stable/prowlarr/README.md index fbadb86cd5f..e64167af9b7 100644 --- a/charts/stable/prowlarr/README.md +++ b/charts/stable/prowlarr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/prowlarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/prowlarr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/prowlarr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/proxmox-backup-server/Chart.yaml b/charts/stable/proxmox-backup-server/Chart.yaml index 0dbbbfb9ab3..6245dd3cbea 100644 --- a/charts/stable/proxmox-backup-server/Chart.yaml +++ b/charts/stable/proxmox-backup-server/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/proxmox-backup-server.we keywords: - proxmox-backup-server - pbs -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/proxmox-backup-server - https://hub.docker.com/r/ayufan/proxmox-backup-server type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/proxmox-backup-server/README.md b/charts/stable/proxmox-backup-server/README.md index a4123766e12..ac821f60300 100644 --- a/charts/stable/proxmox-backup-server/README.md +++ b/charts/stable/proxmox-backup-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/proxmox-backup-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/proxmox-backup-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/proxmox-backup-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/prpdf/Chart.yaml b/charts/stable/prpdf/Chart.yaml index ce41c3e01dc..57ac4407fc6 100644 --- a/charts/stable/prpdf/Chart.yaml +++ b/charts/stable/prpdf/Chart.yaml @@ -24,7 +24,7 @@ keywords: - prpdf - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/prpdf - https://hub.docker.com/r/knex666/prpdf type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/prpdf/README.md b/charts/stable/prpdf/README.md index c317fba0506..9ad830f5dc5 100644 --- a/charts/stable/prpdf/README.md +++ b/charts/stable/prpdf/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/prpdf) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/prpdf) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/prpdf + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/prusaslicer-novnc/Chart.yaml b/charts/stable/prusaslicer-novnc/Chart.yaml index d0224ab7e13..9d5f562ea06 100644 --- a/charts/stable/prusaslicer-novnc/Chart.yaml +++ b/charts/stable/prusaslicer-novnc/Chart.yaml @@ -24,7 +24,7 @@ keywords: - prusaslicer-novnc - home-automation - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/prusaslicer-novnc - https://hub.docker.com/r/mikeah/prusaslicer-novnc type: application -version: 8.8.9 +version: 8.8.10 diff --git a/charts/stable/prusaslicer-novnc/README.md b/charts/stable/prusaslicer-novnc/README.md index d1dc37bfb92..91495c52493 100644 --- a/charts/stable/prusaslicer-novnc/README.md +++ b/charts/stable/prusaslicer-novnc/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/prusaslicer-novnc) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/prusaslicer-novnc) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/prusaslicer-novnc + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pt-helper/Chart.yaml b/charts/stable/pt-helper/Chart.yaml index 3e5cc99e666..9429a4dea14 100644 --- a/charts/stable/pt-helper/Chart.yaml +++ b/charts/stable/pt-helper/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/pt-helper.webp keywords: - pt-helper - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pt-helper - https://hub.docker.com/r/crazyq/pt_helper type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/pt-helper/README.md b/charts/stable/pt-helper/README.md index 7d1312542df..b5236949998 100644 --- a/charts/stable/pt-helper/README.md +++ b/charts/stable/pt-helper/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pt-helper) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pt-helper) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pt-helper + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/putty/Chart.yaml b/charts/stable/putty/Chart.yaml index 1c7675cf09b..890e15bbe05 100644 --- a/charts/stable/putty/Chart.yaml +++ b/charts/stable/putty/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.webp keywords: - ssh - putty -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/putty - https://hub.docker.com/r/jlesage/putty type: application -version: 9.9.3 +version: 9.9.4 diff --git a/charts/stable/putty/README.md b/charts/stable/putty/README.md index 5c7f7af0676..dcdf9f89892 100644 --- a/charts/stable/putty/README.md +++ b/charts/stable/putty/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/putty) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/putty) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/putty + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pvk-ii/Chart.yaml b/charts/stable/pvk-ii/Chart.yaml index e97ee0c5304..f71c0fe19cd 100644 --- a/charts/stable/pvk-ii/Chart.yaml +++ b/charts/stable/pvk-ii/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/pvk-ii.webp keywords: - pvk-ii - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pvk-ii - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/pvk-ii/README.md b/charts/stable/pvk-ii/README.md index d82cbd38830..b83bf3af5c3 100644 --- a/charts/stable/pvk-ii/README.md +++ b/charts/stable/pvk-ii/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pvk-ii) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pvk-ii) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pvk-ii + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pwm/Chart.yaml b/charts/stable/pwm/Chart.yaml index fc73c08f19d..ed4b5b56877 100644 --- a/charts/stable/pwm/Chart.yaml +++ b/charts/stable/pwm/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwm.webp keywords: - pwm - Security -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pwm - https://hub.docker.com/r/fjudith/pwm type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/pwm/README.md b/charts/stable/pwm/README.md index f5ec66a1c99..2271949479b 100644 --- a/charts/stable/pwm/README.md +++ b/charts/stable/pwm/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pwm) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pwm) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pwm + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pwndrop/Chart.yaml b/charts/stable/pwndrop/Chart.yaml index ee445917a6e..27ac41d3642 100644 --- a/charts/stable/pwndrop/Chart.yaml +++ b/charts/stable/pwndrop/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/pwndrop icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.webp keywords: - pwndrop -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop - https://ghcr.io/linuxserver/pwndrop type: application -version: 9.8.9 +version: 9.8.10 diff --git a/charts/stable/pwndrop/README.md b/charts/stable/pwndrop/README.md index 2e0c1b51d5f..dafb3fd89e1 100644 --- a/charts/stable/pwndrop/README.md +++ b/charts/stable/pwndrop/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pwndrop) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pwndrop) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pwndrop + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pyload-ng/Chart.yaml b/charts/stable/pyload-ng/Chart.yaml index 7c0ee529c83..7014116025c 100644 --- a/charts/stable/pyload-ng/Chart.yaml +++ b/charts/stable/pyload-ng/Chart.yaml @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pyload-ng - https://fleet.linuxserver.io/image?name=linuxserver/pyload-ng type: application -version: 5.8.10 +version: 5.8.11 diff --git a/charts/stable/pyload-ng/README.md b/charts/stable/pyload-ng/README.md index 658cf0da6d1..7c712ce29eb 100644 --- a/charts/stable/pyload-ng/README.md +++ b/charts/stable/pyload-ng/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pyload-ng) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pyload-ng) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pyload-ng + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml index f121da80142..133926b633c 100644 --- a/charts/stable/pyload/Chart.yaml +++ b/charts/stable/pyload/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.webp keywords: - pyload - download -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pyload - https://ghcr.io/linuxserver/pyload type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/pyload/README.md b/charts/stable/pyload/README.md index 187f03113d7..fe998b18791 100644 --- a/charts/stable/pyload/README.md +++ b/charts/stable/pyload/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pyload) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pyload) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pyload + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pylon/Chart.yaml b/charts/stable/pylon/Chart.yaml index 86dad22c660..b3a465b252f 100644 --- a/charts/stable/pylon/Chart.yaml +++ b/charts/stable/pylon/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/pylon icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.webp keywords: - pylon -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pylon - https://ghcr.io/linuxserver/pylon type: application -version: 9.8.8 +version: 9.8.9 diff --git a/charts/stable/pylon/README.md b/charts/stable/pylon/README.md index 7d7f0b8e580..6aec3bca2dc 100644 --- a/charts/stable/pylon/README.md +++ b/charts/stable/pylon/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pylon) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pylon) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/pylon + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/qbitmanage/Chart.yaml b/charts/stable/qbitmanage/Chart.yaml index 0bcaa6a359a..f4745d08886 100644 --- a/charts/stable/qbitmanage/Chart.yaml +++ b/charts/stable/qbitmanage/Chart.yaml @@ -24,7 +24,7 @@ keywords: - qbitmanage - Downloaders - MediaApp-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage - https://hub.docker.com/r/bobokun/qbit_manage type: application -version: 8.9.9 +version: 8.9.10 diff --git a/charts/stable/qbitmanage/README.md b/charts/stable/qbitmanage/README.md index 353d8d2091f..ded6c8dad5d 100644 --- a/charts/stable/qbitmanage/README.md +++ b/charts/stable/qbitmanage/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qbitmanage) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qbitmanage) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/qbitmanage + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/qbitrr/Chart.yaml b/charts/stable/qbitrr/Chart.yaml index 88358fcca90..711bd071a70 100644 --- a/charts/stable/qbitrr/Chart.yaml +++ b/charts/stable/qbitrr/Chart.yaml @@ -24,7 +24,7 @@ keywords: - qbitrr - Downloaders - MediaApp-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr - https://hub.docker.com/r/feramance/qbitrr type: application -version: 4.9.7 +version: 4.9.8 diff --git a/charts/stable/qbitrr/README.md b/charts/stable/qbitrr/README.md index 579aca8673e..a203390c70a 100644 --- a/charts/stable/qbitrr/README.md +++ b/charts/stable/qbitrr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qbitrr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qbitrr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/qbitrr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 4925f8e4c4a..8dacdb9cb43 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.webp keywords: - qbittorrent - torrrent -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://ghcr.io/onedr0p/qbittorrent - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server type: application -version: 19.8.9 +version: 19.8.10 diff --git a/charts/stable/qbittorrent/README.md b/charts/stable/qbittorrent/README.md index 6fc728f4edd..0dbbc367e05 100644 --- a/charts/stable/qbittorrent/README.md +++ b/charts/stable/qbittorrent/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qbittorrent) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qbittorrent) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/qbittorrent + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/qdirstat/Chart.yaml b/charts/stable/qdirstat/Chart.yaml index c777b40417f..91568788ee7 100644 --- a/charts/stable/qdirstat/Chart.yaml +++ b/charts/stable/qdirstat/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/qdirstat.webp keywords: - stats - qdirstat -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat - https://hub.docker.com/r/jlesage/qdirstat type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/qdirstat/README.md b/charts/stable/qdirstat/README.md index 809cddc87b0..eb82e53d2fc 100644 --- a/charts/stable/qdirstat/README.md +++ b/charts/stable/qdirstat/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qdirstat) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qdirstat) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/qdirstat + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/qflood/Chart.yaml b/charts/stable/qflood/Chart.yaml index 3303cd056b8..257d8b7a2a3 100644 --- a/charts/stable/qflood/Chart.yaml +++ b/charts/stable/qflood/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/qflood.webp keywords: - qflood - Downloaders -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/qflood - https://ghcr.io/hotio/qflood type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/qflood/README.md b/charts/stable/qflood/README.md index c1f65608b8e..bf876a20470 100644 --- a/charts/stable/qflood/README.md +++ b/charts/stable/qflood/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qflood) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qflood) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/qflood + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/qinglong/Chart.yaml b/charts/stable/qinglong/Chart.yaml index 96d1cfa1d34..1dfd5aff1e0 100644 --- a/charts/stable/qinglong/Chart.yaml +++ b/charts/stable/qinglong/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.webp keywords: - qinglong - task -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/qinglong - https://hub.docker.com/r/whyour/qinglong type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/qinglong/README.md b/charts/stable/qinglong/README.md index 13c3778167b..c0768d87ec1 100644 --- a/charts/stable/qinglong/README.md +++ b/charts/stable/qinglong/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qinglong) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qinglong) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/qinglong + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/quake3/Chart.yaml b/charts/stable/quake3/Chart.yaml index e1bdb14e643..31cd37a704f 100644 --- a/charts/stable/quake3/Chart.yaml +++ b/charts/stable/quake3/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/quake3.webp keywords: - quake3 - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/quake3 - https://hub.docker.com/r/ich777/quake3 type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/quake3/README.md b/charts/stable/quake3/README.md index dc8c9d8cf2a..eb30b170141 100644 --- a/charts/stable/quake3/README.md +++ b/charts/stable/quake3/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/quake3) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/quake3) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/quake3 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/quassel-core/Chart.yaml b/charts/stable/quassel-core/Chart.yaml index e749b4476a5..aecfc5f40ce 100644 --- a/charts/stable/quassel-core/Chart.yaml +++ b/charts/stable/quassel-core/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/quassel-core icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.webp keywords: - quassel-core -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core - https://ghcr.io/linuxserver/quassel-core type: application -version: 11.8.9 +version: 11.8.10 diff --git a/charts/stable/quassel-core/README.md b/charts/stable/quassel-core/README.md index 40cb9cf7a7f..f635d48319e 100644 --- a/charts/stable/quassel-core/README.md +++ b/charts/stable/quassel-core/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/quassel-core) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/quassel-core) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/quassel-core + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/quassel-web/Chart.yaml b/charts/stable/quassel-web/Chart.yaml index 3e53966f87c..e32cca6eb7e 100644 --- a/charts/stable/quassel-web/Chart.yaml +++ b/charts/stable/quassel-web/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/quassel-web icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-web.webp keywords: - quassel-web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-web - https://ghcr.io/linuxserver/quassel-web type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/quassel-web/README.md b/charts/stable/quassel-web/README.md index b1cb86b5890..4c45c9bdc1a 100644 --- a/charts/stable/quassel-web/README.md +++ b/charts/stable/quassel-web/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/quassel-web) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/quassel-web) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/quassel-web + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/quickshare/Chart.yaml b/charts/stable/quickshare/Chart.yaml index ff710bc73f2..ba7e832c6b7 100644 --- a/charts/stable/quickshare/Chart.yaml +++ b/charts/stable/quickshare/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Productivity - Tools-Utilities - Network-FTP -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/quickshare - https://hub.docker.com/r/hexxa/quickshare type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/quickshare/README.md b/charts/stable/quickshare/README.md index 3118d25845d..e41df37a08a 100644 --- a/charts/stable/quickshare/README.md +++ b/charts/stable/quickshare/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/quickshare) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/quickshare) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/quickshare + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/quiz-game/Chart.yaml b/charts/stable/quiz-game/Chart.yaml index 3d52671309f..a661deba172 100644 --- a/charts/stable/quiz-game/Chart.yaml +++ b/charts/stable/quiz-game/Chart.yaml @@ -25,7 +25,7 @@ keywords: - GameServers - Other - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/quiz-game - https://hub.docker.com/r/patrickstigler/quiz-game type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/quiz-game/README.md b/charts/stable/quiz-game/README.md index 3e1dfb31d15..3a32ae03a8a 100644 --- a/charts/stable/quiz-game/README.md +++ b/charts/stable/quiz-game/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/quiz-game) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/quiz-game) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/quiz-game + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/qwantify/Chart.yaml b/charts/stable/qwantify/Chart.yaml index 6f35ba4bf44..fa609a94807 100644 --- a/charts/stable/qwantify/Chart.yaml +++ b/charts/stable/qwantify/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/qwantify.webp keywords: - qwantify - games -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/qwantify - https://ghcr.io/wanjohiryan/qwantify type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/qwantify/README.md b/charts/stable/qwantify/README.md index 0b1c96ae25a..74f3e40a7ed 100644 --- a/charts/stable/qwantify/README.md +++ b/charts/stable/qwantify/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qwantify) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qwantify) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/qwantify + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index 50023978282..6e55f0c61c8 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -24,7 +24,7 @@ keywords: - radarr - torrent - usenet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,7 +33,7 @@ name: radarr sources: - https://github.com/Radarr/Radarr - https://github.com/truecharts/charts/tree/master/charts/stable/radarr - - https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/radarr + - https://ghcr.io/onedr0p/exportarr type: application -version: 21.7.4 +version: 21.7.5 diff --git a/charts/stable/radarr/README.md b/charts/stable/radarr/README.md index 0915ee0aa5e..2514b538f5d 100644 --- a/charts/stable/radarr/README.md +++ b/charts/stable/radarr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/radarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/radarr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/radarr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/radarrsync/Chart.yaml b/charts/stable/radarrsync/Chart.yaml index 121fd1f406e..00740107d88 100644 --- a/charts/stable/radarrsync/Chart.yaml +++ b/charts/stable/radarrsync/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarrsync.webp keywords: - radarrsync - Downloaders -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/radarrsync - https://hub.docker.com/r/dmanius/radarrsync-docker type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/radarrsync/README.md b/charts/stable/radarrsync/README.md index 407ec585ccf..e2f6945be60 100644 --- a/charts/stable/radarrsync/README.md +++ b/charts/stable/radarrsync/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/radarrsync) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/radarrsync) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/radarrsync + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/radicale/Chart.yaml b/charts/stable/radicale/Chart.yaml index c8c5b054335..35ae03dc014 100644 --- a/charts/stable/radicale/Chart.yaml +++ b/charts/stable/radicale/Chart.yaml @@ -28,7 +28,7 @@ keywords: - contacts - tasks - to-do -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/radicale - https://hub.docker.com/r/tomsquest/docker-radicale type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/radicale/README.md b/charts/stable/radicale/README.md index 5cfa27194df..b81b4e45b60 100644 --- a/charts/stable/radicale/README.md +++ b/charts/stable/radicale/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/radicale) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/radicale) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/radicale + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rapidphotodownloader/Chart.yaml b/charts/stable/rapidphotodownloader/Chart.yaml index 40e48bb8ce1..1bcdda61755 100644 --- a/charts/stable/rapidphotodownloader/Chart.yaml +++ b/charts/stable/rapidphotodownloader/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Productivity - Tools-Utilities - Backup -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rapidphotodownloader - https://hub.docker.com/r/ich777/rapidphotodownloader type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/rapidphotodownloader/README.md b/charts/stable/rapidphotodownloader/README.md index 13b9622b54c..4c8bde856b3 100644 --- a/charts/stable/rapidphotodownloader/README.md +++ b/charts/stable/rapidphotodownloader/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rapidphotodownloader) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rapidphotodownloader) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rapidphotodownloader + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/raspberrymatic/Chart.yaml b/charts/stable/raspberrymatic/Chart.yaml index 3f35d27439e..c783634aa1e 100644 --- a/charts/stable/raspberrymatic/Chart.yaml +++ b/charts/stable/raspberrymatic/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/raspberrymatic.webp keywords: - raspberrymatic - iot -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/raspberrymatic - https://ghcr.io/jens-maus/raspberrymatic type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/raspberrymatic/README.md b/charts/stable/raspberrymatic/README.md index 93222c8464b..73e1bbaaf55 100644 --- a/charts/stable/raspberrymatic/README.md +++ b/charts/stable/raspberrymatic/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/raspberrymatic) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/raspberrymatic) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/raspberrymatic + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rcon-webadmin/Chart.yaml b/charts/stable/rcon-webadmin/Chart.yaml index 2ccdc4a3aa1..76017bf2cec 100644 --- a/charts/stable/rcon-webadmin/Chart.yaml +++ b/charts/stable/rcon-webadmin/Chart.yaml @@ -24,7 +24,7 @@ keywords: - rcon-webadmin - GameServers - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rcon-webadmin - https://hub.docker.com/r/itzg/rcon type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/rcon-webadmin/README.md b/charts/stable/rcon-webadmin/README.md index fcaab0577ac..cd966cddba3 100644 --- a/charts/stable/rcon-webadmin/README.md +++ b/charts/stable/rcon-webadmin/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rcon-webadmin) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rcon-webadmin) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rcon-webadmin + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rdesktop/Chart.yaml b/charts/stable/rdesktop/Chart.yaml index c12f7930605..2d2f719e0d5 100644 --- a/charts/stable/rdesktop/Chart.yaml +++ b/charts/stable/rdesktop/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.webp keywords: - rdesktop - desktops -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop - https://fleet.linuxserver.io/image?name=linuxserver/rdesktop type: application -version: 8.8.44 +version: 8.8.45 diff --git a/charts/stable/rdesktop/README.md b/charts/stable/rdesktop/README.md index 38b5c3de000..844848f7177 100644 --- a/charts/stable/rdesktop/README.md +++ b/charts/stable/rdesktop/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rdesktop) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rdesktop) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rdesktop + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rdtclient/Chart.yaml b/charts/stable/rdtclient/Chart.yaml index 957c2aefc29..afe7af22116 100644 --- a/charts/stable/rdtclient/Chart.yaml +++ b/charts/stable/rdtclient/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.webp keywords: - rdtclient - torrent -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,7 +32,7 @@ name: rdtclient sources: - https://github.com/rogerfar/rdt-client - https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient - - https://ghcr.io/rogerfar/rdtclient - https://hub.docker.com/r/p3terx/aria2-pro + - https://ghcr.io/rogerfar/rdtclient type: application -version: 4.8.12 +version: 4.8.13 diff --git a/charts/stable/rdtclient/README.md b/charts/stable/rdtclient/README.md index 3a4f4a7281f..d03430fef24 100644 --- a/charts/stable/rdtclient/README.md +++ b/charts/stable/rdtclient/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rdtclient) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rdtclient) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rdtclient + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index 08878a55249..88d512b986e 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -39,4 +39,4 @@ sources: - https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/readarr-develop type: application -version: 21.6.11 +version: 21.6.12 diff --git a/charts/stable/readarr/README.md b/charts/stable/readarr/README.md index 7fa53aa4e9b..690cf66f578 100644 --- a/charts/stable/readarr/README.md +++ b/charts/stable/readarr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/readarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/readarr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/readarr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/recyclarr/Chart.yaml b/charts/stable/recyclarr/Chart.yaml index c99401ce10c..60bd8611fd2 100644 --- a/charts/stable/recyclarr/Chart.yaml +++ b/charts/stable/recyclarr/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.webp keywords: - recyclarr - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr - https://ghcr.io/recyclarr/recyclarr type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/recyclarr/README.md b/charts/stable/recyclarr/README.md index 915504d2b49..59319a5a3e9 100644 --- a/charts/stable/recyclarr/README.md +++ b/charts/stable/recyclarr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/recyclarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/recyclarr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/recyclarr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/red-discordbot/Chart.yaml b/charts/stable/red-discordbot/Chart.yaml index ee7bc989b36..730227571c4 100644 --- a/charts/stable/red-discordbot/Chart.yaml +++ b/charts/stable/red-discordbot/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "The newest Red-Discordbot in a convenient multi-arch Chart " +description: 'The newest Red-Discordbot in a convenient multi-arch Chart ' home: https://truecharts.org/charts/stable/red-discordbot icon: https://truecharts.org/img/hotlink-ok/chart-icons/red-discordbot.webp keywords: - red-discordbot - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/red-discordbot - https://hub.docker.com/r/phasecorex/red-discordbot type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/red-discordbot/README.md b/charts/stable/red-discordbot/README.md index 09e677c31af..b61de3a3745 100644 --- a/charts/stable/red-discordbot/README.md +++ b/charts/stable/red-discordbot/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/red-discordbot) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/red-discordbot) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/red-discordbot + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/redis/Chart.yaml b/charts/stable/redis/Chart.yaml index 848b255dd98..438bd9177c6 100644 --- a/charts/stable/redis/Chart.yaml +++ b/charts/stable/redis/Chart.yaml @@ -24,7 +24,7 @@ keywords: - redis - keyvalue - database -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/redis - https://hub.docker.com/r/bitnami/redis type: application -version: 13.3.11 +version: 13.3.12 diff --git a/charts/stable/redis/README.md b/charts/stable/redis/README.md index fd4e8ae565b..9277bc5a8a9 100644 --- a/charts/stable/redis/README.md +++ b/charts/stable/redis/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/redis) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/redis) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/redis + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/redisinsight/Chart.yaml b/charts/stable/redisinsight/Chart.yaml index 95aaba8ac09..a2c6dade704 100644 --- a/charts/stable/redisinsight/Chart.yaml +++ b/charts/stable/redisinsight/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.webp keywords: - redisinsight - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/redisinsight - https://hub.docker.com/r/redislabs/redisinsight type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/redisinsight/README.md b/charts/stable/redisinsight/README.md index f1908aea65a..bf96027f1d4 100644 --- a/charts/stable/redisinsight/README.md +++ b/charts/stable/redisinsight/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/redisinsight) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/redisinsight) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/redisinsight + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/redm/Chart.yaml b/charts/stable/redm/Chart.yaml index 03e0b4ac448..69a04a0e8f3 100644 --- a/charts/stable/redm/Chart.yaml +++ b/charts/stable/redm/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the 'Show more settings' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name." +description: 'With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the ''Show more settings'' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name.' home: https://truecharts.org/charts/stable/redm icon: https://truecharts.org/img/hotlink-ok/chart-icons/redm.webp keywords: - redm - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/redm - https://hub.docker.com/r/ich777/redmserver type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/redm/README.md b/charts/stable/redm/README.md index 373a6e82112..19f0745329f 100644 --- a/charts/stable/redm/README.md +++ b/charts/stable/redm/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/redm) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/redm) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/redm + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml index 598fc4c3625..5302e225b81 100644 --- a/charts/stable/redmine/Chart.yaml +++ b/charts/stable/redmine/Chart.yaml @@ -26,7 +26,7 @@ keywords: - time - tracking - ticket -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/redmine - https://hub.docker.com/_/redmine type: application -version: 11.8.15 +version: 11.8.16 diff --git a/charts/stable/redmine/README.md b/charts/stable/redmine/README.md index c561d358c4a..b59f265ffc4 100644 --- a/charts/stable/redmine/README.md +++ b/charts/stable/redmine/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/redmine) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/redmine) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/redmine + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/reg/Chart.yaml b/charts/stable/reg/Chart.yaml index 3b468a4b1f9..a95b0524023 100644 --- a/charts/stable/reg/Chart.yaml +++ b/charts/stable/reg/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/reg icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.webp keywords: - reg -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/reg - https://hub.docker.com/_/registry type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/reg/README.md b/charts/stable/reg/README.md index cbd9e4514d3..c692503edb8 100644 --- a/charts/stable/reg/README.md +++ b/charts/stable/reg/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/reg) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/reg) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/reg + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/remmina/Chart.yaml b/charts/stable/remmina/Chart.yaml index 40488d22cf5..e160523d45a 100644 --- a/charts/stable/remmina/Chart.yaml +++ b/charts/stable/remmina/Chart.yaml @@ -25,7 +25,7 @@ keywords: - remote - desktop - client -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/remmina - https://ghcr.io/linuxserver/remmina type: application -version: 10.8.9 +version: 10.8.10 diff --git a/charts/stable/remmina/README.md b/charts/stable/remmina/README.md index 892d3852cb7..c16e38de9bd 100644 --- a/charts/stable/remmina/README.md +++ b/charts/stable/remmina/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/remmina) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/remmina) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/remmina + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/remotely/Chart.yaml b/charts/stable/remotely/Chart.yaml index 22e39cf8c24..cea8b6aa0a3 100644 --- a/charts/stable/remotely/Chart.yaml +++ b/charts/stable/remotely/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/remotely.webp keywords: - remotely - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/remotely - https://hub.docker.com/r/immybot/remotely type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/remotely/README.md b/charts/stable/remotely/README.md index 3b650a5be8d..ee700f6d76e 100644 --- a/charts/stable/remotely/README.md +++ b/charts/stable/remotely/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/remotely) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/remotely) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/remotely + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/requestrr/Chart.yaml b/charts/stable/requestrr/Chart.yaml index 85efb4fb6eb..2a0dab212e3 100644 --- a/charts/stable/requestrr/Chart.yaml +++ b/charts/stable/requestrr/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.webp keywords: - requestrr - discord -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/requestrr - https://hub.docker.com/r/thomst08/requestrr type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/requestrr/README.md b/charts/stable/requestrr/README.md index b719cbb38c7..a7a42ceb0b3 100644 --- a/charts/stable/requestrr/README.md +++ b/charts/stable/requestrr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/requestrr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/requestrr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/requestrr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml index cbce56243dc..ca06f9fa6b0 100644 --- a/charts/stable/resilio-sync/Chart.yaml +++ b/charts/stable/resilio-sync/Chart.yaml @@ -25,7 +25,7 @@ keywords: - sync - btsync - bittorrent -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync - https://ghcr.io/linuxserver/resilio-sync type: application -version: 14.8.8 +version: 14.8.9 diff --git a/charts/stable/resilio-sync/README.md b/charts/stable/resilio-sync/README.md index 4f5f19ab246..9dd6c22473e 100644 --- a/charts/stable/resilio-sync/README.md +++ b/charts/stable/resilio-sync/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/resilio-sync) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/resilio-sync) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/resilio-sync + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/restic-rest-server/Chart.yaml b/charts/stable/restic-rest-server/Chart.yaml index 5b54c5b23d6..a128ba4de58 100644 --- a/charts/stable/restic-rest-server/Chart.yaml +++ b/charts/stable/restic-rest-server/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL." +description: 'Rest Server is a high performance HTTP server that implements restic''s REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL.' home: https://truecharts.org/charts/stable/restic-rest-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/restic-rest-server.webp keywords: - restic-rest-server - Backup -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/restic-rest-server - https://hub.docker.com/r/restic/rest-server type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/restic-rest-server/README.md b/charts/stable/restic-rest-server/README.md index 2e7da766ab5..cec22172dad 100644 --- a/charts/stable/restic-rest-server/README.md +++ b/charts/stable/restic-rest-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/restic-rest-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/restic-rest-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/restic-rest-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/retrobot/Chart.yaml b/charts/stable/retrobot/Chart.yaml index 161cbe9985c..2d85c40c017 100644 --- a/charts/stable/retrobot/Chart.yaml +++ b/charts/stable/retrobot/Chart.yaml @@ -24,7 +24,7 @@ keywords: - retrobot - emulator - discord -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/retrobot - https://hub.docker.com/r/rossimo/retrobot type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/retrobot/README.md b/charts/stable/retrobot/README.md index 42064ce3f11..4de41757021 100644 --- a/charts/stable/retrobot/README.md +++ b/charts/stable/retrobot/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/retrobot) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/retrobot) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/retrobot + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rflood/Chart.yaml b/charts/stable/rflood/Chart.yaml index 8cc45745c53..50fd3aa3ae2 100644 --- a/charts/stable/rflood/Chart.yaml +++ b/charts/stable/rflood/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rflood - https://ghcr.io/hotio/rflood type: application -version: 5.8.12 +version: 5.8.13 diff --git a/charts/stable/rflood/README.md b/charts/stable/rflood/README.md index 2f262167645..0ccf89cebf6 100644 --- a/charts/stable/rflood/README.md +++ b/charts/stable/rflood/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rflood) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rflood) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rflood + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rickroll/Chart.yaml b/charts/stable/rickroll/Chart.yaml index 428406da9cb..1a42af3ec8f 100644 --- a/charts/stable/rickroll/Chart.yaml +++ b/charts/stable/rickroll/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.webp keywords: - rickroll - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rickroll - https://hub.docker.com/r/modem7/docker-rickroll type: application -version: 6.8.8 +version: 6.8.9 diff --git a/charts/stable/rickroll/README.md b/charts/stable/rickroll/README.md index 760c6f6ec34..eaafbf5e429 100644 --- a/charts/stable/rickroll/README.md +++ b/charts/stable/rickroll/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rickroll) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rickroll) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rickroll + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rimgo/README.md b/charts/stable/rimgo/README.md index bd2b376a3d5..d9b6de8cd51 100644 --- a/charts/stable/rimgo/README.md +++ b/charts/stable/rimgo/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rimgo) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rimgo) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rimgo + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ring-mqtt/Chart.yaml b/charts/stable/ring-mqtt/Chart.yaml index 56f36fc4e54..7837484a23f 100644 --- a/charts/stable/ring-mqtt/Chart.yaml +++ b/charts/stable/ring-mqtt/Chart.yaml @@ -24,7 +24,7 @@ keywords: - ring-mqtt - home-automation - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ring-mqtt - https://hub.docker.com/r/tsightler/ring-mqtt type: application -version: 8.8.8 +version: 8.8.9 diff --git a/charts/stable/ring-mqtt/README.md b/charts/stable/ring-mqtt/README.md index 77188776528..54783346a5c 100644 --- a/charts/stable/ring-mqtt/README.md +++ b/charts/stable/ring-mqtt/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ring-mqtt) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ring-mqtt) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ring-mqtt + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rmlint/Chart.yaml b/charts/stable/rmlint/Chart.yaml index d18f0d934de..e615645201c 100644 --- a/charts/stable/rmlint/Chart.yaml +++ b/charts/stable/rmlint/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rmlint.webp keywords: - rmlint - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rmlint - https://hub.docker.com/r/bobbintb/docker-rmlint-unraid type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/rmlint/README.md b/charts/stable/rmlint/README.md index 8374259ec2b..06eb0255070 100644 --- a/charts/stable/rmlint/README.md +++ b/charts/stable/rmlint/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rmlint) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rmlint) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rmlint + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/romm/Chart.yaml b/charts/stable/romm/Chart.yaml index 83693667114..cb61bd82022 100644 --- a/charts/stable/romm/Chart.yaml +++ b/charts/stable/romm/Chart.yaml @@ -37,7 +37,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.webp keywords: - romm - rom-manager -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -48,4 +48,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/romm - https://ghcr.io/zurdi15/romm type: application -version: 8.8.14 +version: 8.8.15 diff --git a/charts/stable/romm/README.md b/charts/stable/romm/README.md index c0db0422f3a..3a4389c43f0 100644 --- a/charts/stable/romm/README.md +++ b/charts/stable/romm/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/romm) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/romm) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/romm + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/root/Chart.yaml b/charts/stable/root/Chart.yaml index 853e876e1e0..444b52deebb 100644 --- a/charts/stable/root/Chart.yaml +++ b/charts/stable/root/Chart.yaml @@ -24,7 +24,7 @@ keywords: - root - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/root - https://hub.docker.com/r/bgameiro/arch-cern-root type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/root/README.md b/charts/stable/root/README.md index 08bd0feae07..84acdece91b 100644 --- a/charts/stable/root/README.md +++ b/charts/stable/root/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/root) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/root) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/root + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rsnapshot/Chart.yaml b/charts/stable/rsnapshot/Chart.yaml index bbbc0150d43..0e1b18f3b80 100644 --- a/charts/stable/rsnapshot/Chart.yaml +++ b/charts/stable/rsnapshot/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/rsnapshot icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsnapshot.webp keywords: - rsnapshot -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rsnapshot - https://ghcr.io/linuxserver/rsnapshot type: application -version: 9.8.9 +version: 9.8.10 diff --git a/charts/stable/rsnapshot/README.md b/charts/stable/rsnapshot/README.md index e463c26f081..99df3b99460 100644 --- a/charts/stable/rsnapshot/README.md +++ b/charts/stable/rsnapshot/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rsnapshot) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rsnapshot) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rsnapshot + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rss-bridge/Chart.yaml b/charts/stable/rss-bridge/Chart.yaml index 8a0e71bbe14..ef115755daf 100644 --- a/charts/stable/rss-bridge/Chart.yaml +++ b/charts/stable/rss-bridge/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/rss-bridge icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.webp keywords: - rss-bridge -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge - https://hub.docker.com/r/rssbridge/rss-bridge type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/rss-bridge/README.md b/charts/stable/rss-bridge/README.md index 39bdb7584a7..e188b0c5db3 100644 --- a/charts/stable/rss-bridge/README.md +++ b/charts/stable/rss-bridge/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rss-bridge) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rss-bridge) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rss-bridge + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rss-proxy/Chart.yaml b/charts/stable/rss-proxy/Chart.yaml index 5df39dc8993..4f8a4ec6a41 100644 --- a/charts/stable/rss-proxy/Chart.yaml +++ b/charts/stable/rss-proxy/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Cloud - Tools-Utilities - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rss-proxy - https://hub.docker.com/r/damoeb/rss-proxy type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/rss-proxy/README.md b/charts/stable/rss-proxy/README.md index 73715fb0875..06920fa5824 100644 --- a/charts/stable/rss-proxy/README.md +++ b/charts/stable/rss-proxy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rss-proxy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rss-proxy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rss-proxy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rss-to-telegram/Chart.yaml b/charts/stable/rss-to-telegram/Chart.yaml index 75c04b99c97..27240f8cd71 100644 --- a/charts/stable/rss-to-telegram/Chart.yaml +++ b/charts/stable/rss-to-telegram/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Network-Other - Network-Messenger - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rss-to-telegram - https://hub.docker.com/r/bokker/rss.to.telegram type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/rss-to-telegram/README.md b/charts/stable/rss-to-telegram/README.md index e407d6cdd74..1c7ed1f1dc3 100644 --- a/charts/stable/rss-to-telegram/README.md +++ b/charts/stable/rss-to-telegram/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rss-to-telegram) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rss-to-telegram) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rss-to-telegram + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index daeb44acd0b..e12ce670f22 100644 --- a/charts/stable/rsshub/Chart.yaml +++ b/charts/stable/rsshub/Chart.yaml @@ -43,4 +43,4 @@ sources: - https://hub.docker.com/r/diygod/rsshub - https://hub.docker.com/r/browserless/chrome type: application -version: 12.10.36 +version: 12.10.37 diff --git a/charts/stable/rsshub/README.md b/charts/stable/rsshub/README.md index 5f716c0ae22..6e2cf8688ed 100644 --- a/charts/stable/rsshub/README.md +++ b/charts/stable/rsshub/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rsshub) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rsshub) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rsshub + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rstudio/Chart.yaml b/charts/stable/rstudio/Chart.yaml index 37c706bb75f..cfa1db3e125 100644 --- a/charts/stable/rstudio/Chart.yaml +++ b/charts/stable/rstudio/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.webp keywords: - rstudio - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rstudio - https://hub.docker.com/r/rocker/rstudio type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/rstudio/README.md b/charts/stable/rstudio/README.md index e5d173f0558..53b64b1399a 100644 --- a/charts/stable/rstudio/README.md +++ b/charts/stable/rstudio/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rstudio) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rstudio) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rstudio + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rtorrent-rutorrent/Chart.yaml b/charts/stable/rtorrent-rutorrent/Chart.yaml index ee899bcdd7c..dcf301551d6 100644 --- a/charts/stable/rtorrent-rutorrent/Chart.yaml +++ b/charts/stable/rtorrent-rutorrent/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.webp keywords: - rutorrent - torrent -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://ghcr.io/crazy-max/rtorrent-rutorrent - https://ghcr.io/thde/rtorrent_exporter type: application -version: 4.8.7 +version: 4.8.8 diff --git a/charts/stable/rtorrent-rutorrent/README.md b/charts/stable/rtorrent-rutorrent/README.md index 1faed6f8194..66c21f97ef7 100644 --- a/charts/stable/rtorrent-rutorrent/README.md +++ b/charts/stable/rtorrent-rutorrent/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rtorrent-rutorrent) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rtorrent-rutorrent) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rtorrent-rutorrent + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rust/Chart.yaml b/charts/stable/rust/Chart.yaml index a5154f0bcb4..c55c6be033c 100644 --- a/charts/stable/rust/Chart.yaml +++ b/charts/stable/rust/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rust.webp keywords: - rust - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rust - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/rust/README.md b/charts/stable/rust/README.md index 0b70b3df10d..e07f6d566a8 100644 --- a/charts/stable/rust/README.md +++ b/charts/stable/rust/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rust) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rust) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rust + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rustpad/Chart.yaml b/charts/stable/rustpad/Chart.yaml index ffeb89127e8..7b7243071f3 100644 --- a/charts/stable/rustpad/Chart.yaml +++ b/charts/stable/rustpad/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Cloud - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rustpad - https://hub.docker.com/r/ekzhang/rustpad type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/rustpad/README.md b/charts/stable/rustpad/README.md index 399674d43dc..68db6f8e458 100644 --- a/charts/stable/rustpad/README.md +++ b/charts/stable/rustpad/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rustpad) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rustpad) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/rustpad + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/s3backup/Chart.yaml b/charts/stable/s3backup/Chart.yaml index 5d5ca775185..222d6fe6e02 100644 --- a/charts/stable/s3backup/Chart.yaml +++ b/charts/stable/s3backup/Chart.yaml @@ -24,7 +24,7 @@ keywords: - s3backup - Backup - Cloud -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/s3backup - https://hub.docker.com/r/joch/s3backup type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/s3backup/README.md b/charts/stable/s3backup/README.md index 0cd733a4937..a490bbd1cd9 100644 --- a/charts/stable/s3backup/README.md +++ b/charts/stable/s3backup/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/s3backup) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/s3backup) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/s3backup + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/s3sync/Chart.yaml b/charts/stable/s3sync/Chart.yaml index a112f925396..08977390bcc 100644 --- a/charts/stable/s3sync/Chart.yaml +++ b/charts/stable/s3sync/Chart.yaml @@ -24,7 +24,7 @@ keywords: - s3sync - Backup - Cloud -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/s3sync - https://hub.docker.com/r/whatname/docker-s3sync type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/s3sync/README.md b/charts/stable/s3sync/README.md index 6c09fa75f81..0c8ade46ee7 100644 --- a/charts/stable/s3sync/README.md +++ b/charts/stable/s3sync/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/s3sync) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/s3sync) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/s3sync + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index 55aea0fd5b5..4efe2fe1163 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/sabnzbd.webp keywords: - sabnzbd - usenet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,7 +32,7 @@ name: sabnzbd sources: - https://sabnzbd.org/ - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd - - https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/sabnzbd + - https://ghcr.io/onedr0p/exportarr type: application -version: 19.6.9 +version: 19.6.10 diff --git a/charts/stable/sabnzbd/README.md b/charts/stable/sabnzbd/README.md index b6b127eb799..b67ff85e8a9 100644 --- a/charts/stable/sabnzbd/README.md +++ b/charts/stable/sabnzbd/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sabnzbd) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sabnzbd) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/sabnzbd + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/satisfactory/Chart.yaml b/charts/stable/satisfactory/Chart.yaml index 056cbc86e08..0496b8e3361 100644 --- a/charts/stable/satisfactory/Chart.yaml +++ b/charts/stable/satisfactory/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/satisfactory icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.webp keywords: - satisfactory -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory - https://hub.docker.com/r/wolveix/satisfactory-server type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/satisfactory/README.md b/charts/stable/satisfactory/README.md index 4af453c3c26..3b7a184c2a2 100644 --- a/charts/stable/satisfactory/README.md +++ b/charts/stable/satisfactory/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/satisfactory) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/satisfactory) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/satisfactory + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/scrutiny/Chart.yaml b/charts/stable/scrutiny/Chart.yaml index ba626ca9dac..22728a6e8ec 100644 --- a/charts/stable/scrutiny/Chart.yaml +++ b/charts/stable/scrutiny/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/scrutiny icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.webp keywords: - scrutiny -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/scrutiny - https://ghcr.io/analogj/scrutiny type: application -version: 10.9.8 +version: 10.9.9 diff --git a/charts/stable/scrutiny/README.md b/charts/stable/scrutiny/README.md index 696e38f55a7..fe9c505c9ab 100644 --- a/charts/stable/scrutiny/README.md +++ b/charts/stable/scrutiny/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/scrutiny) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/scrutiny) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/scrutiny + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/scrypted/Chart.yaml b/charts/stable/scrypted/Chart.yaml index abe474e744c..642b9ace26c 100644 --- a/charts/stable/scrypted/Chart.yaml +++ b/charts/stable/scrypted/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.webp keywords: - scrypted - automation -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/scrypted - https://hub.docker.com/r/koush/scrypted type: application -version: 4.9.7 +version: 4.9.8 diff --git a/charts/stable/scrypted/README.md b/charts/stable/scrypted/README.md index ec9082081e2..d13db0d7e9a 100644 --- a/charts/stable/scrypted/README.md +++ b/charts/stable/scrypted/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/scrypted) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/scrypted) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/scrypted + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sdtd/Chart.yaml b/charts/stable/sdtd/Chart.yaml index 11d40a2c155..ac3c4efe98d 100644 --- a/charts/stable/sdtd/Chart.yaml +++ b/charts/stable/sdtd/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/sdtd.webp keywords: - sevendaystodie - game-servers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sdtd - https://hub.docker.com/r/ich777/steamcmd type: application -version: 7.8.7 +version: 7.8.8 diff --git a/charts/stable/sdtd/README.md b/charts/stable/sdtd/README.md index c576fb4b0ca..604a6cc0dce 100644 --- a/charts/stable/sdtd/README.md +++ b/charts/stable/sdtd/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sdtd) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sdtd) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/sdtd + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/seafile/Chart.yaml b/charts/stable/seafile/Chart.yaml index 0370ad20000..424345b4431 100644 --- a/charts/stable/seafile/Chart.yaml +++ b/charts/stable/seafile/Chart.yaml @@ -32,7 +32,7 @@ keywords: - files - cloud - file-storage -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/seafile - https://hub.docker.com/r/seafileltd/seafile-mc type: application -version: 5.15.14 +version: 5.15.15 diff --git a/charts/stable/seafile/README.md b/charts/stable/seafile/README.md index b07a496e112..5b815cfd0b9 100644 --- a/charts/stable/seafile/README.md +++ b/charts/stable/seafile/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/seafile) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/seafile) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/seafile + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/searxng/README.md b/charts/stable/searxng/README.md index 98f05b58341..c8d2e6d86e7 100644 --- a/charts/stable/searxng/README.md +++ b/charts/stable/searxng/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/searxng) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/searxng) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/searxng + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/seedsync/Chart.yaml b/charts/stable/seedsync/Chart.yaml index 2c8867adf5e..18c44a0e8a4 100644 --- a/charts/stable/seedsync/Chart.yaml +++ b/charts/stable/seedsync/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/seedsync.webp keywords: - seedsync - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/seedsync - https://hub.docker.com/r/ipsingh06/seedsync type: application -version: 7.8.7 +version: 7.8.8 diff --git a/charts/stable/seedsync/README.md b/charts/stable/seedsync/README.md index ab63fece5c1..4630ce81b49 100644 --- a/charts/stable/seedsync/README.md +++ b/charts/stable/seedsync/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/seedsync) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/seedsync) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/seedsync + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/send/Chart.yaml b/charts/stable/send/Chart.yaml index 321fbe90097..d2e48585666 100644 --- a/charts/stable/send/Chart.yaml +++ b/charts/stable/send/Chart.yaml @@ -31,7 +31,7 @@ keywords: - send - Cloud - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://gitlab.com/timvisee/send - https://github.com/truecharts/charts/tree/master/charts/stable/send type: application -version: 5.10.13 +version: 5.10.14 diff --git a/charts/stable/send/README.md b/charts/stable/send/README.md index c9a91c29ad0..db8ecddbd17 100644 --- a/charts/stable/send/README.md +++ b/charts/stable/send/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/send) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/send) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/send + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml index 9ccd5b15757..5f1d7621106 100644 --- a/charts/stable/ser2sock/Chart.yaml +++ b/charts/stable/ser2sock/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/ser2sock icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.webp keywords: - ser2sock -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock - https://hub.docker.com/r/tenstartups/ser2sock type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/ser2sock/README.md b/charts/stable/ser2sock/README.md index 1d615ef8f17..1e805853747 100644 --- a/charts/stable/ser2sock/README.md +++ b/charts/stable/ser2sock/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ser2sock) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ser2sock) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ser2sock + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/serpbear/Chart.yaml b/charts/stable/serpbear/Chart.yaml index dd6eec0d3ad..4b6a40db06e 100644 --- a/charts/stable/serpbear/Chart.yaml +++ b/charts/stable/serpbear/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/serpbear.webp keywords: - serpbear - metrics -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/serpbear - https://hub.docker.com/r/towfiqi/serpbear type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/serpbear/README.md b/charts/stable/serpbear/README.md index 7bb9142acf3..037d37f28b5 100644 --- a/charts/stable/serpbear/README.md +++ b/charts/stable/serpbear/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/serpbear) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/serpbear) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/serpbear + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/servas/Chart.yaml b/charts/stable/servas/Chart.yaml index 8e6b9100bd1..48097cae9d3 100644 --- a/charts/stable/servas/Chart.yaml +++ b/charts/stable/servas/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.webp keywords: - servas - bookmarks -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/servas - https://hub.docker.com/r/beromir/servas type: application -version: 4.16.13 +version: 4.16.14 diff --git a/charts/stable/servas/README.md b/charts/stable/servas/README.md index 8870b2a4675..3a0264d08e8 100644 --- a/charts/stable/servas/README.md +++ b/charts/stable/servas/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/servas) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/servas) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/servas + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sftpgo/Chart.yaml b/charts/stable/sftpgo/Chart.yaml index f4aa267ab96..a3ce9b90227 100644 --- a/charts/stable/sftpgo/Chart.yaml +++ b/charts/stable/sftpgo/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP." +description: 'Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP.' home: https://truecharts.org/charts/stable/sftpgo icon: https://truecharts.org/img/hotlink-ok/chart-icons/sftpgo.webp keywords: - sftpgo - Network-FTP -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo - https://ghcr.io/drakkan/sftpgo type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/sftpgo/README.md b/charts/stable/sftpgo/README.md index 85ea4c3aee9..e1f5efe1028 100644 --- a/charts/stable/sftpgo/README.md +++ b/charts/stable/sftpgo/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sftpgo) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sftpgo) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/sftpgo + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shaarli/Chart.yaml b/charts/stable/shaarli/Chart.yaml index 57c571e060d..31e079d2e3c 100644 --- a/charts/stable/shaarli/Chart.yaml +++ b/charts/stable/shaarli/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/shaarli.webp keywords: - shaarli - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shaarli - https://hub.docker.com/r/shaarli/shaarli type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/shaarli/README.md b/charts/stable/shaarli/README.md index 155953a28a8..ac0c3c207df 100644 --- a/charts/stable/shaarli/README.md +++ b/charts/stable/shaarli/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shaarli) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shaarli) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/shaarli + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shapeshifter-obfuscator/Chart.yaml b/charts/stable/shapeshifter-obfuscator/Chart.yaml index 215e8c8dac9..4b234b41489 100644 --- a/charts/stable/shapeshifter-obfuscator/Chart.yaml +++ b/charts/stable/shapeshifter-obfuscator/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. " +description: 'Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. ' home: https://truecharts.org/charts/stable/shapeshifter-obfuscator icon: https://truecharts.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.webp keywords: - shapeshifter-obfuscator - Security -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shapeshifter-obfuscator - https://hub.docker.com/r/juchong/shapeshifter-docker type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/shapeshifter-obfuscator/README.md b/charts/stable/shapeshifter-obfuscator/README.md index 14f074730da..b399bb0ccf3 100644 --- a/charts/stable/shapeshifter-obfuscator/README.md +++ b/charts/stable/shapeshifter-obfuscator/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shapeshifter-obfuscator) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shapeshifter-obfuscator) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/shapeshifter-obfuscator + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sheetable/Chart.yaml b/charts/stable/sheetable/Chart.yaml index 5f5fc95bf4e..5fd9077775e 100644 --- a/charts/stable/sheetable/Chart.yaml +++ b/charts/stable/sheetable/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/sheetable icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.webp keywords: - sheetable -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sheetable - https://hub.docker.com/r/vallezw/sheetable type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/sheetable/README.md b/charts/stable/sheetable/README.md index 13a30b3e3a7..1bed8765b12 100644 --- a/charts/stable/sheetable/README.md +++ b/charts/stable/sheetable/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sheetable) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sheetable) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/sheetable + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shiori/Chart.yaml b/charts/stable/shiori/Chart.yaml index a9c56a93c54..a76b946cc89 100644 --- a/charts/stable/shiori/Chart.yaml +++ b/charts/stable/shiori/Chart.yaml @@ -25,7 +25,7 @@ keywords: - bookmark - bookmark-manager - web-interface -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shiori - https://ghcr.io/go-shiori/shiori type: application -version: 16.9.8 +version: 16.9.9 diff --git a/charts/stable/shiori/README.md b/charts/stable/shiori/README.md index 06ed11954e4..2d32b171b87 100644 --- a/charts/stable/shiori/README.md +++ b/charts/stable/shiori/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shiori) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shiori) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/shiori + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shlink-web-client/Chart.yaml b/charts/stable/shlink-web-client/Chart.yaml index 17a0e608902..793f2073e92 100644 --- a/charts/stable/shlink-web-client/Chart.yaml +++ b/charts/stable/shlink-web-client/Chart.yaml @@ -24,7 +24,7 @@ keywords: - url - shortener - frontend -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client - https://hub.docker.com/r/shlinkio/shlink-web-client type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/shlink-web-client/README.md b/charts/stable/shlink-web-client/README.md index 0cac1a09dd3..ed2c54a3d8b 100644 --- a/charts/stable/shlink-web-client/README.md +++ b/charts/stable/shlink-web-client/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shlink-web-client) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shlink-web-client) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/shlink-web-client + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index e8b0a38ec76..716c7da8ace 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.webp keywords: - url - shortener -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shlink - https://hub.docker.com/r/shlinkio/shlink type: application -version: 14.9.4 +version: 14.9.5 diff --git a/charts/stable/shlink/README.md b/charts/stable/shlink/README.md index a18f3ec2e58..37ae69eee84 100644 --- a/charts/stable/shlink/README.md +++ b/charts/stable/shlink/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shlink) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shlink) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/shlink + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shoko-server/Chart.yaml b/charts/stable/shoko-server/Chart.yaml index 6e918395c9a..eb7ea79fb06 100644 --- a/charts/stable/shoko-server/Chart.yaml +++ b/charts/stable/shoko-server/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/shoko-server.webp keywords: - shoko-server - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shoko-server - https://hub.docker.com/r/shokoanime/server type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/shoko-server/README.md b/charts/stable/shoko-server/README.md index 93aa20d2a44..30858ea6fcd 100644 --- a/charts/stable/shoko-server/README.md +++ b/charts/stable/shoko-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shoko-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shoko-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/shoko-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shortipy/Chart.yaml b/charts/stable/shortipy/Chart.yaml index 9b11c65573d..cab34271b96 100644 --- a/charts/stable/shortipy/Chart.yaml +++ b/charts/stable/shortipy/Chart.yaml @@ -24,7 +24,7 @@ keywords: - shortipy - Tools-Utilities - Network-Management -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shortipy - https://hub.docker.com/r/knex666/shortipy type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/shortipy/README.md b/charts/stable/shortipy/README.md index 0b7f987d93b..d9d0081af82 100644 --- a/charts/stable/shortipy/README.md +++ b/charts/stable/shortipy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shortipy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shortipy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/shortipy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shorturl/Chart.yaml b/charts/stable/shorturl/Chart.yaml index 57a76bfa6dd..d0de382c884 100644 --- a/charts/stable/shorturl/Chart.yaml +++ b/charts/stable/shorturl/Chart.yaml @@ -25,7 +25,7 @@ keywords: - shortener - shorten - shorturl -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/shorturl - https://ghcr.io/nicholaswilde/shorturl type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/shorturl/README.md b/charts/stable/shorturl/README.md index 34a9ef94d06..d8b892bf0ec 100644 --- a/charts/stable/shorturl/README.md +++ b/charts/stable/shorturl/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shorturl) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shorturl) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/shorturl + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sia-daemon/Chart.yaml b/charts/stable/sia-daemon/Chart.yaml index 926ae181881..1ff8c2ae224 100644 --- a/charts/stable/sia-daemon/Chart.yaml +++ b/charts/stable/sia-daemon/Chart.yaml @@ -24,7 +24,7 @@ keywords: - sia-daemon - Cloud - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sia-daemon - https://ghcr.io/siafoundation/siad type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/sia-daemon/README.md b/charts/stable/sia-daemon/README.md index cb9f1fc0c5e..eddebb70e8a 100644 --- a/charts/stable/sia-daemon/README.md +++ b/charts/stable/sia-daemon/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sia-daemon) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sia-daemon) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/sia-daemon + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sickchill/Chart.yaml b/charts/stable/sickchill/Chart.yaml index 98e6f0ab306..eee4d1a4dc7 100644 --- a/charts/stable/sickchill/Chart.yaml +++ b/charts/stable/sickchill/Chart.yaml @@ -25,7 +25,7 @@ keywords: - video - library - manager -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sickchill - https://ghcr.io/linuxserver/sickchill type: application -version: 11.9.8 +version: 11.9.9 diff --git a/charts/stable/sickchill/README.md b/charts/stable/sickchill/README.md index 4209fa420b8..352e544041e 100644 --- a/charts/stable/sickchill/README.md +++ b/charts/stable/sickchill/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sickchill) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sickchill) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/sickchill + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sickgear/Chart.yaml b/charts/stable/sickgear/Chart.yaml index 83953f842c7..7f95874ce47 100644 --- a/charts/stable/sickgear/Chart.yaml +++ b/charts/stable/sickgear/Chart.yaml @@ -25,7 +25,7 @@ keywords: - manager - tv - shows -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sickgear - https://hub.docker.com/r/sickgear/sickgear type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/sickgear/README.md b/charts/stable/sickgear/README.md index 520d4887056..289bb452436 100644 --- a/charts/stable/sickgear/README.md +++ b/charts/stable/sickgear/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sickgear) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sickgear) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/sickgear + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/simply-shorten/Chart.yaml b/charts/stable/simply-shorten/Chart.yaml index 7c2f776fafe..6f3adad71a6 100644 --- a/charts/stable/simply-shorten/Chart.yaml +++ b/charts/stable/simply-shorten/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Cloud - Productivity - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/simply-shorten - https://hub.docker.com/r/draganczukp/simply-shorten type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/simply-shorten/README.md b/charts/stable/simply-shorten/README.md index 19e54ff443f..f3b9ce593aa 100644 --- a/charts/stable/simply-shorten/README.md +++ b/charts/stable/simply-shorten/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/simply-shorten) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/simply-shorten) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/simply-shorten + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sinusbot/Chart.yaml b/charts/stable/sinusbot/Chart.yaml index 97b58456caa..98f45e92139 100644 --- a/charts/stable/sinusbot/Chart.yaml +++ b/charts/stable/sinusbot/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Productivity - Tools-Utilities - MediaServer-Music -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sinusbot - https://hub.docker.com/r/sinusbot/docker type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/sinusbot/README.md b/charts/stable/sinusbot/README.md index 8639f4e1e73..8d3be99125d 100644 --- a/charts/stable/sinusbot/README.md +++ b/charts/stable/sinusbot/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sinusbot) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sinusbot) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/sinusbot + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/slack-invite/Chart.yaml b/charts/stable/slack-invite/Chart.yaml index 00a364cafc8..f05609704b2 100644 --- a/charts/stable/slack-invite/Chart.yaml +++ b/charts/stable/slack-invite/Chart.yaml @@ -24,7 +24,7 @@ keywords: - slack-invite - Network-Messenger - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/slack-invite - https://hub.docker.com/r/ninthwalker/slack-invite type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/slack-invite/README.md b/charts/stable/slack-invite/README.md index 686be8af83a..f5b135e4e02 100644 --- a/charts/stable/slack-invite/README.md +++ b/charts/stable/slack-invite/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/slack-invite) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/slack-invite) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/slack-invite + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/slash/Chart.yaml b/charts/stable/slash/Chart.yaml index 477484a2bb6..072b900ec2d 100644 --- a/charts/stable/slash/Chart.yaml +++ b/charts/stable/slash/Chart.yaml @@ -24,7 +24,7 @@ keywords: - slash - bookmarks - url-shortener -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/slash - https://hub.docker.com/r/yourselfhosted/slash type: application -version: 4.8.8 +version: 4.8.9 diff --git a/charts/stable/slash/README.md b/charts/stable/slash/README.md index 87c4c51b4ac..79fbd0830ef 100644 --- a/charts/stable/slash/README.md +++ b/charts/stable/slash/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/slash) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/slash) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/slash + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/slink/Chart.yaml b/charts/stable/slink/Chart.yaml index 469ab7cdd06..10efa68fe7b 100644 --- a/charts/stable/slink/Chart.yaml +++ b/charts/stable/slink/Chart.yaml @@ -25,7 +25,7 @@ keywords: - photos - pictures - sharing -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/slink - https://hub.docker.com/r/anirdev/slink type: application -version: 1.1.1 +version: 1.1.2 diff --git a/charts/stable/slink/README.md b/charts/stable/slink/README.md index b9c19246520..59aa6df406b 100644 --- a/charts/stable/slink/README.md +++ b/charts/stable/slink/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/slink) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/slink) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/slink + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/smartctl-exporter/Chart.yaml b/charts/stable/smartctl-exporter/Chart.yaml index 3fc55fd9772..127d184ff3d 100644 --- a/charts/stable/smartctl-exporter/Chart.yaml +++ b/charts/stable/smartctl-exporter/Chart.yaml @@ -24,7 +24,7 @@ keywords: - prometheus - smartctl-exporter - monitoring -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter - https://hub.docker.com/r/prometheuscommunity/smartctl-exporter type: application -version: 2.10.7 +version: 2.10.8 diff --git a/charts/stable/smartctl-exporter/README.md b/charts/stable/smartctl-exporter/README.md index f409c50c4b8..b9f94d31c67 100644 --- a/charts/stable/smartctl-exporter/README.md +++ b/charts/stable/smartctl-exporter/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/smartctl-exporter) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/smartctl-exporter) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/smartctl-exporter + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/smokeping/Chart.yaml b/charts/stable/smokeping/Chart.yaml index 3955048929e..c348cfa2d98 100644 --- a/charts/stable/smokeping/Chart.yaml +++ b/charts/stable/smokeping/Chart.yaml @@ -24,7 +24,7 @@ keywords: - smokeping - network - latency -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/smokeping - https://ghcr.io/linuxserver/smokeping type: application -version: 10.8.9 +version: 10.8.10 diff --git a/charts/stable/smokeping/README.md b/charts/stable/smokeping/README.md index e554d3260e6..bf947e6a394 100644 --- a/charts/stable/smokeping/README.md +++ b/charts/stable/smokeping/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/smokeping) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/smokeping) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/smokeping + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/smtp-relay/Chart.yaml b/charts/stable/smtp-relay/Chart.yaml index 98bfb5dd283..adae78b9f13 100644 --- a/charts/stable/smtp-relay/Chart.yaml +++ b/charts/stable/smtp-relay/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.webp keywords: - smtp-relay - smtp -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/smtp-relay - https://ghcr.io/ix-ai/smtp type: application -version: 3.8.8 +version: 3.8.9 diff --git a/charts/stable/smtp-relay/README.md b/charts/stable/smtp-relay/README.md index 4e14e4cb62a..9557d87fa9f 100644 --- a/charts/stable/smtp-relay/README.md +++ b/charts/stable/smtp-relay/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/smtp-relay) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/smtp-relay) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/smtp-relay + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/snapdrop/Chart.yaml b/charts/stable/snapdrop/Chart.yaml index fc80b151029..f5b2a4e8221 100644 --- a/charts/stable/snapdrop/Chart.yaml +++ b/charts/stable/snapdrop/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/snapdrop icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.webp keywords: - snapdrop -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop - https://hub.docker.com/r/linuxserver/snapdrop type: application -version: 9.8.8 +version: 9.8.9 diff --git a/charts/stable/snapdrop/README.md b/charts/stable/snapdrop/README.md index f2ca6572f7e..dfda39fc3a1 100644 --- a/charts/stable/snapdrop/README.md +++ b/charts/stable/snapdrop/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/snapdrop) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/snapdrop) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/snapdrop + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/snippet-box/Chart.yaml b/charts/stable/snippet-box/Chart.yaml index b792b52f7bd..4f4044b3167 100644 --- a/charts/stable/snippet-box/Chart.yaml +++ b/charts/stable/snippet-box/Chart.yaml @@ -24,7 +24,7 @@ keywords: - snippet-box - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/snippet-box - https://hub.docker.com/r/pawelmalak/snippet-box type: application -version: 7.8.7 +version: 7.8.8 diff --git a/charts/stable/snippet-box/README.md b/charts/stable/snippet-box/README.md index 7e62096abec..d76484598ce 100644 --- a/charts/stable/snippet-box/README.md +++ b/charts/stable/snippet-box/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/snippet-box) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/snippet-box) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/snippet-box + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/socials/Chart.yaml b/charts/stable/socials/Chart.yaml index c7d338aafff..4201ea25986 100644 --- a/charts/stable/socials/Chart.yaml +++ b/charts/stable/socials/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/socials.webp keywords: - socials - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/socials - https://ghcr.io/diamkil/socials type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/socials/README.md b/charts/stable/socials/README.md index 38711fe16a5..1512913bda8 100644 --- a/charts/stable/socials/README.md +++ b/charts/stable/socials/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/socials) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/socials) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/socials + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/soft-serve/Chart.yaml b/charts/stable/soft-serve/Chart.yaml index fbf720df172..eec4f8453c3 100644 --- a/charts/stable/soft-serve/Chart.yaml +++ b/charts/stable/soft-serve/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/soft-serve.webp keywords: - soft-serve - git -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve - https://hub.docker.com/r/charmcli/soft-serve type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/soft-serve/README.md b/charts/stable/soft-serve/README.md index c53c3779997..3e008933c1a 100644 --- a/charts/stable/soft-serve/README.md +++ b/charts/stable/soft-serve/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/soft-serve) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/soft-serve) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/soft-serve + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/solr/Chart.yaml b/charts/stable/solr/Chart.yaml index 496a89e940d..15278b66bac 100644 --- a/charts/stable/solr/Chart.yaml +++ b/charts/stable/solr/Chart.yaml @@ -24,7 +24,7 @@ keywords: - solr - apache - search -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/solr - https://hub.docker.com/r/bitnami/solr type: application -version: 10.8.8 +version: 10.8.9 diff --git a/charts/stable/solr/README.md b/charts/stable/solr/README.md index eab3fd86f1c..4f3028663ea 100644 --- a/charts/stable/solr/README.md +++ b/charts/stable/solr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/solr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/solr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/solr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/solr/values.yaml b/charts/stable/solr/values.yaml index 5d1776f7412..ea81188b634 100644 --- a/charts/stable/solr/values.yaml +++ b/charts/stable/solr/values.yaml @@ -15,7 +15,7 @@ workload: SOLR_ENABLE_AUTHENTICATION: "{{ .Values.solrEnableAuthentication }}" SOLR_ADMIN_USERNAME: "{{ .Values.solrUsername }}" SOLR_OPTS: "{{ .Values.solrOpts }}" - SOLR_ADMIN_PASSWORD: "{{ if .Values.password }}" + SOLR_ADMIN_PASSWORD: "{{ .Values.password }}" # -- Probe configuration # -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) # @default -- See below diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index e413642ffd4..6fba0eeccee 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -24,7 +24,7 @@ keywords: - sonarr - torrent - usenet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/sonarr type: application -version: 21.6.10 +version: 21.6.11 diff --git a/charts/stable/sonarr/README.md b/charts/stable/sonarr/README.md index d347b8af5b9..808d079d746 100644 --- a/charts/stable/sonarr/README.md +++ b/charts/stable/sonarr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sonarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sonarr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/sonarr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/songkong/Chart.yaml b/charts/stable/songkong/Chart.yaml index b2b683e10ec..7f7c736ffda 100644 --- a/charts/stable/songkong/Chart.yaml +++ b/charts/stable/songkong/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.webp keywords: - songkong - MediaApp-Music -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/songkong - https://hub.docker.com/r/songkong/songkong type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/songkong/README.md b/charts/stable/songkong/README.md index 442a0982d3e..fb3a92c6acd 100644 --- a/charts/stable/songkong/README.md +++ b/charts/stable/songkong/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/songkong) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/songkong) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/songkong + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sonsoftheforest/Chart.yaml b/charts/stable/sonsoftheforest/Chart.yaml index 7175891f6dd..1c3fef4f34b 100644 --- a/charts/stable/sonsoftheforest/Chart.yaml +++ b/charts/stable/sonsoftheforest/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonsoftheforest.webp keywords: - sonsoftheforest - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sonsoftheforest - https://hub.docker.com/r/ich777/steamcmd type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/sonsoftheforest/README.md b/charts/stable/sonsoftheforest/README.md index b35351deb17..1b2923ade48 100644 --- a/charts/stable/sonsoftheforest/README.md +++ b/charts/stable/sonsoftheforest/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sonsoftheforest) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sonsoftheforest) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/sonsoftheforest + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sourcegraph/Chart.yaml b/charts/stable/sourcegraph/Chart.yaml index 3b09c7329a6..2e788f86d52 100644 --- a/charts/stable/sourcegraph/Chart.yaml +++ b/charts/stable/sourcegraph/Chart.yaml @@ -27,7 +27,7 @@ keywords: - Network-Web - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sourcegraph - https://hub.docker.com/r/sourcegraph/server type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/sourcegraph/README.md b/charts/stable/sourcegraph/README.md index 3ed9c8159d1..c75a98c8c15 100644 --- a/charts/stable/sourcegraph/README.md +++ b/charts/stable/sourcegraph/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sourcegraph) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sourcegraph) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/sourcegraph + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/spaceengineers/Chart.yaml b/charts/stable/spaceengineers/Chart.yaml index ec9259395d4..a089ffbd1df 100644 --- a/charts/stable/spaceengineers/Chart.yaml +++ b/charts/stable/spaceengineers/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.webp keywords: - spaceengineers - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/spaceengineers - https://hub.docker.com/r/devidian/spaceengineers type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/spaceengineers/README.md b/charts/stable/spaceengineers/README.md index e5d2224bea2..a9f1ff5ed1b 100644 --- a/charts/stable/spaceengineers/README.md +++ b/charts/stable/spaceengineers/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/spaceengineers) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/spaceengineers) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/spaceengineers + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/speedtest-exporter/Chart.yaml b/charts/stable/speedtest-exporter/Chart.yaml index 26776bc0654..f5763fe8b34 100644 --- a/charts/stable/speedtest-exporter/Chart.yaml +++ b/charts/stable/speedtest-exporter/Chart.yaml @@ -24,7 +24,7 @@ keywords: - speedtest-exporter - speedtest - metrics -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter - https://ghcr.io/miguelndecarvalho/speedtest-exporter type: application -version: 10.9.7 +version: 10.9.8 diff --git a/charts/stable/speedtest-exporter/README.md b/charts/stable/speedtest-exporter/README.md index b8bfe7aa4fd..25dc5a927ea 100644 --- a/charts/stable/speedtest-exporter/README.md +++ b/charts/stable/speedtest-exporter/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/speedtest-exporter) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/speedtest-exporter) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/speedtest-exporter + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/speedtest-tracker/Chart.yaml b/charts/stable/speedtest-tracker/Chart.yaml index 434a243b530..0d171add166 100644 --- a/charts/stable/speedtest-tracker/Chart.yaml +++ b/charts/stable/speedtest-tracker/Chart.yaml @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-tracker - https://ghcr.io/linuxserver/speedtest-tracker type: application -version: 1.11.3 +version: 1.11.4 diff --git a/charts/stable/speedtest-tracker/README.md b/charts/stable/speedtest-tracker/README.md index af5f62f0311..3db37115f42 100644 --- a/charts/stable/speedtest-tracker/README.md +++ b/charts/stable/speedtest-tracker/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/speedtest-tracker) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/speedtest-tracker) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/speedtest-tracker + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/splunk/Chart.yaml b/charts/stable/splunk/Chart.yaml index 33645a974aa..8bebd0488dc 100644 --- a/charts/stable/splunk/Chart.yaml +++ b/charts/stable/splunk/Chart.yaml @@ -24,7 +24,7 @@ keywords: - splunk - Tools-Utilities - Network-Management -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/splunk - https://hub.docker.com/r/splunk/splunk type: application -version: 7.8.7 +version: 7.8.8 diff --git a/charts/stable/splunk/README.md b/charts/stable/splunk/README.md index 26256049c5f..449647b1cbc 100644 --- a/charts/stable/splunk/README.md +++ b/charts/stable/splunk/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/splunk) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/splunk) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/splunk + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/spotweb/Chart.yaml b/charts/stable/spotweb/Chart.yaml index 5757bb76ae5..5ba6b0dfe53 100644 --- a/charts/stable/spotweb/Chart.yaml +++ b/charts/stable/spotweb/Chart.yaml @@ -24,7 +24,7 @@ keywords: - usenet - spotweb - spotnet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/spotweb - https://hub.docker.com/r/jbaten/spotweb type: application -version: 12.8.7 +version: 12.8.8 diff --git a/charts/stable/spotweb/README.md b/charts/stable/spotweb/README.md index b07b54cc724..bf7bbd33752 100644 --- a/charts/stable/spotweb/README.md +++ b/charts/stable/spotweb/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/spotweb) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/spotweb) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/spotweb + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sqlite-web/Chart.yaml b/charts/stable/sqlite-web/Chart.yaml index 7abdc46fb70..b2be0a82229 100644 --- a/charts/stable/sqlite-web/Chart.yaml +++ b/charts/stable/sqlite-web/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Productivity - Tools-Utilities - Network-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sqlite-web - https://hub.docker.com/r/coleifer/sqlite-web type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/sqlite-web/README.md b/charts/stable/sqlite-web/README.md index e55572a1b49..44dd625e6de 100644 --- a/charts/stable/sqlite-web/README.md +++ b/charts/stable/sqlite-web/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sqlite-web) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sqlite-web) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/sqlite-web + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sqlitebrowser/Chart.yaml b/charts/stable/sqlitebrowser/Chart.yaml index d858cff9b80..082344a1398 100644 --- a/charts/stable/sqlitebrowser/Chart.yaml +++ b/charts/stable/sqlitebrowser/Chart.yaml @@ -25,7 +25,7 @@ keywords: - browser - sqlitebrowser - database -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sqlitebrowser - https://ghcr.io/linuxserver/sqlitebrowser type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/sqlitebrowser/README.md b/charts/stable/sqlitebrowser/README.md index 00f2bdd046f..35ea90c4ae8 100644 --- a/charts/stable/sqlitebrowser/README.md +++ b/charts/stable/sqlitebrowser/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sqlitebrowser) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sqlitebrowser) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/sqlitebrowser + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sshwifty/Chart.yaml b/charts/stable/sshwifty/Chart.yaml index f4f8c1a613e..6dd2baccc34 100644 --- a/charts/stable/sshwifty/Chart.yaml +++ b/charts/stable/sshwifty/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/sshwifty icon: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.webp keywords: - ssh -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sshwifty - https://hub.docker.com/r/niruix/sshwifty type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/sshwifty/README.md b/charts/stable/sshwifty/README.md index c4d2832b405..97d7f9911ab 100644 --- a/charts/stable/sshwifty/README.md +++ b/charts/stable/sshwifty/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sshwifty) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sshwifty) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/sshwifty + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/st-reborn-server/Chart.yaml b/charts/stable/st-reborn-server/Chart.yaml index 3d6d3cf02c5..eb980346cde 100644 --- a/charts/stable/st-reborn-server/Chart.yaml +++ b/charts/stable/st-reborn-server/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/st-reborn-server.webp keywords: - st-reborn-server - gameserver -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/st-reborn-server - https://hub.docker.com/r/tiltedphoques/st-reborn-server type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/st-reborn-server/README.md b/charts/stable/st-reborn-server/README.md index 7cb85bea2d1..beeecae8066 100644 --- a/charts/stable/st-reborn-server/README.md +++ b/charts/stable/st-reborn-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/st-reborn-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/st-reborn-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/st-reborn-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/stackedit/Chart.yaml b/charts/stable/stackedit/Chart.yaml index a7fb6c3dfad..e645510d5f7 100644 --- a/charts/stable/stackedit/Chart.yaml +++ b/charts/stable/stackedit/Chart.yaml @@ -24,7 +24,7 @@ keywords: - stackedit - Productivity - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/stackedit - https://hub.docker.com/r/qmcgaw/stackedit type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/stackedit/README.md b/charts/stable/stackedit/README.md index 39962ca205f..9d870c9007f 100644 --- a/charts/stable/stackedit/README.md +++ b/charts/stable/stackedit/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/stackedit) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/stackedit) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/stackedit + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/standardnotes-web/Chart.yaml b/charts/stable/standardnotes-web/Chart.yaml index 7a07782f654..8d27433a084 100644 --- a/charts/stable/standardnotes-web/Chart.yaml +++ b/charts/stable/standardnotes-web/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/standardnotes-web.webp keywords: - standardnotes-web - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/standardnotes-web - https://hub.docker.com/r/standardnotes/web type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/standardnotes-web/README.md b/charts/stable/standardnotes-web/README.md index 188136953be..755f1bbca8b 100644 --- a/charts/stable/standardnotes-web/README.md +++ b/charts/stable/standardnotes-web/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/standardnotes-web) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/standardnotes-web) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/standardnotes-web + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/starmade/Chart.yaml b/charts/stable/starmade/Chart.yaml index fc331dececa..aa780510667 100644 --- a/charts/stable/starmade/Chart.yaml +++ b/charts/stable/starmade/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/starmade.webp keywords: - starmade - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/starmade - https://hub.docker.com/r/ich777/starmade-server type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/starmade/README.md b/charts/stable/starmade/README.md index f69777cd294..2465c1427f5 100644 --- a/charts/stable/starmade/README.md +++ b/charts/stable/starmade/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/starmade) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/starmade) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/starmade + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml index ac734908b0b..82d093212dc 100644 --- a/charts/stable/stash/Chart.yaml +++ b/charts/stable/stash/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/stash icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.webp keywords: - porn -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/stash - https://hub.docker.com/r/stashapp/stash type: application -version: 15.9.7 +version: 15.9.8 diff --git a/charts/stable/stash/README.md b/charts/stable/stash/README.md index a424b44d75d..b229a636a66 100644 --- a/charts/stable/stash/README.md +++ b/charts/stable/stash/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/stash) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/stash) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/stash + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/static-web-server/Chart.yaml b/charts/stable/static-web-server/Chart.yaml index 8f9ea4e2e43..42bd86da054 100644 --- a/charts/stable/static-web-server/Chart.yaml +++ b/charts/stable/static-web-server/Chart.yaml @@ -24,7 +24,7 @@ keywords: - web-server - apache - rust -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/static-web-server - https://ghcr.io/static-web-server/static-web-server type: application -version: 4.9.7 +version: 4.9.8 diff --git a/charts/stable/static-web-server/README.md b/charts/stable/static-web-server/README.md index 8b3e3e9f609..5244e8cee76 100644 --- a/charts/stable/static-web-server/README.md +++ b/charts/stable/static-web-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/static-web-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/static-web-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/static-web-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/static/Chart.yaml b/charts/stable/static/Chart.yaml index a38a70beafb..e3ce952ee3f 100644 --- a/charts/stable/static/Chart.yaml +++ b/charts/stable/static/Chart.yaml @@ -25,7 +25,7 @@ keywords: - web - filesystem - static -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/static - https://ghcr.io/nicholaswilde/static type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/static/README.md b/charts/stable/static/README.md index fbb44b5941e..61d1c2ad3ff 100644 --- a/charts/stable/static/README.md +++ b/charts/stable/static/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/static) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/static) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/static + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/stationeers/Chart.yaml b/charts/stable/stationeers/Chart.yaml index 6d3718a5639..9d4b614237c 100644 --- a/charts/stable/stationeers/Chart.yaml +++ b/charts/stable/stationeers/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/stationeers.webp keywords: - stationeers - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/stationeers - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/stationeers/README.md b/charts/stable/stationeers/README.md index 957fcecac13..cab3ed7b168 100644 --- a/charts/stable/stationeers/README.md +++ b/charts/stable/stationeers/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/stationeers) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/stationeers) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/stationeers + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/steam-headless/Chart.yaml b/charts/stable/steam-headless/Chart.yaml index 2d9344e61ab..fbdc3318c57 100644 --- a/charts/stable/steam-headless/Chart.yaml +++ b/charts/stable/steam-headless/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.webp keywords: - steam-headless - games -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/steam-headless - https://hub.docker.com/r/josh5/steam-headless type: application -version: 3.8.9 +version: 3.8.10 diff --git a/charts/stable/steam-headless/README.md b/charts/stable/steam-headless/README.md index 8f60ebd5ecf..94a161b1909 100644 --- a/charts/stable/steam-headless/README.md +++ b/charts/stable/steam-headless/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/steam-headless) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/steam-headless) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/steam-headless + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/storj-node/Chart.yaml b/charts/stable/storj-node/Chart.yaml index cc6d795da69..d2edbf7d6a0 100644 --- a/charts/stable/storj-node/Chart.yaml +++ b/charts/stable/storj-node/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.webp keywords: - storj - storage -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/storj-node - https://hub.docker.com/r/storjlabs/storagenode type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/storj-node/README.md b/charts/stable/storj-node/README.md index 9aa1f50ec2d..23eea632da8 100644 --- a/charts/stable/storj-node/README.md +++ b/charts/stable/storj-node/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/storj-node) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/storj-node) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/storj-node + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/storm/Chart.yaml b/charts/stable/storm/Chart.yaml index 16df0d5ebfc..7f0613c32de 100644 --- a/charts/stable/storm/Chart.yaml +++ b/charts/stable/storm/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/storm.webp keywords: - storm - Downloaders -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/storm - https://ghcr.io/relvacode/storm type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/storm/README.md b/charts/stable/storm/README.md index 0d67207f13d..ce5fb003c27 100644 --- a/charts/stable/storm/README.md +++ b/charts/stable/storm/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/storm) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/storm) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/storm + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/strapi/Chart.yaml b/charts/stable/strapi/Chart.yaml index db065488821..ff8cebb4f7c 100644 --- a/charts/stable/strapi/Chart.yaml +++ b/charts/stable/strapi/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.webp keywords: - strapi - cms -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/strapi - https://hub.docker.com/r/naskio/strapi type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/strapi/README.md b/charts/stable/strapi/README.md index 0109ee7cd1e..af1bd1a273b 100644 --- a/charts/stable/strapi/README.md +++ b/charts/stable/strapi/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/strapi) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/strapi) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/strapi + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/stun-turn-server/Chart.yaml b/charts/stable/stun-turn-server/Chart.yaml index 4991298fcd7..5b0ec403448 100644 --- a/charts/stable/stun-turn-server/Chart.yaml +++ b/charts/stable/stun-turn-server/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/stun-turn-server.webp keywords: - stun-turn-server - Network -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/stun-turn-server - https://hub.docker.com/r/ich777/stun-turn-server type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/stun-turn-server/README.md b/charts/stable/stun-turn-server/README.md index 529af9b675e..9ddd66ef594 100644 --- a/charts/stable/stun-turn-server/README.md +++ b/charts/stable/stun-turn-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/stun-turn-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/stun-turn-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/stun-turn-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/suistartpage/Chart.yaml b/charts/stable/suistartpage/Chart.yaml index 7ddcaea4b19..1b887348d78 100644 --- a/charts/stable/suistartpage/Chart.yaml +++ b/charts/stable/suistartpage/Chart.yaml @@ -24,7 +24,7 @@ keywords: - suistartpage - Tools-Utilities - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/suistartpage - https://hub.docker.com/r/corneliousjd/sui-startpage type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/suistartpage/README.md b/charts/stable/suistartpage/README.md index 20f9077bee1..60a632b04d7 100644 --- a/charts/stable/suistartpage/README.md +++ b/charts/stable/suistartpage/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/suistartpage) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/suistartpage) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/suistartpage + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/survivethenights/Chart.yaml b/charts/stable/survivethenights/Chart.yaml index dc10e30dda4..64d6bf53aae 100644 --- a/charts/stable/survivethenights/Chart.yaml +++ b/charts/stable/survivethenights/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/survivethenights.webp keywords: - survivethenights - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/survivethenights - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/survivethenights/README.md b/charts/stable/survivethenights/README.md index 26ab0940d55..4ecb6acc1bd 100644 --- a/charts/stable/survivethenights/README.md +++ b/charts/stable/survivethenights/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/survivethenights) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/survivethenights) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/survivethenights + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/synclounge/Chart.yaml b/charts/stable/synclounge/Chart.yaml index 4ac74ae8efb..d5172d2f2de 100644 --- a/charts/stable/synclounge/Chart.yaml +++ b/charts/stable/synclounge/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/synclounge icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.webp keywords: - synclounge -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/synclounge - https://ghcr.io/linuxserver/synclounge type: application -version: 9.8.8 +version: 9.8.9 diff --git a/charts/stable/synclounge/README.md b/charts/stable/synclounge/README.md index 37877171a89..e75ba30c430 100644 --- a/charts/stable/synclounge/README.md +++ b/charts/stable/synclounge/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/synclounge) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/synclounge) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/synclounge + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index b2d121544d1..d4e9295dead 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/syncthing icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.webp keywords: - syncthing -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/syncthing - https://hub.docker.com/r/syncthing/syncthing type: application -version: 18.8.8 +version: 18.8.9 diff --git a/charts/stable/syncthing/README.md b/charts/stable/syncthing/README.md index 59b2d0590a5..6fc822f8fee 100644 --- a/charts/stable/syncthing/README.md +++ b/charts/stable/syncthing/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/syncthing) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/syncthing) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/syncthing + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/synctube/Chart.yaml b/charts/stable/synctube/Chart.yaml index 7b44b28fec2..c8da5817415 100644 --- a/charts/stable/synctube/Chart.yaml +++ b/charts/stable/synctube/Chart.yaml @@ -28,7 +28,7 @@ keywords: - MediaApp-Video - MediaServer-Video - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -39,4 +39,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/synctube - https://hub.docker.com/r/littlestache/synctube type: application -version: 7.8.7 +version: 7.8.8 diff --git a/charts/stable/synctube/README.md b/charts/stable/synctube/README.md index 9a1a0b5b929..92aff1fbd62 100644 --- a/charts/stable/synctube/README.md +++ b/charts/stable/synctube/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/synctube) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/synctube) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/synctube + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/syslog-ng/Chart.yaml b/charts/stable/syslog-ng/Chart.yaml index 2f285f8b81d..86777b9ca69 100644 --- a/charts/stable/syslog-ng/Chart.yaml +++ b/charts/stable/syslog-ng/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/syslog-ng icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.webp keywords: - syslog-ng -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/syslog-ng - https://hub.docker.com/r/balabit/syslog-ng type: application -version: 9.9.1 +version: 9.9.2 diff --git a/charts/stable/syslog-ng/README.md b/charts/stable/syslog-ng/README.md index f54c5e30f63..c50160b8599 100644 --- a/charts/stable/syslog-ng/README.md +++ b/charts/stable/syslog-ng/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/syslog-ng) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/syslog-ng) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/syslog-ng + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tachidesk-docker/Chart.yaml b/charts/stable/tachidesk-docker/Chart.yaml index 75bba299e06..da079cf2eaa 100644 --- a/charts/stable/tachidesk-docker/Chart.yaml +++ b/charts/stable/tachidesk-docker/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.webp keywords: - tachidesk-docker - MediaServer-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tachidesk-docker - https://ghcr.io/suwayomi/tachidesk type: application -version: 6.8.8 +version: 6.8.9 diff --git a/charts/stable/tachidesk-docker/README.md b/charts/stable/tachidesk-docker/README.md index 07709fed673..dc57269eb50 100644 --- a/charts/stable/tachidesk-docker/README.md +++ b/charts/stable/tachidesk-docker/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tachidesk-docker) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tachidesk-docker) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tachidesk-docker + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tagspaces/Chart.yaml b/charts/stable/tagspaces/Chart.yaml index 2dce309aeed..31681b6742e 100644 --- a/charts/stable/tagspaces/Chart.yaml +++ b/charts/stable/tagspaces/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tagspaces.webp keywords: - tagspaces - documents -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tagspaces - https://hub.docker.com/r/tagspaces/tagspaces-lite-web type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/tagspaces/README.md b/charts/stable/tagspaces/README.md index bf86fff57a3..f6106753c78 100644 --- a/charts/stable/tagspaces/README.md +++ b/charts/stable/tagspaces/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tagspaces) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tagspaces) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tagspaces + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tailscale/Chart.yaml b/charts/stable/tailscale/Chart.yaml index e2447096f62..ea12d58d0b5 100644 --- a/charts/stable/tailscale/Chart.yaml +++ b/charts/stable/tailscale/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.webp keywords: - vpn - tailscale -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tailscale - https://hub.docker.com/r/tailscale/tailscale type: application -version: 8.11.2 +version: 8.11.3 diff --git a/charts/stable/tailscale/README.md b/charts/stable/tailscale/README.md index 9e0a0cba282..2f64f7643df 100644 --- a/charts/stable/tailscale/README.md +++ b/charts/stable/tailscale/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tailscale) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tailscale) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tailscale + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tandoor-recipes/Chart.yaml b/charts/stable/tandoor-recipes/Chart.yaml index bb8dd2426f3..fb134a0f948 100644 --- a/charts/stable/tandoor-recipes/Chart.yaml +++ b/charts/stable/tandoor-recipes/Chart.yaml @@ -24,7 +24,7 @@ keywords: - tandoor - recipes - cooking -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tandoor-recipes - https://hub.docker.com/r/vabene1111/recipes type: application -version: 16.8.8 +version: 16.8.9 diff --git a/charts/stable/tandoor-recipes/README.md b/charts/stable/tandoor-recipes/README.md index 7fa9c460fea..525de2a7de6 100644 --- a/charts/stable/tandoor-recipes/README.md +++ b/charts/stable/tandoor-recipes/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tandoor-recipes) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tandoor-recipes) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tandoor-recipes + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tanoshi/Chart.yaml b/charts/stable/tanoshi/Chart.yaml index bdad19a1e2a..87ce6b9bd54 100644 --- a/charts/stable/tanoshi/Chart.yaml +++ b/charts/stable/tanoshi/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Productivity - MediaApp-Books - MediaServer-Books -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tanoshi - https://hub.docker.com/r/faldez/tanoshi type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/tanoshi/README.md b/charts/stable/tanoshi/README.md index d8163c33a5d..54852b35654 100644 --- a/charts/stable/tanoshi/README.md +++ b/charts/stable/tanoshi/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tanoshi) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tanoshi) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tanoshi + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tar1090/Chart.yaml b/charts/stable/tar1090/Chart.yaml index 2467128b892..17b963cc6ed 100644 --- a/charts/stable/tar1090/Chart.yaml +++ b/charts/stable/tar1090/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.webp keywords: - tar1090 - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tar1090 - https://hub.docker.com/r/mikenye/tar1090 type: application -version: 5.8.16 +version: 5.8.17 diff --git a/charts/stable/tar1090/README.md b/charts/stable/tar1090/README.md index 83a39ece1cb..7c9b3d350c3 100644 --- a/charts/stable/tar1090/README.md +++ b/charts/stable/tar1090/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tar1090) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tar1090) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tar1090 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tasmoadmin/Chart.yaml b/charts/stable/tasmoadmin/Chart.yaml index 94ab981ffd1..abe6547ee9f 100644 --- a/charts/stable/tasmoadmin/Chart.yaml +++ b/charts/stable/tasmoadmin/Chart.yaml @@ -24,7 +24,7 @@ keywords: - tasmoadmin - home-automation - Network-Management -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tasmoadmin - https://ghcr.io/tasmoadmin/tasmoadmin type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/tasmoadmin/README.md b/charts/stable/tasmoadmin/README.md index a8655a6575d..75608d90a1f 100644 --- a/charts/stable/tasmoadmin/README.md +++ b/charts/stable/tasmoadmin/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tasmoadmin) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tasmoadmin) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tasmoadmin + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tasmobackup/Chart.yaml b/charts/stable/tasmobackup/Chart.yaml index 249401aac60..2ce1192ee6b 100644 --- a/charts/stable/tasmobackup/Chart.yaml +++ b/charts/stable/tasmobackup/Chart.yaml @@ -24,7 +24,7 @@ keywords: - tasmobackup - home-automation - Network-Management -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tasmobackup - https://hub.docker.com/r/danmed/tasmobackupv1 type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/tasmobackup/README.md b/charts/stable/tasmobackup/README.md index a9fe1bc8880..22ea2af6960 100644 --- a/charts/stable/tasmobackup/README.md +++ b/charts/stable/tasmobackup/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tasmobackup) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tasmobackup) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tasmobackup + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tasmocompiler/Chart.yaml b/charts/stable/tasmocompiler/Chart.yaml index 4f36a91b61b..c6f146a0621 100644 --- a/charts/stable/tasmocompiler/Chart.yaml +++ b/charts/stable/tasmocompiler/Chart.yaml @@ -24,7 +24,7 @@ keywords: - tasmocompiler - home-automation - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tasmocompiler - https://hub.docker.com/r/benzino77/tasmocompiler type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/tasmocompiler/README.md b/charts/stable/tasmocompiler/README.md index 8774b05c152..56e18c8520b 100644 --- a/charts/stable/tasmocompiler/README.md +++ b/charts/stable/tasmocompiler/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tasmocompiler) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tasmocompiler) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tasmocompiler + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tauticord/Chart.yaml b/charts/stable/tauticord/Chart.yaml index 4822189ffbc..1a4228dfa33 100644 --- a/charts/stable/tauticord/Chart.yaml +++ b/charts/stable/tauticord/Chart.yaml @@ -24,7 +24,7 @@ keywords: - tauticord - tautulli - discord -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tauticord - https://ghcr.io/nwithan8/tauticord type: application -version: 5.4.10 +version: 5.4.11 diff --git a/charts/stable/tauticord/README.md b/charts/stable/tauticord/README.md index 59be68feb89..b8c6e723490 100644 --- a/charts/stable/tauticord/README.md +++ b/charts/stable/tauticord/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tauticord) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tauticord) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tauticord + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml index 7f0554ba914..5441ac1b414 100644 --- a/charts/stable/tautulli/Chart.yaml +++ b/charts/stable/tautulli/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tautulli.webp keywords: - tautulli - plex -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tautulli - https://ghcr.io/onedr0p/tautulli type: application -version: 18.8.9 +version: 18.8.10 diff --git a/charts/stable/tautulli/README.md b/charts/stable/tautulli/README.md index c035fac5c3c..eaf7cb9815c 100644 --- a/charts/stable/tautulli/README.md +++ b/charts/stable/tautulli/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tautulli) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tautulli) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tautulli + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tdarr-node/Chart.yaml b/charts/stable/tdarr-node/Chart.yaml index 0eb75b6e9ac..0cb245f4a3e 100644 --- a/charts/stable/tdarr-node/Chart.yaml +++ b/charts/stable/tdarr-node/Chart.yaml @@ -24,7 +24,7 @@ keywords: - encode - media - tdarr -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node - https://hub.docker.com/r/haveagitgat/tdarr_node type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/tdarr-node/README.md b/charts/stable/tdarr-node/README.md index 5220f94c8f4..5e8cb45d78c 100644 --- a/charts/stable/tdarr-node/README.md +++ b/charts/stable/tdarr-node/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tdarr-node) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tdarr-node) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tdarr-node + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tdarr/Chart.yaml b/charts/stable/tdarr/Chart.yaml index c74c61fcf8d..8362edce40d 100644 --- a/charts/stable/tdarr/Chart.yaml +++ b/charts/stable/tdarr/Chart.yaml @@ -24,7 +24,7 @@ keywords: - encode - media - tdarr -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr - https://hub.docker.com/r/haveagitgat/tdarr type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/tdarr/README.md b/charts/stable/tdarr/README.md index d26ad3032e9..b8badc82f13 100644 --- a/charts/stable/tdarr/README.md +++ b/charts/stable/tdarr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tdarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tdarr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tdarr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/teamspeak3/Chart.yaml b/charts/stable/teamspeak3/Chart.yaml index cb8eae2cab9..eb64c2d4dc6 100644 --- a/charts/stable/teamspeak3/Chart.yaml +++ b/charts/stable/teamspeak3/Chart.yaml @@ -25,7 +25,7 @@ keywords: - teamspeak - teamspeak3 - teamspeak server -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3 - https://hub.docker.com/_/teamspeak type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/teamspeak3/README.md b/charts/stable/teamspeak3/README.md index c5bda26ab0c..a5ba4a5b0f5 100644 --- a/charts/stable/teamspeak3/README.md +++ b/charts/stable/teamspeak3/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/teamspeak3) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/teamspeak3) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/teamspeak3 + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/teedy-docs/Chart.yaml b/charts/stable/teedy-docs/Chart.yaml index 8b5609b570c..c20a9786a12 100644 --- a/charts/stable/teedy-docs/Chart.yaml +++ b/charts/stable/teedy-docs/Chart.yaml @@ -24,7 +24,7 @@ keywords: - teedy-docs - Cloud - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/teedy-docs - https://hub.docker.com/r/sismics/docs type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/teedy-docs/README.md b/charts/stable/teedy-docs/README.md index dcf0f6694b2..709d46e8784 100644 --- a/charts/stable/teedy-docs/README.md +++ b/charts/stable/teedy-docs/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/teedy-docs) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/teedy-docs) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/teedy-docs + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/teedy/Chart.yaml b/charts/stable/teedy/Chart.yaml index 023d3f4edb0..d4beb5068d7 100644 --- a/charts/stable/teedy/Chart.yaml +++ b/charts/stable/teedy/Chart.yaml @@ -24,7 +24,7 @@ keywords: - teedy - documents - management -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/teedy - https://hub.docker.com/r/sismics/docs type: application -version: 15.8.7 +version: 15.8.8 diff --git a/charts/stable/teedy/README.md b/charts/stable/teedy/README.md index b488e4e70aa..b6c6bdbecaf 100644 --- a/charts/stable/teedy/README.md +++ b/charts/stable/teedy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/teedy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/teedy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/teedy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/telethon-downloader/Chart.yaml b/charts/stable/telethon-downloader/Chart.yaml index 875e934e0d2..affde581a6f 100644 --- a/charts/stable/telethon-downloader/Chart.yaml +++ b/charts/stable/telethon-downloader/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.webp keywords: - telethon-downloader - Downloaders -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/telethon-downloader - https://hub.docker.com/r/jsavargas/telethon_downloader type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/telethon-downloader/README.md b/charts/stable/telethon-downloader/README.md index 038652e2f00..045130ae7be 100644 --- a/charts/stable/telethon-downloader/README.md +++ b/charts/stable/telethon-downloader/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/telethon-downloader) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/telethon-downloader) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/telethon-downloader + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/terraria-tshock/Chart.yaml b/charts/stable/terraria-tshock/Chart.yaml index 2136eac713f..a9806fea424 100644 --- a/charts/stable/terraria-tshock/Chart.yaml +++ b/charts/stable/terraria-tshock/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/terraria-tshock.webp keywords: - terraria-tshock - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/terraria-tshock - https://hub.docker.com/r/ich777/terrariaserver type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/terraria-tshock/README.md b/charts/stable/terraria-tshock/README.md index dc3ff4cef5d..3b2909d1123 100644 --- a/charts/stable/terraria-tshock/README.md +++ b/charts/stable/terraria-tshock/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/terraria-tshock) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/terraria-tshock) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/terraria-tshock + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/theforest/Chart.yaml b/charts/stable/theforest/Chart.yaml index 1497894cd6b..cbffbce910c 100644 --- a/charts/stable/theforest/Chart.yaml +++ b/charts/stable/theforest/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: 'The Forest Docker' SERVERPASSWORD: 'Chart' ADMINPASSWORD: 'adminChart' (you can change this in your SERVERFOLDER/config/config.cfg)" +description: 'This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: ''The Forest Docker'' SERVERPASSWORD: ''Chart'' ADMINPASSWORD: ''adminChart'' (you can change this in your SERVERFOLDER/config/config.cfg)' home: https://truecharts.org/charts/stable/theforest icon: https://truecharts.org/img/hotlink-ok/chart-icons/theforest.webp keywords: - theforest - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/theforest - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/theforest/README.md b/charts/stable/theforest/README.md index a6866e2ca24..a91adb56d7b 100644 --- a/charts/stable/theforest/README.md +++ b/charts/stable/theforest/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/theforest) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/theforest) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/theforest + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml index 91257058ea2..a1978d37262 100644 --- a/charts/stable/thelounge/Chart.yaml +++ b/charts/stable/thelounge/Chart.yaml @@ -26,7 +26,7 @@ keywords: - The Lounge - docker - thelounge-docker -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/thelounge - https://hub.docker.com/r/thelounge/thelounge type: application -version: 13.8.9 +version: 13.8.10 diff --git a/charts/stable/thelounge/README.md b/charts/stable/thelounge/README.md index 7540892795a..59ea7e87924 100644 --- a/charts/stable/thelounge/README.md +++ b/charts/stable/thelounge/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/thelounge) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/thelounge) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/thelounge + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/theme-park/Chart.yaml b/charts/stable/theme-park/Chart.yaml index f89376171aa..41d8c26c877 100644 --- a/charts/stable/theme-park/Chart.yaml +++ b/charts/stable/theme-park/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.webp keywords: - theme-park - customization -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/theme-park - https://ghcr.io/onedr0p/theme-park type: application -version: 9.9.11 +version: 9.9.12 diff --git a/charts/stable/theme-park/README.md b/charts/stable/theme-park/README.md index f5d494e4e10..5b614aa8185 100644 --- a/charts/stable/theme-park/README.md +++ b/charts/stable/theme-park/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/theme-park) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/theme-park) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/theme-park + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/thunderbird/Chart.yaml b/charts/stable/thunderbird/Chart.yaml index 8f51a39626c..105d3c4033b 100644 --- a/charts/stable/thunderbird/Chart.yaml +++ b/charts/stable/thunderbird/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.webp keywords: - thunderbird - mail -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/thunderbird - https://hub.docker.com/r/ich777/thunderbird type: application -version: 5.8.8 +version: 5.8.9 diff --git a/charts/stable/thunderbird/README.md b/charts/stable/thunderbird/README.md index fb1b6054524..9e924a60436 100644 --- a/charts/stable/thunderbird/README.md +++ b/charts/stable/thunderbird/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/thunderbird) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/thunderbird) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/thunderbird + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/timetagger/Chart.yaml b/charts/stable/timetagger/Chart.yaml index 765602cb1d6..a0c8144ef6d 100644 --- a/charts/stable/timetagger/Chart.yaml +++ b/charts/stable/timetagger/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/timetagger.webp keywords: - time - timetagger -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/timetagger - https://ghcr.io/almarklein/timetagger type: application -version: 6.6.7 +version: 6.6.8 diff --git a/charts/stable/timetagger/README.md b/charts/stable/timetagger/README.md index e3a3b086d5c..30a0a42a239 100644 --- a/charts/stable/timetagger/README.md +++ b/charts/stable/timetagger/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/timetagger) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/timetagger) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/timetagger + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tinymediamanager/Chart.yaml b/charts/stable/tinymediamanager/Chart.yaml index b3f658f4865..8b6ec9e9601 100644 --- a/charts/stable/tinymediamanager/Chart.yaml +++ b/charts/stable/tinymediamanager/Chart.yaml @@ -24,7 +24,7 @@ keywords: - tiny - media - manager -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager - https://hub.docker.com/r/tinymediamanager/tinymediamanager type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/tinymediamanager/README.md b/charts/stable/tinymediamanager/README.md index d4ff4ed07f1..7e23cad7bad 100644 --- a/charts/stable/tinymediamanager/README.md +++ b/charts/stable/tinymediamanager/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tinymediamanager) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tinymediamanager) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tinymediamanager + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tonido/Chart.yaml b/charts/stable/tonido/Chart.yaml index ac977739ef4..38c802e6caa 100644 --- a/charts/stable/tonido/Chart.yaml +++ b/charts/stable/tonido/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tonido.webp keywords: - tonido - Cloud -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tonido - https://hub.docker.com/r/captinsano/tonido type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/tonido/README.md b/charts/stable/tonido/README.md index 12d9fcad940..ef6427d5890 100644 --- a/charts/stable/tonido/README.md +++ b/charts/stable/tonido/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tonido) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tonido) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tonido + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/traccar/Chart.yaml b/charts/stable/traccar/Chart.yaml index 4cc542b0332..28e71f5fd3e 100644 --- a/charts/stable/traccar/Chart.yaml +++ b/charts/stable/traccar/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/traccar.webp keywords: - traccar - gps -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/traccar - https://hub.docker.com/r/traccar/traccar type: application -version: 16.0.3 +version: 16.0.4 diff --git a/charts/stable/traccar/README.md b/charts/stable/traccar/README.md index 08b1ed67db5..5d7849bc355 100644 --- a/charts/stable/traccar/README.md +++ b/charts/stable/traccar/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/traccar) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/traccar) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/traccar + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tracks/Chart.yaml b/charts/stable/tracks/Chart.yaml index a1de0c4022c..53291975440 100644 --- a/charts/stable/tracks/Chart.yaml +++ b/charts/stable/tracks/Chart.yaml @@ -17,13 +17,13 @@ dependencies: tags: [] import-values: [] deprecated: false -description: "Tracks is a web-based todo application to help you implement the GTD methodology. " +description: 'Tracks is a web-based todo application to help you implement the GTD methodology. ' home: https://truecharts.org/charts/stable/tracks icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracks.webp keywords: - tracks - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tracks - https://hub.docker.com/r/tracksapp/tracks type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/tracks/README.md b/charts/stable/tracks/README.md index 33f23d1ed06..8033fc7d2e8 100644 --- a/charts/stable/tracks/README.md +++ b/charts/stable/tracks/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tracks) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tracks) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tracks + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/traefik-forward-auth/Chart.yaml b/charts/stable/traefik-forward-auth/Chart.yaml index 50ef68f5e40..b0084484d58 100644 --- a/charts/stable/traefik-forward-auth/Chart.yaml +++ b/charts/stable/traefik-forward-auth/Chart.yaml @@ -27,7 +27,7 @@ keywords: - auth - ingress - middleware -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/traefik-forward-auth - https://hub.docker.com/r/thomseddon/traefik-forward-auth type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/traefik-forward-auth/README.md b/charts/stable/traefik-forward-auth/README.md index f60e1a352d1..f86d3795d9c 100644 --- a/charts/stable/traefik-forward-auth/README.md +++ b/charts/stable/traefik-forward-auth/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/traefik-forward-auth) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/traefik-forward-auth) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/traefik-forward-auth + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/traggo/Chart.yaml b/charts/stable/traggo/Chart.yaml index d217d4c4876..1081cbd3a1c 100644 --- a/charts/stable/traggo/Chart.yaml +++ b/charts/stable/traggo/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/traggo.webp keywords: - time-tracking - tag -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/traggo - https://hub.docker.com/r/traggo/server type: application -version: 6.9.7 +version: 6.9.8 diff --git a/charts/stable/traggo/README.md b/charts/stable/traggo/README.md index 1d5a797f0cd..4eec4b53753 100644 --- a/charts/stable/traggo/README.md +++ b/charts/stable/traggo/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/traggo) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/traggo) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/traggo + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/traktarr/Chart.yaml b/charts/stable/traktarr/Chart.yaml index ec2ad3a84e0..9e310afc495 100644 --- a/charts/stable/traktarr/Chart.yaml +++ b/charts/stable/traktarr/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/traktarr.webp keywords: - traktarr - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/traktarr - https://hub.docker.com/r/eafxx/traktarr type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/traktarr/README.md b/charts/stable/traktarr/README.md index 12782fd6bcd..9d05756ef06 100644 --- a/charts/stable/traktarr/README.md +++ b/charts/stable/traktarr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/traktarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/traktarr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/traktarr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/trango/Chart.yaml b/charts/stable/trango/Chart.yaml index 85dfdd0208a..a47fbff3469 100644 --- a/charts/stable/trango/Chart.yaml +++ b/charts/stable/trango/Chart.yaml @@ -24,7 +24,7 @@ keywords: - trango - Network-Other - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/trango - https://hub.docker.com/r/tak786/trango-self-hosted type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/trango/README.md b/charts/stable/trango/README.md index 993543fb6c4..3c28a0023ca 100644 --- a/charts/stable/trango/README.md +++ b/charts/stable/trango/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/trango) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/trango) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/trango + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index 17a19a2b7c5..846180a76a0 100644 --- a/charts/stable/transmission/Chart.yaml +++ b/charts/stable/transmission/Chart.yaml @@ -24,7 +24,7 @@ keywords: - transmission - torrent - usenet -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/transmission - https://ghcr.io/onedr0p/transmission type: application -version: 20.8.7 +version: 20.8.8 diff --git a/charts/stable/transmission/README.md b/charts/stable/transmission/README.md index 7fe58d52131..727bff3012c 100644 --- a/charts/stable/transmission/README.md +++ b/charts/stable/transmission/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/transmission) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/transmission) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/transmission + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/trilium-notes/Chart.yaml b/charts/stable/trilium-notes/Chart.yaml index da4ef88fd3a..4ec9fead16d 100644 --- a/charts/stable/trilium-notes/Chart.yaml +++ b/charts/stable/trilium-notes/Chart.yaml @@ -25,7 +25,7 @@ keywords: - notes - note - information -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes - https://ghcr.io/zadam/trilium type: application -version: 12.9.7 +version: 12.9.8 diff --git a/charts/stable/trilium-notes/README.md b/charts/stable/trilium-notes/README.md index 146b023b8c3..5ac23f546d9 100644 --- a/charts/stable/trilium-notes/README.md +++ b/charts/stable/trilium-notes/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/trilium-notes) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/trilium-notes) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/trilium-notes + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/troddit/Chart.yaml b/charts/stable/troddit/Chart.yaml index a79275d7206..7813c46ae53 100644 --- a/charts/stable/troddit/Chart.yaml +++ b/charts/stable/troddit/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/troddit.webp keywords: - troddit - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/troddit - https://hub.docker.com/r/bsyed/troddit type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/troddit/README.md b/charts/stable/troddit/README.md index 1e5eb4ba26c..f6a8ab00ee1 100644 --- a/charts/stable/troddit/README.md +++ b/charts/stable/troddit/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/troddit) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/troddit) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/troddit + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml index 591f4ac1742..93ecf725f79 100644 --- a/charts/stable/truecommand/Chart.yaml +++ b/charts/stable/truecommand/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/truecommand icon: https://truecharts.org/img/hotlink-ok/chart-icons/truecommand.webp keywords: - truecommand -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/truecommand - https://hub.docker.com/r/ixsystems/truecommand type: application -version: 19.8.7 +version: 19.8.8 diff --git a/charts/stable/truecommand/README.md b/charts/stable/truecommand/README.md index 44443d294fd..3339c4c4d20 100644 --- a/charts/stable/truecommand/README.md +++ b/charts/stable/truecommand/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/truecommand) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/truecommand) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/truecommand + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/truenas-exporter/Chart.yaml b/charts/stable/truenas-exporter/Chart.yaml index be66fddd17b..8a1622dce70 100644 --- a/charts/stable/truenas-exporter/Chart.yaml +++ b/charts/stable/truenas-exporter/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/truenas-exporter.webp keywords: - truenas-exporter - metrics -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/truenas-exporter - https://hub.docker.com/r/prom/graphite-exporter type: application -version: 1.7.7 +version: 1.7.8 diff --git a/charts/stable/truenas-exporter/README.md b/charts/stable/truenas-exporter/README.md index 5ed82e82c1a..ae9f6c25fa3 100644 --- a/charts/stable/truenas-exporter/README.md +++ b/charts/stable/truenas-exporter/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/truenas-exporter) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/truenas-exporter) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/truenas-exporter + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tsmuxer/Chart.yaml b/charts/stable/tsmuxer/Chart.yaml index 6957f0d34b7..e5d7b260632 100644 --- a/charts/stable/tsmuxer/Chart.yaml +++ b/charts/stable/tsmuxer/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsmuxer.webp keywords: - media - tsmuxer -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer - https://hub.docker.com/r/jlesage/tsmuxer type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/tsmuxer/README.md b/charts/stable/tsmuxer/README.md index 3549228b4ef..847cb4acb97 100644 --- a/charts/stable/tsmuxer/README.md +++ b/charts/stable/tsmuxer/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tsmuxer) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tsmuxer) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tsmuxer + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tsn-ranksystem/Chart.yaml b/charts/stable/tsn-ranksystem/Chart.yaml index 72d3321748b..5628a5f10c5 100644 --- a/charts/stable/tsn-ranksystem/Chart.yaml +++ b/charts/stable/tsn-ranksystem/Chart.yaml @@ -31,7 +31,7 @@ keywords: - teamspeak - tsn-ranksystem - ranksystem -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -44,4 +44,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tsn-ranksystem - https://hub.docker.com/r/serverlein/tsn-ranksystem-webserver type: application -version: 1.5.14 +version: 1.5.15 diff --git a/charts/stable/tsn-ranksystem/README.md b/charts/stable/tsn-ranksystem/README.md index 99901399136..3fa6020ea81 100644 --- a/charts/stable/tsn-ranksystem/README.md +++ b/charts/stable/tsn-ranksystem/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tsn-ranksystem) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tsn-ranksystem) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tsn-ranksystem + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml index 34deafc1b4c..00e0ed4d563 100644 --- a/charts/stable/tt-rss/Chart.yaml +++ b/charts/stable/tt-rss/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.webp keywords: - tt-rss - rss -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,7 +32,7 @@ name: tt-rss sources: - https://git.tt-rss.org/fox/tt-rss - https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss - - https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static - https://hub.docker.com/r/cthulhoo/ttrss-web-nginx + - https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static type: application -version: 16.8.13 +version: 16.8.14 diff --git a/charts/stable/tt-rss/README.md b/charts/stable/tt-rss/README.md index af49294d340..0ee4e274e28 100644 --- a/charts/stable/tt-rss/README.md +++ b/charts/stable/tt-rss/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tt-rss) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tt-rss) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tt-rss + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tubearchivist-redisjson/Chart.yaml b/charts/stable/tubearchivist-redisjson/Chart.yaml index dd2caf36f1b..9eb8c016205 100644 --- a/charts/stable/tubearchivist-redisjson/Chart.yaml +++ b/charts/stable/tubearchivist-redisjson/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson. keywords: - tubearchivist-redisjson - MediaServer-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tubearchivist-redisjson - https://hub.docker.com/r/redislabs/rejson type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/tubearchivist-redisjson/README.md b/charts/stable/tubearchivist-redisjson/README.md index f3ae1c59cb4..a0c1ba0671f 100644 --- a/charts/stable/tubearchivist-redisjson/README.md +++ b/charts/stable/tubearchivist-redisjson/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tubearchivist-redisjson) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tubearchivist-redisjson) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tubearchivist-redisjson + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tubesync/Chart.yaml b/charts/stable/tubesync/Chart.yaml index 0d39ad08ca0..422f387a0e0 100644 --- a/charts/stable/tubesync/Chart.yaml +++ b/charts/stable/tubesync/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Downloaders - MediaApp-Video - MediaServer-Video -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tubesync - https://ghcr.io/meeb/tubesync type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/tubesync/README.md b/charts/stable/tubesync/README.md index 6abd013a6f2..87a6b5c966d 100644 --- a/charts/stable/tubesync/README.md +++ b/charts/stable/tubesync/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tubesync) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tubesync) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tubesync + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tvheadend/Chart.yaml b/charts/stable/tvheadend/Chart.yaml index 9e3c8fb0530..f924588721f 100644 --- a/charts/stable/tvheadend/Chart.yaml +++ b/charts/stable/tvheadend/Chart.yaml @@ -25,7 +25,7 @@ keywords: - tv - streaming - dvb -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend - https://ghcr.io/linuxserver/tvheadend type: application -version: 19.8.9 +version: 19.8.10 diff --git a/charts/stable/tvheadend/README.md b/charts/stable/tvheadend/README.md index 1edb2ff15f0..937e381cf19 100644 --- a/charts/stable/tvheadend/README.md +++ b/charts/stable/tvheadend/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tvheadend) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tvheadend) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tvheadend + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tvhproxy/Chart.yaml b/charts/stable/tvhproxy/Chart.yaml index 0472e105b1f..85a05827ca8 100644 --- a/charts/stable/tvhproxy/Chart.yaml +++ b/charts/stable/tvhproxy/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvhproxy.webp keywords: - tvhproxy - MediaApp-Video -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tvhproxy - https://hub.docker.com/r/chvb/docker-tvhproxy type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/tvhproxy/README.md b/charts/stable/tvhproxy/README.md index c95d4f8bf8f..77d08af836b 100644 --- a/charts/stable/tvhproxy/README.md +++ b/charts/stable/tvhproxy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tvhproxy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tvhproxy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/tvhproxy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/twofauth/Chart.yaml b/charts/stable/twofauth/Chart.yaml index c6824505774..64a10b6a000 100644 --- a/charts/stable/twofauth/Chart.yaml +++ b/charts/stable/twofauth/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.webp keywords: - 2fauth - auth -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/twofauth - https://hub.docker.com/r/2fauth/2fauth type: application -version: 1.6.7 +version: 1.6.8 diff --git a/charts/stable/twofauth/README.md b/charts/stable/twofauth/README.md index 85dce76f894..33aef41a22a 100644 --- a/charts/stable/twofauth/README.md +++ b/charts/stable/twofauth/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/twofauth) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/twofauth) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/twofauth + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/twonky-server/Chart.yaml b/charts/stable/twonky-server/Chart.yaml index 64da4421b50..2968ed25892 100644 --- a/charts/stable/twonky-server/Chart.yaml +++ b/charts/stable/twonky-server/Chart.yaml @@ -25,7 +25,7 @@ keywords: - MediaServer-Video - MediaServer-Music - MediaServer-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/twonky-server - https://hub.docker.com/r/dtjs48jkt/twonkyserver type: application -version: 5.8.9 +version: 5.8.10 diff --git a/charts/stable/twonky-server/README.md b/charts/stable/twonky-server/README.md index 1640e807dd7..81d90406db0 100644 --- a/charts/stable/twonky-server/README.md +++ b/charts/stable/twonky-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/twonky-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/twonky-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/twonky-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/twtxt/Chart.yaml b/charts/stable/twtxt/Chart.yaml index ca296a6b1ba..d282221f29e 100644 --- a/charts/stable/twtxt/Chart.yaml +++ b/charts/stable/twtxt/Chart.yaml @@ -25,7 +25,7 @@ keywords: - blogging - blog - social-network -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/twtxt - https://ghcr.io/nicholaswilde/twtxt type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/twtxt/README.md b/charts/stable/twtxt/README.md index c902347b26e..e606b2683ce 100644 --- a/charts/stable/twtxt/README.md +++ b/charts/stable/twtxt/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/twtxt) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/twtxt) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/twtxt + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ubooquity/Chart.yaml b/charts/stable/ubooquity/Chart.yaml index f0c82411e79..d5504d96c8e 100644 --- a/charts/stable/ubooquity/Chart.yaml +++ b/charts/stable/ubooquity/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/ubooquity icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.webp keywords: - ubooquity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity - https://ghcr.io/linuxserver/ubooquity type: application -version: 10.8.10 +version: 10.8.11 diff --git a/charts/stable/ubooquity/README.md b/charts/stable/ubooquity/README.md index 29930ce7248..cad717a241a 100644 --- a/charts/stable/ubooquity/README.md +++ b/charts/stable/ubooquity/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ubooquity) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ubooquity) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ubooquity + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index 01e5c1aca02..a934222f42b 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/unifi.webp keywords: - ubiquiti - unifi -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/unifi - https://ghcr.io/goofball222/unifi type: application -version: 20.9.7 +version: 20.9.8 diff --git a/charts/stable/unifi/README.md b/charts/stable/unifi/README.md index 0700f6909b4..562ae0f325b 100644 --- a/charts/stable/unifi/README.md +++ b/charts/stable/unifi/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/unifi) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/unifi) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/unifi + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/universal-media-server/Chart.yaml b/charts/stable/universal-media-server/Chart.yaml index b6b77fc023f..38d50328064 100644 --- a/charts/stable/universal-media-server/Chart.yaml +++ b/charts/stable/universal-media-server/Chart.yaml @@ -25,7 +25,7 @@ keywords: - MediaServer-Video - MediaServer-Music - MediaServer-Photos -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/universal-media-server - https://hub.docker.com/r/universalmediaserver/ums type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/universal-media-server/README.md b/charts/stable/universal-media-server/README.md index a51a6106316..21b6be0ce59 100644 --- a/charts/stable/universal-media-server/README.md +++ b/charts/stable/universal-media-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/universal-media-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/universal-media-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/universal-media-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/unmanic/Chart.yaml b/charts/stable/unmanic/Chart.yaml index 4531c423f5a..52fd7074bf2 100644 --- a/charts/stable/unmanic/Chart.yaml +++ b/charts/stable/unmanic/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/unmanic icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.webp keywords: - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/unmanic - https://hub.docker.com/r/josh5/unmanic type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/unmanic/README.md b/charts/stable/unmanic/README.md index 4f23fdc5272..7f1aaec7f86 100644 --- a/charts/stable/unmanic/README.md +++ b/charts/stable/unmanic/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/unmanic) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/unmanic) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/unmanic + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml index abdb9c4feb6..d7310c408a2 100644 --- a/charts/stable/unpackerr/Chart.yaml +++ b/charts/stable/unpackerr/Chart.yaml @@ -27,7 +27,7 @@ keywords: - lidarr - readarr - whisparr -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr - https://hub.docker.com/r/golift/unpackerr type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/unpackerr/README.md b/charts/stable/unpackerr/README.md index a76a192ee09..0e5f69c9c4e 100644 --- a/charts/stable/unpackerr/README.md +++ b/charts/stable/unpackerr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/unpackerr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/unpackerr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/unpackerr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/unpoller/Chart.yaml b/charts/stable/unpoller/Chart.yaml index 0f7f1ff17e1..685bc43a90a 100644 --- a/charts/stable/unpoller/Chart.yaml +++ b/charts/stable/unpoller/Chart.yaml @@ -24,7 +24,7 @@ keywords: - unifi - unifi-poller - metrics -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller - https://ghcr.io/unpoller/unpoller type: application -version: 10.11.8 +version: 10.11.9 diff --git a/charts/stable/unpoller/README.md b/charts/stable/unpoller/README.md index 1787c7feab7..461960709e7 100644 --- a/charts/stable/unpoller/README.md +++ b/charts/stable/unpoller/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/unpoller) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/unpoller) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/unpoller + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/unturned/Chart.yaml b/charts/stable/unturned/Chart.yaml index 0421115886c..51b0ebf96a3 100644 --- a/charts/stable/unturned/Chart.yaml +++ b/charts/stable/unturned/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.webp keywords: - unturned - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/unturned - https://hub.docker.com/r/ich777/steamcmd type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/unturned/README.md b/charts/stable/unturned/README.md index aed66327756..560dcc78f38 100644 --- a/charts/stable/unturned/README.md +++ b/charts/stable/unturned/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/unturned) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/unturned) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/unturned + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/uptime-kuma/Chart.yaml b/charts/stable/uptime-kuma/Chart.yaml index 906867fa89d..a7789f45653 100644 --- a/charts/stable/uptime-kuma/Chart.yaml +++ b/charts/stable/uptime-kuma/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptime-kuma.webp keywords: - monitoring - uptime -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma - https://hub.docker.com/r/louislam/uptime-kuma type: application -version: 10.8.8 +version: 10.8.9 diff --git a/charts/stable/uptime-kuma/README.md b/charts/stable/uptime-kuma/README.md index ea4382e3cdd..d0b21c44e51 100644 --- a/charts/stable/uptime-kuma/README.md +++ b/charts/stable/uptime-kuma/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/uptime-kuma) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/uptime-kuma) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/uptime-kuma + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/uptimerobot-prometheus/Chart.yaml b/charts/stable/uptimerobot-prometheus/Chart.yaml index 402f323313e..00ff3a6fc71 100644 --- a/charts/stable/uptimerobot-prometheus/Chart.yaml +++ b/charts/stable/uptimerobot-prometheus/Chart.yaml @@ -25,7 +25,7 @@ keywords: - prometheus - grafana - metrics -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/uptimerobot-prometheus - https://hub.docker.com/r/billimek/prometheus-uptimerobot-exporter type: application -version: 11.8.7 +version: 11.8.8 diff --git a/charts/stable/uptimerobot-prometheus/README.md b/charts/stable/uptimerobot-prometheus/README.md index c6edad39474..86eb6fe7970 100644 --- a/charts/stable/uptimerobot-prometheus/README.md +++ b/charts/stable/uptimerobot-prometheus/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/uptimerobot-prometheus) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/uptimerobot-prometheus) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/uptimerobot-prometheus + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/urban-terror/Chart.yaml b/charts/stable/urban-terror/Chart.yaml index 2fa73e2f1af..1c95295dfee 100644 --- a/charts/stable/urban-terror/Chart.yaml +++ b/charts/stable/urban-terror/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/urban-terror.webp keywords: - urban-terror - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/urban-terror - https://hub.docker.com/r/ich777/urbanterror type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/urban-terror/README.md b/charts/stable/urban-terror/README.md index 701a1cd7689..9fb1acc185b 100644 --- a/charts/stable/urban-terror/README.md +++ b/charts/stable/urban-terror/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/urban-terror) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/urban-terror) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/urban-terror + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/v-rising/Chart.yaml b/charts/stable/v-rising/Chart.yaml index 24c604caf5e..e2af66f9bb8 100644 --- a/charts/stable/v-rising/Chart.yaml +++ b/charts/stable/v-rising/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/v-rising.webp keywords: - v-rising - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/v-rising - https://hub.docker.com/r/ich777/steamcmd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/v-rising/README.md b/charts/stable/v-rising/README.md index 99760ce3ad7..7c76979b1a1 100644 --- a/charts/stable/v-rising/README.md +++ b/charts/stable/v-rising/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/v-rising) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/v-rising) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/v-rising + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/valetudo-mapper/Chart.yaml b/charts/stable/valetudo-mapper/Chart.yaml index d1baec3e259..acb128d85f3 100644 --- a/charts/stable/valetudo-mapper/Chart.yaml +++ b/charts/stable/valetudo-mapper/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/valetudo-mapper.webp keywords: - valetudo-mapper - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/valetudo-mapper - https://hub.docker.com/r/rand256/valetudo-mapper type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/valetudo-mapper/README.md b/charts/stable/valetudo-mapper/README.md index a27c3206432..dedf9fcfec3 100644 --- a/charts/stable/valetudo-mapper/README.md +++ b/charts/stable/valetudo-mapper/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/valetudo-mapper) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/valetudo-mapper) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/valetudo-mapper + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/valheim/Chart.yaml b/charts/stable/valheim/Chart.yaml index a87fa72836d..5433ae302d1 100644 --- a/charts/stable/valheim/Chart.yaml +++ b/charts/stable/valheim/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/valheim icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.webp keywords: - valheim -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/valheim - https://ghcr.io/lloesche/valheim-server type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/valheim/README.md b/charts/stable/valheim/README.md index a78b8055e54..8b3b529390a 100644 --- a/charts/stable/valheim/README.md +++ b/charts/stable/valheim/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/valheim) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/valheim) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/valheim + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/van-dam/Chart.yaml b/charts/stable/van-dam/Chart.yaml index b6d0eabed0b..8a575b20061 100644 --- a/charts/stable/van-dam/Chart.yaml +++ b/charts/stable/van-dam/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/van-dam.webp keywords: - vanDAM - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/van-dam - https://ghcr.io/floppy/van_dam type: application -version: 4.10.13 +version: 4.10.14 diff --git a/charts/stable/van-dam/README.md b/charts/stable/van-dam/README.md index 5cbcfabf4ef..b37d384b22d 100644 --- a/charts/stable/van-dam/README.md +++ b/charts/stable/van-dam/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/van-dam) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/van-dam) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/van-dam + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/venstar2mqtt/Chart.yaml b/charts/stable/venstar2mqtt/Chart.yaml index 79e07b6b2f2..c1e4c774424 100644 --- a/charts/stable/venstar2mqtt/Chart.yaml +++ b/charts/stable/venstar2mqtt/Chart.yaml @@ -24,7 +24,7 @@ keywords: - venstar2mqtt - home-automation - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/venstar2mqtt - https://hub.docker.com/r/terafin/mqtt-venstar-bridge type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/venstar2mqtt/README.md b/charts/stable/venstar2mqtt/README.md index 31cae272728..cf044ff6689 100644 --- a/charts/stable/venstar2mqtt/README.md +++ b/charts/stable/venstar2mqtt/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/venstar2mqtt) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/venstar2mqtt) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/venstar2mqtt + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/vertex/Chart.yaml b/charts/stable/vertex/Chart.yaml index dd66497d8b8..427aac4d0ba 100644 --- a/charts/stable/vertex/Chart.yaml +++ b/charts/stable/vertex/Chart.yaml @@ -24,7 +24,7 @@ keywords: - vertex - home-automation - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/vertex - https://hub.docker.com/r/lswl/vertex type: application -version: 5.8.9 +version: 5.8.10 diff --git a/charts/stable/vertex/README.md b/charts/stable/vertex/README.md index f00df9c93f3..84a255e6cd5 100644 --- a/charts/stable/vertex/README.md +++ b/charts/stable/vertex/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/vertex) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/vertex) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/vertex + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/verysync/Chart.yaml b/charts/stable/verysync/Chart.yaml index de3bdf2ba37..bcd524609d5 100644 --- a/charts/stable/verysync/Chart.yaml +++ b/charts/stable/verysync/Chart.yaml @@ -25,7 +25,7 @@ keywords: - sync - btsync - bittorrent -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/verysync - https://hub.docker.com/r/jonnyan404/verysync type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/verysync/README.md b/charts/stable/verysync/README.md index 8a6d59270c0..78096fff56f 100644 --- a/charts/stable/verysync/README.md +++ b/charts/stable/verysync/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/verysync) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/verysync) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/verysync + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index dace59d302c..b0f556e66a3 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/vikunja icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.webp keywords: - vikunja -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,8 +38,8 @@ name: vikunja sources: - https://vikunja.io/docs - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja - - https://hub.docker.com/r/vikunja/api - - https://hub.docker.com/_/nginx - https://hub.docker.com/r/vikunja/frontend + - https://hub.docker.com/_/nginx + - https://hub.docker.com/r/vikunja/api type: application -version: 13.10.19 +version: 13.10.20 diff --git a/charts/stable/vikunja/README.md b/charts/stable/vikunja/README.md index 957e886d23c..665f4887e7a 100644 --- a/charts/stable/vikunja/README.md +++ b/charts/stable/vikunja/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/vikunja) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/vikunja) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/vikunja + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/vintage-story/Chart.yaml b/charts/stable/vintage-story/Chart.yaml index 419cab721d1..539390b0fa5 100644 --- a/charts/stable/vintage-story/Chart.yaml +++ b/charts/stable/vintage-story/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/vintage-story.webp keywords: - vintage-story - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/vintage-story - https://hub.docker.com/r/ich777/vintagestory type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/vintage-story/README.md b/charts/stable/vintage-story/README.md index fdd08636266..35f0fc5f594 100644 --- a/charts/stable/vintage-story/README.md +++ b/charts/stable/vintage-story/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/vintage-story) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/vintage-story) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/vintage-story + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/virt-manager/Chart.yaml b/charts/stable/virt-manager/Chart.yaml index b07b74a5ade..be6e6cdaa1f 100644 --- a/charts/stable/virt-manager/Chart.yaml +++ b/charts/stable/virt-manager/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/virt-manager.webp keywords: - virt-manager - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/virt-manager - https://hub.docker.com/r/mber5/virt-manager type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/virt-manager/README.md b/charts/stable/virt-manager/README.md index 374d55c78ab..b20fac476b9 100644 --- a/charts/stable/virt-manager/README.md +++ b/charts/stable/virt-manager/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/virt-manager) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/virt-manager) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/virt-manager + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/vlmcsd-kms-server/Chart.yaml b/charts/stable/vlmcsd-kms-server/Chart.yaml index 53538cf3a63..8065b3d3c25 100644 --- a/charts/stable/vlmcsd-kms-server/Chart.yaml +++ b/charts/stable/vlmcsd-kms-server/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Cloud - Tools-Utilities - Network-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/vlmcsd-kms-server - https://hub.docker.com/r/mikolatero/vlmcsd type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/vlmcsd-kms-server/README.md b/charts/stable/vlmcsd-kms-server/README.md index d51bf0d434b..96694822c67 100644 --- a/charts/stable/vlmcsd-kms-server/README.md +++ b/charts/stable/vlmcsd-kms-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/vlmcsd-kms-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/vlmcsd-kms-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/vlmcsd-kms-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/vocechat-server/Chart.yaml b/charts/stable/vocechat-server/Chart.yaml index 95386fe9079..f8de3c068ab 100644 --- a/charts/stable/vocechat-server/Chart.yaml +++ b/charts/stable/vocechat-server/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/vocechat-server.webp keywords: - vocechat-server - social -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/vocechat-server - https://hub.docker.com/r/privoce/vocechat-server type: application -version: 3.8.7 +version: 3.8.8 diff --git a/charts/stable/vocechat-server/README.md b/charts/stable/vocechat-server/README.md index 531011ca0e1..d7ab024be43 100644 --- a/charts/stable/vocechat-server/README.md +++ b/charts/stable/vocechat-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/vocechat-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/vocechat-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/vocechat-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wallos/Chart.yaml b/charts/stable/wallos/Chart.yaml index 4139ad81c6c..53969d2a43c 100644 --- a/charts/stable/wallos/Chart.yaml +++ b/charts/stable/wallos/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/wallos icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.webp keywords: - dashboard -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wallos - https://hub.docker.com/r/bellamy/wallos type: application -version: 4.8.11 +version: 4.8.12 diff --git a/charts/stable/wallos/README.md b/charts/stable/wallos/README.md index a2f4e3093eb..06b1250d62e 100644 --- a/charts/stable/wallos/README.md +++ b/charts/stable/wallos/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wallos) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wallos) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/wallos + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/watcharr/Chart.yaml b/charts/stable/watcharr/Chart.yaml index bfa2eac8735..a9dc73f26a5 100644 --- a/charts/stable/watcharr/Chart.yaml +++ b/charts/stable/watcharr/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.webp keywords: - watcharr - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/watcharr - https://ghcr.io/sbondco/watcharr type: application -version: 4.12.2 +version: 4.12.3 diff --git a/charts/stable/watcharr/README.md b/charts/stable/watcharr/README.md index 9180f948dd8..978621493d5 100644 --- a/charts/stable/watcharr/README.md +++ b/charts/stable/watcharr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/watcharr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/watcharr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/watcharr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/watchyourlan/Chart.yaml b/charts/stable/watchyourlan/Chart.yaml index c1ab45d16b0..823f769a8e7 100644 --- a/charts/stable/watchyourlan/Chart.yaml +++ b/charts/stable/watchyourlan/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.webp keywords: - network - monitor -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/watchyourlan - https://hub.docker.com/r/aceberg/watchyourlan type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/watchyourlan/README.md b/charts/stable/watchyourlan/README.md index 90b6a51ec65..30670bfb152 100644 --- a/charts/stable/watchyourlan/README.md +++ b/charts/stable/watchyourlan/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/watchyourlan) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/watchyourlan) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/watchyourlan + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/webgrabplus/Chart.yaml b/charts/stable/webgrabplus/Chart.yaml index c7f518e13de..4f12c264b14 100644 --- a/charts/stable/webgrabplus/Chart.yaml +++ b/charts/stable/webgrabplus/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/webgrabplus icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.webp keywords: - webgrabplus -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus - https://ghcr.io/linuxserver/webgrabplus type: application -version: 9.8.10 +version: 9.8.11 diff --git a/charts/stable/webgrabplus/README.md b/charts/stable/webgrabplus/README.md index 11d809ef22f..e0c49ee2956 100644 --- a/charts/stable/webgrabplus/README.md +++ b/charts/stable/webgrabplus/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/webgrabplus) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/webgrabplus) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/webgrabplus + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml index cdcbf9441d1..7daad8cf0a9 100644 --- a/charts/stable/weblate/Chart.yaml +++ b/charts/stable/weblate/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/weblate icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.webp keywords: - translate -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/weblate - https://hub.docker.com/r/weblate/weblate type: application -version: 13.10.13 +version: 13.10.14 diff --git a/charts/stable/weblate/README.md b/charts/stable/weblate/README.md index 366be07fdd1..09dcb87bde7 100644 --- a/charts/stable/weblate/README.md +++ b/charts/stable/weblate/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/weblate) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/weblate) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/weblate + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/webnut/Chart.yaml b/charts/stable/webnut/Chart.yaml index b5aa11c1320..bca7a52e0b4 100644 --- a/charts/stable/webnut/Chart.yaml +++ b/charts/stable/webnut/Chart.yaml @@ -24,7 +24,7 @@ keywords: - webnut - ups - monitoring -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/webnut - https://hub.docker.com/r/edgd1er/webnut type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/webnut/README.md b/charts/stable/webnut/README.md index 0ff09b8c2e7..1129ebfc1b4 100644 --- a/charts/stable/webnut/README.md +++ b/charts/stable/webnut/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/webnut) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/webnut) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/webnut + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/webp-server/Chart.yaml b/charts/stable/webp-server/Chart.yaml index 2b9ac90ab6c..3d276e869df 100644 --- a/charts/stable/webp-server/Chart.yaml +++ b/charts/stable/webp-server/Chart.yaml @@ -28,7 +28,7 @@ keywords: - MediaServer-Photos - Network-Web - Network-FTP -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -39,4 +39,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/webp-server - https://hub.docker.com/r/webpsh/webps type: application -version: 5.8.9 +version: 5.8.10 diff --git a/charts/stable/webp-server/README.md b/charts/stable/webp-server/README.md index 66a9774d984..3e570e12f47 100644 --- a/charts/stable/webp-server/README.md +++ b/charts/stable/webp-server/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/webp-server) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/webp-server) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/webp-server + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/website-shot/Chart.yaml b/charts/stable/website-shot/Chart.yaml index ad655c75971..6d8bca273a8 100644 --- a/charts/stable/website-shot/Chart.yaml +++ b/charts/stable/website-shot/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/website-shot icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.webp keywords: - website-shot -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot - https://hub.docker.com/r/flowko1/website-shot type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/website-shot/README.md b/charts/stable/website-shot/README.md index 75cabaf54a6..06399a7f37d 100644 --- a/charts/stable/website-shot/README.md +++ b/charts/stable/website-shot/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/website-shot) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/website-shot) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/website-shot + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/webtop/Chart.yaml b/charts/stable/webtop/Chart.yaml index 5466ff299e4..a1ace3a1a40 100644 --- a/charts/stable/webtop/Chart.yaml +++ b/charts/stable/webtop/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.webp keywords: - webtop - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/webtop - https://fleet.linuxserver.io/image?name=linuxserver/webtop type: application -version: 9.8.70 +version: 9.8.71 diff --git a/charts/stable/webtop/README.md b/charts/stable/webtop/README.md index f521f15c9fb..c4f9392f07e 100644 --- a/charts/stable/webtop/README.md +++ b/charts/stable/webtop/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/webtop) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/webtop) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/webtop + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml index 133cd4525f4..ec39b6069a5 100644 --- a/charts/stable/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.webp keywords: - wekan - kanban -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wekan - https://hub.docker.com/r/wekanteam/wekan type: application -version: 14.19.1 +version: 14.19.2 diff --git a/charts/stable/wekan/README.md b/charts/stable/wekan/README.md index 4b0f65fe2d8..2750b6025d8 100644 --- a/charts/stable/wekan/README.md +++ b/charts/stable/wekan/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wekan) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wekan) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/wekan + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wg-easy/Chart.yaml b/charts/stable/wg-easy/Chart.yaml index f27b9fb9fd3..76efce3e730 100644 --- a/charts/stable/wg-easy/Chart.yaml +++ b/charts/stable/wg-easy/Chart.yaml @@ -24,7 +24,7 @@ keywords: - wg-easy - wireguard - weejewel -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy - https://ghcr.io/wg-easy/wg-easy type: application -version: 12.2.7 +version: 12.2.8 diff --git a/charts/stable/wg-easy/README.md b/charts/stable/wg-easy/README.md index 451c41abbab..77255fc93bf 100644 --- a/charts/stable/wg-easy/README.md +++ b/charts/stable/wg-easy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wg-easy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wg-easy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/wg-easy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/whisparr/Chart.yaml b/charts/stable/whisparr/Chart.yaml index 16858d93d98..b0c80300983 100644 --- a/charts/stable/whisparr/Chart.yaml +++ b/charts/stable/whisparr/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/whisparr - https://ghcr.io/hotio/whisparr type: application -version: 10.0.8 +version: 10.0.9 diff --git a/charts/stable/whisparr/README.md b/charts/stable/whisparr/README.md index 6eb7f421ad2..89eb9e7a262 100644 --- a/charts/stable/whisparr/README.md +++ b/charts/stable/whisparr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/whisparr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/whisparr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/whisparr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/whisper-asr-webservice/Chart.yaml b/charts/stable/whisper-asr-webservice/Chart.yaml index ad6ce7bfbc2..07560561d25 100644 --- a/charts/stable/whisper-asr-webservice/Chart.yaml +++ b/charts/stable/whisper-asr-webservice/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.w keywords: - whisper-asr-webservice - machine-learning -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice - https://hub.docker.com/r/onerahmet/openai-whisper-asr-webservice type: application -version: 4.9.3 +version: 4.9.4 diff --git a/charts/stable/whisper-asr-webservice/README.md b/charts/stable/whisper-asr-webservice/README.md index d6ccdc97301..a9310621449 100644 --- a/charts/stable/whisper-asr-webservice/README.md +++ b/charts/stable/whisper-asr-webservice/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/whisper-asr-webservice) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/whisper-asr-webservice) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/whisper-asr-webservice + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/whoogle/Chart.yaml b/charts/stable/whoogle/Chart.yaml index 5539c224172..7d043527419 100644 --- a/charts/stable/whoogle/Chart.yaml +++ b/charts/stable/whoogle/Chart.yaml @@ -25,7 +25,7 @@ keywords: - search - open source - privacy -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/whoogle - https://hub.docker.com/r/benbusby/whoogle-search type: application -version: 10.8.7 +version: 10.8.8 diff --git a/charts/stable/whoogle/README.md b/charts/stable/whoogle/README.md index bc72d3a936d..2bfc00c2b5a 100644 --- a/charts/stable/whoogle/README.md +++ b/charts/stable/whoogle/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/whoogle) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/whoogle) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/whoogle + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wifi-card/Chart.yaml b/charts/stable/wifi-card/Chart.yaml index b2f24f5195a..654c81af0a2 100644 --- a/charts/stable/wifi-card/Chart.yaml +++ b/charts/stable/wifi-card/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wifi-card.webp keywords: - wifi-card - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wifi-card - https://hub.docker.com/r/bndw/wifi-card type: application -version: 5.9.7 +version: 5.9.8 diff --git a/charts/stable/wifi-card/README.md b/charts/stable/wifi-card/README.md index df48579f20c..7e33af2d89d 100644 --- a/charts/stable/wifi-card/README.md +++ b/charts/stable/wifi-card/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wifi-card) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wifi-card) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/wifi-card + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wikijs/Chart.yaml b/charts/stable/wikijs/Chart.yaml index 585814e5ed9..ec15d75b6cc 100644 --- a/charts/stable/wikijs/Chart.yaml +++ b/charts/stable/wikijs/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wikijs.webp keywords: - wiki - wikijs -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wikijs - https://hub.docker.com/r/requarks/wiki type: application -version: 15.8.7 +version: 15.8.8 diff --git a/charts/stable/wikijs/README.md b/charts/stable/wikijs/README.md index d81dbc29870..bf8d0eb1fd3 100644 --- a/charts/stable/wikijs/README.md +++ b/charts/stable/wikijs/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wikijs) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wikijs) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/wikijs + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wireguard/Chart.yaml b/charts/stable/wireguard/Chart.yaml index bd30f992f63..5d9dd20ea85 100644 --- a/charts/stable/wireguard/Chart.yaml +++ b/charts/stable/wireguard/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireguard.webp keywords: - wireguard - vpn -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wireguard - https://ghcr.io/k8s-at-home/wireguard type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/wireguard/README.md b/charts/stable/wireguard/README.md index fb4bd8c19af..cd85b037f10 100644 --- a/charts/stable/wireguard/README.md +++ b/charts/stable/wireguard/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wireguard) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wireguard) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/wireguard + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wizarr/Chart.yaml b/charts/stable/wizarr/Chart.yaml index 61bb45dc0af..f30cff0ca9f 100644 --- a/charts/stable/wizarr/Chart.yaml +++ b/charts/stable/wizarr/Chart.yaml @@ -25,7 +25,7 @@ keywords: - home-automation - Tools-Utilities - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wizarr - https://ghcr.io/wizarrrr/wizarr type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/wizarr/README.md b/charts/stable/wizarr/README.md index 502f49f567e..a487ccaf5b8 100644 --- a/charts/stable/wizarr/README.md +++ b/charts/stable/wizarr/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wizarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wizarr) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/wizarr + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wordpress/Chart.yaml b/charts/stable/wordpress/Chart.yaml index 3c7a38081bf..315c30bbcac 100644 --- a/charts/stable/wordpress/Chart.yaml +++ b/charts/stable/wordpress/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.webp keywords: - wordpress - cms -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress - https://hub.docker.com/r/bitnami/wordpress type: application -version: 7.15.18 +version: 7.15.19 diff --git a/charts/stable/wordpress/README.md b/charts/stable/wordpress/README.md index c29eda7ede9..c345bc307b0 100644 --- a/charts/stable/wordpress/README.md +++ b/charts/stable/wordpress/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wordpress) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wordpress) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/wordpress + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wyoming-openwakeword/Chart.yaml b/charts/stable/wyoming-openwakeword/Chart.yaml index bc7cf8113eb..cec7ca1ae20 100644 --- a/charts/stable/wyoming-openwakeword/Chart.yaml +++ b/charts/stable/wyoming-openwakeword/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/wyoming-openwakeword icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-openwakeword.webp keywords: - wyoming-openwakeword -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-openwakeword - https://hub.docker.com/r/rhasspy/wyoming-openwakeword type: application -version: 1.1.7 +version: 1.1.8 diff --git a/charts/stable/wyoming-openwakeword/README.md b/charts/stable/wyoming-openwakeword/README.md index 24f3b0905d4..e61343746a4 100644 --- a/charts/stable/wyoming-openwakeword/README.md +++ b/charts/stable/wyoming-openwakeword/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wyoming-openwakeword) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wyoming-openwakeword) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/wyoming-openwakeword + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wyoming-piper/Chart.yaml b/charts/stable/wyoming-piper/Chart.yaml index 1499d6dce3d..fbf1b6269e8 100644 --- a/charts/stable/wyoming-piper/Chart.yaml +++ b/charts/stable/wyoming-piper/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/wyoming-piper icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-piper.webp keywords: - wyoming-piper -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-piper - https://hub.docker.com/r/rhasspy/wyoming-piper type: application -version: 4.9.7 +version: 4.9.8 diff --git a/charts/stable/wyoming-piper/README.md b/charts/stable/wyoming-piper/README.md index bf814eea401..513134aeb77 100644 --- a/charts/stable/wyoming-piper/README.md +++ b/charts/stable/wyoming-piper/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wyoming-piper) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wyoming-piper) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/wyoming-piper + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wyoming-whisper/Chart.yaml b/charts/stable/wyoming-whisper/Chart.yaml index b212f9e8002..3d649803ba7 100644 --- a/charts/stable/wyoming-whisper/Chart.yaml +++ b/charts/stable/wyoming-whisper/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/wyoming-whisper icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-whisper.webp keywords: - wyoming-whisper -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-whisper - https://hub.docker.com/r/rhasspy/wyoming-whisper type: application -version: 5.2.3 +version: 5.2.4 diff --git a/charts/stable/wyoming-whisper/README.md b/charts/stable/wyoming-whisper/README.md index 8b3e5f1291b..3cdf4c05fac 100644 --- a/charts/stable/wyoming-whisper/README.md +++ b/charts/stable/wyoming-whisper/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wyoming-whisper) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wyoming-whisper) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/wyoming-whisper + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/xen-orchestra/Chart.yaml b/charts/stable/xen-orchestra/Chart.yaml index 199b2b93434..34857755291 100644 --- a/charts/stable/xen-orchestra/Chart.yaml +++ b/charts/stable/xen-orchestra/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/xen-orchestra icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.webp keywords: - xen-orchestra -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra - https://hub.docker.com/r/ronivay/xen-orchestra type: application -version: 8.10.9 +version: 8.10.10 diff --git a/charts/stable/xen-orchestra/README.md b/charts/stable/xen-orchestra/README.md index 9e4c466a673..6404de1bf22 100644 --- a/charts/stable/xen-orchestra/README.md +++ b/charts/stable/xen-orchestra/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xen-orchestra) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xen-orchestra) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/xen-orchestra + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/xmrig/Chart.yaml b/charts/stable/xmrig/Chart.yaml index 426ff332a40..6c060615750 100644 --- a/charts/stable/xmrig/Chart.yaml +++ b/charts/stable/xmrig/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.webp keywords: - xmrig - Crypto -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/xmrig - https://hub.docker.com/r/cooleye72/xmrig type: application -version: 6.8.7 +version: 6.8.8 diff --git a/charts/stable/xmrig/README.md b/charts/stable/xmrig/README.md index 1e6c62154f3..f8aab0be258 100644 --- a/charts/stable/xmrig/README.md +++ b/charts/stable/xmrig/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xmrig) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xmrig) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/xmrig + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/xonotic/Chart.yaml b/charts/stable/xonotic/Chart.yaml index 87f9442ba34..9f15df2bb71 100644 --- a/charts/stable/xonotic/Chart.yaml +++ b/charts/stable/xonotic/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/xonotic.webp keywords: - xonotic - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/xonotic - https://hub.docker.com/r/ich777/xonotic type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/xonotic/README.md b/charts/stable/xonotic/README.md index 02ab573bcf6..ec0577b52f6 100644 --- a/charts/stable/xonotic/README.md +++ b/charts/stable/xonotic/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xonotic) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xonotic) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/xonotic + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml index 8db38caa052..af2254be06e 100644 --- a/charts/stable/xteve/Chart.yaml +++ b/charts/stable/xteve/Chart.yaml @@ -25,7 +25,7 @@ keywords: - iptv - plex - emby -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/xteve - https://ghcr.io/k8s-at-home/xteve type: application -version: 13.8.7 +version: 13.8.8 diff --git a/charts/stable/xteve/README.md b/charts/stable/xteve/README.md index 917e373b249..09e4c96a4cb 100644 --- a/charts/stable/xteve/README.md +++ b/charts/stable/xteve/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xteve) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xteve) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/xteve + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/xware/Chart.yaml b/charts/stable/xware/Chart.yaml index e0b1c3c95bc..c317a21e460 100644 --- a/charts/stable/xware/Chart.yaml +++ b/charts/stable/xware/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/xware.webp keywords: - xware - Downloaders -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/xware - https://hub.docker.com/r/caiguai/docker-xware type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/xware/README.md b/charts/stable/xware/README.md index 05f642e2b1e..91e917d05ab 100644 --- a/charts/stable/xware/README.md +++ b/charts/stable/xware/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xware) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xware) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/xware + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/xwiki/Chart.yaml b/charts/stable/xwiki/Chart.yaml index 6891a0e9b5a..2054c6cbd8e 100644 --- a/charts/stable/xwiki/Chart.yaml +++ b/charts/stable/xwiki/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.webp keywords: - xwiki - wiki -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki - https://hub.docker.com/_/xwiki type: application -version: 12.10.9 +version: 12.10.10 diff --git a/charts/stable/xwiki/README.md b/charts/stable/xwiki/README.md index 1bdcf9a8951..4dfdce65237 100644 --- a/charts/stable/xwiki/README.md +++ b/charts/stable/xwiki/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xwiki) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xwiki) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/xwiki + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/yacreaderlibraryserver/Chart.yaml b/charts/stable/yacreaderlibraryserver/Chart.yaml index 57fa6323c7c..2a1d52554c7 100644 --- a/charts/stable/yacreaderlibraryserver/Chart.yaml +++ b/charts/stable/yacreaderlibraryserver/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.w keywords: - yacreaderlibraryserver - MediaServer-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/yacreaderlibraryserver - https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/yacreaderlibraryserver/README.md b/charts/stable/yacreaderlibraryserver/README.md index cbe8b0470cd..5ac8a43ffbd 100644 --- a/charts/stable/yacreaderlibraryserver/README.md +++ b/charts/stable/yacreaderlibraryserver/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/yacreaderlibraryserver) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/yacreaderlibraryserver) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/yacreaderlibraryserver + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/yacy/Chart.yaml b/charts/stable/yacy/Chart.yaml index 7e80255bc9f..3c61f08a547 100644 --- a/charts/stable/yacy/Chart.yaml +++ b/charts/stable/yacy/Chart.yaml @@ -24,7 +24,7 @@ keywords: - yacy - Tools-Utilities - Network-Web -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/yacy - https://hub.docker.com/r/yacy/yacy_search_server type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/yacy/README.md b/charts/stable/yacy/README.md index 099e9d2ccd9..e5c852fa334 100644 --- a/charts/stable/yacy/README.md +++ b/charts/stable/yacy/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/yacy) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/yacy) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/yacy + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/yourls/Chart.yaml b/charts/stable/yourls/Chart.yaml index 2d8e9ebe50f..32c0fb5143e 100644 --- a/charts/stable/yourls/Chart.yaml +++ b/charts/stable/yourls/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Tools-Utilities - Network-Web - Network-Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/yourls - https://hub.docker.com/_/yourls type: application -version: 5.8.15 +version: 5.8.16 diff --git a/charts/stable/yourls/README.md b/charts/stable/yourls/README.md index 8892b33a838..1789d9f71c6 100644 --- a/charts/stable/yourls/README.md +++ b/charts/stable/yourls/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/yourls) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/yourls) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/yourls + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/youtransfer/Chart.yaml b/charts/stable/youtransfer/Chart.yaml index da0d68bfa19..a6145bf5b0f 100644 --- a/charts/stable/youtransfer/Chart.yaml +++ b/charts/stable/youtransfer/Chart.yaml @@ -24,7 +24,7 @@ keywords: - youtransfer - Cloud - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/youtransfer - https://hub.docker.com/r/remie/youtransfer type: application -version: 7.8.7 +version: 7.8.8 diff --git a/charts/stable/youtransfer/README.md b/charts/stable/youtransfer/README.md index 08327be3c88..9b8efcb475f 100644 --- a/charts/stable/youtransfer/README.md +++ b/charts/stable/youtransfer/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/youtransfer) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/youtransfer) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/youtransfer + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/youtubedl-material/Chart.yaml b/charts/stable/youtubedl-material/Chart.yaml index 763f5275de0..fbd1b8af664 100644 --- a/charts/stable/youtubedl-material/Chart.yaml +++ b/charts/stable/youtubedl-material/Chart.yaml @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/youtubedl-material icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.webp keywords: - youtube -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/youtubedl-material - https://ghcr.io/tzahi12345/youtubedl-material type: application -version: 10.10.10 +version: 10.10.11 diff --git a/charts/stable/youtubedl-material/README.md b/charts/stable/youtubedl-material/README.md index 3faa4723b08..ac73de6e4ae 100644 --- a/charts/stable/youtubedl-material/README.md +++ b/charts/stable/youtubedl-material/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/youtubedl-material) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/youtubedl-material) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/youtubedl-material + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/z80pack/Chart.yaml b/charts/stable/z80pack/Chart.yaml index d90010562f5..4d076c162b2 100644 --- a/charts/stable/z80pack/Chart.yaml +++ b/charts/stable/z80pack/Chart.yaml @@ -24,7 +24,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/z80pack.webp keywords: - z80pack - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/z80pack - https://hub.docker.com/r/dlandon/z80pack type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/z80pack/README.md b/charts/stable/z80pack/README.md index bdf17a41bed..cd769b270b4 100644 --- a/charts/stable/z80pack/README.md +++ b/charts/stable/z80pack/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/z80pack) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/z80pack) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/z80pack + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/zerotier/Chart.yaml b/charts/stable/zerotier/Chart.yaml index 3a503932028..cd4f656269a 100644 --- a/charts/stable/zerotier/Chart.yaml +++ b/charts/stable/zerotier/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/zerotier.webp keywords: - zerotier - network -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/zerotier - https://hub.docker.com/r/zerotier/zerotier type: application -version: 9.8.7 +version: 9.8.8 diff --git a/charts/stable/zerotier/README.md b/charts/stable/zerotier/README.md index 557f3b896ec..69be914a3f5 100644 --- a/charts/stable/zerotier/README.md +++ b/charts/stable/zerotier/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/zerotier) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/zerotier) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/zerotier + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/zigbee2mqtt/Chart.yaml b/charts/stable/zigbee2mqtt/Chart.yaml index bef2d8c0374..0f4850a5276 100644 --- a/charts/stable/zigbee2mqtt/Chart.yaml +++ b/charts/stable/zigbee2mqtt/Chart.yaml @@ -24,7 +24,7 @@ keywords: - zigbee - mqtt - home-assistant -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt - https://hub.docker.com/r/koenkk/zigbee2mqtt type: application -version: 11.9.7 +version: 11.9.8 diff --git a/charts/stable/zigbee2mqtt/README.md b/charts/stable/zigbee2mqtt/README.md index 00392ecd5fd..6b1a8fd1318 100644 --- a/charts/stable/zigbee2mqtt/README.md +++ b/charts/stable/zigbee2mqtt/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/zigbee2mqtt) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/zigbee2mqtt) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/zigbee2mqtt + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/znc/Chart.yaml b/charts/stable/znc/Chart.yaml index b902e01e016..790a2917fa4 100644 --- a/charts/stable/znc/Chart.yaml +++ b/charts/stable/znc/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/znc icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.webp keywords: - znc -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/znc - https://ghcr.io/linuxserver/znc type: application -version: 9.9.9 +version: 9.9.10 diff --git a/charts/stable/znc/README.md b/charts/stable/znc/README.md index 8812a7c42fe..08e911360a8 100644 --- a/charts/stable/znc/README.md +++ b/charts/stable/znc/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/znc) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/znc) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/znc + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/zoneminder/Chart.yaml b/charts/stable/zoneminder/Chart.yaml index 4ebf2c9a7d2..903999c18ed 100644 --- a/charts/stable/zoneminder/Chart.yaml +++ b/charts/stable/zoneminder/Chart.yaml @@ -26,7 +26,7 @@ keywords: - automation - cctv - utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/zoneminder - https://hub.docker.com/r/dlandon/zoneminder.unraid type: application -version: 5.8.7 +version: 5.8.8 diff --git a/charts/stable/zoneminder/README.md b/charts/stable/zoneminder/README.md index 1182028b5ec..f5514c90eeb 100644 --- a/charts/stable/zoneminder/README.md +++ b/charts/stable/zoneminder/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/zoneminder) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/zoneminder) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/zoneminder + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ztcuui-aio/Chart.yaml b/charts/stable/ztcuui-aio/Chart.yaml index 88faed52bd9..1ed99d7fb77 100644 --- a/charts/stable/ztcuui-aio/Chart.yaml +++ b/charts/stable/ztcuui-aio/Chart.yaml @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/ztcuui-aio icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.webp keywords: - ztcuui-aio -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio - https://ghcr.io/kmahyyg/ztncui-aio type: application -version: 8.8.7 +version: 8.8.8 diff --git a/charts/stable/ztcuui-aio/README.md b/charts/stable/ztcuui-aio/README.md index c1af196805a..892e57e2713 100644 --- a/charts/stable/ztcuui-aio/README.md +++ b/charts/stable/ztcuui-aio/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ztcuui-aio) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ztcuui-aio) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/ztcuui-aio + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index 9d424c0a09f..bf5c950a8e8 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -25,7 +25,7 @@ keywords: - zwave-js - z-wave - zwave -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt - https://hub.docker.com/r/zwavejs/zwave-js-ui type: application -version: 19.10.1 +version: 19.10.2 diff --git a/charts/stable/zwavejs2mqtt/README.md b/charts/stable/zwavejs2mqtt/README.md index 22ce7fa8bdb..16e00f94f44 100644 --- a/charts/stable/zwavejs2mqtt/README.md +++ b/charts/stable/zwavejs2mqtt/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/zwavejs2mqtt) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/zwavejs2mqtt) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/zwavejs2mqtt + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/cert-manager/Chart.yaml b/charts/system/cert-manager/Chart.yaml index b8186f28cc3..ddd77091bf7 100644 --- a/charts/system/cert-manager/Chart.yaml +++ b/charts/system/cert-manager/Chart.yaml @@ -31,7 +31,7 @@ keywords: - cert-manager - certificates - security -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/cert-manager - https://github.com/truecharts/containers/tree/master/apps/scratch type: application -version: 4.8.9 +version: 4.8.11 diff --git a/charts/system/cert-manager/README.md b/charts/system/cert-manager/README.md index 059758d21dd..7462322a926 100644 --- a/charts/system/cert-manager/README.md +++ b/charts/system/cert-manager/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/cert-manager) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/cert-manager) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/system/cert-manager + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/cloudnative-pg/Chart.yaml b/charts/system/cloudnative-pg/Chart.yaml index bde6b759988..aea1498aaa7 100644 --- a/charts/system/cloudnative-pg/Chart.yaml +++ b/charts/system/cloudnative-pg/Chart.yaml @@ -31,7 +31,7 @@ keywords: - database - cloudnative-pg - cnpg -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/cloudnative-pg - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 6.9.7 +version: 6.9.9 diff --git a/charts/system/cloudnative-pg/README.md b/charts/system/cloudnative-pg/README.md index f57e4465706..02b11d2bd94 100644 --- a/charts/system/cloudnative-pg/README.md +++ b/charts/system/cloudnative-pg/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/cloudnative-pg) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/cloudnative-pg) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/system/cloudnative-pg + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/csi-driver-smb/Chart.yaml b/charts/system/csi-driver-smb/Chart.yaml index 754e08d6727..9859bfcac77 100644 --- a/charts/system/csi-driver-smb/Chart.yaml +++ b/charts/system/csi-driver-smb/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/csi-driver-smb.webp keywords: - csi-driver-smb - backup -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/csi-driver-smb - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 3.8.7 +version: 3.8.9 diff --git a/charts/system/csi-driver-smb/README.md b/charts/system/csi-driver-smb/README.md index 1d416e99d9a..58f68f456f8 100644 --- a/charts/system/csi-driver-smb/README.md +++ b/charts/system/csi-driver-smb/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/csi-driver-smb) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/csi-driver-smb) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/system/csi-driver-smb + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/grafana-agent-operator/.helmignore b/charts/system/grafana-agent-operator/.helmignore deleted file mode 100644 index 77ca5567b26..00000000000 --- a/charts/system/grafana-agent-operator/.helmignore +++ /dev/null @@ -1,30 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ -# OWNERS file for Kubernetes -OWNERS -# helm-docs templates -*.gotmpl -# docs folder -/docs -# icon -icon.png diff --git a/charts/system/grafana-agent-operator/CHANGELOG.md b/charts/system/grafana-agent-operator/CHANGELOG.md deleted file mode 100644 index 6afbcc5f802..00000000000 --- a/charts/system/grafana-agent-operator/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Changelog ---- diff --git a/charts/system/grafana-agent-operator/Chart.yaml b/charts/system/grafana-agent-operator/Chart.yaml deleted file mode 100644 index ff92698ddb8..00000000000 --- a/charts/system/grafana-agent-operator/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: system - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: system -apiVersion: v2 -appVersion: 0.39.2 -dependencies: - - name: common - version: 20.3.11 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] -deprecated: false -description: Grafana Scraping Agent Operator -home: https://truecharts.org/charts/system/grafana-agent-operator -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.webp -keywords: - - grafana-agent - - shell -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: grafana-agent-operator -sources: - - https://grafana.com - - https://github.com/truecharts/charts/tree/master/charts/system/grafana-agent-operator - - https://hub.docker.com/r/grafana/agent-operator -type: application -version: 1.8.7 diff --git a/charts/system/grafana-agent-operator/README.md b/charts/system/grafana-agent-operator/README.md deleted file mode 100644 index 2bcd6c4bdec..00000000000 --- a/charts/system/grafana-agent-operator/README.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: README ---- - -## General Info - -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. - -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/grafana-agent-operator) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - -_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/grafana-agent-operator/icon-small.webp b/charts/system/grafana-agent-operator/icon-small.webp deleted file mode 100644 index e179ebedbe1..00000000000 Binary files a/charts/system/grafana-agent-operator/icon-small.webp and /dev/null differ diff --git a/charts/system/grafana-agent-operator/icon.webp b/charts/system/grafana-agent-operator/icon.webp deleted file mode 100644 index 57f8420db37..00000000000 Binary files a/charts/system/grafana-agent-operator/icon.webp and /dev/null differ diff --git a/charts/system/grafana-agent-operator/questions.yaml b/charts/system/grafana-agent-operator/questions.yaml deleted file mode 100644 index 488aa7360d1..00000000000 --- a/charts/system/grafana-agent-operator/questions.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# Include{groups} -portals: - open: -# Include{portalLink} -questions: - -# Include{documentation} diff --git a/charts/system/grafana-agent-operator/templates/NOTES.txt b/charts/system/grafana-agent-operator/templates/NOTES.txt deleted file mode 100644 index efcb74cb772..00000000000 --- a/charts/system/grafana-agent-operator/templates/NOTES.txt +++ /dev/null @@ -1 +0,0 @@ -{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/system/grafana-agent-operator/templates/common.yaml b/charts/system/grafana-agent-operator/templates/common.yaml deleted file mode 100644 index b51394e00a4..00000000000 --- a/charts/system/grafana-agent-operator/templates/common.yaml +++ /dev/null @@ -1 +0,0 @@ -{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/system/grafana-agent-operator/templates/monitoring.coreos.com_podmonitors.yaml b/charts/system/grafana-agent-operator/templates/monitoring.coreos.com_podmonitors.yaml deleted file mode 100644 index 153677bb175..00000000000 --- a/charts/system/grafana-agent-operator/templates/monitoring.coreos.com_podmonitors.yaml +++ /dev/null @@ -1,424 +0,0 @@ ---- -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null - name: podmonitors.monitoring.coreos.com -spec: - group: monitoring.coreos.com - names: - categories: - - prometheus-operator - kind: PodMonitor - listKind: PodMonitorList - plural: podmonitors - shortNames: - - pmon - singular: podmonitor - scope: Namespaced - versions: - - name: v1 - schema: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - attachMetadata: - properties: - node: - type: boolean - type: object - jobLabel: - type: string - labelLimit: - format: int64 - type: integer - labelNameLengthLimit: - format: int64 - type: integer - labelValueLengthLimit: - format: int64 - type: integer - namespaceSelector: - properties: - any: - type: boolean - matchNames: - items: - type: string - type: array - type: object - podMetricsEndpoints: - items: - properties: - authorization: - properties: - credentials: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: - type: string - type: object - basicAuth: - properties: - password: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - username: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - bearerTokenSecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - enableHttp2: - type: boolean - filterRunning: - type: boolean - followRedirects: - type: boolean - honorLabels: - type: boolean - honorTimestamps: - type: boolean - interval: - pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ - type: string - metricRelabelings: - items: - properties: - action: - default: replace - enum: - - replace - - Replace - - keep - - Keep - - drop - - Drop - - hashmod - - HashMod - - labelmap - - LabelMap - - labeldrop - - LabelDrop - - labelkeep - - LabelKeep - - lowercase - - Lowercase - - uppercase - - Uppercase - - keepequal - - KeepEqual - - dropequal - - DropEqual - type: string - modulus: - format: int64 - type: integer - regex: - type: string - replacement: - type: string - separator: - type: string - sourceLabels: - items: - pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ - type: string - type: array - targetLabel: - type: string - type: object - type: array - oauth2: - properties: - clientId: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - clientSecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - endpointParams: - additionalProperties: - type: string - type: object - scopes: - items: - type: string - type: array - tokenUrl: - minLength: 1 - type: string - required: - - clientId - - clientSecret - - tokenUrl - type: object - params: - additionalProperties: - items: - type: string - type: array - type: object - path: - type: string - port: - type: string - proxyUrl: - type: string - relabelings: - items: - properties: - action: - default: replace - enum: - - replace - - Replace - - keep - - Keep - - drop - - Drop - - hashmod - - HashMod - - labelmap - - LabelMap - - labeldrop - - LabelDrop - - labelkeep - - LabelKeep - - lowercase - - Lowercase - - uppercase - - Uppercase - - keepequal - - KeepEqual - - dropequal - - DropEqual - type: string - modulus: - format: int64 - type: integer - regex: - type: string - replacement: - type: string - separator: - type: string - sourceLabels: - items: - pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ - type: string - type: array - targetLabel: - type: string - type: object - type: array - scheme: - enum: - - http - - https - type: string - scrapeTimeout: - pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ - type: string - targetPort: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - tlsConfig: - properties: - ca: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - cert: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - insecureSkipVerify: - type: boolean - keySecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - serverName: - type: string - type: object - type: object - type: array - podTargetLabels: - items: - type: string - type: array - sampleLimit: - format: int64 - type: integer - selector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - targetLimit: - format: int64 - type: integer - required: - - podMetricsEndpoints - - selector - type: object - required: - - spec - type: object - served: true - storage: true diff --git a/charts/system/grafana-agent-operator/templates/monitoring.coreos.com_probes.yaml b/charts/system/grafana-agent-operator/templates/monitoring.coreos.com_probes.yaml deleted file mode 100644 index 13fc36f9aa3..00000000000 --- a/charts/system/grafana-agent-operator/templates/monitoring.coreos.com_probes.yaml +++ /dev/null @@ -1,458 +0,0 @@ ---- -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null - name: probes.monitoring.coreos.com -spec: - group: monitoring.coreos.com - names: - categories: - - prometheus-operator - kind: Probe - listKind: ProbeList - plural: probes - shortNames: - - prb - singular: probe - scope: Namespaced - versions: - - name: v1 - schema: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - authorization: - properties: - credentials: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: - type: string - type: object - basicAuth: - properties: - password: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - username: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - bearerTokenSecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - interval: - pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ - type: string - jobName: - type: string - labelLimit: - format: int64 - type: integer - labelNameLengthLimit: - format: int64 - type: integer - labelValueLengthLimit: - format: int64 - type: integer - metricRelabelings: - items: - properties: - action: - default: replace - enum: - - replace - - Replace - - keep - - Keep - - drop - - Drop - - hashmod - - HashMod - - labelmap - - LabelMap - - labeldrop - - LabelDrop - - labelkeep - - LabelKeep - - lowercase - - Lowercase - - uppercase - - Uppercase - - keepequal - - KeepEqual - - dropequal - - DropEqual - type: string - modulus: - format: int64 - type: integer - regex: - type: string - replacement: - type: string - separator: - type: string - sourceLabels: - items: - pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ - type: string - type: array - targetLabel: - type: string - type: object - type: array - module: - type: string - oauth2: - properties: - clientId: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - clientSecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - endpointParams: - additionalProperties: - type: string - type: object - scopes: - items: - type: string - type: array - tokenUrl: - minLength: 1 - type: string - required: - - clientId - - clientSecret - - tokenUrl - type: object - prober: - properties: - path: - default: /probe - type: string - proxyUrl: - type: string - scheme: - enum: - - http - - https - type: string - url: - type: string - required: - - url - type: object - sampleLimit: - format: int64 - type: integer - scrapeTimeout: - pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ - type: string - targetLimit: - format: int64 - type: integer - targets: - properties: - ingress: - properties: - namespaceSelector: - properties: - any: - type: boolean - matchNames: - items: - type: string - type: array - type: object - relabelingConfigs: - items: - properties: - action: - default: replace - enum: - - replace - - Replace - - keep - - Keep - - drop - - Drop - - hashmod - - HashMod - - labelmap - - LabelMap - - labeldrop - - LabelDrop - - labelkeep - - LabelKeep - - lowercase - - Lowercase - - uppercase - - Uppercase - - keepequal - - KeepEqual - - dropequal - - DropEqual - type: string - modulus: - format: int64 - type: integer - regex: - type: string - replacement: - type: string - separator: - type: string - sourceLabels: - items: - pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ - type: string - type: array - targetLabel: - type: string - type: object - type: array - selector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - type: object - staticConfig: - properties: - labels: - additionalProperties: - type: string - type: object - relabelingConfigs: - items: - properties: - action: - default: replace - enum: - - replace - - Replace - - keep - - Keep - - drop - - Drop - - hashmod - - HashMod - - labelmap - - LabelMap - - labeldrop - - LabelDrop - - labelkeep - - LabelKeep - - lowercase - - Lowercase - - uppercase - - Uppercase - - keepequal - - KeepEqual - - dropequal - - DropEqual - type: string - modulus: - format: int64 - type: integer - regex: - type: string - replacement: - type: string - separator: - type: string - sourceLabels: - items: - pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ - type: string - type: array - targetLabel: - type: string - type: object - type: array - static: - items: - type: string - type: array - type: object - type: object - tlsConfig: - properties: - ca: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - cert: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - insecureSkipVerify: - type: boolean - keySecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - serverName: - type: string - type: object - type: object - required: - - spec - type: object - served: true - storage: true diff --git a/charts/system/grafana-agent-operator/templates/monitoring.coreos.com_servicemonitors.yaml b/charts/system/grafana-agent-operator/templates/monitoring.coreos.com_servicemonitors.yaml deleted file mode 100644 index ff62f8f267b..00000000000 --- a/charts/system/grafana-agent-operator/templates/monitoring.coreos.com_servicemonitors.yaml +++ /dev/null @@ -1,436 +0,0 @@ ---- -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null - name: servicemonitors.monitoring.coreos.com -spec: - group: monitoring.coreos.com - names: - categories: - - prometheus-operator - kind: ServiceMonitor - listKind: ServiceMonitorList - plural: servicemonitors - shortNames: - - smon - singular: servicemonitor - scope: Namespaced - versions: - - name: v1 - schema: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - attachMetadata: - properties: - node: - type: boolean - type: object - endpoints: - items: - properties: - authorization: - properties: - credentials: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: - type: string - type: object - basicAuth: - properties: - password: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - username: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - bearerTokenFile: - type: string - bearerTokenSecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - enableHttp2: - type: boolean - filterRunning: - type: boolean - followRedirects: - type: boolean - honorLabels: - type: boolean - honorTimestamps: - type: boolean - interval: - pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ - type: string - metricRelabelings: - items: - properties: - action: - default: replace - enum: - - replace - - Replace - - keep - - Keep - - drop - - Drop - - hashmod - - HashMod - - labelmap - - LabelMap - - labeldrop - - LabelDrop - - labelkeep - - LabelKeep - - lowercase - - Lowercase - - uppercase - - Uppercase - - keepequal - - KeepEqual - - dropequal - - DropEqual - type: string - modulus: - format: int64 - type: integer - regex: - type: string - replacement: - type: string - separator: - type: string - sourceLabels: - items: - pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ - type: string - type: array - targetLabel: - type: string - type: object - type: array - oauth2: - properties: - clientId: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - clientSecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - endpointParams: - additionalProperties: - type: string - type: object - scopes: - items: - type: string - type: array - tokenUrl: - minLength: 1 - type: string - required: - - clientId - - clientSecret - - tokenUrl - type: object - params: - additionalProperties: - items: - type: string - type: array - type: object - path: - type: string - port: - type: string - proxyUrl: - type: string - relabelings: - items: - properties: - action: - default: replace - enum: - - replace - - Replace - - keep - - Keep - - drop - - Drop - - hashmod - - HashMod - - labelmap - - LabelMap - - labeldrop - - LabelDrop - - labelkeep - - LabelKeep - - lowercase - - Lowercase - - uppercase - - Uppercase - - keepequal - - KeepEqual - - dropequal - - DropEqual - type: string - modulus: - format: int64 - type: integer - regex: - type: string - replacement: - type: string - separator: - type: string - sourceLabels: - items: - pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ - type: string - type: array - targetLabel: - type: string - type: object - type: array - scheme: - enum: - - http - - https - type: string - scrapeTimeout: - pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ - type: string - targetPort: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - tlsConfig: - properties: - ca: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - caFile: - type: string - cert: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - certFile: - type: string - insecureSkipVerify: - type: boolean - keyFile: - type: string - keySecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - serverName: - type: string - type: object - type: object - type: array - jobLabel: - type: string - labelLimit: - format: int64 - type: integer - labelNameLengthLimit: - format: int64 - type: integer - labelValueLengthLimit: - format: int64 - type: integer - namespaceSelector: - properties: - any: - type: boolean - matchNames: - items: - type: string - type: array - type: object - podTargetLabels: - items: - type: string - type: array - sampleLimit: - format: int64 - type: integer - selector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - targetLabels: - items: - type: string - type: array - targetLimit: - format: int64 - type: integer - required: - - endpoints - - selector - type: object - required: - - spec - type: object - served: true - storage: true diff --git a/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_grafanaagents.yaml b/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_grafanaagents.yaml deleted file mode 100644 index 4ec31d67a4e..00000000000 --- a/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_grafanaagents.yaml +++ /dev/null @@ -1,3711 +0,0 @@ ---- -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null - name: grafanaagents.monitoring.grafana.com -spec: - group: monitoring.grafana.com - names: - categories: - - agent-operator - kind: GrafanaAgent - listKind: GrafanaAgentList - plural: grafanaagents - singular: grafanaagent - scope: Namespaced - versions: - - name: v1alpha1 - schema: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - type: object - x-kubernetes-map-type: atomic - weight: - format: int32 - type: integer - required: - - preference - - weight - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - type: object - x-kubernetes-map-type: atomic - type: array - required: - - nodeSelectorTerms - type: object - x-kubernetes-map-type: atomic - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - namespaceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - namespaces: - items: - type: string - type: array - topologyKey: - type: string - required: - - topologyKey - type: object - weight: - format: int32 - type: integer - required: - - podAffinityTerm - - weight - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - namespaceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - namespaces: - items: - type: string - type: array - topologyKey: - type: string - required: - - topologyKey - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - namespaceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - namespaces: - items: - type: string - type: array - topologyKey: - type: string - required: - - topologyKey - type: object - weight: - format: int32 - type: integer - required: - - podAffinityTerm - - weight - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - namespaceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - namespaces: - items: - type: string - type: array - topologyKey: - type: string - required: - - topologyKey - type: object - type: array - type: object - type: object - apiServer: - properties: - authorization: - properties: - credentials: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - credentialsFile: - type: string - type: - type: string - type: object - basicAuth: - properties: - password: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - username: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - bearerToken: - type: string - bearerTokenFile: - type: string - host: - type: string - tlsConfig: - properties: - ca: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - caFile: - type: string - cert: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - certFile: - type: string - insecureSkipVerify: - type: boolean - keyFile: - type: string - keySecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - serverName: - type: string - type: object - required: - - host - type: object - configMaps: - items: - type: string - type: array - configReloaderImage: - type: string - configReloaderVersion: - type: string - containers: - items: - properties: - args: - items: - type: string - type: array - command: - items: - type: string - type: array - env: - items: - properties: - name: - type: string - value: - type: string - valueFrom: - properties: - configMapKeyRef: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - fieldRef: - properties: - apiVersion: - type: string - fieldPath: - type: string - required: - - fieldPath - type: object - x-kubernetes-map-type: atomic - resourceFieldRef: - properties: - containerName: - type: string - divisor: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - resource: - type: string - required: - - resource - type: object - x-kubernetes-map-type: atomic - secretKeyRef: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - required: - - name - type: object - type: array - envFrom: - items: - properties: - configMapRef: - properties: - name: - type: string - optional: - type: boolean - type: object - x-kubernetes-map-type: atomic - prefix: - type: string - secretRef: - properties: - name: - type: string - optional: - type: boolean - type: object - x-kubernetes-map-type: atomic - type: object - type: array - image: - type: string - imagePullPolicy: - type: string - lifecycle: - properties: - postStart: - properties: - exec: - properties: - command: - items: - type: string - type: array - type: object - httpGet: - properties: - host: - type: string - httpHeaders: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - path: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - scheme: - type: string - required: - - port - type: object - tcpSocket: - properties: - host: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - required: - - port - type: object - type: object - preStop: - properties: - exec: - properties: - command: - items: - type: string - type: array - type: object - httpGet: - properties: - host: - type: string - httpHeaders: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - path: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - scheme: - type: string - required: - - port - type: object - tcpSocket: - properties: - host: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - required: - - port - type: object - type: object - type: object - livenessProbe: - properties: - exec: - properties: - command: - items: - type: string - type: array - type: object - failureThreshold: - format: int32 - type: integer - grpc: - properties: - port: - format: int32 - type: integer - service: - type: string - required: - - port - type: object - httpGet: - properties: - host: - type: string - httpHeaders: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - path: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - scheme: - type: string - required: - - port - type: object - initialDelaySeconds: - format: int32 - type: integer - periodSeconds: - format: int32 - type: integer - successThreshold: - format: int32 - type: integer - tcpSocket: - properties: - host: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - required: - - port - type: object - terminationGracePeriodSeconds: - format: int64 - type: integer - timeoutSeconds: - format: int32 - type: integer - type: object - name: - type: string - ports: - items: - properties: - containerPort: - format: int32 - type: integer - hostIP: - type: string - hostPort: - format: int32 - type: integer - name: - type: string - protocol: - default: TCP - type: string - required: - - containerPort - type: object - type: array - x-kubernetes-list-map-keys: - - containerPort - - protocol - x-kubernetes-list-type: map - readinessProbe: - properties: - exec: - properties: - command: - items: - type: string - type: array - type: object - failureThreshold: - format: int32 - type: integer - grpc: - properties: - port: - format: int32 - type: integer - service: - type: string - required: - - port - type: object - httpGet: - properties: - host: - type: string - httpHeaders: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - path: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - scheme: - type: string - required: - - port - type: object - initialDelaySeconds: - format: int32 - type: integer - periodSeconds: - format: int32 - type: integer - successThreshold: - format: int32 - type: integer - tcpSocket: - properties: - host: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - required: - - port - type: object - terminationGracePeriodSeconds: - format: int64 - type: integer - timeoutSeconds: - format: int32 - type: integer - type: object - resizePolicy: - items: - properties: - resourceName: - type: string - restartPolicy: - type: string - required: - - resourceName - - restartPolicy - type: object - type: array - x-kubernetes-list-type: atomic - resources: - properties: - claims: - items: - properties: - name: - type: string - required: - - name - type: object - type: array - x-kubernetes-list-map-keys: - - name - x-kubernetes-list-type: map - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - type: object - restartPolicy: - type: string - securityContext: - properties: - allowPrivilegeEscalation: - type: boolean - capabilities: - properties: - add: - items: - type: string - type: array - drop: - items: - type: string - type: array - type: object - privileged: - type: boolean - procMount: - type: string - readOnlyRootFilesystem: - type: boolean - runAsGroup: - format: int64 - type: integer - runAsNonRoot: - type: boolean - runAsUser: - format: int64 - type: integer - seLinuxOptions: - properties: - level: - type: string - role: - type: string - type: - type: string - user: - type: string - type: object - seccompProfile: - properties: - localhostProfile: - type: string - type: - type: string - required: - - type - type: object - windowsOptions: - properties: - gmsaCredentialSpec: - type: string - gmsaCredentialSpecName: - type: string - hostProcess: - type: boolean - runAsUserName: - type: string - type: object - type: object - startupProbe: - properties: - exec: - properties: - command: - items: - type: string - type: array - type: object - failureThreshold: - format: int32 - type: integer - grpc: - properties: - port: - format: int32 - type: integer - service: - type: string - required: - - port - type: object - httpGet: - properties: - host: - type: string - httpHeaders: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - path: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - scheme: - type: string - required: - - port - type: object - initialDelaySeconds: - format: int32 - type: integer - periodSeconds: - format: int32 - type: integer - successThreshold: - format: int32 - type: integer - tcpSocket: - properties: - host: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - required: - - port - type: object - terminationGracePeriodSeconds: - format: int64 - type: integer - timeoutSeconds: - format: int32 - type: integer - type: object - stdin: - type: boolean - stdinOnce: - type: boolean - terminationMessagePath: - type: string - terminationMessagePolicy: - type: string - tty: - type: boolean - volumeDevices: - items: - properties: - devicePath: - type: string - name: - type: string - required: - - devicePath - - name - type: object - type: array - volumeMounts: - items: - properties: - mountPath: - type: string - mountPropagation: - type: string - name: - type: string - readOnly: - type: boolean - subPath: - type: string - subPathExpr: - type: string - required: - - mountPath - - name - type: object - type: array - workingDir: - type: string - required: - - name - type: object - type: array - disableReporting: - default: false - type: boolean - disableSupportBundle: - default: false - type: boolean - enableConfigReadAPI: - default: false - type: boolean - image: - type: string - imagePullSecrets: - items: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - type: array - initContainers: - items: - properties: - args: - items: - type: string - type: array - command: - items: - type: string - type: array - env: - items: - properties: - name: - type: string - value: - type: string - valueFrom: - properties: - configMapKeyRef: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - fieldRef: - properties: - apiVersion: - type: string - fieldPath: - type: string - required: - - fieldPath - type: object - x-kubernetes-map-type: atomic - resourceFieldRef: - properties: - containerName: - type: string - divisor: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - resource: - type: string - required: - - resource - type: object - x-kubernetes-map-type: atomic - secretKeyRef: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - required: - - name - type: object - type: array - envFrom: - items: - properties: - configMapRef: - properties: - name: - type: string - optional: - type: boolean - type: object - x-kubernetes-map-type: atomic - prefix: - type: string - secretRef: - properties: - name: - type: string - optional: - type: boolean - type: object - x-kubernetes-map-type: atomic - type: object - type: array - image: - type: string - imagePullPolicy: - type: string - lifecycle: - properties: - postStart: - properties: - exec: - properties: - command: - items: - type: string - type: array - type: object - httpGet: - properties: - host: - type: string - httpHeaders: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - path: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - scheme: - type: string - required: - - port - type: object - tcpSocket: - properties: - host: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - required: - - port - type: object - type: object - preStop: - properties: - exec: - properties: - command: - items: - type: string - type: array - type: object - httpGet: - properties: - host: - type: string - httpHeaders: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - path: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - scheme: - type: string - required: - - port - type: object - tcpSocket: - properties: - host: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - required: - - port - type: object - type: object - type: object - livenessProbe: - properties: - exec: - properties: - command: - items: - type: string - type: array - type: object - failureThreshold: - format: int32 - type: integer - grpc: - properties: - port: - format: int32 - type: integer - service: - type: string - required: - - port - type: object - httpGet: - properties: - host: - type: string - httpHeaders: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - path: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - scheme: - type: string - required: - - port - type: object - initialDelaySeconds: - format: int32 - type: integer - periodSeconds: - format: int32 - type: integer - successThreshold: - format: int32 - type: integer - tcpSocket: - properties: - host: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - required: - - port - type: object - terminationGracePeriodSeconds: - format: int64 - type: integer - timeoutSeconds: - format: int32 - type: integer - type: object - name: - type: string - ports: - items: - properties: - containerPort: - format: int32 - type: integer - hostIP: - type: string - hostPort: - format: int32 - type: integer - name: - type: string - protocol: - default: TCP - type: string - required: - - containerPort - type: object - type: array - x-kubernetes-list-map-keys: - - containerPort - - protocol - x-kubernetes-list-type: map - readinessProbe: - properties: - exec: - properties: - command: - items: - type: string - type: array - type: object - failureThreshold: - format: int32 - type: integer - grpc: - properties: - port: - format: int32 - type: integer - service: - type: string - required: - - port - type: object - httpGet: - properties: - host: - type: string - httpHeaders: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - path: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - scheme: - type: string - required: - - port - type: object - initialDelaySeconds: - format: int32 - type: integer - periodSeconds: - format: int32 - type: integer - successThreshold: - format: int32 - type: integer - tcpSocket: - properties: - host: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - required: - - port - type: object - terminationGracePeriodSeconds: - format: int64 - type: integer - timeoutSeconds: - format: int32 - type: integer - type: object - resizePolicy: - items: - properties: - resourceName: - type: string - restartPolicy: - type: string - required: - - resourceName - - restartPolicy - type: object - type: array - x-kubernetes-list-type: atomic - resources: - properties: - claims: - items: - properties: - name: - type: string - required: - - name - type: object - type: array - x-kubernetes-list-map-keys: - - name - x-kubernetes-list-type: map - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - type: object - restartPolicy: - type: string - securityContext: - properties: - allowPrivilegeEscalation: - type: boolean - capabilities: - properties: - add: - items: - type: string - type: array - drop: - items: - type: string - type: array - type: object - privileged: - type: boolean - procMount: - type: string - readOnlyRootFilesystem: - type: boolean - runAsGroup: - format: int64 - type: integer - runAsNonRoot: - type: boolean - runAsUser: - format: int64 - type: integer - seLinuxOptions: - properties: - level: - type: string - role: - type: string - type: - type: string - user: - type: string - type: object - seccompProfile: - properties: - localhostProfile: - type: string - type: - type: string - required: - - type - type: object - windowsOptions: - properties: - gmsaCredentialSpec: - type: string - gmsaCredentialSpecName: - type: string - hostProcess: - type: boolean - runAsUserName: - type: string - type: object - type: object - startupProbe: - properties: - exec: - properties: - command: - items: - type: string - type: array - type: object - failureThreshold: - format: int32 - type: integer - grpc: - properties: - port: - format: int32 - type: integer - service: - type: string - required: - - port - type: object - httpGet: - properties: - host: - type: string - httpHeaders: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - path: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - scheme: - type: string - required: - - port - type: object - initialDelaySeconds: - format: int32 - type: integer - periodSeconds: - format: int32 - type: integer - successThreshold: - format: int32 - type: integer - tcpSocket: - properties: - host: - type: string - port: - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - required: - - port - type: object - terminationGracePeriodSeconds: - format: int64 - type: integer - timeoutSeconds: - format: int32 - type: integer - type: object - stdin: - type: boolean - stdinOnce: - type: boolean - terminationMessagePath: - type: string - terminationMessagePolicy: - type: string - tty: - type: boolean - volumeDevices: - items: - properties: - devicePath: - type: string - name: - type: string - required: - - devicePath - - name - type: object - type: array - volumeMounts: - items: - properties: - mountPath: - type: string - mountPropagation: - type: string - name: - type: string - readOnly: - type: boolean - subPath: - type: string - subPathExpr: - type: string - required: - - mountPath - - name - type: object - type: array - workingDir: - type: string - required: - - name - type: object - type: array - integrations: - properties: - namespaceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - selector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - type: object - logFormat: - type: string - logLevel: - type: string - logs: - properties: - clients: - items: - properties: - backoffConfig: - properties: - maxPeriod: - type: string - maxRetries: - type: integer - minPeriod: - type: string - type: object - basicAuth: - properties: - password: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - username: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - batchSize: - type: integer - batchWait: - type: string - bearerToken: - type: string - bearerTokenFile: - type: string - externalLabels: - additionalProperties: - type: string - type: object - oauth2: - properties: - clientId: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - clientSecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - endpointParams: - additionalProperties: - type: string - type: object - scopes: - items: - type: string - type: array - tokenUrl: - minLength: 1 - type: string - required: - - clientId - - clientSecret - - tokenUrl - type: object - proxyUrl: - type: string - tenantId: - type: string - timeout: - type: string - tlsConfig: - properties: - ca: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - caFile: - type: string - cert: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - certFile: - type: string - insecureSkipVerify: - type: boolean - keyFile: - type: string - keySecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - serverName: - type: string - type: object - url: - type: string - required: - - url - type: object - type: array - enforcedNamespaceLabel: - type: string - ignoreNamespaceSelectors: - type: boolean - instanceNamespaceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - instanceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - logsExternalLabelName: - type: string - type: object - metrics: - properties: - arbitraryFSAccessThroughSMs: - properties: - deny: - type: boolean - type: object - enforcedNamespaceLabel: - type: string - enforcedSampleLimit: - format: int64 - type: integer - enforcedTargetLimit: - format: int64 - type: integer - externalLabels: - additionalProperties: - type: string - type: object - ignoreNamespaceSelectors: - type: boolean - instanceNamespaceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - instanceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - metricsExternalLabelName: - type: string - overrideHonorLabels: - type: boolean - overrideHonorTimestamps: - type: boolean - remoteWrite: - items: - properties: - basicAuth: - properties: - password: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - username: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - bearerToken: - type: string - bearerTokenFile: - type: string - headers: - additionalProperties: - type: string - type: object - metadataConfig: - properties: - send: - type: boolean - sendInterval: - type: string - type: object - name: - type: string - oauth2: - properties: - clientId: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - clientSecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - endpointParams: - additionalProperties: - type: string - type: object - scopes: - items: - type: string - type: array - tokenUrl: - minLength: 1 - type: string - required: - - clientId - - clientSecret - - tokenUrl - type: object - proxyUrl: - type: string - queueConfig: - properties: - batchSendDeadline: - type: string - capacity: - type: integer - maxBackoff: - type: string - maxRetries: - type: integer - maxSamplesPerSend: - type: integer - maxShards: - type: integer - minBackoff: - type: string - minShards: - type: integer - retryOnRateLimit: - type: boolean - type: object - remoteTimeout: - type: string - sigv4: - properties: - accessKey: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - profile: - type: string - region: - type: string - roleARN: - type: string - secretKey: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - tlsConfig: - properties: - ca: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - caFile: - type: string - cert: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - certFile: - type: string - insecureSkipVerify: - type: boolean - keyFile: - type: string - keySecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - serverName: - type: string - type: object - url: - type: string - writeRelabelConfigs: - items: - properties: - action: - default: replace - enum: - - replace - - Replace - - keep - - Keep - - drop - - Drop - - hashmod - - HashMod - - labelmap - - LabelMap - - labeldrop - - LabelDrop - - labelkeep - - LabelKeep - - lowercase - - Lowercase - - uppercase - - Uppercase - - keepequal - - KeepEqual - - dropequal - - DropEqual - type: string - modulus: - format: int64 - type: integer - regex: - type: string - replacement: - type: string - separator: - type: string - sourceLabels: - items: - pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ - type: string - type: array - targetLabel: - type: string - type: object - type: array - required: - - url - type: object - type: array - replicaExternalLabelName: - type: string - replicas: - format: int32 - type: integer - scrapeInterval: - type: string - scrapeTimeout: - type: string - shards: - format: int32 - type: integer - type: object - nodeSelector: - additionalProperties: - type: string - type: object - paused: - type: boolean - podMetadata: - properties: - annotations: - additionalProperties: - type: string - type: object - labels: - additionalProperties: - type: string - type: object - name: - type: string - type: object - portName: - type: string - priorityClassName: - type: string - resources: - properties: - claims: - items: - properties: - name: - type: string - required: - - name - type: object - type: array - x-kubernetes-list-map-keys: - - name - x-kubernetes-list-type: map - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - type: object - runtimeClassName: - type: string - secrets: - items: - type: string - type: array - securityContext: - properties: - fsGroup: - format: int64 - type: integer - fsGroupChangePolicy: - type: string - runAsGroup: - format: int64 - type: integer - runAsNonRoot: - type: boolean - runAsUser: - format: int64 - type: integer - seLinuxOptions: - properties: - level: - type: string - role: - type: string - type: - type: string - user: - type: string - type: object - seccompProfile: - properties: - localhostProfile: - type: string - type: - type: string - required: - - type - type: object - supplementalGroups: - items: - format: int64 - type: integer - type: array - sysctls: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - windowsOptions: - properties: - gmsaCredentialSpec: - type: string - gmsaCredentialSpecName: - type: string - hostProcess: - type: boolean - runAsUserName: - type: string - type: object - type: object - serviceAccountName: - type: string - storage: - properties: - disableMountSubPath: - type: boolean - emptyDir: - properties: - medium: - type: string - sizeLimit: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - ephemeral: - properties: - volumeClaimTemplate: - properties: - metadata: - type: object - spec: - properties: - accessModes: - items: - type: string - type: array - dataSource: - properties: - apiGroup: - type: string - kind: - type: string - name: - type: string - required: - - kind - - name - type: object - x-kubernetes-map-type: atomic - dataSourceRef: - properties: - apiGroup: - type: string - kind: - type: string - name: - type: string - namespace: - type: string - required: - - kind - - name - type: object - resources: - properties: - claims: - items: - properties: - name: - type: string - required: - - name - type: object - type: array - x-kubernetes-list-map-keys: - - name - x-kubernetes-list-type: map - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - type: object - selector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - storageClassName: - type: string - volumeMode: - type: string - volumeName: - type: string - type: object - required: - - spec - type: object - type: object - volumeClaimTemplate: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - properties: - annotations: - additionalProperties: - type: string - type: object - labels: - additionalProperties: - type: string - type: object - name: - type: string - type: object - spec: - properties: - accessModes: - items: - type: string - type: array - dataSource: - properties: - apiGroup: - type: string - kind: - type: string - name: - type: string - required: - - kind - - name - type: object - x-kubernetes-map-type: atomic - dataSourceRef: - properties: - apiGroup: - type: string - kind: - type: string - name: - type: string - namespace: - type: string - required: - - kind - - name - type: object - resources: - properties: - claims: - items: - properties: - name: - type: string - required: - - name - type: object - type: array - x-kubernetes-list-map-keys: - - name - x-kubernetes-list-type: map - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - type: object - selector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - storageClassName: - type: string - volumeMode: - type: string - volumeName: - type: string - type: object - status: - properties: - accessModes: - items: - type: string - type: array - allocatedResourceStatuses: - additionalProperties: - type: string - type: object - x-kubernetes-map-type: granular - allocatedResources: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - capacity: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - conditions: - items: - properties: - lastProbeTime: - format: date-time - type: string - lastTransitionTime: - format: date-time - type: string - message: - type: string - reason: - type: string - status: - type: string - type: - type: string - required: - - status - - type - type: object - type: array - phase: - type: string - type: object - type: object - type: object - tolerations: - items: - properties: - effect: - type: string - key: - type: string - operator: - type: string - tolerationSeconds: - format: int64 - type: integer - value: - type: string - type: object - type: array - topologySpreadConstraints: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - matchLabelKeys: - items: - type: string - type: array - x-kubernetes-list-type: atomic - maxSkew: - format: int32 - type: integer - minDomains: - format: int32 - type: integer - nodeAffinityPolicy: - type: string - nodeTaintsPolicy: - type: string - topologyKey: - type: string - whenUnsatisfiable: - type: string - required: - - maxSkew - - topologyKey - - whenUnsatisfiable - type: object - type: array - version: - type: string - volumeMounts: - items: - properties: - mountPath: - type: string - mountPropagation: - type: string - name: - type: string - readOnly: - type: boolean - subPath: - type: string - subPathExpr: - type: string - required: - - mountPath - - name - type: object - type: array - volumes: - items: - properties: - awsElasticBlockStore: - properties: - fsType: - type: string - partition: - format: int32 - type: integer - readOnly: - type: boolean - volumeID: - type: string - required: - - volumeID - type: object - azureDisk: - properties: - cachingMode: - type: string - diskName: - type: string - diskURI: - type: string - fsType: - type: string - kind: - type: string - readOnly: - type: boolean - required: - - diskName - - diskURI - type: object - azureFile: - properties: - readOnly: - type: boolean - secretName: - type: string - shareName: - type: string - required: - - secretName - - shareName - type: object - cephfs: - properties: - monitors: - items: - type: string - type: array - path: - type: string - readOnly: - type: boolean - secretFile: - type: string - secretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - user: - type: string - required: - - monitors - type: object - cinder: - properties: - fsType: - type: string - readOnly: - type: boolean - secretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - volumeID: - type: string - required: - - volumeID - type: object - configMap: - properties: - defaultMode: - format: int32 - type: integer - items: - items: - properties: - key: - type: string - mode: - format: int32 - type: integer - path: - type: string - required: - - key - - path - type: object - type: array - name: - type: string - optional: - type: boolean - type: object - x-kubernetes-map-type: atomic - csi: - properties: - driver: - type: string - fsType: - type: string - nodePublishSecretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - readOnly: - type: boolean - volumeAttributes: - additionalProperties: - type: string - type: object - required: - - driver - type: object - downwardAPI: - properties: - defaultMode: - format: int32 - type: integer - items: - items: - properties: - fieldRef: - properties: - apiVersion: - type: string - fieldPath: - type: string - required: - - fieldPath - type: object - x-kubernetes-map-type: atomic - mode: - format: int32 - type: integer - path: - type: string - resourceFieldRef: - properties: - containerName: - type: string - divisor: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - resource: - type: string - required: - - resource - type: object - x-kubernetes-map-type: atomic - required: - - path - type: object - type: array - type: object - emptyDir: - properties: - medium: - type: string - sizeLimit: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - ephemeral: - properties: - volumeClaimTemplate: - properties: - metadata: - type: object - spec: - properties: - accessModes: - items: - type: string - type: array - dataSource: - properties: - apiGroup: - type: string - kind: - type: string - name: - type: string - required: - - kind - - name - type: object - x-kubernetes-map-type: atomic - dataSourceRef: - properties: - apiGroup: - type: string - kind: - type: string - name: - type: string - namespace: - type: string - required: - - kind - - name - type: object - resources: - properties: - claims: - items: - properties: - name: - type: string - required: - - name - type: object - type: array - x-kubernetes-list-map-keys: - - name - x-kubernetes-list-type: map - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - type: object - selector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - storageClassName: - type: string - volumeMode: - type: string - volumeName: - type: string - type: object - required: - - spec - type: object - type: object - fc: - properties: - fsType: - type: string - lun: - format: int32 - type: integer - readOnly: - type: boolean - targetWWNs: - items: - type: string - type: array - wwids: - items: - type: string - type: array - type: object - flexVolume: - properties: - driver: - type: string - fsType: - type: string - options: - additionalProperties: - type: string - type: object - readOnly: - type: boolean - secretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - required: - - driver - type: object - flocker: - properties: - datasetName: - type: string - datasetUUID: - type: string - type: object - gcePersistentDisk: - properties: - fsType: - type: string - partition: - format: int32 - type: integer - pdName: - type: string - readOnly: - type: boolean - required: - - pdName - type: object - gitRepo: - properties: - directory: - type: string - repository: - type: string - revision: - type: string - required: - - repository - type: object - glusterfs: - properties: - endpoints: - type: string - path: - type: string - readOnly: - type: boolean - required: - - endpoints - - path - type: object - hostPath: - properties: - path: - type: string - type: - type: string - required: - - path - type: object - iscsi: - properties: - chapAuthDiscovery: - type: boolean - chapAuthSession: - type: boolean - fsType: - type: string - initiatorName: - type: string - iqn: - type: string - iscsiInterface: - type: string - lun: - format: int32 - type: integer - portals: - items: - type: string - type: array - readOnly: - type: boolean - secretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - targetPortal: - type: string - required: - - iqn - - lun - - targetPortal - type: object - name: - type: string - nfs: - properties: - path: - type: string - readOnly: - type: boolean - server: - type: string - required: - - path - - server - type: object - persistentVolumeClaim: - properties: - claimName: - type: string - readOnly: - type: boolean - required: - - claimName - type: object - photonPersistentDisk: - properties: - fsType: - type: string - pdID: - type: string - required: - - pdID - type: object - portworxVolume: - properties: - fsType: - type: string - readOnly: - type: boolean - volumeID: - type: string - required: - - volumeID - type: object - projected: - properties: - defaultMode: - format: int32 - type: integer - sources: - items: - properties: - configMap: - properties: - items: - items: - properties: - key: - type: string - mode: - format: int32 - type: integer - path: - type: string - required: - - key - - path - type: object - type: array - name: - type: string - optional: - type: boolean - type: object - x-kubernetes-map-type: atomic - downwardAPI: - properties: - items: - items: - properties: - fieldRef: - properties: - apiVersion: - type: string - fieldPath: - type: string - required: - - fieldPath - type: object - x-kubernetes-map-type: atomic - mode: - format: int32 - type: integer - path: - type: string - resourceFieldRef: - properties: - containerName: - type: string - divisor: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - resource: - type: string - required: - - resource - type: object - x-kubernetes-map-type: atomic - required: - - path - type: object - type: array - type: object - secret: - properties: - items: - items: - properties: - key: - type: string - mode: - format: int32 - type: integer - path: - type: string - required: - - key - - path - type: object - type: array - name: - type: string - optional: - type: boolean - type: object - x-kubernetes-map-type: atomic - serviceAccountToken: - properties: - audience: - type: string - expirationSeconds: - format: int64 - type: integer - path: - type: string - required: - - path - type: object - type: object - type: array - type: object - quobyte: - properties: - group: - type: string - readOnly: - type: boolean - registry: - type: string - tenant: - type: string - user: - type: string - volume: - type: string - required: - - registry - - volume - type: object - rbd: - properties: - fsType: - type: string - image: - type: string - keyring: - type: string - monitors: - items: - type: string - type: array - pool: - type: string - readOnly: - type: boolean - secretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - user: - type: string - required: - - image - - monitors - type: object - scaleIO: - properties: - fsType: - type: string - gateway: - type: string - protectionDomain: - type: string - readOnly: - type: boolean - secretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - sslEnabled: - type: boolean - storageMode: - type: string - storagePool: - type: string - system: - type: string - volumeName: - type: string - required: - - gateway - - secretRef - - system - type: object - secret: - properties: - defaultMode: - format: int32 - type: integer - items: - items: - properties: - key: - type: string - mode: - format: int32 - type: integer - path: - type: string - required: - - key - - path - type: object - type: array - optional: - type: boolean - secretName: - type: string - type: object - storageos: - properties: - fsType: - type: string - readOnly: - type: boolean - secretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - volumeName: - type: string - volumeNamespace: - type: string - type: object - vsphereVolume: - properties: - fsType: - type: string - storagePolicyID: - type: string - storagePolicyName: - type: string - volumePath: - type: string - required: - - volumePath - type: object - required: - - name - type: object - type: array - type: object - type: object - served: true - storage: true diff --git a/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_integrations.yaml b/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_integrations.yaml deleted file mode 100644 index 960b2f73ac1..00000000000 --- a/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_integrations.yaml +++ /dev/null @@ -1,810 +0,0 @@ ---- -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null - name: integrations.monitoring.grafana.com -spec: - group: monitoring.grafana.com - names: - categories: - - agent-operator - kind: Integration - listKind: IntegrationList - plural: integrations - singular: integration - scope: Namespaced - versions: - - name: v1alpha1 - schema: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - config: - type: object - x-kubernetes-preserve-unknown-fields: true - configMaps: - items: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: array - name: - type: string - secrets: - items: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: array - type: - properties: - allNodes: - type: boolean - unique: - type: boolean - type: object - volumeMounts: - items: - properties: - mountPath: - type: string - mountPropagation: - type: string - name: - type: string - readOnly: - type: boolean - subPath: - type: string - subPathExpr: - type: string - required: - - mountPath - - name - type: object - type: array - volumes: - items: - properties: - awsElasticBlockStore: - properties: - fsType: - type: string - partition: - format: int32 - type: integer - readOnly: - type: boolean - volumeID: - type: string - required: - - volumeID - type: object - azureDisk: - properties: - cachingMode: - type: string - diskName: - type: string - diskURI: - type: string - fsType: - type: string - kind: - type: string - readOnly: - type: boolean - required: - - diskName - - diskURI - type: object - azureFile: - properties: - readOnly: - type: boolean - secretName: - type: string - shareName: - type: string - required: - - secretName - - shareName - type: object - cephfs: - properties: - monitors: - items: - type: string - type: array - path: - type: string - readOnly: - type: boolean - secretFile: - type: string - secretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - user: - type: string - required: - - monitors - type: object - cinder: - properties: - fsType: - type: string - readOnly: - type: boolean - secretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - volumeID: - type: string - required: - - volumeID - type: object - configMap: - properties: - defaultMode: - format: int32 - type: integer - items: - items: - properties: - key: - type: string - mode: - format: int32 - type: integer - path: - type: string - required: - - key - - path - type: object - type: array - name: - type: string - optional: - type: boolean - type: object - x-kubernetes-map-type: atomic - csi: - properties: - driver: - type: string - fsType: - type: string - nodePublishSecretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - readOnly: - type: boolean - volumeAttributes: - additionalProperties: - type: string - type: object - required: - - driver - type: object - downwardAPI: - properties: - defaultMode: - format: int32 - type: integer - items: - items: - properties: - fieldRef: - properties: - apiVersion: - type: string - fieldPath: - type: string - required: - - fieldPath - type: object - x-kubernetes-map-type: atomic - mode: - format: int32 - type: integer - path: - type: string - resourceFieldRef: - properties: - containerName: - type: string - divisor: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - resource: - type: string - required: - - resource - type: object - x-kubernetes-map-type: atomic - required: - - path - type: object - type: array - type: object - emptyDir: - properties: - medium: - type: string - sizeLimit: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - ephemeral: - properties: - volumeClaimTemplate: - properties: - metadata: - type: object - spec: - properties: - accessModes: - items: - type: string - type: array - dataSource: - properties: - apiGroup: - type: string - kind: - type: string - name: - type: string - required: - - kind - - name - type: object - x-kubernetes-map-type: atomic - dataSourceRef: - properties: - apiGroup: - type: string - kind: - type: string - name: - type: string - namespace: - type: string - required: - - kind - - name - type: object - resources: - properties: - claims: - items: - properties: - name: - type: string - required: - - name - type: object - type: array - x-kubernetes-list-map-keys: - - name - x-kubernetes-list-type: map - limits: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - requests: - additionalProperties: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - type: object - type: object - selector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - storageClassName: - type: string - volumeMode: - type: string - volumeName: - type: string - type: object - required: - - spec - type: object - type: object - fc: - properties: - fsType: - type: string - lun: - format: int32 - type: integer - readOnly: - type: boolean - targetWWNs: - items: - type: string - type: array - wwids: - items: - type: string - type: array - type: object - flexVolume: - properties: - driver: - type: string - fsType: - type: string - options: - additionalProperties: - type: string - type: object - readOnly: - type: boolean - secretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - required: - - driver - type: object - flocker: - properties: - datasetName: - type: string - datasetUUID: - type: string - type: object - gcePersistentDisk: - properties: - fsType: - type: string - partition: - format: int32 - type: integer - pdName: - type: string - readOnly: - type: boolean - required: - - pdName - type: object - gitRepo: - properties: - directory: - type: string - repository: - type: string - revision: - type: string - required: - - repository - type: object - glusterfs: - properties: - endpoints: - type: string - path: - type: string - readOnly: - type: boolean - required: - - endpoints - - path - type: object - hostPath: - properties: - path: - type: string - type: - type: string - required: - - path - type: object - iscsi: - properties: - chapAuthDiscovery: - type: boolean - chapAuthSession: - type: boolean - fsType: - type: string - initiatorName: - type: string - iqn: - type: string - iscsiInterface: - type: string - lun: - format: int32 - type: integer - portals: - items: - type: string - type: array - readOnly: - type: boolean - secretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - targetPortal: - type: string - required: - - iqn - - lun - - targetPortal - type: object - name: - type: string - nfs: - properties: - path: - type: string - readOnly: - type: boolean - server: - type: string - required: - - path - - server - type: object - persistentVolumeClaim: - properties: - claimName: - type: string - readOnly: - type: boolean - required: - - claimName - type: object - photonPersistentDisk: - properties: - fsType: - type: string - pdID: - type: string - required: - - pdID - type: object - portworxVolume: - properties: - fsType: - type: string - readOnly: - type: boolean - volumeID: - type: string - required: - - volumeID - type: object - projected: - properties: - defaultMode: - format: int32 - type: integer - sources: - items: - properties: - configMap: - properties: - items: - items: - properties: - key: - type: string - mode: - format: int32 - type: integer - path: - type: string - required: - - key - - path - type: object - type: array - name: - type: string - optional: - type: boolean - type: object - x-kubernetes-map-type: atomic - downwardAPI: - properties: - items: - items: - properties: - fieldRef: - properties: - apiVersion: - type: string - fieldPath: - type: string - required: - - fieldPath - type: object - x-kubernetes-map-type: atomic - mode: - format: int32 - type: integer - path: - type: string - resourceFieldRef: - properties: - containerName: - type: string - divisor: - anyOf: - - type: integer - - type: string - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - x-kubernetes-int-or-string: true - resource: - type: string - required: - - resource - type: object - x-kubernetes-map-type: atomic - required: - - path - type: object - type: array - type: object - secret: - properties: - items: - items: - properties: - key: - type: string - mode: - format: int32 - type: integer - path: - type: string - required: - - key - - path - type: object - type: array - name: - type: string - optional: - type: boolean - type: object - x-kubernetes-map-type: atomic - serviceAccountToken: - properties: - audience: - type: string - expirationSeconds: - format: int64 - type: integer - path: - type: string - required: - - path - type: object - type: object - type: array - type: object - quobyte: - properties: - group: - type: string - readOnly: - type: boolean - registry: - type: string - tenant: - type: string - user: - type: string - volume: - type: string - required: - - registry - - volume - type: object - rbd: - properties: - fsType: - type: string - image: - type: string - keyring: - type: string - monitors: - items: - type: string - type: array - pool: - type: string - readOnly: - type: boolean - secretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - user: - type: string - required: - - image - - monitors - type: object - scaleIO: - properties: - fsType: - type: string - gateway: - type: string - protectionDomain: - type: string - readOnly: - type: boolean - secretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - sslEnabled: - type: boolean - storageMode: - type: string - storagePool: - type: string - system: - type: string - volumeName: - type: string - required: - - gateway - - secretRef - - system - type: object - secret: - properties: - defaultMode: - format: int32 - type: integer - items: - items: - properties: - key: - type: string - mode: - format: int32 - type: integer - path: - type: string - required: - - key - - path - type: object - type: array - optional: - type: boolean - secretName: - type: string - type: object - storageos: - properties: - fsType: - type: string - readOnly: - type: boolean - secretRef: - properties: - name: - type: string - type: object - x-kubernetes-map-type: atomic - volumeName: - type: string - volumeNamespace: - type: string - type: object - vsphereVolume: - properties: - fsType: - type: string - storagePolicyID: - type: string - storagePolicyName: - type: string - volumePath: - type: string - required: - - volumePath - type: object - required: - - name - type: object - type: array - required: - - config - - name - - type - type: object - type: object - served: true - storage: true diff --git a/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_logsinstances.yaml b/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_logsinstances.yaml deleted file mode 100644 index 517bb30c2ef..00000000000 --- a/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_logsinstances.yaml +++ /dev/null @@ -1,299 +0,0 @@ ---- -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null - name: logsinstances.monitoring.grafana.com -spec: - group: monitoring.grafana.com - names: - categories: - - agent-operator - kind: LogsInstance - listKind: LogsInstanceList - plural: logsinstances - singular: logsinstance - scope: Namespaced - versions: - - name: v1alpha1 - schema: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - additionalScrapeConfigs: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - clients: - items: - properties: - backoffConfig: - properties: - maxPeriod: - type: string - maxRetries: - type: integer - minPeriod: - type: string - type: object - basicAuth: - properties: - password: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - username: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - batchSize: - type: integer - batchWait: - type: string - bearerToken: - type: string - bearerTokenFile: - type: string - externalLabels: - additionalProperties: - type: string - type: object - oauth2: - properties: - clientId: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - clientSecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - endpointParams: - additionalProperties: - type: string - type: object - scopes: - items: - type: string - type: array - tokenUrl: - minLength: 1 - type: string - required: - - clientId - - clientSecret - - tokenUrl - type: object - proxyUrl: - type: string - tenantId: - type: string - timeout: - type: string - tlsConfig: - properties: - ca: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - caFile: - type: string - cert: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - certFile: - type: string - insecureSkipVerify: - type: boolean - keyFile: - type: string - keySecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - serverName: - type: string - type: object - url: - type: string - required: - - url - type: object - type: array - podLogsNamespaceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - podLogsSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - targetConfig: - properties: - syncPeriod: - type: string - type: object - type: object - type: object - served: true - storage: true diff --git a/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_metricsinstances.yaml b/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_metricsinstances.yaml deleted file mode 100644 index 610193f440f..00000000000 --- a/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_metricsinstances.yaml +++ /dev/null @@ -1,495 +0,0 @@ ---- -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null - name: metricsinstances.monitoring.grafana.com -spec: - group: monitoring.grafana.com - names: - categories: - - agent-operator - kind: MetricsInstance - listKind: MetricsInstanceList - plural: metricsinstances - singular: metricsinstance - scope: Namespaced - versions: - - name: v1alpha1 - schema: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - additionalScrapeConfigs: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - maxWALTime: - type: string - minWALTime: - type: string - podMonitorNamespaceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - podMonitorSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - probeNamespaceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - probeSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - remoteFlushDeadline: - type: string - remoteWrite: - items: - properties: - basicAuth: - properties: - password: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - username: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - bearerToken: - type: string - bearerTokenFile: - type: string - headers: - additionalProperties: - type: string - type: object - metadataConfig: - properties: - send: - type: boolean - sendInterval: - type: string - type: object - name: - type: string - oauth2: - properties: - clientId: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - clientSecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - endpointParams: - additionalProperties: - type: string - type: object - scopes: - items: - type: string - type: array - tokenUrl: - minLength: 1 - type: string - required: - - clientId - - clientSecret - - tokenUrl - type: object - proxyUrl: - type: string - queueConfig: - properties: - batchSendDeadline: - type: string - capacity: - type: integer - maxBackoff: - type: string - maxRetries: - type: integer - maxSamplesPerSend: - type: integer - maxShards: - type: integer - minBackoff: - type: string - minShards: - type: integer - retryOnRateLimit: - type: boolean - type: object - remoteTimeout: - type: string - sigv4: - properties: - accessKey: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - profile: - type: string - region: - type: string - roleARN: - type: string - secretKey: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - tlsConfig: - properties: - ca: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - caFile: - type: string - cert: - properties: - configMap: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - secret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - certFile: - type: string - insecureSkipVerify: - type: boolean - keyFile: - type: string - keySecret: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - serverName: - type: string - type: object - url: - type: string - writeRelabelConfigs: - items: - properties: - action: - default: replace - enum: - - replace - - Replace - - keep - - Keep - - drop - - Drop - - hashmod - - HashMod - - labelmap - - LabelMap - - labeldrop - - LabelDrop - - labelkeep - - LabelKeep - - lowercase - - Lowercase - - uppercase - - Uppercase - - keepequal - - KeepEqual - - dropequal - - DropEqual - type: string - modulus: - format: int64 - type: integer - regex: - type: string - replacement: - type: string - separator: - type: string - sourceLabels: - items: - pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ - type: string - type: array - targetLabel: - type: string - type: object - type: array - required: - - url - type: object - type: array - serviceMonitorNamespaceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - serviceMonitorSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - walTruncateFrequency: - type: string - writeStaleOnShutdown: - type: boolean - type: object - type: object - served: true - storage: true diff --git a/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_podlogs.yaml b/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_podlogs.yaml deleted file mode 100644 index f22d051b513..00000000000 --- a/charts/system/grafana-agent-operator/templates/monitoring.grafana.com_podlogs.yaml +++ /dev/null @@ -1,308 +0,0 @@ ---- -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - annotations: - controller-gen.kubebuilder.io/version: v0.9.2 - creationTimestamp: null - name: podlogs.monitoring.grafana.com -spec: - group: monitoring.grafana.com - names: - categories: - - agent-operator - kind: PodLogs - listKind: PodLogsList - plural: podlogs - singular: podlogs - scope: Namespaced - versions: - - name: v1alpha1 - schema: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - jobLabel: - type: string - namespaceSelector: - properties: - any: - type: boolean - matchNames: - items: - type: string - type: array - type: object - pipelineStages: - items: - properties: - cri: - type: object - docker: - type: object - drop: - properties: - dropCounterReason: - type: string - expression: - type: string - longerThan: - type: string - olderThan: - type: string - source: - type: string - value: - type: string - type: object - json: - properties: - expressions: - additionalProperties: - type: string - type: object - source: - type: string - type: object - labelAllow: - items: - type: string - type: array - labelDrop: - items: - type: string - type: array - labels: - additionalProperties: - type: string - type: object - limit: - properties: - burst: - type: integer - drop: - type: boolean - rate: - type: integer - type: object - match: - properties: - action: - type: string - dropCounterReason: - type: string - pipelineName: - type: string - selector: - type: string - stages: - type: string - required: - - selector - type: object - metrics: - additionalProperties: - properties: - action: - type: string - buckets: - items: - type: string - type: array - countEntryBytes: - type: boolean - description: - type: string - matchAll: - type: boolean - maxIdleDuration: - type: string - prefix: - type: string - source: - type: string - type: - type: string - value: - type: string - required: - - action - - type - type: object - type: object - multiline: - properties: - firstLine: - type: string - maxLines: - type: integer - maxWaitTime: - type: string - required: - - firstLine - type: object - output: - properties: - source: - type: string - required: - - source - type: object - pack: - properties: - ingestTimestamp: - type: boolean - labels: - items: - type: string - type: array - required: - - labels - type: object - regex: - properties: - expression: - type: string - source: - type: string - required: - - expression - type: object - replace: - properties: - expression: - type: string - replace: - type: string - source: - type: string - required: - - expression - type: object - template: - properties: - source: - type: string - template: - type: string - required: - - source - - template - type: object - tenant: - properties: - label: - type: string - source: - type: string - value: - type: string - type: object - timestamp: - properties: - actionOnFailure: - type: string - fallbackFormats: - items: - type: string - type: array - format: - type: string - location: - type: string - source: - type: string - required: - - format - - source - type: object - type: object - type: array - podTargetLabels: - items: - type: string - type: array - relabelings: - items: - properties: - action: - default: replace - enum: - - replace - - Replace - - keep - - Keep - - drop - - Drop - - hashmod - - HashMod - - labelmap - - LabelMap - - labeldrop - - LabelDrop - - labelkeep - - LabelKeep - - lowercase - - Lowercase - - uppercase - - Uppercase - - keepequal - - KeepEqual - - dropequal - - DropEqual - type: string - modulus: - format: int64 - type: integer - regex: - type: string - replacement: - type: string - separator: - type: string - sourceLabels: - items: - pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ - type: string - type: array - targetLabel: - type: string - type: object - type: array - selector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - required: - - key - - operator - type: object - type: array - matchLabels: - additionalProperties: - type: string - type: object - type: object - x-kubernetes-map-type: atomic - required: - - selector - type: object - type: object - served: true - storage: true diff --git a/charts/system/grafana-agent-operator/values.yaml b/charts/system/grafana-agent-operator/values.yaml deleted file mode 100644 index 64b42681c35..00000000000 --- a/charts/system/grafana-agent-operator/values.yaml +++ /dev/null @@ -1,97 +0,0 @@ -image: - repository: grafana/agent-operator - pullPolicy: IfNotPresent - tag: v0.39.2@sha256:841e8e1365758116d4058aa561d8d0f9deb3f6339d17548eadeeecc46889307f - -podOptions: - automountServiceAccountToken: true - -service: - main: - enabled: false - ports: - main: - enabled: false - -workload: - main: - podSpec: - containers: - main: - args: - - "--kubelet-service={{ .Values.kubeletService.namespace }}/{{ .Values.kubeletService.serviceName }}" - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - -portal: - open: - enabled: false - -rbac: - main: - enabled: true - primary: true - clusterWide: true - rules: - - apiGroups: [monitoring.grafana.com] - resources: - - grafanaagents - - metricsinstances - - logsinstances - - podlogs - - integrations - verbs: [get, list, watch] - - apiGroups: [monitoring.grafana.com] - resources: - - grafanaagents/finalizers - - metricsinstances/finalizers - - logsinstances/finalizers - - podlogs/finalizers - - integrations/finalizers - verbs: [get, list, watch, update] - - apiGroups: [monitoring.coreos.com] - resources: - - podmonitors - - probes - - servicemonitors - verbs: [get, list, watch] - - apiGroups: [monitoring.coreos.com] - resources: - - podmonitors/finalizers - - probes/finalizers - - servicemonitors/finalizers - verbs: [get, list, watch, update] - - apiGroups: [""] - resources: - - namespaces - - nodes - verbs: [get, list, watch] - - apiGroups: [""] - resources: - - secrets - - services - - configmaps - - endpoints - verbs: [get, list, watch, create, update, patch, delete] - - apiGroups: ["apps"] - resources: - - statefulsets - - daemonsets - - deployments - verbs: [get, list, watch, create, update, patch, delete] -# -- The service account the pods will use to interact with the Kubernetes API -serviceAccount: - main: - enabled: true - primary: true - -# -- If both are set, Agent Operator will create and maintain a service for scraping kubelets -# https://grafana.com/docs/agent/latest/operator/getting-started/#monitor-kubelets -kubeletService: - namespace: default - serviceName: kubelet diff --git a/charts/system/kubeapps/Chart.yaml b/charts/system/kubeapps/Chart.yaml index bcbbd049f5e..0f83f52f62f 100644 --- a/charts/system/kubeapps/Chart.yaml +++ b/charts/system/kubeapps/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubeapps.webp keywords: - kubeapps - catalog -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/kubeapps - https://ghcr.io/xstar97/my-proxy-service type: application -version: 2.10.8 +version: 2.10.10 diff --git a/charts/system/kubeapps/README.md b/charts/system/kubeapps/README.md index e0ed454cbce..139195343cb 100644 --- a/charts/system/kubeapps/README.md +++ b/charts/system/kubeapps/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/kubeapps) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/kubeapps) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/system/kubeapps + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/kubernetes-reflector/Chart.yaml b/charts/system/kubernetes-reflector/Chart.yaml index fb53d79ff8e..401df298333 100644 --- a/charts/system/kubernetes-reflector/Chart.yaml +++ b/charts/system/kubernetes-reflector/Chart.yaml @@ -26,7 +26,7 @@ keywords: - configmaps - cert-manager - certificates -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/kubernetes-reflector - https://hub.docker.com/r/emberstack/kubernetes-reflector type: application -version: 4.8.7 +version: 4.8.9 diff --git a/charts/system/kubernetes-reflector/README.md b/charts/system/kubernetes-reflector/README.md index 2f45ca24d71..02d6a3dd300 100644 --- a/charts/system/kubernetes-reflector/README.md +++ b/charts/system/kubernetes-reflector/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/kubernetes-reflector) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/kubernetes-reflector) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/system/kubernetes-reflector + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/metallb/Chart.yaml b/charts/system/metallb/Chart.yaml index fe4329d80fe..765c02b728a 100644 --- a/charts/system/metallb/Chart.yaml +++ b/charts/system/metallb/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.webp keywords: - metallb - loadbalancer -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/metallb - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 14.8.8 +version: 14.8.10 diff --git a/charts/system/metallb/README.md b/charts/system/metallb/README.md index 987cc4e7118..44e89295236 100644 --- a/charts/system/metallb/README.md +++ b/charts/system/metallb/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/metallb) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/metallb) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/system/metallb + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/nvidia-device-plugin/Chart.yaml b/charts/system/nvidia-device-plugin/Chart.yaml index 2a44717c66e..1096ab44a22 100644 --- a/charts/system/nvidia-device-plugin/Chart.yaml +++ b/charts/system/nvidia-device-plugin/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubeapps.webp keywords: - nvidia - plugins -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/kubeapps - https://github.com/truecharts/containers/tree/master/apps/scratch type: application -version: 0.16.1 +version: 0.16.3 diff --git a/charts/system/nvidia-device-plugin/README.md b/charts/system/nvidia-device-plugin/README.md index e0ed454cbce..139195343cb 100644 --- a/charts/system/nvidia-device-plugin/README.md +++ b/charts/system/nvidia-device-plugin/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/kubeapps) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/kubeapps) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/system/kubeapps + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/openebs/Chart.yaml b/charts/system/openebs/Chart.yaml index bf49527d302..9ed9642d173 100644 --- a/charts/system/openebs/Chart.yaml +++ b/charts/system/openebs/Chart.yaml @@ -44,7 +44,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/openebs.webp keywords: - openebs - backup -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -56,4 +56,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/openebs - https://github.com/truecharts/containers/tree/master/apps/scratch type: application -version: 4.3.4 +version: 4.3.6 diff --git a/charts/system/openebs/README.md b/charts/system/openebs/README.md index 2352cf1f539..2dede987b95 100644 --- a/charts/system/openebs/README.md +++ b/charts/system/openebs/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/openebs) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/openebs) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/system/openebs + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/openebs/questions.yaml b/charts/system/openebs/questions.yaml index 5cd56c559c8..56961610d0e 100644 --- a/charts/system/openebs/questions.yaml +++ b/charts/system/openebs/questions.yaml @@ -4,7 +4,7 @@ questions: - variable: zfs-localpv - group: "Storage and Persistence" + group: "App Configuration" label: "ZFS Localpv Settings" schema: type: dict @@ -18,7 +18,7 @@ questions: default: true hidden: true - variable: localpv-provisioner - group: "Storage and Persistence" + group: "App Configuration" label: "localpv-provisioner Settings" schema: type: dict @@ -46,7 +46,7 @@ questions: - variable: storageClass - group: "Storage and Persistence" + group: StorageClass label: "StorageClass Settings" schema: type: dict diff --git a/charts/system/prometheus-operator/Chart.yaml b/charts/system/prometheus-operator/Chart.yaml index 5fcd5441c7d..cd1e23c359b 100644 --- a/charts/system/prometheus-operator/Chart.yaml +++ b/charts/system/prometheus-operator/Chart.yaml @@ -31,7 +31,7 @@ keywords: - operator - prometheus - metics -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/prometheus-operator - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 6.10.7 +version: 6.10.9 diff --git a/charts/system/prometheus-operator/README.md b/charts/system/prometheus-operator/README.md index e2d61deee2a..0e76048ad51 100644 --- a/charts/system/prometheus-operator/README.md +++ b/charts/system/prometheus-operator/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/prometheus-operator) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/prometheus-operator) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/system/prometheus-operator + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/traefik-crds/Chart.yaml b/charts/system/traefik-crds/Chart.yaml index f41b5d52f49..d20a7d68951 100644 --- a/charts/system/traefik-crds/Chart.yaml +++ b/charts/system/traefik-crds/Chart.yaml @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/traefik-crds - https://github.com/truecharts/containers/tree/master/apps/scratch type: application -version: 0.4.7 +version: 0.4.9 diff --git a/charts/system/traefik-crds/README.md b/charts/system/traefik-crds/README.md index 6938f3e826a..af80d58694e 100644 --- a/charts/system/traefik-crds/README.md +++ b/charts/system/traefik-crds/README.md @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/traefik-crds) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/traefik-crds) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/system/traefik-crds + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/velero/.helmignore b/charts/system/velero/.helmignore deleted file mode 100644 index 77ca5567b26..00000000000 --- a/charts/system/velero/.helmignore +++ /dev/null @@ -1,30 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*~ -# Various IDEs -.project -.idea/ -*.tmproj -.vscode/ -# OWNERS file for Kubernetes -OWNERS -# helm-docs templates -*.gotmpl -# docs folder -/docs -# icon -icon.png diff --git a/charts/system/velero/Chart.yaml b/charts/system/velero/Chart.yaml deleted file mode 100644 index 6897954ff27..00000000000 --- a/charts/system/velero/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -annotations: - max_scale_version: 24.04.0 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "false" - truecharts.org/category: operators - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: system -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.3.11 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: velero - version: 5.4.1 - repository: oci://ghcr.io/vmware-tanzu/charts - condition: "" - alias: velero - tags: [] - import-values: [] -deprecated: false -description: Velero is a kubernetes-native backup solution -home: https://truecharts.org/charts/system/velero -icon: https://truecharts.org/img/hotlink-ok/chart-icons/velero.webp -keywords: - - velero - - backup -kubeVersion: ">=1.24.0-0" -maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org -name: velero -sources: - - https://cert-manager.io/ - - https://github.com/cert-manager - - https://github.com/truecharts/charts/tree/master/charts/system/velero - - https://github.com/truecharts/containers/tree/master/apps/alpine -type: application -version: 4.8.7 diff --git a/charts/system/velero/README.md b/charts/system/velero/README.md deleted file mode 100644 index 34e924883ff..00000000000 --- a/charts/system/velero/README.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: README ---- - -## General Info - -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. - -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/velero) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - -_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/velero/icon-small.webp b/charts/system/velero/icon-small.webp deleted file mode 100644 index c7dd9ae5ca4..00000000000 Binary files a/charts/system/velero/icon-small.webp and /dev/null differ diff --git a/charts/system/velero/icon.webp b/charts/system/velero/icon.webp deleted file mode 100644 index cfa8aff58a3..00000000000 Binary files a/charts/system/velero/icon.webp and /dev/null differ diff --git a/charts/system/velero/questions.yaml b/charts/system/velero/questions.yaml deleted file mode 100644 index a3bd35912cb..00000000000 --- a/charts/system/velero/questions.yaml +++ /dev/null @@ -1,281 +0,0 @@ -# Include{groups} -questions: -# Include{global} - - variable: backupStorageLocationList - group: "App Configuration" - label: "Backup Storage Locations" - schema: - type: list - default: [] - items: - - variable: bslEntry - label: "Backup Storage Location" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: "Enabled" - schema: - type: boolean - hidden: true - default: true - - variable: name - label: "Name" - schema: - type: string - required: true - default: "default" - - variable: accessMode - label: "accessMode" - schema: - type: string - required: true - default: "ReadWrite" - - variable: objectStorage - label: objectStorage - schema: - additional_attrs: true - type: dict - attrs: - - variable: bucket - label: "bucket" - schema: - type: string - required: true - default: "" - - variable: prefix - label: "prefix" - schema: - type: string - default: "" - - variable: provider - label: "Provider" - schema: - type: string - required: true - default: "s3" - enum: - - value: s3 - description: S3 - - value: aws - description: aws - - variable: credential - label: 'Storage Location Credential' - schema: - additional_attrs: true - type: dict - attrs: - - variable: aws - label: aws - schema: - additional_attrs: true - type: dict - attrs: - - variable: id - label: "id" - schema: - type: string - default: "" - - variable: key - label: "key" - schema: - type: string - default: "" - - variable: s3 - label: s3 - schema: - additional_attrs: true - type: dict - attrs: - - variable: id - label: "id" - schema: - type: string - default: "" - - variable: key - label: "key" - schema: - type: string - default: "" - - variable: config - label: 'Storage Location Config' - schema: - additional_attrs: true - type: dict - attrs: - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: s3ForcePathStyle - label: "s3ForcePathStyle" - schema: - type: string - default: "" - - variable: s3Url - label: "s3Url" - schema: - type: string - default: "" - - variable: kmsKeyId - label: "kmsKeyId" - schema: - type: string - default: "" - - variable: resourceGroup - label: "resourceGroup" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: publicUrl - label: "publicUrl" - schema: - type: string - default: "" - - variable: insecureSkipTLSVerify - label: "insecureSkipTLSVerify" - schema: - type: string - default: "" - - variable: volumeSnapshotLocationList - group: "App Configuration" - label: "volume Snapshot Locations" - schema: - type: list - default: [] - items: - - variable: vslEntry - label: "volume Snapshot Location" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: "Enabled" - schema: - type: boolean - hidden: true - default: true - - variable: name - label: "Name" - schema: - type: string - required: true - default: "default" - - variable: provider - label: "Provider" - schema: - type: string - required: true - default: "openebs.io/zfspv-blockstore" - enum: - - value: openebs.io/zfspv-blockstore - description: openebs.io/zfspv-blockstore - - variable: credential - label: 'Storage Location Credential' - schema: - additional_attrs: true - type: dict - attrs: - - variable: aws - label: aws - schema: - additional_attrs: true - type: dict - attrs: - - variable: id - label: "id" - schema: - type: string - default: "" - - variable: key - label: "key" - schema: - type: string - default: "" - - variable: s3 - label: s3 - schema: - additional_attrs: true - type: dict - attrs: - - variable: id - label: "id" - schema: - type: string - default: "" - - variable: key - label: "key" - schema: - type: string - default: "" - - variable: config - label: 'Storage Location Config' - schema: - additional_attrs: true - type: dict - attrs: - - variable: provider - label: "Provider" - schema: - type: string - required: true - default: "s3" - enum: - - value: s3 - description: S3 - - value: aws - description: aws - - variable: bucket - label: "bucket" - schema: - type: string - default: "" - required: true - - variable: region - label: "region" - schema: - type: string - default: "" - - variable: s3ForcePathStyle - label: "s3ForcePathStyle" - schema: - type: string - default: "" - - variable: s3Url - label: "s3Url" - schema: - type: string - default: "" - - variable: kmsKeyId - label: "kmsKeyId" - schema: - type: string - default: "" - - variable: resourceGroup - label: "resourceGroup" - schema: - type: string - default: "" - - variable: storageAccount - label: "storageAccount" - schema: - type: string - default: "" - - variable: publicUrl - label: "publicUrl" - schema: - type: string - default: "" - - variable: insecureSkipTLSVerify - label: "insecureSkipTLSVerify" - schema: - type: string - default: "" diff --git a/charts/system/velero/templates/NOTES.txt b/charts/system/velero/templates/NOTES.txt deleted file mode 100644 index efcb74cb772..00000000000 --- a/charts/system/velero/templates/NOTES.txt +++ /dev/null @@ -1 +0,0 @@ -{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/system/velero/templates/common.yaml b/charts/system/velero/templates/common.yaml deleted file mode 100644 index 995efb03eb0..00000000000 --- a/charts/system/velero/templates/common.yaml +++ /dev/null @@ -1,5 +0,0 @@ -{{/* Make sure all variables are set properly */}} -{{- include "tc.v1.common.loader.init" . }} - -{{/* Render the templates */}} -{{ include "tc.v1.common.loader.apply" . }} diff --git a/charts/system/velero/values.yaml b/charts/system/velero/values.yaml deleted file mode 100644 index d2d6255a8f4..00000000000 --- a/charts/system/velero/values.yaml +++ /dev/null @@ -1,62 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: tccr.io/tccr/alpine - tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558 -manifestManager: - enabled: false -operator: - register: true -portal: - open: - enabled: false -service: - main: - enabled: false - ports: - main: - enabled: false -workload: - main: - enabled: false - -velero: - configuration: - backupStorageLocation: [] - volumeSnapshotLocation: [] - deployNodeAgent: true - initContainers: - - image: openebs/velero-plugin:3.6.0@sha256:9ea3331d891e436a7239e37e68ca4c8888500cb122be7cdc9d8400f345555c76 - imagePullPolicy: IfNotPresent - name: openebs-velero-plugin - volumeMounts: - - mountPath: /target - name: plugins - - image: velero/velero-plugin-for-csi:v0.7.0@sha256:3ba643989cd2128963cfd5914de28acaa061e8216999e44330fd64a647c503ff - imagePullPolicy: IfNotPresent - name: velero-plugin-for-csi - volumeMounts: - - mountPath: /target - name: plugins - - image: velero/velero-plugin-for-aws:v1.9.0@sha256:198955f28c21fbf8d5e3a343a7660684f12bdd62d6f27c74ed3ca6cf31c87cec - imagePullPolicy: IfNotPresent - name: velero-plugin-for-aws - volumeMounts: - - mountPath: /target - name: plugins - nodeAgent: - podVolumePath: /var/lib/kubelet/pods - privileged: true - resources: - limits: - cpu: 2000m - memory: 2048Mi - resources: - limits: - cpu: 4000m - memory: 4Gi - schedules: {} -schedules: - default: - templates: - includedNamespaces: - - ix-* diff --git a/templates/README.md.tpl b/templates/README.md.tpl index e63077e5b58..ee758deb77e 100644 --- a/templates/README.md.tpl +++ b/templates/README.md.tpl @@ -4,16 +4,44 @@ title: README ## General Info -TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. -However only installations using the TrueNAS SCALE Apps system are supported. +TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. +Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/TRAINPLACEHOLDER/CHARTPLACEHOLDER) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/TRAINPLACEHOLDER/CHARTPLACEHOLDER) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. + +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 website: https://truecharts.org/common/ + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/TRAINPLACEHOLDER/CHARTPLACEHOLDER + ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). + - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) @@ -23,6 +51,6 @@ For more information about this App, please check the docs on the TrueCharts [we ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/templates/questions/general/advanced.yaml b/templates/questions/general/advanced.yaml index 578e2887d21..cac202685f6 100644 --- a/templates/questions/general/advanced.yaml +++ b/templates/questions/general/advanced.yaml @@ -1,5 +1,5 @@ # - variable: horizontalPodAutoscaler -# group: Advanced +# group: Experimental # label: (Advanced) Horizontal Pod Autoscaler # schema: # type: list @@ -51,7 +51,7 @@ # type: int # default: 80 - variable: networkPolicy - group: Advanced + group: Experimental label: (Advanced) Network Policy schema: type: list diff --git a/templates/questions/general/containerConfig.yaml b/templates/questions/general/containerConfig.yaml index ca5315706a6..373c4b632e7 100644 --- a/templates/questions/general/containerConfig.yaml +++ b/templates/questions/general/containerConfig.yaml @@ -1,6 +1,6 @@ - variable: TZ label: Timezone - group: "General Settings" + group: "General" schema: type: string default: "Etc/UTC" diff --git a/templates/questions/general/global.yaml b/templates/questions/general/global.yaml index b43b4433bd3..496f28d51d7 100644 --- a/templates/questions/general/global.yaml +++ b/templates/questions/general/global.yaml @@ -1,5 +1,5 @@ - variable: global - group: General Settings + group: General label: "Global Settings" schema: additional_attrs: true diff --git a/templates/questions/general/groups.yaml b/templates/questions/general/groups.yaml index 80390ad04e7..eb42c430132 100644 --- a/templates/questions/general/groups.yaml +++ b/templates/questions/general/groups.yaml @@ -1,35 +1,139 @@ groups: - - name: Container Image - description: Image to be used for container - - name: General Settings - description: General Deployment Settings - - name: Workload Settings - description: Workload Settings + - name: Image + description: | + Configured the images to be used for the Chart. + It's wise to use "digest pinned" tags and to avoid using "latest". + More information can be found here: https://truecharts.org/common/#images + + + - name: General + description: | + For TrueNAS SCALE We've grouped a number of settings here, that all effact how apps run in general. + More info can be found on their respective pages in manual: + - Global Settings https://truecharts.org/common/global/ + - TimeZone https://truecharts.org/common/#tz + - Pod Options https://truecharts.org/common/podoptions/ + - Image Pull Secrets + + + - name: Workload + description: | + These settings configure how the actual Pods and containers are running. + Generally, on SCALE, we only expose a limited subset of these settings for the primary workload and container. + + More info on workload options can be found here: https://truecharts.org/common/workload/ + Whereas the container options can be found here: https://truecharts.org/common/container/ + + - name: App Configuration - description: App Specific Config Options - - name: Networking and Services - description: Configure Network and Services for Container - - name: Storage and Persistence - description: Persist and Share Data that is Separate from the Container + description: | + Every application has different values that may be required to run or have multiple options that the user may choose to enable or disable to change the behavior of the application. + Most options should have a Tooltip (Circled Question Mark) to further describe said option. + + More information can be found by looking up the chart-specifc docs on the website: https://truecharts.org/charts/description-list/ + + + - name: Services + description: | + Service and Networking options for any applications are contained here. + Some applications may have complicated networking setups with multiple options or some may have no options here at all. + + Options here include the service and port configurations for the application, and more may be enabled or changed under the Advanced Settings and Show Expert Config boxes. + + Information the Kubernetes service options can be found here: https://truecharts.org/common/service/ + + - name: Networking + description: | + Contains advanced networking options that are not actively supported by the TrueCharts team. + + Currently only contains scaleExternalInterfaces. + Information for which is available here: https://truecharts.org/common/scaleexternalinterface/ + + - name: Persistence + description: | + Many applications will have certain options for storage to be configurable by the user, the main two being PVC and hostpath but may include other types. + This storage is called Persistence since it is not deleted upon restart or upgrade of an application. + + For more information on the many different storage options, checkout the docs here: https://truecharts.org/common/persistence/ + + For more information on why TrueCharts advices the use of PVC storage, please see: https://truecharts.org/general/faq/#why-pvc-is-recommended-over-hostpath + + - name: Ingress - description: Ingress Configuration - - name: Security and Permissions - description: Configure Security Context and Permissions - - name: Resources and Devices - description: "Specify Resources/Devices to be Allocated to Workload" + description: | + Ingress (more commonly known as Reverse Proxy) settings can be configured here. This is how Kubernetes connects your Applications in containers to FQDNs (fully qualified domain names). + If you choose to enable this you must have a "Ingress Provider" aka "Reverse Proxy" installed (We highly advice Traefik: https://truecharts.org/charts/premium/traefik/) + It also requiresa DNS service to actually resolve the DNS name of the FQDN specified. + + More info on Ingress configuration options: https://truecharts.org/common/ingress/ + + + - name: SecurityContext + description: | + The security settings for each application and/or permissions that each application may have for the files/directories created. + Each application will come with predefined permissions but users may want to change certain setting depending on their usage or capabilities. + + Unless necessary users are advised to keep this section mostly to defaults. + + For more information on security settings see: https://truecharts.org/common/securitycontext/ + + + - name: Resources + description: | + Resources limits that have been defined by each application are in this section. + Most will have a specific default that some users may want to change based on their specific hardware or needs. + + This also contains the options to mount GPUs or, more precisely, "request" GPU's to be mounted. + + For more information checkout: https://truecharts.org/common/resources/ + + - name: Devices + description: | + These are special "mountpoints" that can be used to mount miscelanious USB and PCI devices using special hostPath mounts. + For clearity we've decided to seperate this from persistence on SCALE. + + For more inforation see: https://truecharts.org/common/persistence/device/ + - name: Middlewares description: Traefik Middlewares + + - name: StorageClass + description: | + StorageClasses define where to storage Storage. + - name: Metrics - description: Metrics + description: | + Contains options to configure Prometheus metrics for the application. + Checkout https://truecharts.org/common/metrics/ for more info + + - name: Addons - description: Addon Configuration - - name: Backup Configuration - description: Configure Velero Backup Schedule - - name: Advanced - description: Advanced Configuration + description: | + Addons that are supplied by the TrueCharts team to add additional capabilities for users to use on top of the application’s defaults. + Things included here are VPN addons, Codeserver for editing files inside the application’s container, Netshoot for network troubelshooting, etc. + + Generally not required for use but may be necessary or usefull at times for specific applications. + + For more information see: https://truecharts.org/common/addons/ + + - name: Experimental + description: | + Experimental Configuration Options + Often these are not fully flushed-out, could randomly break or might not work at-all. + - name: Postgresql - description: Postgresql + description: | + For Postgresql we use "CloudNative-PG" as a backend, which has to be installed first. + + For more information see: https://truecharts.org/common/cnpg/ + + - name: Dependencies - description: Dependencies + description: | + contains dependency setting for which we, currently, do not have seperate catagories (yet) + + - name: Documentation - description: Documentation + description: | + We added this section to make everyone aware that OpenSource isn't always easy. + It doesn't keep existing without signficant ongoing support, so please consider supporting TrueCharts and other OpenSource projects. diff --git a/templates/questions/general/podOptions.yaml b/templates/questions/general/podOptions.yaml index c99d15b458e..eb4a3d02710 100644 --- a/templates/questions/general/podOptions.yaml +++ b/templates/questions/general/podOptions.yaml @@ -1,5 +1,5 @@ - variable: podOptions - group: "General Settings" + group: "General" label: "Global Pod Options (Advanced)" schema: additional_attrs: true @@ -68,7 +68,7 @@ required: true - variable: imagePullSecretList - group: "General Settings" + group: "General" label: "Image Pull Secrets" schema: type: list diff --git a/templates/questions/general/resources.yaml b/templates/questions/general/resources.yaml index b74f238838e..a86d5553fe3 100644 --- a/templates/questions/general/resources.yaml +++ b/templates/questions/general/resources.yaml @@ -1,5 +1,5 @@ - variable: resources - group: Resources and Devices + group: Resources label: "Resource Limits" schema: additional_attrs: true @@ -65,7 +65,7 @@ valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: deviceList label: Mount USB Devices - group: Resources and Devices + group: Devices schema: type: list default: [] diff --git a/templates/questions/networking/externalInterfaces.yaml b/templates/questions/networking/externalInterfaces.yaml new file mode 100644 index 00000000000..472425ce31f --- /dev/null +++ b/templates/questions/networking/externalInterfaces.yaml @@ -0,0 +1,78 @@ + - variable: scaleExternalInterface + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + additional_attrs: true + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + additional_attrs: true + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + show_if: [["type", "=", "static"]] + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true diff --git a/templates/questions/persistence/persistenceList.yaml b/templates/questions/persistence/persistenceList.yaml index 5165e79f2e4..5e4e640f7a8 100644 --- a/templates/questions/persistence/persistenceList.yaml +++ b/templates/questions/persistence/persistenceList.yaml @@ -1,6 +1,6 @@ - variable: persistenceList label: Additional App Storage - group: Storage and Persistence + group: Persistence schema: type: list default: [] diff --git a/templates/questions/persistence/persistenceRoot.yaml b/templates/questions/persistence/persistenceRoot.yaml index a7235cff10e..85ce00dc696 100644 --- a/templates/questions/persistence/persistenceRoot.yaml +++ b/templates/questions/persistence/persistenceRoot.yaml @@ -1,7 +1,7 @@ - variable: persistence label: Integrated Persistent Storage description: Integrated Persistent Storage - group: Storage and Persistence + group: Persistence schema: additional_attrs: true type: dict diff --git a/templates/questions/persistence/vctRoot.yaml b/templates/questions/persistence/vctRoot.yaml index 0d42ca453a4..0a52cb6ad15 100644 --- a/templates/questions/persistence/vctRoot.yaml +++ b/templates/questions/persistence/vctRoot.yaml @@ -1,5 +1,5 @@ - variable: volumeClaimTemplates label: Integrated Persistent Storage description: Integrated Persistent Storage - group: Storage and Persistence + group: Persistence schema: diff --git a/templates/questions/security/securityContextRoot.yaml b/templates/questions/security/securityContextRoot.yaml index 4bc5ce1b5cd..38be5723425 100644 --- a/templates/questions/security/securityContextRoot.yaml +++ b/templates/questions/security/securityContextRoot.yaml @@ -1,5 +1,5 @@ - variable: securityContext - group: Security and Permissions + group: SecurityContext label: Security Context schema: additional_attrs: true diff --git a/templates/questions/service/serviceExpert.yaml b/templates/questions/service/serviceExpert.yaml deleted file mode 100644 index f50e02b6287..00000000000 --- a/templates/questions/service/serviceExpert.yaml +++ /dev/null @@ -1,78 +0,0 @@ - - variable: scaleExternalInterface - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - additional_attrs: true - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - additional_attrs: true - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - show_if: [["type", "=", "static"]] - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true diff --git a/templates/questions/service/serviceExpertRoot.yaml b/templates/questions/service/serviceExpertRoot.yaml deleted file mode 100644 index a6568b62dc2..00000000000 --- a/templates/questions/service/serviceExpertRoot.yaml +++ /dev/null @@ -1,8 +0,0 @@ - - variable: serviceexpert - group: Networking and Services - label: Show Expert Config - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: diff --git a/templates/questions/service/serviceList.yaml b/templates/questions/service/serviceList.yaml index 9206dbd861f..7ce706f952a 100644 --- a/templates/questions/service/serviceList.yaml +++ b/templates/questions/service/serviceList.yaml @@ -1,134 +1,134 @@ - - variable: serviceList - label: Add Manual Custom Services - group: Networking and Services + - variable: serviceList + label: Add Manual Custom Services + group: Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service schema: - type: list - default: [] - items: - - variable: serviceListEntry - label: Custom Service + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the service schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the service - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Name - schema: - type: string - default: "" - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports + type: boolean + default: true + hidden: true + - variable: name + label: Name + schema: + type: string + default: "" + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" schema: type: list default: [] items: - - variable: portsListEntry - label: Custom ports + - variable: externalIP + label: External IP schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Port - schema: - type: boolean - default: true - hidden: true - - variable: name - label: Port Name - schema: - type: string - default: "" - - variable: protocol - label: Port Type - schema: - type: string - default: tcp - enum: - - value: http - description: HTTP - - value: https - description: HTTPS - - value: tcp - description: TCP - - value: udp - description: UDP - - variable: targetPort - label: Target Port - description: This port exposes the container port on the service - schema: - type: int - required: true - - variable: port - label: Container Port - schema: - type: int - required: true + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable the Port + schema: + type: boolean + default: true + hidden: true + - variable: name + label: Port Name + schema: + type: string + default: "" + - variable: protocol + label: Port Type + schema: + type: string + default: tcp + enum: + - value: http + description: HTTP + - value: https + description: HTTPS + - value: tcp + description: TCP + - value: udp + description: UDP + - variable: targetPort + label: Target Port + description: This port exposes the container port on the service + schema: + type: int + required: true + - variable: port + label: Container Port + schema: + type: int + required: true diff --git a/templates/questions/service/serviceRoot.yaml b/templates/questions/service/serviceRoot.yaml index 3985f2a2e69..9b5768d6ddc 100644 --- a/templates/questions/service/serviceRoot.yaml +++ b/templates/questions/service/serviceRoot.yaml @@ -1,5 +1,5 @@ - variable: service - group: Networking and Services + group: Services label: Configure Service(s) schema: additional_attrs: true diff --git a/templates/questions/velero/veleroSchedule.yaml b/templates/questions/velero/veleroSchedule.yaml deleted file mode 100644 index 62aedd213a7..00000000000 --- a/templates/questions/velero/veleroSchedule.yaml +++ /dev/null @@ -1,50 +0,0 @@ - - variable: schedules - group: "Backup Configuration" - label: "Backup Schedules" - schema: - type: dict - additional_attrs: true - attrs: - - variable: default - label: "Default Schedule" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: false - - variable: schedule - label: "schedule" - show_if: [["enabled", "=", true]] - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: useOwnerReferencesInBackup - label: "useOwnerReferencesInBackup" - show_if: [["enabled", "=", true]] - schema: - type: boolean - default: false - - variable: template - label: template - show_if: [["enabled", "=", true]] - schema: - additional_attrs: true - type: dict - attrs: - - variable: ttl - label: "ttl" - schema: - type: string - required: true - default: "240h" - - variable: storageLocation - label: "storageLocation" - schema: - type: string - required: true - default: "default" diff --git a/templates/questions/velero/veleroSchedulesList.yaml b/templates/questions/velero/veleroSchedulesList.yaml deleted file mode 100644 index 9c4985d2f0a..00000000000 --- a/templates/questions/velero/veleroSchedulesList.yaml +++ /dev/null @@ -1,56 +0,0 @@ - - variable: schedulesList - group: "Backup Configuration" - label: "Backup Schedules" - schema: - type: list - items: - - variable: schedulesEntry - label: "Schedule" - schema: - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: "enabled" - schema: - type: boolean - default: true - hidden: true - - variable: name - label: "Name" - schema: - type: string - default: "" - required: true - - variable: schedule - label: "schedule" - show_if: [["enabled", "=", true]] - schema: - type: string - required: true - default: "0 0 0 * * *" - - variable: useOwnerReferencesInBackup - label: "useOwnerReferencesInBackup" - show_if: [["enabled", "=", true]] - schema: - type: boolean - default: false - - variable: template - label: template - show_if: [["enabled", "=", true]] - schema: - additional_attrs: true - type: dict - attrs: - - variable: ttl - label: "ttl" - schema: - type: string - required: true - default: "240h" - - variable: storageLocation - label: "storageLocation" - schema: - type: string - required: true - default: "default" diff --git a/templates/questions/workload/workload.yaml b/templates/questions/workload/workload.yaml index 8bf5674f7b0..c7fb204e81a 100644 --- a/templates/questions/workload/workload.yaml +++ b/templates/questions/workload/workload.yaml @@ -1,5 +1,5 @@ - variable: workload - group: "Workload Settings" + group: "Workload" label: "" schema: additional_attrs: true