diff --git a/charts/incubator/docuseal/README.md b/charts/incubator/docuseal/README.md index bbc49c343ae..4a357a39fa7 100644 --- a/charts/incubator/docuseal/README.md +++ b/charts/incubator/docuseal/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/incubator/flashpaper/README.md b/charts/incubator/flashpaper/README.md index 4e36a0af4eb..97279a9bac7 100644 --- a/charts/incubator/flashpaper/README.md +++ b/charts/incubator/flashpaper/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/incubator/lyrion-music-server/README.md b/charts/incubator/lyrion-music-server/README.md index 2fd7a22284d..74775aff07f 100644 --- a/charts/incubator/lyrion-music-server/README.md +++ b/charts/incubator/lyrion-music-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/incubator/mixpost/.helmignore b/charts/incubator/mixpost/.helmignore new file mode 100644 index 00000000000..feb7464da6f --- /dev/null +++ b/charts/incubator/mixpost/.helmignore @@ -0,0 +1,32 @@ +# 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 +icon.webp +icon-small.webp diff --git a/charts/incubator/mixpost/Chart.yaml b/charts/incubator/mixpost/Chart.yaml index 23f3b32457a..8fcc8a0267e 100644 --- a/charts/incubator/mixpost/Chart.yaml +++ b/charts/incubator/mixpost/Chart.yaml @@ -1,6 +1,6 @@ annotations: truecharts.org/category: productivity - truecharts.org/max_helm_version: "3.14" + truecharts.org/max_helm_version: "3.15" truecharts.org/min_helm_version: "3.11" truecharts.org/train: incubator apiVersion: v2 @@ -30,13 +30,13 @@ dependencies: deprecated: false description: Mixpost it's the coolest Self hosted social media management software. home: https://truecharts.org/charts/incubator/mixpost -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mixpost.png +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mixpost.webp keywords: - mixpost - twitter - facebook - socialmedia -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/incubator/mixpost/README.md b/charts/incubator/mixpost/README.md index e69de29bb2d..2daa143848b 100644 --- a/charts/incubator/mixpost/README.md +++ b/charts/incubator/mixpost/README.md @@ -0,0 +1,61 @@ +--- +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/incubator/mixpost) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://tccr.io/truecharts/CHARTNAME` + +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ + + +### TrueNAS SCALE Apps + +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/deprecated/scale). + +## Chart 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/mixpost + +## Configuration Options + +Please note: For TrueNAS SCALE, only options available in the GUI are supported. +Hence most of these docs do not apply to TrueNAS SCALE + +To view the chart specific options, please view Values.yaml included in the chart. +The most recent version of which, is available here: https://github.com/truecharts/charts/charts/incubator/mixpost/values.yaml + +All our Charts use a shared "common" library chart that contains most of the templating and options. +For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/ + +For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml + +## 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/incubator/mixpost/icon-small.webp b/charts/incubator/mixpost/icon-small.webp new file mode 100644 index 00000000000..4f1a4e8b453 Binary files /dev/null and b/charts/incubator/mixpost/icon-small.webp differ diff --git a/charts/incubator/mixpost/icon.png b/charts/incubator/mixpost/icon.png deleted file mode 100644 index 9923cb1eb35..00000000000 Binary files a/charts/incubator/mixpost/icon.png and /dev/null differ diff --git a/charts/incubator/mixpost/icon.webp b/charts/incubator/mixpost/icon.webp new file mode 100644 index 00000000000..bf7ef0eaf21 Binary files /dev/null and b/charts/incubator/mixpost/icon.webp differ diff --git a/charts/incubator/mixpost/values.yaml b/charts/incubator/mixpost/values.yaml index 3835c97d411..667cb995ff2 100644 --- a/charts/incubator/mixpost/values.yaml +++ b/charts/incubator/mixpost/values.yaml @@ -16,7 +16,7 @@ persistence: enabled: true mountPath: "/var/www/html/storage/logs" varrun: - enabled: false + enabled: false mariadb: enabled: true mariadbUsername: mixpost diff --git a/charts/incubator/peppermint/README.md b/charts/incubator/peppermint/README.md index 8bb57b0447c..3d505a0e3ca 100644 --- a/charts/incubator/peppermint/README.md +++ b/charts/incubator/peppermint/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/incubator/pingvin-share/README.md b/charts/incubator/pingvin-share/README.md index 96e77dd4298..89b530b175e 100644 --- a/charts/incubator/pingvin-share/README.md +++ b/charts/incubator/pingvin-share/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/incubator/plant-it/README.md b/charts/incubator/plant-it/README.md index a45256860af..51d56bc8e64 100644 --- a/charts/incubator/plant-it/README.md +++ b/charts/incubator/plant-it/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/incubator/sd-webui/README.md b/charts/incubator/sd-webui/README.md index 1ad0a77a2fd..99b03f7cf41 100644 --- a/charts/incubator/sd-webui/README.md +++ b/charts/incubator/sd-webui/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/incubator/semaphore/README.md b/charts/incubator/semaphore/README.md index c32866cfc7d..d61be970ed0 100644 --- a/charts/incubator/semaphore/README.md +++ b/charts/incubator/semaphore/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/incubator/slskd/README.md b/charts/incubator/slskd/README.md index 6118a1dcff3..a2a56475caf 100644 --- a/charts/incubator/slskd/README.md +++ b/charts/incubator/slskd/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/incubator/teslamate/README.md b/charts/incubator/teslamate/README.md index 5029177a400..39eebaaaa28 100644 --- a/charts/incubator/teslamate/README.md +++ b/charts/incubator/teslamate/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/incubator/victoriametrics/README.md b/charts/incubator/victoriametrics/README.md index 9600ac1b395..0e6a7514a4f 100644 --- a/charts/incubator/victoriametrics/README.md +++ b/charts/incubator/victoriametrics/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/incubator/wisemapping/README.md b/charts/incubator/wisemapping/README.md index aef628c7940..1b3bef7e9c2 100644 --- a/charts/incubator/wisemapping/README.md +++ b/charts/incubator/wisemapping/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/premium/authelia/README.md b/charts/premium/authelia/README.md index 654dfa7e45a..c0c0fe23930 100644 --- a/charts/premium/authelia/README.md +++ b/charts/premium/authelia/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/premium/blocky/README.md b/charts/premium/blocky/README.md index ae6db26e47e..9d64b6b5c1c 100644 --- a/charts/premium/blocky/README.md +++ b/charts/premium/blocky/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/premium/clusterissuer/README.md b/charts/premium/clusterissuer/README.md index 20b832657e4..ca52be286a1 100644 --- a/charts/premium/clusterissuer/README.md +++ b/charts/premium/clusterissuer/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/premium/custom-app/README.md b/charts/premium/custom-app/README.md index bb901b04b92..8a4391e128b 100644 --- a/charts/premium/custom-app/README.md +++ b/charts/premium/custom-app/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/premium/grafana/README.md b/charts/premium/grafana/README.md index da020c7adcd..517172ef7f0 100644 --- a/charts/premium/grafana/README.md +++ b/charts/premium/grafana/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/premium/metallb-config/README.md b/charts/premium/metallb-config/README.md index bd81c5f8f53..f4af0c07311 100644 --- a/charts/premium/metallb-config/README.md +++ b/charts/premium/metallb-config/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/premium/prometheus/README.md b/charts/premium/prometheus/README.md index 2c69a520ca7..5c334d7d6aa 100644 --- a/charts/premium/prometheus/README.md +++ b/charts/premium/prometheus/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/premium/traefik/README.md b/charts/premium/traefik/README.md index ce0f7513df7..ed92bcdae88 100644 --- a/charts/premium/traefik/README.md +++ b/charts/premium/traefik/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/premium/vaultwarden/README.md b/charts/premium/vaultwarden/README.md index 00e35f95f4f..45af2d90a33 100644 --- a/charts/premium/vaultwarden/README.md +++ b/charts/premium/vaultwarden/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/acestream/README.md b/charts/stable/acestream/README.md index c348c45ecf5..896a01a882b 100644 --- a/charts/stable/acestream/README.md +++ b/charts/stable/acestream/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/actualserver/README.md b/charts/stable/actualserver/README.md index ae8743cc3dd..bc4faa71c04 100644 --- a/charts/stable/actualserver/README.md +++ b/charts/stable/actualserver/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/adguard-home/README.md b/charts/stable/adguard-home/README.md index 32f3d892d3b..59836c1f9b4 100644 --- a/charts/stable/adguard-home/README.md +++ b/charts/stable/adguard-home/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/adguardhome-sync/README.md b/charts/stable/adguardhome-sync/README.md index e9e842f8f89..522a11befde 100644 --- a/charts/stable/adguardhome-sync/README.md +++ b/charts/stable/adguardhome-sync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/adminer/README.md b/charts/stable/adminer/README.md index b4a82c3e354..28fbcd72c18 100644 --- a/charts/stable/adminer/README.md +++ b/charts/stable/adminer/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/airdcpp-webclient/README.md b/charts/stable/airdcpp-webclient/README.md index afda2ecccee..7566f0b1adf 100644 --- a/charts/stable/airdcpp-webclient/README.md +++ b/charts/stable/airdcpp-webclient/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/airsonic-advanced/README.md b/charts/stable/airsonic-advanced/README.md index 3aa8a390323..d53e70d7ba7 100644 --- a/charts/stable/airsonic-advanced/README.md +++ b/charts/stable/airsonic-advanced/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/airsonic/README.md b/charts/stable/airsonic/README.md index bfed265b667..70c9d83aac3 100644 --- a/charts/stable/airsonic/README.md +++ b/charts/stable/airsonic/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/alienswarm-reactivedrop/README.md b/charts/stable/alienswarm-reactivedrop/README.md index 5c3152c9d64..f2b2c43ef79 100644 --- a/charts/stable/alienswarm-reactivedrop/README.md +++ b/charts/stable/alienswarm-reactivedrop/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/alienswarm/README.md b/charts/stable/alienswarm/README.md index c414a2fa48d..2d2d23e00bd 100644 --- a/charts/stable/alienswarm/README.md +++ b/charts/stable/alienswarm/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/alist/README.md b/charts/stable/alist/README.md index 56f62189a1b..df80b688d60 100644 --- a/charts/stable/alist/README.md +++ b/charts/stable/alist/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/amcrest2mqtt/README.md b/charts/stable/amcrest2mqtt/README.md index 01e1d9299cf..94fcf21482f 100644 --- a/charts/stable/amcrest2mqtt/README.md +++ b/charts/stable/amcrest2mqtt/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/americasarmy-pg/README.md b/charts/stable/americasarmy-pg/README.md index e1885389a8d..ca732bbc6de 100644 --- a/charts/stable/americasarmy-pg/README.md +++ b/charts/stable/americasarmy-pg/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/amule/README.md b/charts/stable/amule/README.md index 5fde33c6ed7..a043a310ded 100644 --- a/charts/stable/amule/README.md +++ b/charts/stable/amule/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/android-8-0/README.md b/charts/stable/android-8-0/README.md index a827f2fdb14..758f9327363 100644 --- a/charts/stable/android-8-0/README.md +++ b/charts/stable/android-8-0/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/androiddebugbridge/README.md b/charts/stable/androiddebugbridge/README.md index 73a4d5985b5..11f6ae277f4 100644 --- a/charts/stable/androiddebugbridge/README.md +++ b/charts/stable/androiddebugbridge/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/anki-sync-server/README.md b/charts/stable/anki-sync-server/README.md index 96a47030257..4aea75fd2f9 100644 --- a/charts/stable/anki-sync-server/README.md +++ b/charts/stable/anki-sync-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/anonaddy/README.md b/charts/stable/anonaddy/README.md index 0e3ad0f8efe..bae20993402 100644 --- a/charts/stable/anonaddy/README.md +++ b/charts/stable/anonaddy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/anope/README.md b/charts/stable/anope/README.md index cfbbc71cf73..72894d5b401 100644 --- a/charts/stable/anope/README.md +++ b/charts/stable/anope/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/answer/README.md b/charts/stable/answer/README.md index 27fc5b20255..e49bf5c47d1 100644 --- a/charts/stable/answer/README.md +++ b/charts/stable/answer/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/anything-llm/README.md b/charts/stable/anything-llm/README.md index 7957f1d9485..f04c5349894 100644 --- a/charts/stable/anything-llm/README.md +++ b/charts/stable/anything-llm/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/apache-musicindex/README.md b/charts/stable/apache-musicindex/README.md index 11fc0e2865d..b90401b6fbb 100644 --- a/charts/stable/apache-musicindex/README.md +++ b/charts/stable/apache-musicindex/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/apache-webdav/README.md b/charts/stable/apache-webdav/README.md index e8707059659..d3b148cb602 100644 --- a/charts/stable/apache-webdav/README.md +++ b/charts/stable/apache-webdav/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/appdaemon/README.md b/charts/stable/appdaemon/README.md index e40a9fab0db..20e15a96f80 100644 --- a/charts/stable/appdaemon/README.md +++ b/charts/stable/appdaemon/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/apt-cacher-ng/README.md b/charts/stable/apt-cacher-ng/README.md index e4998970830..e7b38912055 100644 --- a/charts/stable/apt-cacher-ng/README.md +++ b/charts/stable/apt-cacher-ng/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/archivebox/README.md b/charts/stable/archivebox/README.md index 864fb46420e..1161a1fa72d 100644 --- a/charts/stable/archivebox/README.md +++ b/charts/stable/archivebox/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/archiveteam-warrior/README.md b/charts/stable/archiveteam-warrior/README.md index 8b1f98c9280..4bebcabdf6b 100644 --- a/charts/stable/archiveteam-warrior/README.md +++ b/charts/stable/archiveteam-warrior/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/aria2/README.md b/charts/stable/aria2/README.md index d1abe3a3357..bdfc0ef45b0 100644 --- a/charts/stable/aria2/README.md +++ b/charts/stable/aria2/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ariang/README.md b/charts/stable/ariang/README.md index c9ca8128155..c32df17e428 100644 --- a/charts/stable/ariang/README.md +++ b/charts/stable/ariang/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/arksurvivalevolved/README.md b/charts/stable/arksurvivalevolved/README.md index 291107a0fd4..334f9627b49 100644 --- a/charts/stable/arksurvivalevolved/README.md +++ b/charts/stable/arksurvivalevolved/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/arma3/README.md b/charts/stable/arma3/README.md index f16c747c0b9..aa350441213 100644 --- a/charts/stable/arma3/README.md +++ b/charts/stable/arma3/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/arma3exilemod/README.md b/charts/stable/arma3exilemod/README.md index 5479b1cb413..1e085e90db3 100644 --- a/charts/stable/arma3exilemod/README.md +++ b/charts/stable/arma3exilemod/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/assettocorsa/README.md b/charts/stable/assettocorsa/README.md index 5ed9f80ca3e..419751d0ecc 100644 --- a/charts/stable/assettocorsa/README.md +++ b/charts/stable/assettocorsa/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/atuin/README.md b/charts/stable/atuin/README.md index e11d3a25981..c253cf12803 100644 --- a/charts/stable/atuin/README.md +++ b/charts/stable/atuin/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/audacity/README.md b/charts/stable/audacity/README.md index dbc42291612..1beaf62c921 100644 --- a/charts/stable/audacity/README.md +++ b/charts/stable/audacity/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/audiobookshelf/README.md b/charts/stable/audiobookshelf/README.md index 419f9654eb2..2fa0b422505 100644 --- a/charts/stable/audiobookshelf/README.md +++ b/charts/stable/audiobookshelf/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/aurora-files/README.md b/charts/stable/aurora-files/README.md index 63dde519264..08cffd4477e 100644 --- a/charts/stable/aurora-files/README.md +++ b/charts/stable/aurora-files/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/authentik/README.md b/charts/stable/authentik/README.md index b52e67725f2..4aba647e2fa 100644 --- a/charts/stable/authentik/README.md +++ b/charts/stable/authentik/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/auto-yt-dl/README.md b/charts/stable/auto-yt-dl/README.md index 9a66d360a84..f0440743bc2 100644 --- a/charts/stable/auto-yt-dl/README.md +++ b/charts/stable/auto-yt-dl/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/autobrr/README.md b/charts/stable/autobrr/README.md index bd2339def78..a4a417421f8 100644 --- a/charts/stable/autobrr/README.md +++ b/charts/stable/autobrr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/automatic-music-downloader/README.md b/charts/stable/automatic-music-downloader/README.md index 7b3f446861a..d32d222cd7d 100644 --- a/charts/stable/automatic-music-downloader/README.md +++ b/charts/stable/automatic-music-downloader/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/automatic-ripping-machine/README.md b/charts/stable/automatic-ripping-machine/README.md index 71bc8d5be5d..d6532fa4c86 100644 --- a/charts/stable/automatic-ripping-machine/README.md +++ b/charts/stable/automatic-ripping-machine/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/autoscan/README.md b/charts/stable/autoscan/README.md index 7accbd0ba3a..60a4b8d00fa 100644 --- a/charts/stable/autoscan/README.md +++ b/charts/stable/autoscan/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/avidemux/README.md b/charts/stable/avidemux/README.md index a569f9db815..c832aad0d95 100644 --- a/charts/stable/avidemux/README.md +++ b/charts/stable/avidemux/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/avorion/README.md b/charts/stable/avorion/README.md index 1624b8de5a0..619e05eb69b 100644 --- a/charts/stable/avorion/README.md +++ b/charts/stable/avorion/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/babybuddy/README.md b/charts/stable/babybuddy/README.md index 10a5cf9b0d2..c7dbb1b0fa9 100644 --- a/charts/stable/babybuddy/README.md +++ b/charts/stable/babybuddy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/backuppc/README.md b/charts/stable/backuppc/README.md index ef006696efd..d832824611e 100644 --- a/charts/stable/backuppc/README.md +++ b/charts/stable/backuppc/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/baikal/README.md b/charts/stable/baikal/README.md index d2094a39eb3..e281b6a3cec 100644 --- a/charts/stable/baikal/README.md +++ b/charts/stable/baikal/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/barcodebuddy/README.md b/charts/stable/barcodebuddy/README.md index 784d41dbead..0305f0ccddc 100644 --- a/charts/stable/barcodebuddy/README.md +++ b/charts/stable/barcodebuddy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/barotrauma/README.md b/charts/stable/barotrauma/README.md index 36a5c021438..49a0d1fafee 100644 --- a/charts/stable/barotrauma/README.md +++ b/charts/stable/barotrauma/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/baserow/README.md b/charts/stable/baserow/README.md index 5818adeb44f..b30212dc9ad 100644 --- a/charts/stable/baserow/README.md +++ b/charts/stable/baserow/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/batnoter/README.md b/charts/stable/batnoter/README.md index 5849fab939d..cb86f9830f6 100644 --- a/charts/stable/batnoter/README.md +++ b/charts/stable/batnoter/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/bazarr/README.md b/charts/stable/bazarr/README.md index a901f7821b0..95b054307b0 100644 --- a/charts/stable/bazarr/README.md +++ b/charts/stable/bazarr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/beets/README.md b/charts/stable/beets/README.md index a56e93bdcb4..6137aab948e 100644 --- a/charts/stable/beets/README.md +++ b/charts/stable/beets/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/bender/README.md b/charts/stable/bender/README.md index 7d0e7582ebc..58ec4871161 100644 --- a/charts/stable/bender/README.md +++ b/charts/stable/bender/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/bitcoin-node/README.md b/charts/stable/bitcoin-node/README.md index 884b9bc466b..37d99bbefef 100644 --- a/charts/stable/bitcoin-node/README.md +++ b/charts/stable/bitcoin-node/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/bitcoind/README.md b/charts/stable/bitcoind/README.md index dd7f70ee43d..5f9b983eacd 100644 --- a/charts/stable/bitcoind/README.md +++ b/charts/stable/bitcoind/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/bitcoinunlimited/README.md b/charts/stable/bitcoinunlimited/README.md index d0275a166a1..657d2060823 100644 --- a/charts/stable/bitcoinunlimited/README.md +++ b/charts/stable/bitcoinunlimited/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/bitcoinwalletgui/README.md b/charts/stable/bitcoinwalletgui/README.md index 327f34c587c..ef62e781023 100644 --- a/charts/stable/bitcoinwalletgui/README.md +++ b/charts/stable/bitcoinwalletgui/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/bitmagnet/README.md b/charts/stable/bitmagnet/README.md index 4b467a4c8b6..310a15f07df 100644 --- a/charts/stable/bitmagnet/README.md +++ b/charts/stable/bitmagnet/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/blender-desktop-g3/README.md b/charts/stable/blender-desktop-g3/README.md index be904b9b3f3..f3a3f44700a 100644 --- a/charts/stable/blender-desktop-g3/README.md +++ b/charts/stable/blender-desktop-g3/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/blender/README.md b/charts/stable/blender/README.md index 0b18fb52f79..1c4fb375fbc 100644 --- a/charts/stable/blender/README.md +++ b/charts/stable/blender/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/blog/README.md b/charts/stable/blog/README.md index a9f1ae4dfc4..2a483f15492 100644 --- a/charts/stable/blog/README.md +++ b/charts/stable/blog/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/boinc/README.md b/charts/stable/boinc/README.md index 39c205e8676..ff1faeae550 100644 --- a/charts/stable/boinc/README.md +++ b/charts/stable/boinc/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/booksonic-air/README.md b/charts/stable/booksonic-air/README.md index 1aa07279359..6506728f697 100644 --- a/charts/stable/booksonic-air/README.md +++ b/charts/stable/booksonic-air/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/bookstack/README.md b/charts/stable/bookstack/README.md index d8dccbbb17a..f10e6056fda 100644 --- a/charts/stable/bookstack/README.md +++ b/charts/stable/bookstack/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/borg-server/README.md b/charts/stable/borg-server/README.md index c8eef97381c..edbaf6f468a 100644 --- a/charts/stable/borg-server/README.md +++ b/charts/stable/borg-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/breitbandmessung-de/README.md b/charts/stable/breitbandmessung-de/README.md index 55b0c89d67f..a71ee5d6298 100644 --- a/charts/stable/breitbandmessung-de/README.md +++ b/charts/stable/breitbandmessung-de/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/browserless-chrome/README.md b/charts/stable/browserless-chrome/README.md index 8f2ec9b912e..18ec24db978 100644 --- a/charts/stable/browserless-chrome/README.md +++ b/charts/stable/browserless-chrome/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/budge/README.md b/charts/stable/budge/README.md index 18c81dfde82..568e68d97e0 100644 --- a/charts/stable/budge/README.md +++ b/charts/stable/budge/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/bwapp/README.md b/charts/stable/bwapp/README.md index 5180b0c1928..7d759ae374f 100644 --- a/charts/stable/bwapp/README.md +++ b/charts/stable/bwapp/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cadquery-server/README.md b/charts/stable/cadquery-server/README.md index d8571c0fb36..184237f129e 100644 --- a/charts/stable/cadquery-server/README.md +++ b/charts/stable/cadquery-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/calibre-web/README.md b/charts/stable/calibre-web/README.md index 50c56c466a0..a80ad3612da 100644 --- a/charts/stable/calibre-web/README.md +++ b/charts/stable/calibre-web/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/calibre/README.md b/charts/stable/calibre/README.md index 89217b4a084..c7b34d72bb5 100644 --- a/charts/stable/calibre/README.md +++ b/charts/stable/calibre/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/changedetection-io/README.md b/charts/stable/changedetection-io/README.md index cbfe826ac2a..5c8416c7e82 100644 --- a/charts/stable/changedetection-io/README.md +++ b/charts/stable/changedetection-io/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/channels-dvr/README.md b/charts/stable/channels-dvr/README.md index 311f6b8c244..a377e3b75b6 100644 --- a/charts/stable/channels-dvr/README.md +++ b/charts/stable/channels-dvr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/chevereto/README.md b/charts/stable/chevereto/README.md index e9947a71c01..74c0daf6360 100644 --- a/charts/stable/chevereto/README.md +++ b/charts/stable/chevereto/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/chivalry-medievalwarfare/README.md b/charts/stable/chivalry-medievalwarfare/README.md index 70d1b0f8f36..badcff7271e 100644 --- a/charts/stable/chivalry-medievalwarfare/README.md +++ b/charts/stable/chivalry-medievalwarfare/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/chowdown/README.md b/charts/stable/chowdown/README.md index 8f47cbb8f3b..60300a6e3e3 100644 --- a/charts/stable/chowdown/README.md +++ b/charts/stable/chowdown/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/chroma/README.md b/charts/stable/chroma/README.md index 9c29f5e5890..716846e6ec1 100644 --- a/charts/stable/chroma/README.md +++ b/charts/stable/chroma/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/chromium-desktop-g3/README.md b/charts/stable/chromium-desktop-g3/README.md index c81f86adae7..512350d75c4 100644 --- a/charts/stable/chromium-desktop-g3/README.md +++ b/charts/stable/chromium-desktop-g3/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/chromium/README.md b/charts/stable/chromium/README.md index 81d8245a2bc..dc5d2a3d480 100644 --- a/charts/stable/chromium/README.md +++ b/charts/stable/chromium/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/chronograf/README.md b/charts/stable/chronograf/README.md index f3a6007f3df..7c3d665631a 100644 --- a/charts/stable/chronograf/README.md +++ b/charts/stable/chronograf/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/chronos/README.md b/charts/stable/chronos/README.md index f57ace50f1d..2cf6b9e6bda 100644 --- a/charts/stable/chronos/README.md +++ b/charts/stable/chronos/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ciao/README.md b/charts/stable/ciao/README.md index a97656fbeb9..de60fc7f6d7 100644 --- a/charts/stable/ciao/README.md +++ b/charts/stable/ciao/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/citadel-forgedwithfire/README.md b/charts/stable/citadel-forgedwithfire/README.md index fe5b1496a12..2c338deffed 100644 --- a/charts/stable/citadel-forgedwithfire/README.md +++ b/charts/stable/citadel-forgedwithfire/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/clamav/README.md b/charts/stable/clamav/README.md index b341d4bfff2..4ddfc52f5c4 100644 --- a/charts/stable/clamav/README.md +++ b/charts/stable/clamav/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/clarkson/README.md b/charts/stable/clarkson/README.md index abdd914b885..1260a490e6d 100644 --- a/charts/stable/clarkson/README.md +++ b/charts/stable/clarkson/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/clipplex/README.md b/charts/stable/clipplex/README.md index b618dbb7566..d9ee93a9490 100644 --- a/charts/stable/clipplex/README.md +++ b/charts/stable/clipplex/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cloud9/README.md b/charts/stable/cloud9/README.md index 5c028066c20..dc48a7b8748 100644 --- a/charts/stable/cloud9/README.md +++ b/charts/stable/cloud9/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cloudcommander/README.md b/charts/stable/cloudcommander/README.md index 3cc1f728da8..655188ed9c8 100644 --- a/charts/stable/cloudcommander/README.md +++ b/charts/stable/cloudcommander/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cloudflared/README.md b/charts/stable/cloudflared/README.md index d33c9550d0f..a230eb48360 100644 --- a/charts/stable/cloudflared/README.md +++ b/charts/stable/cloudflared/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cloudflareddns/README.md b/charts/stable/cloudflareddns/README.md index 746fd57bbf1..f13b87c817c 100644 --- a/charts/stable/cloudflareddns/README.md +++ b/charts/stable/cloudflareddns/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cloudreve/README.md b/charts/stable/cloudreve/README.md index f51f053c166..3ed30401a86 100644 --- a/charts/stable/cloudreve/README.md +++ b/charts/stable/cloudreve/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/code-server/README.md b/charts/stable/code-server/README.md index df6cdbab06b..ca3269f38ce 100644 --- a/charts/stable/code-server/README.md +++ b/charts/stable/code-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/codeproject-ai-server/README.md b/charts/stable/codeproject-ai-server/README.md index 2bc6006d3e4..cf7ca649064 100644 --- a/charts/stable/codeproject-ai-server/README.md +++ b/charts/stable/codeproject-ai-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/collabora/README.md b/charts/stable/collabora/README.md index d49088a9c0a..ebd16de413d 100644 --- a/charts/stable/collabora/README.md +++ b/charts/stable/collabora/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/colonysurvival/README.md b/charts/stable/colonysurvival/README.md index 663c5089409..648a68883ee 100644 --- a/charts/stable/colonysurvival/README.md +++ b/charts/stable/colonysurvival/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/commento-plusplus/README.md b/charts/stable/commento-plusplus/README.md index 9f1cb183a67..80146ef40b5 100644 --- a/charts/stable/commento-plusplus/README.md +++ b/charts/stable/commento-plusplus/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/conanexiles/README.md b/charts/stable/conanexiles/README.md index c4fe164a845..550d138e8e7 100644 --- a/charts/stable/conanexiles/README.md +++ b/charts/stable/conanexiles/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/convos/README.md b/charts/stable/convos/README.md index 0586e0091a3..89c2a1b77ac 100644 --- a/charts/stable/convos/README.md +++ b/charts/stable/convos/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cops/README.md b/charts/stable/cops/README.md index 3a70d009376..35f8d60430c 100644 --- a/charts/stable/cops/README.md +++ b/charts/stable/cops/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/core-keeper-dedicated-server/README.md b/charts/stable/core-keeper-dedicated-server/README.md index 75282b3ee3b..5dd0d3ca0f9 100644 --- a/charts/stable/core-keeper-dedicated-server/README.md +++ b/charts/stable/core-keeper-dedicated-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/corekeeper/README.md b/charts/stable/corekeeper/README.md index b5cf0143ed4..85790c47ee9 100644 --- a/charts/stable/corekeeper/README.md +++ b/charts/stable/corekeeper/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/couchpotato/README.md b/charts/stable/couchpotato/README.md index b9e921fde72..0c0ededf3cf 100644 --- a/charts/stable/couchpotato/README.md +++ b/charts/stable/couchpotato/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/counterstrike2d/README.md b/charts/stable/counterstrike2d/README.md index 91ca9eb9ad9..21181be4237 100644 --- a/charts/stable/counterstrike2d/README.md +++ b/charts/stable/counterstrike2d/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cowyo/README.md b/charts/stable/cowyo/README.md index a2b785313ab..8a9b06158ad 100644 --- a/charts/stable/cowyo/README.md +++ b/charts/stable/cowyo/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/craftopia/README.md b/charts/stable/craftopia/README.md index 284f15299b6..7be69c5ccff 100644 --- a/charts/stable/craftopia/README.md +++ b/charts/stable/craftopia/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/crafty-4/README.md b/charts/stable/crafty-4/README.md index cf814b951e4..74cc6cff071 100644 --- a/charts/stable/crafty-4/README.md +++ b/charts/stable/crafty-4/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/crypto-exchanges-gateway/README.md b/charts/stable/crypto-exchanges-gateway/README.md index f189a7c2a64..86732a562b6 100644 --- a/charts/stable/crypto-exchanges-gateway/README.md +++ b/charts/stable/crypto-exchanges-gateway/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cryptofolio/README.md b/charts/stable/cryptofolio/README.md index 60e1feb3950..83167de4343 100644 --- a/charts/stable/cryptofolio/README.md +++ b/charts/stable/cryptofolio/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cryptpad/README.md b/charts/stable/cryptpad/README.md index eeb1b6e696f..8dcb3f97a63 100644 --- a/charts/stable/cryptpad/README.md +++ b/charts/stable/cryptpad/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cs2/README.md b/charts/stable/cs2/README.md index 5ddcfbba681..598955e0c03 100644 --- a/charts/stable/cs2/README.md +++ b/charts/stable/cs2/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/csgo/README.md b/charts/stable/csgo/README.md index 86dda1e5304..a533644df5d 100644 --- a/charts/stable/csgo/README.md +++ b/charts/stable/csgo/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cssource/README.md b/charts/stable/cssource/README.md index b18714822c1..367eb7a83f8 100644 --- a/charts/stable/cssource/README.md +++ b/charts/stable/cssource/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cstrike1-6/README.md b/charts/stable/cstrike1-6/README.md index 2403ca9ccb7..e047ee035af 100644 --- a/charts/stable/cstrike1-6/README.md +++ b/charts/stable/cstrike1-6/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cstrikeconditionzero/README.md b/charts/stable/cstrikeconditionzero/README.md index 6afe5d2fa0d..1b0bac105aa 100644 --- a/charts/stable/cstrikeconditionzero/README.md +++ b/charts/stable/cstrikeconditionzero/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cura-novnc/README.md b/charts/stable/cura-novnc/README.md index f5b679593dd..1a6c64f21c1 100644 --- a/charts/stable/cura-novnc/README.md +++ b/charts/stable/cura-novnc/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/cyberchef/README.md b/charts/stable/cyberchef/README.md index a9bc50fff20..0d41fdf9cdd 100644 --- a/charts/stable/cyberchef/README.md +++ b/charts/stable/cyberchef/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/czkawka/README.md b/charts/stable/czkawka/README.md index 7a72dc3b1b4..90d33d317c1 100644 --- a/charts/stable/czkawka/README.md +++ b/charts/stable/czkawka/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dailynotes/README.md b/charts/stable/dailynotes/README.md index 2dc18cb0c70..3ad08795448 100644 --- a/charts/stable/dailynotes/README.md +++ b/charts/stable/dailynotes/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/damselfly/README.md b/charts/stable/damselfly/README.md index 226d066a7fa..2b5fbb20517 100644 --- a/charts/stable/damselfly/README.md +++ b/charts/stable/damselfly/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dashdot/README.md b/charts/stable/dashdot/README.md index ec1b55e47c9..f4527062dc5 100644 --- a/charts/stable/dashdot/README.md +++ b/charts/stable/dashdot/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dashmachine/README.md b/charts/stable/dashmachine/README.md index f8626f06922..ae1a39a0b87 100644 --- a/charts/stable/dashmachine/README.md +++ b/charts/stable/dashmachine/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dashy/README.md b/charts/stable/dashy/README.md index a0300f46222..3df10ea9c1d 100644 --- a/charts/stable/dashy/README.md +++ b/charts/stable/dashy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/davos/README.md b/charts/stable/davos/README.md index 1fd4e115113..4c02385020e 100644 --- a/charts/stable/davos/README.md +++ b/charts/stable/davos/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dayofdefeatsource/README.md b/charts/stable/dayofdefeatsource/README.md index 5e1d3078000..131db13bd95 100644 --- a/charts/stable/dayofdefeatsource/README.md +++ b/charts/stable/dayofdefeatsource/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/daysofwar/README.md b/charts/stable/daysofwar/README.md index dc9397a2d3a..025062c5575 100644 --- a/charts/stable/daysofwar/README.md +++ b/charts/stable/daysofwar/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dayz/README.md b/charts/stable/dayz/README.md index e7ee0442850..c34da61d03d 100644 --- a/charts/stable/dayz/README.md +++ b/charts/stable/dayz/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ddclient/README.md b/charts/stable/ddclient/README.md index d6fa4c910d7..80b6d91e93b 100644 --- a/charts/stable/ddclient/README.md +++ b/charts/stable/ddclient/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ddns-go/README.md b/charts/stable/ddns-go/README.md index 9f97b8bf553..7acc781f85e 100644 --- a/charts/stable/ddns-go/README.md +++ b/charts/stable/ddns-go/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ddns-route53/README.md b/charts/stable/ddns-route53/README.md index 6740f26b638..0fc34ab75ff 100644 --- a/charts/stable/ddns-route53/README.md +++ b/charts/stable/ddns-route53/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ddns-updater/README.md b/charts/stable/ddns-updater/README.md index b0acf6ba13a..48b4a4105df 100644 --- a/charts/stable/ddns-updater/README.md +++ b/charts/stable/ddns-updater/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/debian-apt-mirror/README.md b/charts/stable/debian-apt-mirror/README.md index c35c6b581f9..dadd5f0a660 100644 --- a/charts/stable/debian-apt-mirror/README.md +++ b/charts/stable/debian-apt-mirror/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/debian-bullseye/README.md b/charts/stable/debian-bullseye/README.md index 9bea808c3dc..42edfbd2b33 100644 --- a/charts/stable/debian-bullseye/README.md +++ b/charts/stable/debian-bullseye/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/deconz/README.md b/charts/stable/deconz/README.md index a358d2423ad..1763c2ceb76 100644 --- a/charts/stable/deconz/README.md +++ b/charts/stable/deconz/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/deemix/README.md b/charts/stable/deemix/README.md index e5af92d3c7b..01f61499bda 100644 --- a/charts/stable/deemix/README.md +++ b/charts/stable/deemix/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/deepstack/README.md b/charts/stable/deepstack/README.md index 6c407645a10..727daa8ae89 100644 --- a/charts/stable/deepstack/README.md +++ b/charts/stable/deepstack/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dell-idrac-fan-controller/README.md b/charts/stable/dell-idrac-fan-controller/README.md index 4ba2b987212..a8a4715459a 100644 --- a/charts/stable/dell-idrac-fan-controller/README.md +++ b/charts/stable/dell-idrac-fan-controller/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/deluge/README.md b/charts/stable/deluge/README.md index d9828ae2bf8..dd6b3789a35 100644 --- a/charts/stable/deluge/README.md +++ b/charts/stable/deluge/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/digikam/README.md b/charts/stable/digikam/README.md index 967bbd7e155..2fb22febac4 100644 --- a/charts/stable/digikam/README.md +++ b/charts/stable/digikam/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dillinger/README.md b/charts/stable/dillinger/README.md index 53682f92fbe..28b2ed8e471 100644 --- a/charts/stable/dillinger/README.md +++ b/charts/stable/dillinger/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/discordgsm/README.md b/charts/stable/discordgsm/README.md index 7329c11d363..80c0d11e9b2 100644 --- a/charts/stable/discordgsm/README.md +++ b/charts/stable/discordgsm/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dispatch/README.md b/charts/stable/dispatch/README.md index 206bc5d6156..e01a5adb3d6 100644 --- a/charts/stable/dispatch/README.md +++ b/charts/stable/dispatch/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dizquetv/README.md b/charts/stable/dizquetv/README.md index b9dfb6a85f9..fd927cf39c6 100644 --- a/charts/stable/dizquetv/README.md +++ b/charts/stable/dizquetv/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dns-doh-companion/README.md b/charts/stable/dns-doh-companion/README.md index 71a6be46911..8e3bf8abd03 100644 --- a/charts/stable/dns-doh-companion/README.md +++ b/charts/stable/dns-doh-companion/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/docker-hub-rss/README.md b/charts/stable/docker-hub-rss/README.md index 05eaee74c05..e020b0bfd65 100644 --- a/charts/stable/docker-hub-rss/README.md +++ b/charts/stable/docker-hub-rss/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/docker/README.md b/charts/stable/docker/README.md index 611b9187d27..086ee5e7880 100644 --- a/charts/stable/docker/README.md +++ b/charts/stable/docker/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dockerregistry/README.md b/charts/stable/dockerregistry/README.md index b635ec41ab3..87ff52327e0 100644 --- a/charts/stable/dockerregistry/README.md +++ b/charts/stable/dockerregistry/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dockovpn/README.md b/charts/stable/dockovpn/README.md index 9bcd193e1b8..6fe379cec2d 100644 --- a/charts/stable/dockovpn/README.md +++ b/charts/stable/dockovpn/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/docusaurus/README.md b/charts/stable/docusaurus/README.md index 9a13290cb80..35f351bbf6e 100644 --- a/charts/stable/docusaurus/README.md +++ b/charts/stable/docusaurus/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dokuwiki/README.md b/charts/stable/dokuwiki/README.md index 32696ec47a3..751ff2a3ae8 100644 --- a/charts/stable/dokuwiki/README.md +++ b/charts/stable/dokuwiki/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/domoticz/README.md b/charts/stable/domoticz/README.md index b5726d9b9c1..95c8aa08897 100644 --- a/charts/stable/domoticz/README.md +++ b/charts/stable/domoticz/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dontstarvetogether/README.md b/charts/stable/dontstarvetogether/README.md index 83e20a0cee9..34235270757 100644 --- a/charts/stable/dontstarvetogether/README.md +++ b/charts/stable/dontstarvetogether/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/doplarr/README.md b/charts/stable/doplarr/README.md index 6d8462c5ed8..e272c8e2e95 100644 --- a/charts/stable/doplarr/README.md +++ b/charts/stable/doplarr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/double-take/README.md b/charts/stable/double-take/README.md index e45b1cfbfbd..14521c81dae 100644 --- a/charts/stable/double-take/README.md +++ b/charts/stable/double-take/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/doublecommander/README.md b/charts/stable/doublecommander/README.md index 3aaa963bfc0..a97679e41ee 100644 --- a/charts/stable/doublecommander/README.md +++ b/charts/stable/doublecommander/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/drawio/README.md b/charts/stable/drawio/README.md index a4056f15d3d..ef34bc3576d 100644 --- a/charts/stable/drawio/README.md +++ b/charts/stable/drawio/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/dropbox-by-otherguy/README.md b/charts/stable/dropbox-by-otherguy/README.md index 7bb5dbc636d..54f54ebcd43 100644 --- a/charts/stable/dropbox-by-otherguy/README.md +++ b/charts/stable/dropbox-by-otherguy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/duckdns/README.md b/charts/stable/duckdns/README.md index 74ca38bc70a..2b19c32546f 100644 --- a/charts/stable/duckdns/README.md +++ b/charts/stable/duckdns/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/duplicacy/README.md b/charts/stable/duplicacy/README.md index 671bfbff946..a15db617130 100644 --- a/charts/stable/duplicacy/README.md +++ b/charts/stable/duplicacy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/duplicati/README.md b/charts/stable/duplicati/README.md index 3d93799c90b..983269847d3 100644 --- a/charts/stable/duplicati/README.md +++ b/charts/stable/duplicati/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ecodms/README.md b/charts/stable/ecodms/README.md index abee7e55aa4..25913cc932b 100644 --- a/charts/stable/ecodms/README.md +++ b/charts/stable/ecodms/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/electrum/README.md b/charts/stable/electrum/README.md index 7af28352c46..6e7099dfd70 100644 --- a/charts/stable/electrum/README.md +++ b/charts/stable/electrum/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/emby-sync/README.md b/charts/stable/emby-sync/README.md index eb28c091bdf..79105eeb598 100644 --- a/charts/stable/emby-sync/README.md +++ b/charts/stable/emby-sync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/emby/README.md b/charts/stable/emby/README.md index e4942e974ab..3f3ba18e95d 100644 --- a/charts/stable/emby/README.md +++ b/charts/stable/emby/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/embystat/README.md b/charts/stable/embystat/README.md index 26d1520284d..94daaa96fd0 100644 --- a/charts/stable/embystat/README.md +++ b/charts/stable/embystat/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/emulatorjs/README.md b/charts/stable/emulatorjs/README.md index 12d21af41b9..bbcbdff4f71 100644 --- a/charts/stable/emulatorjs/README.md +++ b/charts/stable/emulatorjs/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/endlessh/README.md b/charts/stable/endlessh/README.md index 4f43ebe00d4..89ec1cd5b9d 100644 --- a/charts/stable/endlessh/README.md +++ b/charts/stable/endlessh/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ersatztv/README.md b/charts/stable/ersatztv/README.md index 0a26381dbfb..a36d6956bda 100644 --- a/charts/stable/ersatztv/README.md +++ b/charts/stable/ersatztv/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/esphome/README.md b/charts/stable/esphome/README.md index 5b55a4e7dca..3ab770e1845 100644 --- a/charts/stable/esphome/README.md +++ b/charts/stable/esphome/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/etesync/README.md b/charts/stable/etesync/README.md index 05056b9e403..c57e080736c 100644 --- a/charts/stable/etesync/README.md +++ b/charts/stable/etesync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ethercalc/README.md b/charts/stable/ethercalc/README.md index 3a57eecda43..1ecb85a160c 100644 --- a/charts/stable/ethercalc/README.md +++ b/charts/stable/ethercalc/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/etherpad/README.md b/charts/stable/etherpad/README.md index 32f7127ba79..04d3cfc9371 100644 --- a/charts/stable/etherpad/README.md +++ b/charts/stable/etherpad/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/explainshell/README.md b/charts/stable/explainshell/README.md index 02496606110..dfc53ccdc62 100644 --- a/charts/stable/explainshell/README.md +++ b/charts/stable/explainshell/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/external-dns/README.md b/charts/stable/external-dns/README.md index b411412a47f..ef13ce6512d 100644 --- a/charts/stable/external-dns/README.md +++ b/charts/stable/external-dns/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/external-ip/README.md b/charts/stable/external-ip/README.md index 03d79d0f37a..bc1163e92d2 100644 --- a/charts/stable/external-ip/README.md +++ b/charts/stable/external-ip/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/external-service/README.md b/charts/stable/external-service/README.md index 96e3db4bddc..5cca008b89e 100644 --- a/charts/stable/external-service/README.md +++ b/charts/stable/external-service/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fabulinus/README.md b/charts/stable/fabulinus/README.md index 26ad35a5df8..b1e0bbfca5f 100644 --- a/charts/stable/fabulinus/README.md +++ b/charts/stable/fabulinus/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/factorio/README.md b/charts/stable/factorio/README.md index 164dc5e05c3..410cb8d66ab 100644 --- a/charts/stable/factorio/README.md +++ b/charts/stable/factorio/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/factorioservermanager/README.md b/charts/stable/factorioservermanager/README.md index f061e20adea..dda9813200e 100644 --- a/charts/stable/factorioservermanager/README.md +++ b/charts/stable/factorioservermanager/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/farmos/README.md b/charts/stable/farmos/README.md index 21ee17cd67b..9056c9135f1 100644 --- a/charts/stable/farmos/README.md +++ b/charts/stable/farmos/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fastcom-mqtt/README.md b/charts/stable/fastcom-mqtt/README.md index 37cc2cebce7..ba0df472bed 100644 --- a/charts/stable/fastcom-mqtt/README.md +++ b/charts/stable/fastcom-mqtt/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fenrus/README.md b/charts/stable/fenrus/README.md index 70d008f1eef..a5d3fb944a5 100644 --- a/charts/stable/fenrus/README.md +++ b/charts/stable/fenrus/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ferdi-server/README.md b/charts/stable/ferdi-server/README.md index 22905017c1a..3483a67ad37 100644 --- a/charts/stable/ferdi-server/README.md +++ b/charts/stable/ferdi-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ffmpeg-mkvdts2ac3/README.md b/charts/stable/ffmpeg-mkvdts2ac3/README.md index 74c43ae0a74..365773a4459 100644 --- a/charts/stable/ffmpeg-mkvdts2ac3/README.md +++ b/charts/stable/ffmpeg-mkvdts2ac3/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/filebot/README.md b/charts/stable/filebot/README.md index 1c11172b3f4..907aa33e33f 100644 --- a/charts/stable/filebot/README.md +++ b/charts/stable/filebot/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/filebrowser/README.md b/charts/stable/filebrowser/README.md index 2ee83ac48b6..87c89c4d512 100644 --- a/charts/stable/filebrowser/README.md +++ b/charts/stable/filebrowser/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fileflows/README.md b/charts/stable/fileflows/README.md index e1fd3890ecb..c56fdcb7cec 100644 --- a/charts/stable/fileflows/README.md +++ b/charts/stable/fileflows/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fileshelter/README.md b/charts/stable/fileshelter/README.md index 8a1a350bfb7..9eb14995fd3 100644 --- a/charts/stable/fileshelter/README.md +++ b/charts/stable/fileshelter/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/filestash/README.md b/charts/stable/filestash/README.md index 924de22c783..41b62ed8e15 100644 --- a/charts/stable/filestash/README.md +++ b/charts/stable/filestash/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/filezilla/README.md b/charts/stable/filezilla/README.md index 26993b7648e..de3c974a03b 100644 --- a/charts/stable/filezilla/README.md +++ b/charts/stable/filezilla/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fireflyiii/README.md b/charts/stable/fireflyiii/README.md index d27c78c0d31..45a978e08a2 100644 --- a/charts/stable/fireflyiii/README.md +++ b/charts/stable/fireflyiii/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/firefox-desktop-g3/README.md b/charts/stable/firefox-desktop-g3/README.md index a4a4ce403d5..20b3635442d 100644 --- a/charts/stable/firefox-desktop-g3/README.md +++ b/charts/stable/firefox-desktop-g3/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/firefox-syncserver/README.md b/charts/stable/firefox-syncserver/README.md index a37a7df76d7..9b6e969a15f 100644 --- a/charts/stable/firefox-syncserver/README.md +++ b/charts/stable/firefox-syncserver/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/firefox/README.md b/charts/stable/firefox/README.md index 05773cc3b11..4030370591f 100644 --- a/charts/stable/firefox/README.md +++ b/charts/stable/firefox/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fireshare/README.md b/charts/stable/fireshare/README.md index 5983351e8dd..21cc73732dd 100644 --- a/charts/stable/fireshare/README.md +++ b/charts/stable/fireshare/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/firezone/README.md b/charts/stable/firezone/README.md index 248984e739d..8e675b6ab69 100644 --- a/charts/stable/firezone/README.md +++ b/charts/stable/firezone/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fistfuloffrags/README.md b/charts/stable/fistfuloffrags/README.md index e37b4ab2b21..e6d327c2248 100644 --- a/charts/stable/fistfuloffrags/README.md +++ b/charts/stable/fistfuloffrags/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fivem/README.md b/charts/stable/fivem/README.md index a01af02fc08..02d1b0b4ee4 100644 --- a/charts/stable/fivem/README.md +++ b/charts/stable/fivem/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/flame/README.md b/charts/stable/flame/README.md index f9a1f255032..1aafbce7a73 100644 --- a/charts/stable/flame/README.md +++ b/charts/stable/flame/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/flaresolverr/README.md b/charts/stable/flaresolverr/README.md index 234efa285c8..330a994ac39 100644 --- a/charts/stable/flaresolverr/README.md +++ b/charts/stable/flaresolverr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fleet/README.md b/charts/stable/fleet/README.md index 5cd35765a10..cc31a23c178 100644 --- a/charts/stable/fleet/README.md +++ b/charts/stable/fleet/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/flexget/README.md b/charts/stable/flexget/README.md index d6f73d7d6aa..9b3d685f2e5 100644 --- a/charts/stable/flexget/README.md +++ b/charts/stable/flexget/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/flextv/README.md b/charts/stable/flextv/README.md index 7c877c058cd..f172ff386ba 100644 --- a/charts/stable/flextv/README.md +++ b/charts/stable/flextv/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/flood/README.md b/charts/stable/flood/README.md index 41dc7557077..b86401b146e 100644 --- a/charts/stable/flood/README.md +++ b/charts/stable/flood/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/flowise/README.md b/charts/stable/flowise/README.md index a307b254137..903ab0a579d 100644 --- a/charts/stable/flowise/README.md +++ b/charts/stable/flowise/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fluidd/README.md b/charts/stable/fluidd/README.md index e9941ed7bf0..7857b4ad42a 100644 --- a/charts/stable/fluidd/README.md +++ b/charts/stable/fluidd/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fluttercoin-wallet/README.md b/charts/stable/fluttercoin-wallet/README.md index 044f05126b1..845ce365f80 100644 --- a/charts/stable/fluttercoin-wallet/README.md +++ b/charts/stable/fluttercoin-wallet/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fmd2-wine/README.md b/charts/stable/fmd2-wine/README.md index 9507656a027..9ad36de5b89 100644 --- a/charts/stable/fmd2-wine/README.md +++ b/charts/stable/fmd2-wine/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/foldingathome/README.md b/charts/stable/foldingathome/README.md index dfc174d130a..ff0350f6d9e 100644 --- a/charts/stable/foldingathome/README.md +++ b/charts/stable/foldingathome/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fossil/README.md b/charts/stable/fossil/README.md index cc680d591b6..3bc4a4ad2e2 100644 --- a/charts/stable/fossil/README.md +++ b/charts/stable/fossil/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fotosho/README.md b/charts/stable/fotosho/README.md index 748924750e1..5538247bc72 100644 --- a/charts/stable/fotosho/README.md +++ b/charts/stable/fotosho/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/freecad-desktop-g3/README.md b/charts/stable/freecad-desktop-g3/README.md index 7fd2807be0d..9433ca42560 100644 --- a/charts/stable/freecad-desktop-g3/README.md +++ b/charts/stable/freecad-desktop-g3/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/freeradius/README.md b/charts/stable/freeradius/README.md index 35b4cce50d9..8012138c527 100644 --- a/charts/stable/freeradius/README.md +++ b/charts/stable/freeradius/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/freshrss/README.md b/charts/stable/freshrss/README.md index 6387a550237..d8a5ebdc64f 100644 --- a/charts/stable/freshrss/README.md +++ b/charts/stable/freshrss/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/friendica/README.md b/charts/stable/friendica/README.md index 1f733eec7c3..2a5055daa0a 100644 --- a/charts/stable/friendica/README.md +++ b/charts/stable/friendica/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/frigate/README.md b/charts/stable/frigate/README.md index 921b3572fc0..226fbe1d663 100644 --- a/charts/stable/frigate/README.md +++ b/charts/stable/frigate/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/fsm/README.md b/charts/stable/fsm/README.md index f93f7a88389..26f7acf7ce7 100644 --- a/charts/stable/fsm/README.md +++ b/charts/stable/fsm/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/game-server-watcher/README.md b/charts/stable/game-server-watcher/README.md index 3c648c29af1..64e739d1e77 100644 --- a/charts/stable/game-server-watcher/README.md +++ b/charts/stable/game-server-watcher/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/gamevault-backend/README.md b/charts/stable/gamevault-backend/README.md index 58ea600d113..52a53deb5ca 100644 --- a/charts/stable/gamevault-backend/README.md +++ b/charts/stable/gamevault-backend/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/gaps/README.md b/charts/stable/gaps/README.md index ea7f56302ad..ce23ba59169 100644 --- a/charts/stable/gaps/README.md +++ b/charts/stable/gaps/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/garrysmod/README.md b/charts/stable/garrysmod/README.md index e95d2169f80..8a8606d6f2b 100644 --- a/charts/stable/garrysmod/README.md +++ b/charts/stable/garrysmod/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/gaseous-server/README.md b/charts/stable/gaseous-server/README.md index 0a27308cfcf..e0f2ea1e400 100644 --- a/charts/stable/gaseous-server/README.md +++ b/charts/stable/gaseous-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/genea/README.md b/charts/stable/genea/README.md index 28210b76229..b2f4ff98e75 100644 --- a/charts/stable/genea/README.md +++ b/charts/stable/genea/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/gitea/README.md b/charts/stable/gitea/README.md index 72eb88ef4a1..13aa233511c 100644 --- a/charts/stable/gitea/README.md +++ b/charts/stable/gitea/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/github-backup/README.md b/charts/stable/github-backup/README.md index c890fd99b68..a3f3a94c960 100644 --- a/charts/stable/github-backup/README.md +++ b/charts/stable/github-backup/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/glauth/README.md b/charts/stable/glauth/README.md index 649942c1c6c..deec0712798 100644 --- a/charts/stable/glauth/README.md +++ b/charts/stable/glauth/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/go-playground/README.md b/charts/stable/go-playground/README.md index 281cfbca22b..705513eacc0 100644 --- a/charts/stable/go-playground/README.md +++ b/charts/stable/go-playground/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/goaccess-npm-logs/README.md b/charts/stable/goaccess-npm-logs/README.md index 196d84b5ce6..ce7614448bd 100644 --- a/charts/stable/goaccess-npm-logs/README.md +++ b/charts/stable/goaccess-npm-logs/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/goaccess/README.md b/charts/stable/goaccess/README.md index 47a6084ed90..37503fd4db6 100644 --- a/charts/stable/goaccess/README.md +++ b/charts/stable/goaccess/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/godaddy-ddns/README.md b/charts/stable/godaddy-ddns/README.md index e9c8c43e20e..7da6e50f4b4 100644 --- a/charts/stable/godaddy-ddns/README.md +++ b/charts/stable/godaddy-ddns/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/gokapi/README.md b/charts/stable/gokapi/README.md index abbaf532759..58123118fa8 100644 --- a/charts/stable/gokapi/README.md +++ b/charts/stable/gokapi/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/golinks/README.md b/charts/stable/golinks/README.md index 22e626ac08f..cda5b3082a4 100644 --- a/charts/stable/golinks/README.md +++ b/charts/stable/golinks/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/gonic/README.md b/charts/stable/gonic/README.md index aba6ccb2c45..309dde85d93 100644 --- a/charts/stable/gonic/README.md +++ b/charts/stable/gonic/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/googlephotossync/README.md b/charts/stable/googlephotossync/README.md index 143562fad6d..ccc95577990 100644 --- a/charts/stable/googlephotossync/README.md +++ b/charts/stable/googlephotossync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/gpodder/README.md b/charts/stable/gpodder/README.md index 2e638f936b5..858c0d45a7b 100644 --- a/charts/stable/gpodder/README.md +++ b/charts/stable/gpodder/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/grafana-image-renderer/README.md b/charts/stable/grafana-image-renderer/README.md index 5140292dbde..78793fa24b5 100644 --- a/charts/stable/grafana-image-renderer/README.md +++ b/charts/stable/grafana-image-renderer/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/grav/README.md b/charts/stable/grav/README.md index 3faffe6be1b..c74aaecd477 100644 --- a/charts/stable/grav/README.md +++ b/charts/stable/grav/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/gravity/README.md b/charts/stable/gravity/README.md index f2f543b1d3f..fd03ae131b8 100644 --- a/charts/stable/gravity/README.md +++ b/charts/stable/gravity/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/gridcoinwalletgui/README.md b/charts/stable/gridcoinwalletgui/README.md index a95f54744b6..cb69cac9cb5 100644 --- a/charts/stable/gridcoinwalletgui/README.md +++ b/charts/stable/gridcoinwalletgui/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/grocy/README.md b/charts/stable/grocy/README.md index e3bad5f8566..c670777d2b7 100644 --- a/charts/stable/grocy/README.md +++ b/charts/stable/grocy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/guacamole/README.md b/charts/stable/guacamole/README.md index 6298e357abf..9cf4a490acb 100644 --- a/charts/stable/guacamole/README.md +++ b/charts/stable/guacamole/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/guacd/README.md b/charts/stable/guacd/README.md index 25eca2596be..7abd939e60e 100644 --- a/charts/stable/guacd/README.md +++ b/charts/stable/guacd/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/guide2go/README.md b/charts/stable/guide2go/README.md index 4e9ee8c307f..4df729fd31b 100644 --- a/charts/stable/guide2go/README.md +++ b/charts/stable/guide2go/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/h5ai/README.md b/charts/stable/h5ai/README.md index 84ce2fee9f9..9cc0be07534 100644 --- a/charts/stable/h5ai/README.md +++ b/charts/stable/h5ai/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/halflife2deathmatch/README.md b/charts/stable/halflife2deathmatch/README.md index 7436bbaf075..a88c9e343c7 100644 --- a/charts/stable/halflife2deathmatch/README.md +++ b/charts/stable/halflife2deathmatch/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/hammond/README.md b/charts/stable/hammond/README.md index 07ab649eedd..c9ac996dc12 100644 --- a/charts/stable/hammond/README.md +++ b/charts/stable/hammond/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/handbrake/README.md b/charts/stable/handbrake/README.md index a9c97e8dfa4..8d4a907720f 100644 --- a/charts/stable/handbrake/README.md +++ b/charts/stable/handbrake/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/hassconfigurator/README.md b/charts/stable/hassconfigurator/README.md index 8ec3e33d723..6e5b51b5c26 100644 --- a/charts/stable/hassconfigurator/README.md +++ b/charts/stable/hassconfigurator/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/haste-server/README.md b/charts/stable/haste-server/README.md index 4646a7690e7..1073380e6aa 100644 --- a/charts/stable/haste-server/README.md +++ b/charts/stable/haste-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/hastebin/README.md b/charts/stable/hastebin/README.md index de735d66d16..2097ab78352 100644 --- a/charts/stable/hastebin/README.md +++ b/charts/stable/hastebin/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/hasty-paste/README.md b/charts/stable/hasty-paste/README.md index 7395966029a..63e53100ef7 100644 --- a/charts/stable/hasty-paste/README.md +++ b/charts/stable/hasty-paste/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/headphones/README.md b/charts/stable/headphones/README.md index baa25c2e4a7..57781b8f33c 100644 --- a/charts/stable/headphones/README.md +++ b/charts/stable/headphones/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/healthchecks/README.md b/charts/stable/healthchecks/README.md index 807b6df5b3d..bdb5143796d 100644 --- a/charts/stable/healthchecks/README.md +++ b/charts/stable/healthchecks/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/hedgedoc/README.md b/charts/stable/hedgedoc/README.md index 0b5ec48fc64..e65a4724b4a 100644 --- a/charts/stable/hedgedoc/README.md +++ b/charts/stable/hedgedoc/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/heimdall/README.md b/charts/stable/heimdall/README.md index 8d61fb4d71b..5d46d945058 100644 --- a/charts/stable/heimdall/README.md +++ b/charts/stable/heimdall/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/hetzner-ddns/README.md b/charts/stable/hetzner-ddns/README.md index 1aed25a6a67..3cc1350264d 100644 --- a/charts/stable/hetzner-ddns/README.md +++ b/charts/stable/hetzner-ddns/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/hexchat/README.md b/charts/stable/hexchat/README.md index 7ead9446ded..7e9b1ba0230 100644 --- a/charts/stable/hexchat/README.md +++ b/charts/stable/hexchat/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/hexo-blog/README.md b/charts/stable/hexo-blog/README.md index 3c3a2755c25..63665dde453 100644 --- a/charts/stable/hexo-blog/README.md +++ b/charts/stable/hexo-blog/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/homarr/README.md b/charts/stable/homarr/README.md index 0fa97cc35ab..d2c3d7fe566 100644 --- a/charts/stable/homarr/README.md +++ b/charts/stable/homarr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/home-assistant/README.md b/charts/stable/home-assistant/README.md index 797494457df..fedaf9ce440 100644 --- a/charts/stable/home-assistant/README.md +++ b/charts/stable/home-assistant/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/homebox/README.md b/charts/stable/homebox/README.md index c39727b090e..c80cf72da32 100644 --- a/charts/stable/homebox/README.md +++ b/charts/stable/homebox/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/homebridge/README.md b/charts/stable/homebridge/README.md index 7f298fb4561..d6dae73eeb4 100644 --- a/charts/stable/homebridge/README.md +++ b/charts/stable/homebridge/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/homelablabelmaker/README.md b/charts/stable/homelablabelmaker/README.md index da4dde14a35..7ada693acbd 100644 --- a/charts/stable/homelablabelmaker/README.md +++ b/charts/stable/homelablabelmaker/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/homepage/README.md b/charts/stable/homepage/README.md index 8e57f3dec5b..5b8feb3cdff 100644 --- a/charts/stable/homepage/README.md +++ b/charts/stable/homepage/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/homer/README.md b/charts/stable/homer/README.md index dd7ce3e7a8f..1a83da18b85 100644 --- a/charts/stable/homer/README.md +++ b/charts/stable/homer/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/hoobs/README.md b/charts/stable/hoobs/README.md index 554cac850ae..e96cc5dbdd4 100644 --- a/charts/stable/hoobs/README.md +++ b/charts/stable/hoobs/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/htpcmanager/README.md b/charts/stable/htpcmanager/README.md index 1b26670c889..897616740b8 100644 --- a/charts/stable/htpcmanager/README.md +++ b/charts/stable/htpcmanager/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/humhub/README.md b/charts/stable/humhub/README.md index 45d3e477fd9..a5f59c9894b 100644 --- a/charts/stable/humhub/README.md +++ b/charts/stable/humhub/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/hurtworld/README.md b/charts/stable/hurtworld/README.md index e9eb4fd5843..f19467853df 100644 --- a/charts/stable/hurtworld/README.md +++ b/charts/stable/hurtworld/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/hyperion-ng/README.md b/charts/stable/hyperion-ng/README.md index c5937d78e53..fe6360a0408 100644 --- a/charts/stable/hyperion-ng/README.md +++ b/charts/stable/hyperion-ng/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/icloudpd/README.md b/charts/stable/icloudpd/README.md index ad1c0ce4fef..1e6f604facd 100644 --- a/charts/stable/icloudpd/README.md +++ b/charts/stable/icloudpd/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/imgpush/README.md b/charts/stable/imgpush/README.md index 5c82c878c7c..bd9fe2ad775 100644 --- a/charts/stable/imgpush/README.md +++ b/charts/stable/imgpush/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/immich/README.md b/charts/stable/immich/README.md index 6d4280a52b9..929db0af9cb 100644 --- a/charts/stable/immich/README.md +++ b/charts/stable/immich/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/import-ics/README.md b/charts/stable/import-ics/README.md index 54cb1a7acc4..16d6e439573 100644 --- a/charts/stable/import-ics/README.md +++ b/charts/stable/import-ics/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/inkscape-desktop-g3/README.md b/charts/stable/inkscape-desktop-g3/README.md index 34f07d559e2..750f7dfe791 100644 --- a/charts/stable/inkscape-desktop-g3/README.md +++ b/charts/stable/inkscape-desktop-g3/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/insurgencysandstorm/README.md b/charts/stable/insurgencysandstorm/README.md index 50f516c2767..51d8b9a0cb8 100644 --- a/charts/stable/insurgencysandstorm/README.md +++ b/charts/stable/insurgencysandstorm/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/invidious/README.md b/charts/stable/invidious/README.md index 515ab055b1c..f341353e5d5 100644 --- a/charts/stable/invidious/README.md +++ b/charts/stable/invidious/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/invitarr/README.md b/charts/stable/invitarr/README.md index b70bd2513b1..3d0a5f7b6f8 100644 --- a/charts/stable/invitarr/README.md +++ b/charts/stable/invitarr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ipfs/README.md b/charts/stable/ipfs/README.md index fb015405e97..53e6c6ba8d1 100644 --- a/charts/stable/ipfs/README.md +++ b/charts/stable/ipfs/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ipmi-tools/README.md b/charts/stable/ipmi-tools/README.md index c3fac03fc08..6ba27085a1f 100644 --- a/charts/stable/ipmi-tools/README.md +++ b/charts/stable/ipmi-tools/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ispy-agent-dvr/README.md b/charts/stable/ispy-agent-dvr/README.md index 4ee1b0577ae..0ebb52cbe9e 100644 --- a/charts/stable/ispy-agent-dvr/README.md +++ b/charts/stable/ispy-agent-dvr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/it-tools/README.md b/charts/stable/it-tools/README.md index 90925bcf7b3..f89315ae9df 100644 --- a/charts/stable/it-tools/README.md +++ b/charts/stable/it-tools/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/iyuuplus/README.md b/charts/stable/iyuuplus/README.md index e2cab6a074a..457023b7a9f 100644 --- a/charts/stable/iyuuplus/README.md +++ b/charts/stable/iyuuplus/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/jackett/README.md b/charts/stable/jackett/README.md index 0e4432a5ffc..674db7373bb 100644 --- a/charts/stable/jackett/README.md +++ b/charts/stable/jackett/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/jdownloader2/README.md b/charts/stable/jdownloader2/README.md index 55362541b5e..763485d1172 100644 --- a/charts/stable/jdownloader2/README.md +++ b/charts/stable/jdownloader2/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/jellyfin/README.md b/charts/stable/jellyfin/README.md index 5d92fc230c4..168f449ca35 100644 --- a/charts/stable/jellyfin/README.md +++ b/charts/stable/jellyfin/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/jellyseerr/README.md b/charts/stable/jellyseerr/README.md index 4615da71c36..66f219ce381 100644 --- a/charts/stable/jellyseerr/README.md +++ b/charts/stable/jellyseerr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/jellystat/README.md b/charts/stable/jellystat/README.md index bbddcc656b6..022ca62c1a0 100644 --- a/charts/stable/jellystat/README.md +++ b/charts/stable/jellystat/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/jelu/README.md b/charts/stable/jelu/README.md index 0ed9fcac881..61933d31cfe 100644 --- a/charts/stable/jelu/README.md +++ b/charts/stable/jelu/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/jenkins/README.md b/charts/stable/jenkins/README.md index c4ed6214291..f7fe56eaace 100644 --- a/charts/stable/jenkins/README.md +++ b/charts/stable/jenkins/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/jmzhomeproxy/README.md b/charts/stable/jmzhomeproxy/README.md index 14ba385e079..cb144c0b8c8 100644 --- a/charts/stable/jmzhomeproxy/README.md +++ b/charts/stable/jmzhomeproxy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/joplin-server/README.md b/charts/stable/joplin-server/README.md index b48cbd85ad3..a080338053e 100644 --- a/charts/stable/joplin-server/README.md +++ b/charts/stable/joplin-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/jts3servermod/README.md b/charts/stable/jts3servermod/README.md index 3956425172e..be5838fa163 100644 --- a/charts/stable/jts3servermod/README.md +++ b/charts/stable/jts3servermod/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/jupyter/README.md b/charts/stable/jupyter/README.md index 46d249ad20c..0f694eb32f7 100644 --- a/charts/stable/jupyter/README.md +++ b/charts/stable/jupyter/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/kanboard/README.md b/charts/stable/kanboard/README.md index 86d4cebe57f..e6faf37cfcb 100644 --- a/charts/stable/kanboard/README.md +++ b/charts/stable/kanboard/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/kasm/README.md b/charts/stable/kasm/README.md index 7a7ade471fb..dd23b9cbe5d 100644 --- a/charts/stable/kasm/README.md +++ b/charts/stable/kasm/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/kavita/README.md b/charts/stable/kavita/README.md index 5cdb4786ff8..0f0bd29ee5d 100644 --- a/charts/stable/kavita/README.md +++ b/charts/stable/kavita/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/kdenlive-vnc/README.md b/charts/stable/kdenlive-vnc/README.md index fded0265fe1..f402aec0e3f 100644 --- a/charts/stable/kdenlive-vnc/README.md +++ b/charts/stable/kdenlive-vnc/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/kdenlive/README.md b/charts/stable/kdenlive/README.md index 16f3cdb4a9d..d9fd591d794 100644 --- a/charts/stable/kdenlive/README.md +++ b/charts/stable/kdenlive/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/keeweb/README.md b/charts/stable/keeweb/README.md index 48919dddf64..b6150b7dc21 100644 --- a/charts/stable/keeweb/README.md +++ b/charts/stable/keeweb/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/kerbalspaceprogram-lmp/README.md b/charts/stable/kerbalspaceprogram-lmp/README.md index e2f6050bf98..881a47183a7 100644 --- a/charts/stable/kerbalspaceprogram-lmp/README.md +++ b/charts/stable/kerbalspaceprogram-lmp/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/kerio-connect/README.md b/charts/stable/kerio-connect/README.md index ce8b2295b39..2cfa948213e 100644 --- a/charts/stable/kerio-connect/README.md +++ b/charts/stable/kerio-connect/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/kitana/README.md b/charts/stable/kitana/README.md index 0d3db1f5d08..79e7fd174bc 100644 --- a/charts/stable/kitana/README.md +++ b/charts/stable/kitana/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/kitchenowl/README.md b/charts/stable/kitchenowl/README.md index 323868e3fc0..2156debdd51 100644 --- a/charts/stable/kitchenowl/README.md +++ b/charts/stable/kitchenowl/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/kiwix-serve/README.md b/charts/stable/kiwix-serve/README.md index 8913cff457b..234964476cb 100644 --- a/charts/stable/kiwix-serve/README.md +++ b/charts/stable/kiwix-serve/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/kms/README.md b/charts/stable/kms/README.md index b2637409286..acb6c63553e 100644 --- a/charts/stable/kms/README.md +++ b/charts/stable/kms/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/kodi-headless/README.md b/charts/stable/kodi-headless/README.md index e3e8e037b5f..ec560380800 100644 --- a/charts/stable/kodi-headless/README.md +++ b/charts/stable/kodi-headless/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/kometa/README.md b/charts/stable/kometa/README.md index e8e63224774..31c6c4f4132 100644 --- a/charts/stable/kometa/README.md +++ b/charts/stable/kometa/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/komga/README.md b/charts/stable/komga/README.md index 4d030ee11b6..2966c41dd67 100644 --- a/charts/stable/komga/README.md +++ b/charts/stable/komga/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/kopia/README.md b/charts/stable/kopia/README.md index b97fb9e44ee..5b962be8250 100644 --- a/charts/stable/kopia/README.md +++ b/charts/stable/kopia/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/krusader/README.md b/charts/stable/krusader/README.md index 135c186c3fb..9cbdc0359c8 100644 --- a/charts/stable/krusader/README.md +++ b/charts/stable/krusader/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/lama-cleaner/README.md b/charts/stable/lama-cleaner/README.md index f0a3d5e47d4..90547567da6 100644 --- a/charts/stable/lama-cleaner/README.md +++ b/charts/stable/lama-cleaner/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/lancache-dns/README.md b/charts/stable/lancache-dns/README.md index c7884f0ae3e..06a8249cb74 100644 --- a/charts/stable/lancache-dns/README.md +++ b/charts/stable/lancache-dns/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/lancache-monolithic/README.md b/charts/stable/lancache-monolithic/README.md index e8bef75d4e3..11629b3de9f 100644 --- a/charts/stable/lancache-monolithic/README.md +++ b/charts/stable/lancache-monolithic/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/lanraragi/README.md b/charts/stable/lanraragi/README.md index cb15d055083..b633095efa3 100644 --- a/charts/stable/lanraragi/README.md +++ b/charts/stable/lanraragi/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/lastoasis/README.md b/charts/stable/lastoasis/README.md index eeda60c7d7c..beaeb35f256 100644 --- a/charts/stable/lastoasis/README.md +++ b/charts/stable/lastoasis/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/lazylibrarian/README.md b/charts/stable/lazylibrarian/README.md index 4dea8b8d191..9c2d1a75112 100644 --- a/charts/stable/lazylibrarian/README.md +++ b/charts/stable/lazylibrarian/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/leaf2mqtt/README.md b/charts/stable/leaf2mqtt/README.md index cfcb7dc2037..e265e6e9a2d 100644 --- a/charts/stable/leaf2mqtt/README.md +++ b/charts/stable/leaf2mqtt/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/left4dead/README.md b/charts/stable/left4dead/README.md index e3535e81b78..f522dc11eb5 100644 --- a/charts/stable/left4dead/README.md +++ b/charts/stable/left4dead/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/lemur-cfssl/README.md b/charts/stable/lemur-cfssl/README.md index 455d5a549e9..71488a747af 100644 --- a/charts/stable/lemur-cfssl/README.md +++ b/charts/stable/lemur-cfssl/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/libreddit/README.md b/charts/stable/libreddit/README.md index efa28fc69a7..1f7c2a1c79f 100644 --- a/charts/stable/libreddit/README.md +++ b/charts/stable/libreddit/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/librespeed/README.md b/charts/stable/librespeed/README.md index 83a486f799a..4c9699ebdeb 100644 --- a/charts/stable/librespeed/README.md +++ b/charts/stable/librespeed/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/lidarr/README.md b/charts/stable/lidarr/README.md index 9f7f538c6fd..3a90994309f 100644 --- a/charts/stable/lidarr/README.md +++ b/charts/stable/lidarr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/lingva/README.md b/charts/stable/lingva/README.md index cbf415e8210..49c8522b833 100644 --- a/charts/stable/lingva/README.md +++ b/charts/stable/lingva/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/linkding/README.md b/charts/stable/linkding/README.md index fcf2dd49b88..0badf241e7c 100644 --- a/charts/stable/linkding/README.md +++ b/charts/stable/linkding/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/linkwallet/README.md b/charts/stable/linkwallet/README.md index 310220297c5..737d8403a5d 100644 --- a/charts/stable/linkwallet/README.md +++ b/charts/stable/linkwallet/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/linkwarden/README.md b/charts/stable/linkwarden/README.md index 85a56a24df1..849ba980a2c 100644 --- a/charts/stable/linkwarden/README.md +++ b/charts/stable/linkwarden/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/littlelink/README.md b/charts/stable/littlelink/README.md index a5b63f726d6..cc9eb8cdd97 100644 --- a/charts/stable/littlelink/README.md +++ b/charts/stable/littlelink/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/livestreamdvr/README.md b/charts/stable/livestreamdvr/README.md index 963cfb6cdf5..cae07a7beff 100644 --- a/charts/stable/livestreamdvr/README.md +++ b/charts/stable/livestreamdvr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/llalon-github-backup/README.md b/charts/stable/llalon-github-backup/README.md index fb33434c539..0cd399aa27b 100644 --- a/charts/stable/llalon-github-backup/README.md +++ b/charts/stable/llalon-github-backup/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/lldap/README.md b/charts/stable/lldap/README.md index 55235a072a4..bef032f3a5d 100644 --- a/charts/stable/lldap/README.md +++ b/charts/stable/lldap/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/local-ai/README.md b/charts/stable/local-ai/README.md index a541bfaa163..a18faf31c5c 100644 --- a/charts/stable/local-ai/README.md +++ b/charts/stable/local-ai/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/logitech-media-server/README.md b/charts/stable/logitech-media-server/README.md index 8b86226ed17..f41c73e4bb6 100644 --- a/charts/stable/logitech-media-server/README.md +++ b/charts/stable/logitech-media-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/longvinter/README.md b/charts/stable/longvinter/README.md index 7351fd3ac1e..8665e9b59e1 100644 --- a/charts/stable/longvinter/README.md +++ b/charts/stable/longvinter/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mailpile/README.md b/charts/stable/mailpile/README.md index 3326c0484dd..63a83365ba5 100644 --- a/charts/stable/mailpile/README.md +++ b/charts/stable/mailpile/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/maintainerr/README.md b/charts/stable/maintainerr/README.md index 9daebb68356..5897d0bec4e 100644 --- a/charts/stable/maintainerr/README.md +++ b/charts/stable/maintainerr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/makemkv/README.md b/charts/stable/makemkv/README.md index d6e8da3a3fd..3181dfd4512 100644 --- a/charts/stable/makemkv/README.md +++ b/charts/stable/makemkv/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/maloja/README.md b/charts/stable/maloja/README.md index 7e768a11309..4ab7349e7b2 100644 --- a/charts/stable/maloja/README.md +++ b/charts/stable/maloja/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mango/README.md b/charts/stable/mango/README.md index 4c3770539c8..9676d0ed0a8 100644 --- a/charts/stable/mango/README.md +++ b/charts/stable/mango/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mariadb/README.md b/charts/stable/mariadb/README.md index 6da7e95d767..6ab642344c7 100644 --- a/charts/stable/mariadb/README.md +++ b/charts/stable/mariadb/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/matomo/README.md b/charts/stable/matomo/README.md index 41834ed0b95..e8b59d9f2f5 100644 --- a/charts/stable/matomo/README.md +++ b/charts/stable/matomo/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mattermost/README.md b/charts/stable/mattermost/README.md index 6e19791d7de..54b62d66fad 100644 --- a/charts/stable/mattermost/README.md +++ b/charts/stable/mattermost/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mc-router/README.md b/charts/stable/mc-router/README.md index f7bb6c88111..b2ad14c9b44 100644 --- a/charts/stable/mc-router/README.md +++ b/charts/stable/mc-router/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mealie/README.md b/charts/stable/mealie/README.md index 3441ab28b35..70a0930d923 100644 --- a/charts/stable/mealie/README.md +++ b/charts/stable/mealie/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/media-roller/README.md b/charts/stable/media-roller/README.md index 0c0e60676b5..83c68f799d7 100644 --- a/charts/stable/media-roller/README.md +++ b/charts/stable/media-roller/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mediaelch/README.md b/charts/stable/mediaelch/README.md index b88522e7fca..eb8be0f57b3 100644 --- a/charts/stable/mediaelch/README.md +++ b/charts/stable/mediaelch/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mediagoblin/README.md b/charts/stable/mediagoblin/README.md index 796068bd0fe..160f41f94d7 100644 --- a/charts/stable/mediagoblin/README.md +++ b/charts/stable/mediagoblin/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mediainfo/README.md b/charts/stable/mediainfo/README.md index 64d67a8bb05..450694c0a43 100644 --- a/charts/stable/mediainfo/README.md +++ b/charts/stable/mediainfo/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/medusa/README.md b/charts/stable/medusa/README.md index 225ad633066..223fbde0c4d 100644 --- a/charts/stable/medusa/README.md +++ b/charts/stable/medusa/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/megasync/README.md b/charts/stable/megasync/README.md index 79c47c3f60b..c1350902193 100644 --- a/charts/stable/megasync/README.md +++ b/charts/stable/megasync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/memcached/README.md b/charts/stable/memcached/README.md index be779f63179..06256c7e4e0 100644 --- a/charts/stable/memcached/README.md +++ b/charts/stable/memcached/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/memories-of-mars/README.md b/charts/stable/memories-of-mars/README.md index d8ab52ceb90..0144cae495e 100644 --- a/charts/stable/memories-of-mars/README.md +++ b/charts/stable/memories-of-mars/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/meshcentral/README.md b/charts/stable/meshcentral/README.md index 85d2f6f5f2b..035cd888a71 100644 --- a/charts/stable/meshcentral/README.md +++ b/charts/stable/meshcentral/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/meshroom/README.md b/charts/stable/meshroom/README.md index 2e0ece67b91..ed847e87110 100644 --- a/charts/stable/meshroom/README.md +++ b/charts/stable/meshroom/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/metabase/README.md b/charts/stable/metabase/README.md index 83bf8895c04..86f16cee0e6 100644 --- a/charts/stable/metabase/README.md +++ b/charts/stable/metabase/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/metatube/README.md b/charts/stable/metatube/README.md index d384d59c910..b15ce54778c 100644 --- a/charts/stable/metatube/README.md +++ b/charts/stable/metatube/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/metube/README.md b/charts/stable/metube/README.md index 1535d9e1712..3b3debbf5b1 100644 --- a/charts/stable/metube/README.md +++ b/charts/stable/metube/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mindustry/README.md b/charts/stable/mindustry/README.md index eb749d52883..84b47ee823f 100644 --- a/charts/stable/mindustry/README.md +++ b/charts/stable/mindustry/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/minecraft-bedrock/README.md b/charts/stable/minecraft-bedrock/README.md index f27f863cc07..c66ba5fb16a 100644 --- a/charts/stable/minecraft-bedrock/README.md +++ b/charts/stable/minecraft-bedrock/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/minecraft-bungeecord/README.md b/charts/stable/minecraft-bungeecord/README.md index da7b2d98d61..a94807f63b2 100644 --- a/charts/stable/minecraft-bungeecord/README.md +++ b/charts/stable/minecraft-bungeecord/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/minecraft-java/README.md b/charts/stable/minecraft-java/README.md index fe91558b9a4..7bdd5ef152c 100644 --- a/charts/stable/minecraft-java/README.md +++ b/charts/stable/minecraft-java/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/minetest/README.md b/charts/stable/minetest/README.md index 7fbb829de3c..dc6e86ccbe8 100644 --- a/charts/stable/minetest/README.md +++ b/charts/stable/minetest/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/miniflux/README.md b/charts/stable/miniflux/README.md index 5f5cd55d078..ef927b1dc42 100644 --- a/charts/stable/miniflux/README.md +++ b/charts/stable/miniflux/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mininote/README.md b/charts/stable/mininote/README.md index dce7f7e340c..0e59a88fe67 100644 --- a/charts/stable/mininote/README.md +++ b/charts/stable/mininote/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/minio-console/README.md b/charts/stable/minio-console/README.md index 7e32cfad3f9..294a5d69afd 100644 --- a/charts/stable/minio-console/README.md +++ b/charts/stable/minio-console/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/minio/README.md b/charts/stable/minio/README.md index eb94c05b040..7a5cf2c5a03 100644 --- a/charts/stable/minio/README.md +++ b/charts/stable/minio/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/minisatip/README.md b/charts/stable/minisatip/README.md index dc88c4a3f1e..50e41eec36a 100644 --- a/charts/stable/minisatip/README.md +++ b/charts/stable/minisatip/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/misskey/README.md b/charts/stable/misskey/README.md index 28945d69f4e..15be9892bb5 100644 --- a/charts/stable/misskey/README.md +++ b/charts/stable/misskey/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mkvcleaver/README.md b/charts/stable/mkvcleaver/README.md index 0beff09e5c9..d63d5a620bc 100644 --- a/charts/stable/mkvcleaver/README.md +++ b/charts/stable/mkvcleaver/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mkvtoolnix/README.md b/charts/stable/mkvtoolnix/README.md index 1501f421890..f5d58503157 100644 --- a/charts/stable/mkvtoolnix/README.md +++ b/charts/stable/mkvtoolnix/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/modsecurity-crs/README.md b/charts/stable/modsecurity-crs/README.md index f6d07bb3066..31a9d02616e 100644 --- a/charts/stable/modsecurity-crs/README.md +++ b/charts/stable/modsecurity-crs/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mojopaste/README.md b/charts/stable/mojopaste/README.md index f71177bfb55..539c0add250 100644 --- a/charts/stable/mojopaste/README.md +++ b/charts/stable/mojopaste/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/monero-node/README.md b/charts/stable/monero-node/README.md index 38475465bc3..fdb4240ee1c 100644 --- a/charts/stable/monero-node/README.md +++ b/charts/stable/monero-node/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mongo-express/README.md b/charts/stable/mongo-express/README.md index 291e90f05ef..cc30a16d09f 100644 --- a/charts/stable/mongo-express/README.md +++ b/charts/stable/mongo-express/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mongodb/README.md b/charts/stable/mongodb/README.md index 03f4197b2b3..8629871bb45 100644 --- a/charts/stable/mongodb/README.md +++ b/charts/stable/mongodb/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/monica/README.md b/charts/stable/monica/README.md index 802124cb8f2..c9e85951aac 100644 --- a/charts/stable/monica/README.md +++ b/charts/stable/monica/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mordhau/README.md b/charts/stable/mordhau/README.md index 950ded4cef8..e7772335084 100644 --- a/charts/stable/mordhau/README.md +++ b/charts/stable/mordhau/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mosdns/README.md b/charts/stable/mosdns/README.md index 09dfe09f0c7..297a9558af6 100644 --- a/charts/stable/mosdns/README.md +++ b/charts/stable/mosdns/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mosquitto/README.md b/charts/stable/mosquitto/README.md index a831e1c2cb8..4db0ebc812a 100644 --- a/charts/stable/mosquitto/README.md +++ b/charts/stable/mosquitto/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mstream/README.md b/charts/stable/mstream/README.md index bfce9d932fb..64d547b7be1 100644 --- a/charts/stable/mstream/README.md +++ b/charts/stable/mstream/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/multi-scrobbler/README.md b/charts/stable/multi-scrobbler/README.md index 463d88896aa..4cb97e20692 100644 --- a/charts/stable/multi-scrobbler/README.md +++ b/charts/stable/multi-scrobbler/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/muse/README.md b/charts/stable/muse/README.md index 4945be6f2af..d9638c2a4fe 100644 --- a/charts/stable/muse/README.md +++ b/charts/stable/muse/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/muximux/README.md b/charts/stable/muximux/README.md index c233a146f45..6cf8f8b45ef 100644 --- a/charts/stable/muximux/README.md +++ b/charts/stable/muximux/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mylar/README.md b/charts/stable/mylar/README.md index 374dc532635..971b28c7053 100644 --- a/charts/stable/mylar/README.md +++ b/charts/stable/mylar/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/mymediaforalexa/README.md b/charts/stable/mymediaforalexa/README.md index 86d5c6c44b1..eb931f8559f 100644 --- a/charts/stable/mymediaforalexa/README.md +++ b/charts/stable/mymediaforalexa/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/n8n/README.md b/charts/stable/n8n/README.md index 835fba0f1df..d0389cd789f 100644 --- a/charts/stable/n8n/README.md +++ b/charts/stable/n8n/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/namecheap-ddns/README.md b/charts/stable/namecheap-ddns/README.md index 59659435dd3..a385133506d 100644 --- a/charts/stable/namecheap-ddns/README.md +++ b/charts/stable/namecheap-ddns/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/nano-wallet/README.md b/charts/stable/nano-wallet/README.md index c608ba41854..8937975d5a3 100644 --- a/charts/stable/nano-wallet/README.md +++ b/charts/stable/nano-wallet/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/navidrome/README.md b/charts/stable/navidrome/README.md index dd6669b86f3..950f078983c 100644 --- a/charts/stable/navidrome/README.md +++ b/charts/stable/navidrome/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/necesse/README.md b/charts/stable/necesse/README.md index 82114cbdef8..9f510842abc 100644 --- a/charts/stable/necesse/README.md +++ b/charts/stable/necesse/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/neko/README.md b/charts/stable/neko/README.md index 148bbe8cc4e..8234686cf84 100644 --- a/charts/stable/neko/README.md +++ b/charts/stable/neko/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/netbootxyz/README.md b/charts/stable/netbootxyz/README.md index 253559b3ee8..3c2b928012d 100644 --- a/charts/stable/netbootxyz/README.md +++ b/charts/stable/netbootxyz/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/netdata/README.md b/charts/stable/netdata/README.md index 6e8cccf449c..5f5e9e50027 100644 --- a/charts/stable/netdata/README.md +++ b/charts/stable/netdata/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/neverwinternights-ee/README.md b/charts/stable/neverwinternights-ee/README.md index c193c632b29..d7e9d20f612 100644 --- a/charts/stable/neverwinternights-ee/README.md +++ b/charts/stable/neverwinternights-ee/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/newyearcountdownclock/README.md b/charts/stable/newyearcountdownclock/README.md index 40d0fe00dfb..50f38798cc1 100644 --- a/charts/stable/newyearcountdownclock/README.md +++ b/charts/stable/newyearcountdownclock/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/nextpvr/README.md b/charts/stable/nextpvr/README.md index 9693bc23309..0ce10b61ef4 100644 --- a/charts/stable/nextpvr/README.md +++ b/charts/stable/nextpvr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/nexus-oss/README.md b/charts/stable/nexus-oss/README.md index 5bb76593103..ba6b70a1b0f 100644 --- a/charts/stable/nexus-oss/README.md +++ b/charts/stable/nexus-oss/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/nginx-proxy-manager/README.md b/charts/stable/nginx-proxy-manager/README.md index 7936c7e4de8..9d05848b569 100644 --- a/charts/stable/nginx-proxy-manager/README.md +++ b/charts/stable/nginx-proxy-manager/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ngircd/README.md b/charts/stable/ngircd/README.md index 32ceaea5eda..d14146a107c 100644 --- a/charts/stable/ngircd/README.md +++ b/charts/stable/ngircd/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/nightscout/README.md b/charts/stable/nightscout/README.md index 666addeb756..0491c08c551 100644 --- a/charts/stable/nightscout/README.md +++ b/charts/stable/nightscout/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/nitter/README.md b/charts/stable/nitter/README.md index 0f1ecf6cb85..6f350abead9 100644 --- a/charts/stable/nitter/README.md +++ b/charts/stable/nitter/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/nntp2nntp/README.md b/charts/stable/nntp2nntp/README.md index 3c81a930481..2fd37b0e099 100644 --- a/charts/stable/nntp2nntp/README.md +++ b/charts/stable/nntp2nntp/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/nocodb/README.md b/charts/stable/nocodb/README.md index 8ed3f48a124..fc68daf66f2 100644 --- a/charts/stable/nocodb/README.md +++ b/charts/stable/nocodb/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/node-red/README.md b/charts/stable/node-red/README.md index 3e593a4b649..638a99fddb8 100644 --- a/charts/stable/node-red/README.md +++ b/charts/stable/node-red/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/nosqlclient/README.md b/charts/stable/nosqlclient/README.md index 8c3e3518ceb..85b5a349b99 100644 --- a/charts/stable/nosqlclient/README.md +++ b/charts/stable/nosqlclient/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/notarius/README.md b/charts/stable/notarius/README.md index 70b7f5ed675..df79ddbc3ef 100644 --- a/charts/stable/notarius/README.md +++ b/charts/stable/notarius/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/notea/README.md b/charts/stable/notea/README.md index cc4df532b31..db503b852e6 100644 --- a/charts/stable/notea/README.md +++ b/charts/stable/notea/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/notifiarr/README.md b/charts/stable/notifiarr/README.md index ceb8c6636ea..17b5cfc34eb 100644 --- a/charts/stable/notifiarr/README.md +++ b/charts/stable/notifiarr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/novnc/README.md b/charts/stable/novnc/README.md index b7e89d4bff7..4bd89a6fc8b 100644 --- a/charts/stable/novnc/README.md +++ b/charts/stable/novnc/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ntfy/README.md b/charts/stable/ntfy/README.md index 7a03aa8ac9b..eb27e0cc254 100644 --- a/charts/stable/ntfy/README.md +++ b/charts/stable/ntfy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/nullserv/README.md b/charts/stable/nullserv/README.md index 9ff91616c6a..db902dea77f 100644 --- a/charts/stable/nullserv/README.md +++ b/charts/stable/nullserv/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/nvidia-gpu-exporter/README.md b/charts/stable/nvidia-gpu-exporter/README.md index 57cfe5a758a..a4cb8acac88 100644 --- a/charts/stable/nvidia-gpu-exporter/README.md +++ b/charts/stable/nvidia-gpu-exporter/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/nzbget/README.md b/charts/stable/nzbget/README.md index ddf7994734a..fa75412bc12 100644 --- a/charts/stable/nzbget/README.md +++ b/charts/stable/nzbget/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/nzbhydra/README.md b/charts/stable/nzbhydra/README.md index cebd961ba6e..285acf3b890 100644 --- a/charts/stable/nzbhydra/README.md +++ b/charts/stable/nzbhydra/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/obs-ndi/README.md b/charts/stable/obs-ndi/README.md index 0ffc2ca58fc..215efb1bc1d 100644 --- a/charts/stable/obs-ndi/README.md +++ b/charts/stable/obs-ndi/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/observium/README.md b/charts/stable/observium/README.md index 6db12eb2363..e27a07a7170 100644 --- a/charts/stable/observium/README.md +++ b/charts/stable/observium/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/obsidian/README.md b/charts/stable/obsidian/README.md index 41bffe1701f..261b5e3780a 100644 --- a/charts/stable/obsidian/README.md +++ b/charts/stable/obsidian/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/octoprint/README.md b/charts/stable/octoprint/README.md index bebf2327caa..76c857149bd 100644 --- a/charts/stable/octoprint/README.md +++ b/charts/stable/octoprint/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/odoo/README.md b/charts/stable/odoo/README.md index 6eec1b92b7d..a33c5632ecb 100644 --- a/charts/stable/odoo/README.md +++ b/charts/stable/odoo/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ollama/README.md b/charts/stable/ollama/README.md index d99c1319b4d..ef47e434c87 100644 --- a/charts/stable/ollama/README.md +++ b/charts/stable/ollama/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ombi/README.md b/charts/stable/ombi/README.md index 1712ecc1679..51cf9a47dee 100644 --- a/charts/stable/ombi/README.md +++ b/charts/stable/ombi/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/onlinecheckyourserver/README.md b/charts/stable/onlinecheckyourserver/README.md index 400a6383999..d54e4c79537 100644 --- a/charts/stable/onlinecheckyourserver/README.md +++ b/charts/stable/onlinecheckyourserver/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/onlyoffice-document-server/README.md b/charts/stable/onlyoffice-document-server/README.md index 0899f8c7c16..ce8ad813f92 100644 --- a/charts/stable/onlyoffice-document-server/README.md +++ b/charts/stable/onlyoffice-document-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/openaudible/README.md b/charts/stable/openaudible/README.md index 466dd477d9c..b36a63e8ae6 100644 --- a/charts/stable/openaudible/README.md +++ b/charts/stable/openaudible/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/openbooks/README.md b/charts/stable/openbooks/README.md index 644c4cc93e9..eea58b079d2 100644 --- a/charts/stable/openbooks/README.md +++ b/charts/stable/openbooks/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/opengl-desktop-g3/README.md b/charts/stable/opengl-desktop-g3/README.md index a7bd6567a03..cf88065023f 100644 --- a/charts/stable/opengl-desktop-g3/README.md +++ b/charts/stable/opengl-desktop-g3/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/openra/README.md b/charts/stable/openra/README.md index f81b4329298..e26d26bc60b 100644 --- a/charts/stable/openra/README.md +++ b/charts/stable/openra/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/openspeedtest/README.md b/charts/stable/openspeedtest/README.md index a945a4a3435..77dd2b369ee 100644 --- a/charts/stable/openspeedtest/README.md +++ b/charts/stable/openspeedtest/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/openttd/README.md b/charts/stable/openttd/README.md index 03c4ea54198..39d31041506 100644 --- a/charts/stable/openttd/README.md +++ b/charts/stable/openttd/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/organizr/README.md b/charts/stable/organizr/README.md index 174cb03dd47..94466aacd9a 100644 --- a/charts/stable/organizr/README.md +++ b/charts/stable/organizr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/oscam/README.md b/charts/stable/oscam/README.md index c6eea503fa8..ea9a98c84d3 100644 --- a/charts/stable/oscam/README.md +++ b/charts/stable/oscam/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/outline/README.md b/charts/stable/outline/README.md index f343534aa33..3e50ca5dd64 100644 --- a/charts/stable/outline/README.md +++ b/charts/stable/outline/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/overseerr/README.md b/charts/stable/overseerr/README.md index 1453bb518e1..48cbc0c9d4b 100644 --- a/charts/stable/overseerr/README.md +++ b/charts/stable/overseerr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/owi2plex/README.md b/charts/stable/owi2plex/README.md index a5eb75b918f..fb76d11767a 100644 --- a/charts/stable/owi2plex/README.md +++ b/charts/stable/owi2plex/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/owncast/README.md b/charts/stable/owncast/README.md index d5bb5fbe033..3292026c2d0 100644 --- a/charts/stable/owncast/README.md +++ b/charts/stable/owncast/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/palworld/README.md b/charts/stable/palworld/README.md index 220b6107a61..6923d43619b 100644 --- a/charts/stable/palworld/README.md +++ b/charts/stable/palworld/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/paperless-ngx/README.md b/charts/stable/paperless-ngx/README.md index 7ce2d96b9ff..191347e6fca 100644 --- a/charts/stable/paperless-ngx/README.md +++ b/charts/stable/paperless-ngx/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/papermerge/README.md b/charts/stable/papermerge/README.md index fd11b7b8eb1..fb0686f6483 100644 --- a/charts/stable/papermerge/README.md +++ b/charts/stable/papermerge/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/passwordpusherephemeral/README.md b/charts/stable/passwordpusherephemeral/README.md index 3908c7abb59..cc44cde6112 100644 --- a/charts/stable/passwordpusherephemeral/README.md +++ b/charts/stable/passwordpusherephemeral/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pasta/README.md b/charts/stable/pasta/README.md index d93ac2612b9..4bee27db36d 100644 --- a/charts/stable/pasta/README.md +++ b/charts/stable/pasta/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pastey/README.md b/charts/stable/pastey/README.md index b26d2062689..8074c74af2e 100644 --- a/charts/stable/pastey/README.md +++ b/charts/stable/pastey/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pavlovvr/README.md b/charts/stable/pavlovvr/README.md index 77b3ea6ac9b..35ae1efde30 100644 --- a/charts/stable/pavlovvr/README.md +++ b/charts/stable/pavlovvr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/peanut/README.md b/charts/stable/peanut/README.md index 15bd12fc5ee..60c3b2412d1 100644 --- a/charts/stable/peanut/README.md +++ b/charts/stable/peanut/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pgadmin/README.md b/charts/stable/pgadmin/README.md index fbbfd817471..d1f679541cb 100644 --- a/charts/stable/pgadmin/README.md +++ b/charts/stable/pgadmin/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/phoronix-test-suite/README.md b/charts/stable/phoronix-test-suite/README.md index e6732b9d06f..6686fc5e1a0 100644 --- a/charts/stable/phoronix-test-suite/README.md +++ b/charts/stable/phoronix-test-suite/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/photo-stream/README.md b/charts/stable/photo-stream/README.md index 37a2570c95f..cca9eb339ac 100644 --- a/charts/stable/photo-stream/README.md +++ b/charts/stable/photo-stream/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/photoprism/README.md b/charts/stable/photoprism/README.md index cce1ce4becc..4a2e93be0dc 100644 --- a/charts/stable/photoprism/README.md +++ b/charts/stable/photoprism/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/photoshow/README.md b/charts/stable/photoshow/README.md index 7d69831bf98..bd573c59371 100644 --- a/charts/stable/photoshow/README.md +++ b/charts/stable/photoshow/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/photostructure/README.md b/charts/stable/photostructure/README.md index 9a38a99201e..529b0ab3006 100644 --- a/charts/stable/photostructure/README.md +++ b/charts/stable/photostructure/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/photoview/README.md b/charts/stable/photoview/README.md index 54bfc2bd8dc..5d37f95e9da 100644 --- a/charts/stable/photoview/README.md +++ b/charts/stable/photoview/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/phpldapadmin/README.md b/charts/stable/phpldapadmin/README.md index 71f19d53b31..f25106b07b7 100644 --- a/charts/stable/phpldapadmin/README.md +++ b/charts/stable/phpldapadmin/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/phpmyadmin/README.md b/charts/stable/phpmyadmin/README.md index 819f2e581b3..7a60b9a7621 100644 --- a/charts/stable/phpmyadmin/README.md +++ b/charts/stable/phpmyadmin/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/piaware/README.md b/charts/stable/piaware/README.md index ad350286714..0b546b64091 100644 --- a/charts/stable/piaware/README.md +++ b/charts/stable/piaware/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/picoshare/README.md b/charts/stable/picoshare/README.md index 434cf407f4d..c6153efb978 100644 --- a/charts/stable/picoshare/README.md +++ b/charts/stable/picoshare/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pigallery2/README.md b/charts/stable/pigallery2/README.md index 6a090849e34..39e98319f1d 100644 --- a/charts/stable/pigallery2/README.md +++ b/charts/stable/pigallery2/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pihole/README.md b/charts/stable/pihole/README.md index 7cc968819a4..8a6ddcd3a15 100644 --- a/charts/stable/pihole/README.md +++ b/charts/stable/pihole/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pinry/README.md b/charts/stable/pinry/README.md index 3030ffb3e06..7565b81327c 100644 --- a/charts/stable/pinry/README.md +++ b/charts/stable/pinry/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/piwigo/README.md b/charts/stable/piwigo/README.md index 96bee96c921..c88f5b1985a 100644 --- a/charts/stable/piwigo/README.md +++ b/charts/stable/piwigo/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pixapop/README.md b/charts/stable/pixapop/README.md index 6daec0500d1..4a7157e23a5 100644 --- a/charts/stable/pixapop/README.md +++ b/charts/stable/pixapop/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pixark/README.md b/charts/stable/pixark/README.md index dd8e82396b7..02a942bf9e0 100644 --- a/charts/stable/pixark/README.md +++ b/charts/stable/pixark/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/plausible/README.md b/charts/stable/plausible/README.md index 2a399e3cb70..6ec559d6f68 100644 --- a/charts/stable/plausible/README.md +++ b/charts/stable/plausible/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/plaxt/README.md b/charts/stable/plaxt/README.md index 7ed604aacc2..353a52ba175 100644 --- a/charts/stable/plaxt/README.md +++ b/charts/stable/plaxt/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/plex-auto-languages/README.md b/charts/stable/plex-auto-languages/README.md index 0dd18b2707f..7c300f89a11 100644 --- a/charts/stable/plex-auto-languages/README.md +++ b/charts/stable/plex-auto-languages/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/plex-meta-manager/README.md b/charts/stable/plex-meta-manager/README.md index 628912599c0..6ee80dc14f3 100644 --- a/charts/stable/plex-meta-manager/README.md +++ b/charts/stable/plex-meta-manager/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/plex-playlist-sync/README.md b/charts/stable/plex-playlist-sync/README.md index 027d904afb6..39f69be4194 100644 --- a/charts/stable/plex-playlist-sync/README.md +++ b/charts/stable/plex-playlist-sync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/plex-utills/README.md b/charts/stable/plex-utills/README.md index 1eeccfc0fb9..86fd5d630b7 100644 --- a/charts/stable/plex-utills/README.md +++ b/charts/stable/plex-utills/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/plex/README.md b/charts/stable/plex/README.md index dd90fbbff53..3f843f91d13 100644 --- a/charts/stable/plex/README.md +++ b/charts/stable/plex/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/plexanisync/README.md b/charts/stable/plexanisync/README.md index 3b6ecb8c308..e9b8df68adc 100644 --- a/charts/stable/plexanisync/README.md +++ b/charts/stable/plexanisync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/plexripper/README.md b/charts/stable/plexripper/README.md index 88aafbdfc1b..7af21997da9 100644 --- a/charts/stable/plexripper/README.md +++ b/charts/stable/plexripper/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/plextraktsync/README.md b/charts/stable/plextraktsync/README.md index d472ed097d8..e1ae76c5580 100644 --- a/charts/stable/plextraktsync/README.md +++ b/charts/stable/plextraktsync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pocketmine-mp/README.md b/charts/stable/pocketmine-mp/README.md index 9ca3cc2e666..7fa360b23ec 100644 --- a/charts/stable/pocketmine-mp/README.md +++ b/charts/stable/pocketmine-mp/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/podgrab/README.md b/charts/stable/podgrab/README.md index dfd21db1918..937a3493115 100644 --- a/charts/stable/podgrab/README.md +++ b/charts/stable/podgrab/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/portainer/README.md b/charts/stable/portainer/README.md index 3ebc78d4df7..08ffb2504bf 100644 --- a/charts/stable/portainer/README.md +++ b/charts/stable/portainer/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/post-recording/README.md b/charts/stable/post-recording/README.md index 7c1072603a3..414e03f93d1 100644 --- a/charts/stable/post-recording/README.md +++ b/charts/stable/post-recording/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/posterr/README.md b/charts/stable/posterr/README.md index f1a69a65027..9b2bad5dbe6 100644 --- a/charts/stable/posterr/README.md +++ b/charts/stable/posterr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/postscriptum/README.md b/charts/stable/postscriptum/README.md index 038b5c4e126..2665c2dddcb 100644 --- a/charts/stable/postscriptum/README.md +++ b/charts/stable/postscriptum/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pretend-youre-xyzzy/README.md b/charts/stable/pretend-youre-xyzzy/README.md index 826346717d5..00c7a1f2b98 100644 --- a/charts/stable/pretend-youre-xyzzy/README.md +++ b/charts/stable/pretend-youre-xyzzy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/projectsend/README.md b/charts/stable/projectsend/README.md index a254ceea14f..112c41040ea 100644 --- a/charts/stable/projectsend/README.md +++ b/charts/stable/projectsend/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/promcord/README.md b/charts/stable/promcord/README.md index 2cd20e36c23..fd66e637566 100644 --- a/charts/stable/promcord/README.md +++ b/charts/stable/promcord/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/protonmail-bridge/README.md b/charts/stable/protonmail-bridge/README.md index 3d696a9cfb1..25171abbcec 100644 --- a/charts/stable/protonmail-bridge/README.md +++ b/charts/stable/protonmail-bridge/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/prowlarr/README.md b/charts/stable/prowlarr/README.md index baf06496876..47265214ca4 100644 --- a/charts/stable/prowlarr/README.md +++ b/charts/stable/prowlarr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/proxmox-backup-server/README.md b/charts/stable/proxmox-backup-server/README.md index d3f1e261343..26ba6604437 100644 --- a/charts/stable/proxmox-backup-server/README.md +++ b/charts/stable/proxmox-backup-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/prpdf/README.md b/charts/stable/prpdf/README.md index 4031053d0f4..54473d033e0 100644 --- a/charts/stable/prpdf/README.md +++ b/charts/stable/prpdf/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/prusaslicer-novnc/README.md b/charts/stable/prusaslicer-novnc/README.md index 47aafe4f8dd..88243b5b82b 100644 --- a/charts/stable/prusaslicer-novnc/README.md +++ b/charts/stable/prusaslicer-novnc/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pt-helper/README.md b/charts/stable/pt-helper/README.md index 51633303219..8d8c0b1f517 100644 --- a/charts/stable/pt-helper/README.md +++ b/charts/stable/pt-helper/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/putty/README.md b/charts/stable/putty/README.md index 712f647b78d..16c3591b196 100644 --- a/charts/stable/putty/README.md +++ b/charts/stable/putty/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pvk-ii/README.md b/charts/stable/pvk-ii/README.md index 8bbff5e5879..25dd26f15b0 100644 --- a/charts/stable/pvk-ii/README.md +++ b/charts/stable/pvk-ii/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pwm/README.md b/charts/stable/pwm/README.md index 93090b2ab4d..7570ef03eec 100644 --- a/charts/stable/pwm/README.md +++ b/charts/stable/pwm/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pwndrop/README.md b/charts/stable/pwndrop/README.md index 4486401bc95..494d9c137b6 100644 --- a/charts/stable/pwndrop/README.md +++ b/charts/stable/pwndrop/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pyload-ng/README.md b/charts/stable/pyload-ng/README.md index 5df38e524f0..0db7f985c73 100644 --- a/charts/stable/pyload-ng/README.md +++ b/charts/stable/pyload-ng/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pyload/README.md b/charts/stable/pyload/README.md index 01b9e7bce18..468d442957f 100644 --- a/charts/stable/pyload/README.md +++ b/charts/stable/pyload/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/pylon/README.md b/charts/stable/pylon/README.md index 60659ecda28..55f8bdf9ad0 100644 --- a/charts/stable/pylon/README.md +++ b/charts/stable/pylon/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/qbitmanage/README.md b/charts/stable/qbitmanage/README.md index 2ccc6deb8a9..3485f4da3ea 100644 --- a/charts/stable/qbitmanage/README.md +++ b/charts/stable/qbitmanage/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/qbitrr/README.md b/charts/stable/qbitrr/README.md index 861ac5ec457..022187dc3aa 100644 --- a/charts/stable/qbitrr/README.md +++ b/charts/stable/qbitrr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/qbittorrent/README.md b/charts/stable/qbittorrent/README.md index 5346eeae35e..2b079c0596a 100644 --- a/charts/stable/qbittorrent/README.md +++ b/charts/stable/qbittorrent/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/qdirstat/README.md b/charts/stable/qdirstat/README.md index efecf30a6d4..fdbd54972d9 100644 --- a/charts/stable/qdirstat/README.md +++ b/charts/stable/qdirstat/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/qflood/README.md b/charts/stable/qflood/README.md index ffb438d8dae..5bbc4bd6cbf 100644 --- a/charts/stable/qflood/README.md +++ b/charts/stable/qflood/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/qinglong/README.md b/charts/stable/qinglong/README.md index 55fc65e8532..3528da7e17d 100644 --- a/charts/stable/qinglong/README.md +++ b/charts/stable/qinglong/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/quake3/README.md b/charts/stable/quake3/README.md index 9b60bcd41cf..b8d66003e7d 100644 --- a/charts/stable/quake3/README.md +++ b/charts/stable/quake3/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/quassel-core/README.md b/charts/stable/quassel-core/README.md index 5a6097fd289..8e354baf60b 100644 --- a/charts/stable/quassel-core/README.md +++ b/charts/stable/quassel-core/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/quassel-web/README.md b/charts/stable/quassel-web/README.md index af7cc884912..4666b0f420d 100644 --- a/charts/stable/quassel-web/README.md +++ b/charts/stable/quassel-web/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/quickshare/README.md b/charts/stable/quickshare/README.md index 3703d26cb20..d7decefe628 100644 --- a/charts/stable/quickshare/README.md +++ b/charts/stable/quickshare/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/quiz-game/README.md b/charts/stable/quiz-game/README.md index ee3434cf1fb..ec9c2ca802a 100644 --- a/charts/stable/quiz-game/README.md +++ b/charts/stable/quiz-game/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/qwantify/README.md b/charts/stable/qwantify/README.md index d55651926e4..0fee128ba30 100644 --- a/charts/stable/qwantify/README.md +++ b/charts/stable/qwantify/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/radarr/README.md b/charts/stable/radarr/README.md index f5cf6d0c592..02dff877c56 100644 --- a/charts/stable/radarr/README.md +++ b/charts/stable/radarr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/radarrsync/README.md b/charts/stable/radarrsync/README.md index cec0d1c317a..178b540eb8a 100644 --- a/charts/stable/radarrsync/README.md +++ b/charts/stable/radarrsync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/radicale/README.md b/charts/stable/radicale/README.md index 5d6548c1e5e..1f95278146c 100644 --- a/charts/stable/radicale/README.md +++ b/charts/stable/radicale/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rapidphotodownloader/README.md b/charts/stable/rapidphotodownloader/README.md index 2aa7999f5c9..4aacfc95bbc 100644 --- a/charts/stable/rapidphotodownloader/README.md +++ b/charts/stable/rapidphotodownloader/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/raspberrymatic/README.md b/charts/stable/raspberrymatic/README.md index 73eb0f06073..1e7196eae6b 100644 --- a/charts/stable/raspberrymatic/README.md +++ b/charts/stable/raspberrymatic/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rcon-webadmin/README.md b/charts/stable/rcon-webadmin/README.md index 00721e98a56..da229e009b1 100644 --- a/charts/stable/rcon-webadmin/README.md +++ b/charts/stable/rcon-webadmin/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rdesktop/README.md b/charts/stable/rdesktop/README.md index 944161d46c7..62b414a946f 100644 --- a/charts/stable/rdesktop/README.md +++ b/charts/stable/rdesktop/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rdtclient/README.md b/charts/stable/rdtclient/README.md index a9bf4db8c5f..e6f2262f3e7 100644 --- a/charts/stable/rdtclient/README.md +++ b/charts/stable/rdtclient/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/readarr/README.md b/charts/stable/readarr/README.md index 608a4c48125..6eb0d13431c 100644 --- a/charts/stable/readarr/README.md +++ b/charts/stable/readarr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/recyclarr/README.md b/charts/stable/recyclarr/README.md index c7a2a54149a..5da80971380 100644 --- a/charts/stable/recyclarr/README.md +++ b/charts/stable/recyclarr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/red-discordbot/README.md b/charts/stable/red-discordbot/README.md index 2f3d0d4f597..4d80a221eea 100644 --- a/charts/stable/red-discordbot/README.md +++ b/charts/stable/red-discordbot/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/redis/README.md b/charts/stable/redis/README.md index 1b67965e6ea..bc82ea26a3b 100644 --- a/charts/stable/redis/README.md +++ b/charts/stable/redis/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/redisinsight/README.md b/charts/stable/redisinsight/README.md index f2ae3c9d0bb..7b38be58c99 100644 --- a/charts/stable/redisinsight/README.md +++ b/charts/stable/redisinsight/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/redm/README.md b/charts/stable/redm/README.md index 04d056146f5..a2804f0dff7 100644 --- a/charts/stable/redm/README.md +++ b/charts/stable/redm/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/redmine/README.md b/charts/stable/redmine/README.md index 355eb75d5d5..9cb1453b006 100644 --- a/charts/stable/redmine/README.md +++ b/charts/stable/redmine/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/reg/README.md b/charts/stable/reg/README.md index 0ac96253242..f5493608523 100644 --- a/charts/stable/reg/README.md +++ b/charts/stable/reg/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/remmina/README.md b/charts/stable/remmina/README.md index 33cac34d1c2..6008db8df20 100644 --- a/charts/stable/remmina/README.md +++ b/charts/stable/remmina/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/remotely/README.md b/charts/stable/remotely/README.md index 32bf6ef9b1b..d63a1e9f29a 100644 --- a/charts/stable/remotely/README.md +++ b/charts/stable/remotely/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/requestrr/README.md b/charts/stable/requestrr/README.md index 9f1559c8da2..8d7c4ed8975 100644 --- a/charts/stable/requestrr/README.md +++ b/charts/stable/requestrr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/resilio-sync/README.md b/charts/stable/resilio-sync/README.md index 58d27e7f334..24712f2040b 100644 --- a/charts/stable/resilio-sync/README.md +++ b/charts/stable/resilio-sync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/restic-rest-server/README.md b/charts/stable/restic-rest-server/README.md index 6359d57ade9..15dbe03aacb 100644 --- a/charts/stable/restic-rest-server/README.md +++ b/charts/stable/restic-rest-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/retrobot/README.md b/charts/stable/retrobot/README.md index 046cdc67fc5..f19bfd77380 100644 --- a/charts/stable/retrobot/README.md +++ b/charts/stable/retrobot/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rflood/README.md b/charts/stable/rflood/README.md index 575d86c3095..0191e63a40f 100644 --- a/charts/stable/rflood/README.md +++ b/charts/stable/rflood/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rickroll/README.md b/charts/stable/rickroll/README.md index f9f388165a0..b516627cf8f 100644 --- a/charts/stable/rickroll/README.md +++ b/charts/stable/rickroll/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rimgo/README.md b/charts/stable/rimgo/README.md index e7fe82d0f42..b802b613786 100644 --- a/charts/stable/rimgo/README.md +++ b/charts/stable/rimgo/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ring-mqtt/README.md b/charts/stable/ring-mqtt/README.md index 10a8b1daa53..31001ba4e57 100644 --- a/charts/stable/ring-mqtt/README.md +++ b/charts/stable/ring-mqtt/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rmlint/README.md b/charts/stable/rmlint/README.md index 3fa84e5d7d3..1d0170b1239 100644 --- a/charts/stable/rmlint/README.md +++ b/charts/stable/rmlint/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/romm/README.md b/charts/stable/romm/README.md index 0ef92569d3a..883f5d60192 100644 --- a/charts/stable/romm/README.md +++ b/charts/stable/romm/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/root/README.md b/charts/stable/root/README.md index 9cbd3a59f65..def11ca8db3 100644 --- a/charts/stable/root/README.md +++ b/charts/stable/root/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rsnapshot/README.md b/charts/stable/rsnapshot/README.md index 66dcfc8a338..45bd8bb8bec 100644 --- a/charts/stable/rsnapshot/README.md +++ b/charts/stable/rsnapshot/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rss-bridge/README.md b/charts/stable/rss-bridge/README.md index d5e09bb5a50..2ea0e58c189 100644 --- a/charts/stable/rss-bridge/README.md +++ b/charts/stable/rss-bridge/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rss-proxy/README.md b/charts/stable/rss-proxy/README.md index f96a8c18767..707385bb06e 100644 --- a/charts/stable/rss-proxy/README.md +++ b/charts/stable/rss-proxy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rss-to-telegram/README.md b/charts/stable/rss-to-telegram/README.md index 5ed2c0239d8..56e16f6b050 100644 --- a/charts/stable/rss-to-telegram/README.md +++ b/charts/stable/rss-to-telegram/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rstudio/README.md b/charts/stable/rstudio/README.md index c113088675a..791a559566d 100644 --- a/charts/stable/rstudio/README.md +++ b/charts/stable/rstudio/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rtorrent-rutorrent/README.md b/charts/stable/rtorrent-rutorrent/README.md index 8d10d6ddb2c..3a9f1408329 100644 --- a/charts/stable/rtorrent-rutorrent/README.md +++ b/charts/stable/rtorrent-rutorrent/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rust/README.md b/charts/stable/rust/README.md index 013a6738db3..febdfdc46a5 100644 --- a/charts/stable/rust/README.md +++ b/charts/stable/rust/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/rustpad/README.md b/charts/stable/rustpad/README.md index ae4f846995b..f3b53351821 100644 --- a/charts/stable/rustpad/README.md +++ b/charts/stable/rustpad/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/s3backup/README.md b/charts/stable/s3backup/README.md index 9b21b5b1c4f..ccd1c31ca5e 100644 --- a/charts/stable/s3backup/README.md +++ b/charts/stable/s3backup/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/s3sync/README.md b/charts/stable/s3sync/README.md index 055ec474b82..29872a0ce6b 100644 --- a/charts/stable/s3sync/README.md +++ b/charts/stable/s3sync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/sabnzbd/README.md b/charts/stable/sabnzbd/README.md index 9435e3e85be..9a1cfb572bf 100644 --- a/charts/stable/sabnzbd/README.md +++ b/charts/stable/sabnzbd/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/satisfactory/README.md b/charts/stable/satisfactory/README.md index 1a33013f28f..b459d7e9e2b 100644 --- a/charts/stable/satisfactory/README.md +++ b/charts/stable/satisfactory/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/scrutiny/README.md b/charts/stable/scrutiny/README.md index 62071b78448..5668bb41293 100644 --- a/charts/stable/scrutiny/README.md +++ b/charts/stable/scrutiny/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/scrypted/README.md b/charts/stable/scrypted/README.md index 61e7fda89d0..b4faf84b8d1 100644 --- a/charts/stable/scrypted/README.md +++ b/charts/stable/scrypted/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/sdtd/README.md b/charts/stable/sdtd/README.md index 5980cf9b9e9..00362828cb6 100644 --- a/charts/stable/sdtd/README.md +++ b/charts/stable/sdtd/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/seafile/README.md b/charts/stable/seafile/README.md index 36dd739417f..b670a92e9a3 100644 --- a/charts/stable/seafile/README.md +++ b/charts/stable/seafile/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/searxng/README.md b/charts/stable/searxng/README.md index 45d381c6d25..6bba2f40acb 100644 --- a/charts/stable/searxng/README.md +++ b/charts/stable/searxng/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/seedsync/README.md b/charts/stable/seedsync/README.md index e1a61cfd808..7ef6b8603cd 100644 --- a/charts/stable/seedsync/README.md +++ b/charts/stable/seedsync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/send/README.md b/charts/stable/send/README.md index ff1d82b1018..73e69dd2e53 100644 --- a/charts/stable/send/README.md +++ b/charts/stable/send/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ser2sock/README.md b/charts/stable/ser2sock/README.md index 9f1042a1e53..757efe70537 100644 --- a/charts/stable/ser2sock/README.md +++ b/charts/stable/ser2sock/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/serpbear/README.md b/charts/stable/serpbear/README.md index 6ddad75e9da..66da8db1547 100644 --- a/charts/stable/serpbear/README.md +++ b/charts/stable/serpbear/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/servas/README.md b/charts/stable/servas/README.md index 21327a65dae..4c175a734d8 100644 --- a/charts/stable/servas/README.md +++ b/charts/stable/servas/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/sftpgo/README.md b/charts/stable/sftpgo/README.md index 32e8c4ba308..ba813d845c3 100644 --- a/charts/stable/sftpgo/README.md +++ b/charts/stable/sftpgo/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/shaarli/README.md b/charts/stable/shaarli/README.md index b0fd98d3915..47e1520c989 100644 --- a/charts/stable/shaarli/README.md +++ b/charts/stable/shaarli/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/shapeshifter-obfuscator/README.md b/charts/stable/shapeshifter-obfuscator/README.md index 040ac697e29..ce58ff7f439 100644 --- a/charts/stable/shapeshifter-obfuscator/README.md +++ b/charts/stable/shapeshifter-obfuscator/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/sheetable/README.md b/charts/stable/sheetable/README.md index 19cf9e14869..e0f6198ee65 100644 --- a/charts/stable/sheetable/README.md +++ b/charts/stable/sheetable/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/shiori/README.md b/charts/stable/shiori/README.md index af1a05cede4..7ab8b4b0b2d 100644 --- a/charts/stable/shiori/README.md +++ b/charts/stable/shiori/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/shlink-web-client/README.md b/charts/stable/shlink-web-client/README.md index 48c03a854a7..9d0c6c1db75 100644 --- a/charts/stable/shlink-web-client/README.md +++ b/charts/stable/shlink-web-client/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/shlink/README.md b/charts/stable/shlink/README.md index 6d771228dac..a10d03172ef 100644 --- a/charts/stable/shlink/README.md +++ b/charts/stable/shlink/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/shoko-server/README.md b/charts/stable/shoko-server/README.md index b79f6ae98f3..e6fec79ef4c 100644 --- a/charts/stable/shoko-server/README.md +++ b/charts/stable/shoko-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/shortipy/README.md b/charts/stable/shortipy/README.md index e6038145a8f..219579a2ef4 100644 --- a/charts/stable/shortipy/README.md +++ b/charts/stable/shortipy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/shorturl/README.md b/charts/stable/shorturl/README.md index f2e58869e26..1240acc3eea 100644 --- a/charts/stable/shorturl/README.md +++ b/charts/stable/shorturl/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/sia-daemon/README.md b/charts/stable/sia-daemon/README.md index 5ffa3e078f2..a208d22e2e0 100644 --- a/charts/stable/sia-daemon/README.md +++ b/charts/stable/sia-daemon/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/sickchill/README.md b/charts/stable/sickchill/README.md index d7a1a4ca942..9008a8ea2ca 100644 --- a/charts/stable/sickchill/README.md +++ b/charts/stable/sickchill/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/sickgear/README.md b/charts/stable/sickgear/README.md index 33e8f170461..f53826a10d2 100644 --- a/charts/stable/sickgear/README.md +++ b/charts/stable/sickgear/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/simply-shorten/README.md b/charts/stable/simply-shorten/README.md index 1d8e9fc3234..78c457921b9 100644 --- a/charts/stable/simply-shorten/README.md +++ b/charts/stable/simply-shorten/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/sinusbot/README.md b/charts/stable/sinusbot/README.md index 64108ac557a..0fd7dc122c1 100644 --- a/charts/stable/sinusbot/README.md +++ b/charts/stable/sinusbot/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/slack-invite/README.md b/charts/stable/slack-invite/README.md index d3a73782c0e..a7608aedc23 100644 --- a/charts/stable/slack-invite/README.md +++ b/charts/stable/slack-invite/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/slash/README.md b/charts/stable/slash/README.md index 85605e76f04..c1349c65d4b 100644 --- a/charts/stable/slash/README.md +++ b/charts/stable/slash/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/slink/README.md b/charts/stable/slink/README.md index 71f21385839..68ec3327347 100644 --- a/charts/stable/slink/README.md +++ b/charts/stable/slink/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/smartctl-exporter/README.md b/charts/stable/smartctl-exporter/README.md index 7f82aa99dba..cbeb9e41279 100644 --- a/charts/stable/smartctl-exporter/README.md +++ b/charts/stable/smartctl-exporter/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/smokeping/README.md b/charts/stable/smokeping/README.md index 68ac501d5d8..a45c6d5559d 100644 --- a/charts/stable/smokeping/README.md +++ b/charts/stable/smokeping/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/smtp-relay/README.md b/charts/stable/smtp-relay/README.md index 197aa329d97..9181809fb58 100644 --- a/charts/stable/smtp-relay/README.md +++ b/charts/stable/smtp-relay/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/snapdrop/README.md b/charts/stable/snapdrop/README.md index ad4f25b6939..f60625109d2 100644 --- a/charts/stable/snapdrop/README.md +++ b/charts/stable/snapdrop/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/snippet-box/README.md b/charts/stable/snippet-box/README.md index 0bc9cf75076..841e29bf2d2 100644 --- a/charts/stable/snippet-box/README.md +++ b/charts/stable/snippet-box/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/socials/README.md b/charts/stable/socials/README.md index 7434e53f547..9759c430f24 100644 --- a/charts/stable/socials/README.md +++ b/charts/stable/socials/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/soft-serve/README.md b/charts/stable/soft-serve/README.md index 3f5dd6d2532..c9fedb77713 100644 --- a/charts/stable/soft-serve/README.md +++ b/charts/stable/soft-serve/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/solr/README.md b/charts/stable/solr/README.md index d7c215446d8..8afcd1d9042 100644 --- a/charts/stable/solr/README.md +++ b/charts/stable/solr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/sonarr/README.md b/charts/stable/sonarr/README.md index d38e27565b4..2017aacb39c 100644 --- a/charts/stable/sonarr/README.md +++ b/charts/stable/sonarr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/songkong/README.md b/charts/stable/songkong/README.md index c15c59d1dc1..cb3c91b8fec 100644 --- a/charts/stable/songkong/README.md +++ b/charts/stable/songkong/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/sonsoftheforest/README.md b/charts/stable/sonsoftheforest/README.md index 62721456229..69c44501902 100644 --- a/charts/stable/sonsoftheforest/README.md +++ b/charts/stable/sonsoftheforest/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/sourcegraph/README.md b/charts/stable/sourcegraph/README.md index b9d8f52df05..c83757e984a 100644 --- a/charts/stable/sourcegraph/README.md +++ b/charts/stable/sourcegraph/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/spaceengineers/README.md b/charts/stable/spaceengineers/README.md index 360e6148f2c..64c9f01f75d 100644 --- a/charts/stable/spaceengineers/README.md +++ b/charts/stable/spaceengineers/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/speedtest-exporter/README.md b/charts/stable/speedtest-exporter/README.md index 9c1b2518681..d45eecf0d95 100644 --- a/charts/stable/speedtest-exporter/README.md +++ b/charts/stable/speedtest-exporter/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/speedtest-tracker/README.md b/charts/stable/speedtest-tracker/README.md index 21f6cb85832..423be5575d8 100644 --- a/charts/stable/speedtest-tracker/README.md +++ b/charts/stable/speedtest-tracker/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/splunk/README.md b/charts/stable/splunk/README.md index 853f2376aca..bddee52ab16 100644 --- a/charts/stable/splunk/README.md +++ b/charts/stable/splunk/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/spotweb/README.md b/charts/stable/spotweb/README.md index a14abf5747e..d10cf325ed3 100644 --- a/charts/stable/spotweb/README.md +++ b/charts/stable/spotweb/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/sqlite-web/README.md b/charts/stable/sqlite-web/README.md index 78e56b71471..074bea6c25a 100644 --- a/charts/stable/sqlite-web/README.md +++ b/charts/stable/sqlite-web/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/sqlitebrowser/README.md b/charts/stable/sqlitebrowser/README.md index d74f460a33e..1131b05cccb 100644 --- a/charts/stable/sqlitebrowser/README.md +++ b/charts/stable/sqlitebrowser/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/sshwifty/README.md b/charts/stable/sshwifty/README.md index 4a6a0e25516..e15ebffb1fe 100644 --- a/charts/stable/sshwifty/README.md +++ b/charts/stable/sshwifty/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/st-reborn-server/README.md b/charts/stable/st-reborn-server/README.md index 2555872c636..ea4c270d68e 100644 --- a/charts/stable/st-reborn-server/README.md +++ b/charts/stable/st-reborn-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/stackedit/README.md b/charts/stable/stackedit/README.md index 8f8e85fbc34..064dbedc434 100644 --- a/charts/stable/stackedit/README.md +++ b/charts/stable/stackedit/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/standardnotes-web/README.md b/charts/stable/standardnotes-web/README.md index 18bdcd34a8f..6ac48e1ec87 100644 --- a/charts/stable/standardnotes-web/README.md +++ b/charts/stable/standardnotes-web/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/starmade/README.md b/charts/stable/starmade/README.md index 20ef8c023a0..02c870c9f6a 100644 --- a/charts/stable/starmade/README.md +++ b/charts/stable/starmade/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/stash/README.md b/charts/stable/stash/README.md index e68a5077891..380d9130aa8 100644 --- a/charts/stable/stash/README.md +++ b/charts/stable/stash/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/static-web-server/README.md b/charts/stable/static-web-server/README.md index ce8a3f38f17..e60f2e8179c 100644 --- a/charts/stable/static-web-server/README.md +++ b/charts/stable/static-web-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/static/README.md b/charts/stable/static/README.md index c487d8069e6..f9ad245de01 100644 --- a/charts/stable/static/README.md +++ b/charts/stable/static/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/stationeers/README.md b/charts/stable/stationeers/README.md index fad9a67f457..be33f745a0b 100644 --- a/charts/stable/stationeers/README.md +++ b/charts/stable/stationeers/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/steam-headless/README.md b/charts/stable/steam-headless/README.md index f9fc531e4a9..072f1073f17 100644 --- a/charts/stable/steam-headless/README.md +++ b/charts/stable/steam-headless/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/storj-node/README.md b/charts/stable/storj-node/README.md index 63aaf2eb016..6097091c395 100644 --- a/charts/stable/storj-node/README.md +++ b/charts/stable/storj-node/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/storm/README.md b/charts/stable/storm/README.md index 88312202ed2..07c1463a54d 100644 --- a/charts/stable/storm/README.md +++ b/charts/stable/storm/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/strapi/README.md b/charts/stable/strapi/README.md index 1b79189e662..acdc12b560b 100644 --- a/charts/stable/strapi/README.md +++ b/charts/stable/strapi/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/stun-turn-server/README.md b/charts/stable/stun-turn-server/README.md index 5386724ebb9..62d3e5af34e 100644 --- a/charts/stable/stun-turn-server/README.md +++ b/charts/stable/stun-turn-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/suistartpage/README.md b/charts/stable/suistartpage/README.md index 97ba6e7609d..e034354d448 100644 --- a/charts/stable/suistartpage/README.md +++ b/charts/stable/suistartpage/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/survivethenights/README.md b/charts/stable/survivethenights/README.md index e941d437fa6..06ab72b63cc 100644 --- a/charts/stable/survivethenights/README.md +++ b/charts/stable/survivethenights/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/synclounge/README.md b/charts/stable/synclounge/README.md index 06317d325d0..331c239b080 100644 --- a/charts/stable/synclounge/README.md +++ b/charts/stable/synclounge/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/syncthing/README.md b/charts/stable/syncthing/README.md index 0a0b5399eaa..3410500c849 100644 --- a/charts/stable/syncthing/README.md +++ b/charts/stable/syncthing/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/synctube/README.md b/charts/stable/synctube/README.md index 7282a885731..a7a6037d879 100644 --- a/charts/stable/synctube/README.md +++ b/charts/stable/synctube/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/syslog-ng/README.md b/charts/stable/syslog-ng/README.md index 7d395d2c32c..f9e329c5948 100644 --- a/charts/stable/syslog-ng/README.md +++ b/charts/stable/syslog-ng/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tachidesk-docker/README.md b/charts/stable/tachidesk-docker/README.md index 14be240227e..bce5d06eeac 100644 --- a/charts/stable/tachidesk-docker/README.md +++ b/charts/stable/tachidesk-docker/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tagspaces/README.md b/charts/stable/tagspaces/README.md index cf8c7054971..fd9ef8d3df1 100644 --- a/charts/stable/tagspaces/README.md +++ b/charts/stable/tagspaces/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tailscale/README.md b/charts/stable/tailscale/README.md index e3ec179378d..3b8a47b5348 100644 --- a/charts/stable/tailscale/README.md +++ b/charts/stable/tailscale/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tandoor-recipes/README.md b/charts/stable/tandoor-recipes/README.md index 96b12c3979c..60c475ac991 100644 --- a/charts/stable/tandoor-recipes/README.md +++ b/charts/stable/tandoor-recipes/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tanoshi/README.md b/charts/stable/tanoshi/README.md index 691f085e2ae..bcf7c85d25a 100644 --- a/charts/stable/tanoshi/README.md +++ b/charts/stable/tanoshi/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tasmoadmin/README.md b/charts/stable/tasmoadmin/README.md index 410524c17ab..b9074a23cc0 100644 --- a/charts/stable/tasmoadmin/README.md +++ b/charts/stable/tasmoadmin/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tasmobackup/README.md b/charts/stable/tasmobackup/README.md index c448051487a..fa9fcf69d34 100644 --- a/charts/stable/tasmobackup/README.md +++ b/charts/stable/tasmobackup/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tasmocompiler/README.md b/charts/stable/tasmocompiler/README.md index a4618792a0e..76c6927714b 100644 --- a/charts/stable/tasmocompiler/README.md +++ b/charts/stable/tasmocompiler/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tauticord/README.md b/charts/stable/tauticord/README.md index 7709e3d538d..53ae47dc6a6 100644 --- a/charts/stable/tauticord/README.md +++ b/charts/stable/tauticord/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tautulli/README.md b/charts/stable/tautulli/README.md index 4680a0571d8..8007c6574de 100644 --- a/charts/stable/tautulli/README.md +++ b/charts/stable/tautulli/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tdarr-node/README.md b/charts/stable/tdarr-node/README.md index dfe157ffbc0..0e292c8ca55 100644 --- a/charts/stable/tdarr-node/README.md +++ b/charts/stable/tdarr-node/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tdarr/README.md b/charts/stable/tdarr/README.md index 03577bbac0e..14e0fb9d474 100644 --- a/charts/stable/tdarr/README.md +++ b/charts/stable/tdarr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/teamspeak3/README.md b/charts/stable/teamspeak3/README.md index 056516b8da4..c564eb3a4d2 100644 --- a/charts/stable/teamspeak3/README.md +++ b/charts/stable/teamspeak3/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/teedy-docs/README.md b/charts/stable/teedy-docs/README.md index 1855407f6e3..3e47cf0c5fb 100644 --- a/charts/stable/teedy-docs/README.md +++ b/charts/stable/teedy-docs/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/teedy/README.md b/charts/stable/teedy/README.md index c2a816fd2c0..f60847de24b 100644 --- a/charts/stable/teedy/README.md +++ b/charts/stable/teedy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/telethon-downloader/README.md b/charts/stable/telethon-downloader/README.md index e4ddb5abcd0..331c2ed8a5b 100644 --- a/charts/stable/telethon-downloader/README.md +++ b/charts/stable/telethon-downloader/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/terraria-tshock/README.md b/charts/stable/terraria-tshock/README.md index 3ffff7dedf1..788feea4215 100644 --- a/charts/stable/terraria-tshock/README.md +++ b/charts/stable/terraria-tshock/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/theforest/README.md b/charts/stable/theforest/README.md index 5ef1f8f9734..4e8fb69f1f6 100644 --- a/charts/stable/theforest/README.md +++ b/charts/stable/theforest/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/thelounge/README.md b/charts/stable/thelounge/README.md index 1c2970f9fba..9b845a0d849 100644 --- a/charts/stable/thelounge/README.md +++ b/charts/stable/thelounge/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/theme-park/README.md b/charts/stable/theme-park/README.md index 0576ef8d46d..a5683e0e018 100644 --- a/charts/stable/theme-park/README.md +++ b/charts/stable/theme-park/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/thunderbird/README.md b/charts/stable/thunderbird/README.md index 5b50c8b4852..2879ae1c815 100644 --- a/charts/stable/thunderbird/README.md +++ b/charts/stable/thunderbird/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/timetagger/README.md b/charts/stable/timetagger/README.md index 846cd8eb2e9..c1fc4b1e606 100644 --- a/charts/stable/timetagger/README.md +++ b/charts/stable/timetagger/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tinymediamanager/README.md b/charts/stable/tinymediamanager/README.md index 33af189f3b4..741c5d45955 100644 --- a/charts/stable/tinymediamanager/README.md +++ b/charts/stable/tinymediamanager/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tonido/README.md b/charts/stable/tonido/README.md index 5317f27d94a..e2a457395f5 100644 --- a/charts/stable/tonido/README.md +++ b/charts/stable/tonido/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/traccar/README.md b/charts/stable/traccar/README.md index 43a9ac97e2e..3a0bb245913 100644 --- a/charts/stable/traccar/README.md +++ b/charts/stable/traccar/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tracks/README.md b/charts/stable/tracks/README.md index e7ca9d28896..46979b7fe2a 100644 --- a/charts/stable/tracks/README.md +++ b/charts/stable/tracks/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/traefik-forward-auth/README.md b/charts/stable/traefik-forward-auth/README.md index 194d003b8ff..7a1c8a0f9ed 100644 --- a/charts/stable/traefik-forward-auth/README.md +++ b/charts/stable/traefik-forward-auth/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/traggo/README.md b/charts/stable/traggo/README.md index a1a2ca4cca2..fc7aa045fc6 100644 --- a/charts/stable/traggo/README.md +++ b/charts/stable/traggo/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/traktarr/README.md b/charts/stable/traktarr/README.md index 3ad54a91940..3218e0f94f7 100644 --- a/charts/stable/traktarr/README.md +++ b/charts/stable/traktarr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/trango/README.md b/charts/stable/trango/README.md index bb960ad964b..7b4cc28867b 100644 --- a/charts/stable/trango/README.md +++ b/charts/stable/trango/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/transmission/README.md b/charts/stable/transmission/README.md index e4b2d7fe175..cf175928766 100644 --- a/charts/stable/transmission/README.md +++ b/charts/stable/transmission/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/trilium-notes/README.md b/charts/stable/trilium-notes/README.md index 5938c649537..c2d88efee12 100644 --- a/charts/stable/trilium-notes/README.md +++ b/charts/stable/trilium-notes/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/troddit/README.md b/charts/stable/troddit/README.md index 223f1ff93e6..01946de36c7 100644 --- a/charts/stable/troddit/README.md +++ b/charts/stable/troddit/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/truecommand/README.md b/charts/stable/truecommand/README.md index 2d1aabbc6b0..23a48e1864c 100644 --- a/charts/stable/truecommand/README.md +++ b/charts/stable/truecommand/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/truenas-exporter/README.md b/charts/stable/truenas-exporter/README.md index 0e1b4c51528..5e91047dd8c 100644 --- a/charts/stable/truenas-exporter/README.md +++ b/charts/stable/truenas-exporter/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tsmuxer/README.md b/charts/stable/tsmuxer/README.md index b259e57aefc..e28814fccc6 100644 --- a/charts/stable/tsmuxer/README.md +++ b/charts/stable/tsmuxer/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tsn-ranksystem/README.md b/charts/stable/tsn-ranksystem/README.md index 8402e056bf7..d25a2c3c63d 100644 --- a/charts/stable/tsn-ranksystem/README.md +++ b/charts/stable/tsn-ranksystem/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tt-rss/README.md b/charts/stable/tt-rss/README.md index d316a891a6e..94c28bdc5cf 100644 --- a/charts/stable/tt-rss/README.md +++ b/charts/stable/tt-rss/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tubearchivist-redisjson/README.md b/charts/stable/tubearchivist-redisjson/README.md index ef93d174384..dd66436bd40 100644 --- a/charts/stable/tubearchivist-redisjson/README.md +++ b/charts/stable/tubearchivist-redisjson/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tubesync/README.md b/charts/stable/tubesync/README.md index f29e50922bd..019152a6fd6 100644 --- a/charts/stable/tubesync/README.md +++ b/charts/stable/tubesync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tvheadend/README.md b/charts/stable/tvheadend/README.md index 208e53fa4ff..5916adfb405 100644 --- a/charts/stable/tvheadend/README.md +++ b/charts/stable/tvheadend/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/tvhproxy/README.md b/charts/stable/tvhproxy/README.md index 2b8024db2f0..2296eb35b75 100644 --- a/charts/stable/tvhproxy/README.md +++ b/charts/stable/tvhproxy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/twofauth/README.md b/charts/stable/twofauth/README.md index 3991e76ddf1..ecc1a933375 100644 --- a/charts/stable/twofauth/README.md +++ b/charts/stable/twofauth/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/twonky-server/README.md b/charts/stable/twonky-server/README.md index 809fd9e36f2..ba8800eeef1 100644 --- a/charts/stable/twonky-server/README.md +++ b/charts/stable/twonky-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/twtxt/README.md b/charts/stable/twtxt/README.md index ab35d471734..18e13a0090b 100644 --- a/charts/stable/twtxt/README.md +++ b/charts/stable/twtxt/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ubooquity/README.md b/charts/stable/ubooquity/README.md index 2d38708b447..d1db342e0b2 100644 --- a/charts/stable/ubooquity/README.md +++ b/charts/stable/ubooquity/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/unifi/README.md b/charts/stable/unifi/README.md index 1b5b5324122..ade9e253a14 100644 --- a/charts/stable/unifi/README.md +++ b/charts/stable/unifi/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/universal-media-server/README.md b/charts/stable/universal-media-server/README.md index 6eddbfb7b06..90b0e01d392 100644 --- a/charts/stable/universal-media-server/README.md +++ b/charts/stable/universal-media-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/unmanic/README.md b/charts/stable/unmanic/README.md index d0106eb8c66..0573488fc3b 100644 --- a/charts/stable/unmanic/README.md +++ b/charts/stable/unmanic/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/unpackerr/README.md b/charts/stable/unpackerr/README.md index d9dfa7c3d22..a98658a3d22 100644 --- a/charts/stable/unpackerr/README.md +++ b/charts/stable/unpackerr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/unpoller/README.md b/charts/stable/unpoller/README.md index 5fde23664de..e2485a1b3ba 100644 --- a/charts/stable/unpoller/README.md +++ b/charts/stable/unpoller/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/unturned/README.md b/charts/stable/unturned/README.md index 08f3962ed82..8fa4d0e328b 100644 --- a/charts/stable/unturned/README.md +++ b/charts/stable/unturned/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/uptime-kuma/README.md b/charts/stable/uptime-kuma/README.md index d5e33d101a7..2da0d429716 100644 --- a/charts/stable/uptime-kuma/README.md +++ b/charts/stable/uptime-kuma/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/uptimerobot-prometheus/README.md b/charts/stable/uptimerobot-prometheus/README.md index 5796503489c..6f708c427c8 100644 --- a/charts/stable/uptimerobot-prometheus/README.md +++ b/charts/stable/uptimerobot-prometheus/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/urban-terror/README.md b/charts/stable/urban-terror/README.md index 7192141b7b8..2903a2ff732 100644 --- a/charts/stable/urban-terror/README.md +++ b/charts/stable/urban-terror/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/v-rising/README.md b/charts/stable/v-rising/README.md index 82d5822324b..0b9a02e244c 100644 --- a/charts/stable/v-rising/README.md +++ b/charts/stable/v-rising/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/valetudo-mapper/README.md b/charts/stable/valetudo-mapper/README.md index bf3ba40ab25..39facccd649 100644 --- a/charts/stable/valetudo-mapper/README.md +++ b/charts/stable/valetudo-mapper/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/valheim/README.md b/charts/stable/valheim/README.md index 774f6753be6..57d9034c82c 100644 --- a/charts/stable/valheim/README.md +++ b/charts/stable/valheim/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/van-dam/README.md b/charts/stable/van-dam/README.md index 80bb2ef0456..3b5387f1d78 100644 --- a/charts/stable/van-dam/README.md +++ b/charts/stable/van-dam/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/venstar2mqtt/README.md b/charts/stable/venstar2mqtt/README.md index d8876a28e90..dc57f522003 100644 --- a/charts/stable/venstar2mqtt/README.md +++ b/charts/stable/venstar2mqtt/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/vertex/README.md b/charts/stable/vertex/README.md index ef8fd145c42..f6880aa9e3c 100644 --- a/charts/stable/vertex/README.md +++ b/charts/stable/vertex/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/verysync/README.md b/charts/stable/verysync/README.md index d19fe1530b0..1c4386b7ae1 100644 --- a/charts/stable/verysync/README.md +++ b/charts/stable/verysync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/vikunja/README.md b/charts/stable/vikunja/README.md index 6cabcb511e5..e6677b833b4 100644 --- a/charts/stable/vikunja/README.md +++ b/charts/stable/vikunja/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/vintage-story/README.md b/charts/stable/vintage-story/README.md index f3d32c8cada..3efdd4d00b6 100644 --- a/charts/stable/vintage-story/README.md +++ b/charts/stable/vintage-story/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/virt-manager/README.md b/charts/stable/virt-manager/README.md index fbc0c09a58a..cefc4de203d 100644 --- a/charts/stable/virt-manager/README.md +++ b/charts/stable/virt-manager/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/vlmcsd-kms-server/README.md b/charts/stable/vlmcsd-kms-server/README.md index e51a53cf4e0..d496368e7ae 100644 --- a/charts/stable/vlmcsd-kms-server/README.md +++ b/charts/stable/vlmcsd-kms-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/vocechat-server/README.md b/charts/stable/vocechat-server/README.md index feb50a59f79..686ed09b907 100644 --- a/charts/stable/vocechat-server/README.md +++ b/charts/stable/vocechat-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/wallos/README.md b/charts/stable/wallos/README.md index 3aec3c64797..a55d3b681be 100644 --- a/charts/stable/wallos/README.md +++ b/charts/stable/wallos/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/watcharr/README.md b/charts/stable/watcharr/README.md index c3c36e7abec..e57675a8b00 100644 --- a/charts/stable/watcharr/README.md +++ b/charts/stable/watcharr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/watchyourlan/README.md b/charts/stable/watchyourlan/README.md index 92a45d7032d..d78a5f25cea 100644 --- a/charts/stable/watchyourlan/README.md +++ b/charts/stable/watchyourlan/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/webgrabplus/README.md b/charts/stable/webgrabplus/README.md index c88dd867145..b31e4cdddda 100644 --- a/charts/stable/webgrabplus/README.md +++ b/charts/stable/webgrabplus/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/weblate/README.md b/charts/stable/weblate/README.md index a70593157de..2ec894dc563 100644 --- a/charts/stable/weblate/README.md +++ b/charts/stable/weblate/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/webnut/README.md b/charts/stable/webnut/README.md index 10dd058beb8..2fa9503f0ae 100644 --- a/charts/stable/webnut/README.md +++ b/charts/stable/webnut/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/webp-server/README.md b/charts/stable/webp-server/README.md index 840056132d8..ded4d2584c3 100644 --- a/charts/stable/webp-server/README.md +++ b/charts/stable/webp-server/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/website-shot/README.md b/charts/stable/website-shot/README.md index 42ec71c4ac5..a8ff7c8172a 100644 --- a/charts/stable/website-shot/README.md +++ b/charts/stable/website-shot/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/webtop/README.md b/charts/stable/webtop/README.md index 5876c3f6368..5f21e494043 100644 --- a/charts/stable/webtop/README.md +++ b/charts/stable/webtop/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/wekan/README.md b/charts/stable/wekan/README.md index 1eb0d67d8a6..9a7767eb8f0 100644 --- a/charts/stable/wekan/README.md +++ b/charts/stable/wekan/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/wg-easy/README.md b/charts/stable/wg-easy/README.md index 7c527cff906..3ce6ce33b8c 100644 --- a/charts/stable/wg-easy/README.md +++ b/charts/stable/wg-easy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/whisparr/README.md b/charts/stable/whisparr/README.md index 908896b4c51..63e86c2e0c0 100644 --- a/charts/stable/whisparr/README.md +++ b/charts/stable/whisparr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/whisper-asr-webservice/README.md b/charts/stable/whisper-asr-webservice/README.md index ae339f84264..787922f7f93 100644 --- a/charts/stable/whisper-asr-webservice/README.md +++ b/charts/stable/whisper-asr-webservice/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/whoogle/README.md b/charts/stable/whoogle/README.md index 0124d2271bd..9486b8fa694 100644 --- a/charts/stable/whoogle/README.md +++ b/charts/stable/whoogle/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/wifi-card/README.md b/charts/stable/wifi-card/README.md index c7fa4760b78..43e7fd53585 100644 --- a/charts/stable/wifi-card/README.md +++ b/charts/stable/wifi-card/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/wikijs/README.md b/charts/stable/wikijs/README.md index 52d04929c30..ef3cc3f82a2 100644 --- a/charts/stable/wikijs/README.md +++ b/charts/stable/wikijs/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/wireguard/README.md b/charts/stable/wireguard/README.md index e08ef1a8085..7eb2cb709f9 100644 --- a/charts/stable/wireguard/README.md +++ b/charts/stable/wireguard/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/wizarr/README.md b/charts/stable/wizarr/README.md index 042af7dcd66..22390d0988c 100644 --- a/charts/stable/wizarr/README.md +++ b/charts/stable/wizarr/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/wordpress/README.md b/charts/stable/wordpress/README.md index 5af70d5b076..3e33c7cd4cf 100644 --- a/charts/stable/wordpress/README.md +++ b/charts/stable/wordpress/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/wyoming-openwakeword/README.md b/charts/stable/wyoming-openwakeword/README.md index b8d472866cd..fbe48879494 100644 --- a/charts/stable/wyoming-openwakeword/README.md +++ b/charts/stable/wyoming-openwakeword/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/wyoming-piper/README.md b/charts/stable/wyoming-piper/README.md index 47e79944669..65ce59c14d3 100644 --- a/charts/stable/wyoming-piper/README.md +++ b/charts/stable/wyoming-piper/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/wyoming-whisper/README.md b/charts/stable/wyoming-whisper/README.md index 40cef74d8f3..29f8a09008c 100644 --- a/charts/stable/wyoming-whisper/README.md +++ b/charts/stable/wyoming-whisper/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/xen-orchestra/README.md b/charts/stable/xen-orchestra/README.md index 61a635e8bc1..b73b869a49f 100644 --- a/charts/stable/xen-orchestra/README.md +++ b/charts/stable/xen-orchestra/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/xmrig/README.md b/charts/stable/xmrig/README.md index e7c88d9d7f9..4cb3e72d161 100644 --- a/charts/stable/xmrig/README.md +++ b/charts/stable/xmrig/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/xonotic/README.md b/charts/stable/xonotic/README.md index 6f43438c6b3..801ebcb4f70 100644 --- a/charts/stable/xonotic/README.md +++ b/charts/stable/xonotic/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/xteve/README.md b/charts/stable/xteve/README.md index 4a6b87e67c1..06673b44927 100644 --- a/charts/stable/xteve/README.md +++ b/charts/stable/xteve/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/xware/README.md b/charts/stable/xware/README.md index d5ad266dea5..5e3cee9a9cd 100644 --- a/charts/stable/xware/README.md +++ b/charts/stable/xware/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/xwiki/README.md b/charts/stable/xwiki/README.md index 023fcd77920..34ac3753f06 100644 --- a/charts/stable/xwiki/README.md +++ b/charts/stable/xwiki/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/yacreaderlibraryserver/README.md b/charts/stable/yacreaderlibraryserver/README.md index 804f66f024e..67b8f5273c3 100644 --- a/charts/stable/yacreaderlibraryserver/README.md +++ b/charts/stable/yacreaderlibraryserver/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/yacy/README.md b/charts/stable/yacy/README.md index 15f5d4337f3..afb3f3adb0d 100644 --- a/charts/stable/yacy/README.md +++ b/charts/stable/yacy/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/yourls/README.md b/charts/stable/yourls/README.md index 5ab981b170b..3ebff147cbf 100644 --- a/charts/stable/yourls/README.md +++ b/charts/stable/yourls/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/youtransfer/README.md b/charts/stable/youtransfer/README.md index 9b350e40d45..cce7a4861d9 100644 --- a/charts/stable/youtransfer/README.md +++ b/charts/stable/youtransfer/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/youtubedl-material/README.md b/charts/stable/youtubedl-material/README.md index 28f49196daa..a92ac760f39 100644 --- a/charts/stable/youtubedl-material/README.md +++ b/charts/stable/youtubedl-material/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/z80pack/README.md b/charts/stable/z80pack/README.md index 8772e5c2814..3084ec02b43 100644 --- a/charts/stable/z80pack/README.md +++ b/charts/stable/z80pack/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/zerotier/README.md b/charts/stable/zerotier/README.md index ee05d5d3aa1..f3afd1bae54 100644 --- a/charts/stable/zerotier/README.md +++ b/charts/stable/zerotier/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/znc/README.md b/charts/stable/znc/README.md index b6fc2f860b0..480259515df 100644 --- a/charts/stable/znc/README.md +++ b/charts/stable/znc/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/zoneminder/README.md b/charts/stable/zoneminder/README.md index 45004a51d2b..86ac0ffe049 100644 --- a/charts/stable/zoneminder/README.md +++ b/charts/stable/zoneminder/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/ztcuui-aio/README.md b/charts/stable/ztcuui-aio/README.md index d91cedff1f6..f32992039d6 100644 --- a/charts/stable/ztcuui-aio/README.md +++ b/charts/stable/ztcuui-aio/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/stable/zwavejs2mqtt/README.md b/charts/stable/zwavejs2mqtt/README.md index a0d0c5d294a..935d00a9bdc 100644 --- a/charts/stable/zwavejs2mqtt/README.md +++ b/charts/stable/zwavejs2mqtt/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/system/cert-manager/README.md b/charts/system/cert-manager/README.md index 871004ca289..63bab5377b5 100644 --- a/charts/system/cert-manager/README.md +++ b/charts/system/cert-manager/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/system/cloudnative-pg/README.md b/charts/system/cloudnative-pg/README.md index d85292c8c54..0b6fecf5bc8 100644 --- a/charts/system/cloudnative-pg/README.md +++ b/charts/system/cloudnative-pg/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/system/csi-driver-smb/README.md b/charts/system/csi-driver-smb/README.md index 94013e99a42..0904982b98d 100644 --- a/charts/system/csi-driver-smb/README.md +++ b/charts/system/csi-driver-smb/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/system/kubeapps/README.md b/charts/system/kubeapps/README.md index 01362d524c9..07c065eab59 100644 --- a/charts/system/kubeapps/README.md +++ b/charts/system/kubeapps/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/system/kubernetes-reflector/README.md b/charts/system/kubernetes-reflector/README.md index 315465eba5e..5690258dfc0 100644 --- a/charts/system/kubernetes-reflector/README.md +++ b/charts/system/kubernetes-reflector/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/system/metallb/README.md b/charts/system/metallb/README.md index d6f0bce3804..4a9b907707c 100644 --- a/charts/system/metallb/README.md +++ b/charts/system/metallb/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/system/nvidia-device-plugin/README.md b/charts/system/nvidia-device-plugin/README.md index 01362d524c9..07c065eab59 100644 --- a/charts/system/nvidia-device-plugin/README.md +++ b/charts/system/nvidia-device-plugin/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/system/openebs/README.md b/charts/system/openebs/README.md index ed7cad858ff..e20f288a946 100644 --- a/charts/system/openebs/README.md +++ b/charts/system/openebs/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/system/prometheus-operator/README.md b/charts/system/prometheus-operator/README.md index a2999dfe20e..97077b3651b 100644 --- a/charts/system/prometheus-operator/README.md +++ b/charts/system/prometheus-operator/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/system/snapshot-controller/README.md b/charts/system/snapshot-controller/README.md index 2c6d3ec423a..65cd4d237bd 100644 --- a/charts/system/snapshot-controller/README.md +++ b/charts/system/snapshot-controller/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/system/traefik-crds/README.md b/charts/system/traefik-crds/README.md index f9e0d15b580..2ef809c5cf3 100644 --- a/charts/system/traefik-crds/README.md +++ b/charts/system/traefik-crds/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps diff --git a/charts/system/volsync/README.md b/charts/system/volsync/README.md index 2fae4a5ea47..ea3bf44f0e5 100644 --- a/charts/system/volsync/README.md +++ b/charts/system/volsync/README.md @@ -19,7 +19,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://tccr.io/truecharts/CHARTNAME` -For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/ +For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/general/support-policy/ ### TrueNAS SCALE Apps