diff --git a/charts/incubator/multus-cni/Chart.yaml b/charts/incubator/multus-cni/Chart.yaml index 4b44d1933c6..494744d70bb 100644 --- a/charts/incubator/multus-cni/Chart.yaml +++ b/charts/incubator/multus-cni/Chart.yaml @@ -11,6 +11,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: incubator + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: incubator apiVersion: v2 appVersion: 4.2.3 dependencies: @@ -24,16 +30,16 @@ dependencies: deprecated: false description: | A CNI meta-plugin for multi-homed pods in Kubernetes -home: https://truecharts.org/charts/incubator/multus-cni -icon: https://truecharts.org/img/hotlink-ok/chart-icons/multus-cni.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/incubator/multus-cni +icon: https://trueforge.org/img/hotlink-ok/chart-icons/multus-cni.webp keywords: - cni - networking kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: multus-cni sources: - https://ghcr.io/k8snetworkplumbingwg/multus-cni diff --git a/charts/incubator/multus-cni/README.md b/charts/incubator/multus-cni/README.md index 2b8cc49d247..662435cfdf7 100644 --- a/charts/incubator/multus-cni/README.md +++ b/charts/incubator/multus-cni/README.md @@ -1,3 +1,50 @@ --- title: README --- + +## General Info + +For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/charts/incubator/multus-cni) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)** + +## Installation + +### Helm-Chart installation + +To install TrueCharts Helm charts using Helm, you can use our OCI Repository. + +`helm install mychart oci://oci.trueforge.org/truecharts/multus-cni` + +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.org/truecharts/guides/) + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://trueforge.org/truecharts/incubator/multus-cni + +## Configuration Options + +To view the chart specific options, please view Values.yaml included in the chart. +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/incubator/multus-cni/values.yaml + +All our Charts use a shared "common" library chart that contains most of the templating and options. +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/truecharts-common/) + +For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml + +## Support + +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/trueforge-org/truecharts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/library/common-test/Chart.yaml b/charts/library/common-test/Chart.yaml index 4d01967c83c..2e589db6684 100644 --- a/charts/library/common-test/Chart.yaml +++ b/charts/library/common-test/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: library + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: library apiVersion: v2 appVersion: unknown dependencies: @@ -20,8 +26,8 @@ dependencies: import-values: [] deprecated: false description: Helper chart to test different use cases of the common library -home: https://truecharts.org/charts/library/common-test -icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/library/common-test +icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp keywords: - common-test - truecharts @@ -30,8 +36,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: common-test sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/library/common-test diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index e056f0f5741..aefd130bb7f 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -10,13 +10,19 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: library + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: library apiVersion: v2 appVersion: 1.11.0 dependencies: [] deprecated: false description: Function library for TrueCharts -home: https://truecharts.org/charts/library/common -icon: https://truecharts.org/img/hotlink-ok/chart-icons/common.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/library/common +icon: https://trueforge.org/img/hotlink-ok/chart-icons/common.webp keywords: - truecharts - library-chart @@ -24,8 +30,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: common sources: - https://ghcr.io/cloudnative-pg/postgis diff --git a/charts/stable/acestream/Chart.yaml b/charts/stable/acestream/Chart.yaml index f8387a3b8bd..1b03b58a886 100644 --- a/charts/stable/acestream/Chart.yaml +++ b/charts/stable/acestream/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.0.2.8 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: IPTV service providing streaming, playlist, search engine and epg. -home: https://truecharts.org/charts/stable/acestream -icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/acestream +icon: https://trueforge.org/img/hotlink-ok/chart-icons/acestream.webp keywords: - acestream - MediaServer-Video kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: acestream sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/acestream diff --git a/charts/stable/actualserver/Chart.yaml b/charts/stable/actualserver/Chart.yaml index 16582337ecd..3c4167a7a12 100644 --- a/charts/stable/actualserver/Chart.yaml +++ b/charts/stable/actualserver/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.1.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Actual is a super fast privacy-focused app for managing your finances. -home: https://truecharts.org/charts/stable/actualserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/actualserver +icon: https://trueforge.org/img/hotlink-ok/chart-icons/actualserver.webp keywords: - actualserver - finance kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: actualserver sources: - https://ghcr.io/actualbudget/actual diff --git a/charts/stable/adguard-home/Chart.yaml b/charts/stable/adguard-home/Chart.yaml index 658bd6c5941..ac7e93c7444 100644 --- a/charts/stable/adguard-home/Chart.yaml +++ b/charts/stable/adguard-home/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.107.71 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Free and open source, powerful network-wide ads & trackers blocking DNS server. -home: https://truecharts.org/charts/stable/adguard-home -icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/adguard-home +icon: https://trueforge.org/img/hotlink-ok/chart-icons/adguard-home.webp keywords: - adblock - adguard kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: adguard-home sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/adguard-home diff --git a/charts/stable/adguardhome-sync/Chart.yaml b/charts/stable/adguardhome-sync/Chart.yaml index 0c88f922b44..66cb7eb8a5d 100644 --- a/charts/stable/adguardhome-sync/Chart.yaml +++ b/charts/stable/adguardhome-sync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.8.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Synchronize AdGuardHome config to replica instances. -home: https://truecharts.org/charts/stable/adguardhome-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/adguardhome-sync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/adguardhome-sync.webp keywords: - adguardhome-sync - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: adguardhome-sync sources: - https://github.com/bakito/adguardhome-sync/ diff --git a/charts/stable/adminer/Chart.yaml b/charts/stable/adminer/Chart.yaml index 1ad9beb067d..66934d2f0fd 100644 --- a/charts/stable/adminer/Chart.yaml +++ b/charts/stable/adminer/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. -home: https://truecharts.org/charts/stable/adminer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/adminer +icon: https://trueforge.org/img/hotlink-ok/chart-icons/adminer.webp keywords: - adminer - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: adminer sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/adminer diff --git a/charts/stable/agregarr/Chart.yaml b/charts/stable/agregarr/Chart.yaml index d4c8e5a2794..d1b599ebed0 100644 --- a/charts/stable/agregarr/Chart.yaml +++ b/charts/stable/agregarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.3.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Home and Collection manager for Plex. -home: https://truecharts.org/charts/stable/agregarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/agregarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/agregarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/agregarr.webp keywords: - agregarr kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: agregarr sources: - https://ghcr.io/agregarr/agregarr diff --git a/charts/stable/airdcpp-webclient/Chart.yaml b/charts/stable/airdcpp-webclient/Chart.yaml index 16beb8fc058..8a615721300 100644 --- a/charts/stable/airdcpp-webclient/Chart.yaml +++ b/charts/stable/airdcpp-webclient/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.14.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. -home: https://truecharts.org/charts/stable/airdcpp-webclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/airdcpp-webclient +icon: https://trueforge.org/img/hotlink-ok/chart-icons/airdcpp-webclient.webp keywords: - DC++ - dcpp @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: airdcpp-webclient sources: - https://airdcpp-web.github.io/ diff --git a/charts/stable/airsonic-advanced/Chart.yaml b/charts/stable/airsonic-advanced/Chart.yaml index 5a74634b06c..08e1de62675 100644 --- a/charts/stable/airsonic-advanced/Chart.yaml +++ b/charts/stable/airsonic-advanced/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 11.1.4 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Airsonic is a Free and Open Source community driven media server -home: https://truecharts.org/charts/stable/airsonic-advanced -icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/airsonic-advanced +icon: https://trueforge.org/img/hotlink-ok/chart-icons/airsonic-advanced.webp keywords: - airsonic kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: airsonic-advanced sources: - https://github.com/airsonic/airsonic-advanced diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index 5e9d0e29e93..c2d581175a1 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 10.6.2 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Airsonic is a Free and Open Source community driven media server -home: https://truecharts.org/charts/stable/airsonic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/airsonic +icon: https://trueforge.org/img/hotlink-ok/chart-icons/airsonic.webp keywords: - airsonic kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: airsonic sources: - https://ghcr.io/linuxserver/airsonic diff --git a/charts/stable/alienswarm-reactivedrop/Chart.yaml b/charts/stable/alienswarm-reactivedrop/Chart.yaml index 4f9b333f8c5..2e1b14314e6 100644 --- a/charts/stable/alienswarm-reactivedrop/Chart.yaml +++ b/charts/stable/alienswarm-reactivedrop/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: alienswarmreactiedrop dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it.' -home: https://truecharts.org/charts/stable/alienswarm-reactivedrop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/alienswarm-reactivedrop +icon: https://trueforge.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.webp keywords: - alienswarm-reactivedrop - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: alienswarm-reactivedrop sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/alienswarm/Chart.yaml b/charts/stable/alienswarm/Chart.yaml index eaad069e2f7..a160a614bd4 100644 --- a/charts/stable/alienswarm/Chart.yaml +++ b/charts/stable/alienswarm/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: alienswarm dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Alien Swarm and run it. -home: https://truecharts.org/charts/stable/alienswarm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/alienswarm +icon: https://trueforge.org/img/hotlink-ok/chart-icons/alienswarm.webp keywords: - alienswarm - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: alienswarm sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/alist/Chart.yaml b/charts/stable/alist/Chart.yaml index 11910fa7864..1175afcb650 100644 --- a/charts/stable/alist/Chart.yaml +++ b/charts/stable/alist/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.41.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Alist program that supports multiple storage, powered by Gin and React -home: https://truecharts.org/charts/stable/alist -icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/alist +icon: https://trueforge.org/img/hotlink-ok/chart-icons/alist.webp keywords: - alist - storage @@ -34,8 +40,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: alist sources: - https://github.com/Xhofe/alist diff --git a/charts/stable/amcrest2mqtt/Chart.yaml b/charts/stable/amcrest2mqtt/Chart.yaml index d6c865b12e6..a1597782b1a 100644 --- a/charts/stable/amcrest2mqtt/Chart.yaml +++ b/charts/stable/amcrest2mqtt/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.0.16 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Expose all events from an Amcrest device to an MQTT broker -home: https://truecharts.org/charts/stable/amcrest2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/amcrest2mqtt +icon: https://trueforge.org/img/hotlink-ok/chart-icons/amcrest2mqtt.webp keywords: - amcrest2mqtt kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: amcrest2mqtt sources: - https://github.com/dchesterton/amcrest2mqtt diff --git a/charts/stable/americasarmy-pg/Chart.yaml b/charts/stable/americasarmy-pg/Chart.yaml index 37b6c6d863a..83dfc0b00c9 100644 --- a/charts/stable/americasarmy-pg/Chart.yaml +++ b/charts/stable/americasarmy-pg/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: aaproinggrounds dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'This Chart will download and install SteamCMD. It will also install America''s Army: Proving Grounds and run it.' -home: https://truecharts.org/charts/stable/americasarmy-pg -icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/americasarmy-pg +icon: https://trueforge.org/img/hotlink-ok/chart-icons/americasarmy-pg.webp keywords: - americasarmy-pg - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: americasarmy-pg sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/amule/Chart.yaml b/charts/stable/amule/Chart.yaml index 763382e7974..a346be3c109 100644 --- a/charts/stable/amule/Chart.yaml +++ b/charts/stable/amule/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.3.3 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: aMule is an eMule-like client for the eDonkey and Kademlia networks. -home: https://truecharts.org/charts/stable/amule -icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/amule +icon: https://trueforge.org/img/hotlink-ok/chart-icons/amule.webp keywords: - amule - Downloaders @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: amule sources: - https://ghcr.io/ngosang/amule diff --git a/charts/stable/android-8-0/Chart.yaml b/charts/stable/android-8-0/Chart.yaml index 8ccada321e2..6706c16f92f 100644 --- a/charts/stable/android-8-0/Chart.yaml +++ b/charts/stable/android-8-0/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable. -home: https://truecharts.org/charts/stable/android-8-0 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/android-8-0 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/android-8-0.webp keywords: - android-8-0 - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: android-8-0 sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/android-8-0 diff --git a/charts/stable/androiddebugbridge/Chart.yaml b/charts/stable/androiddebugbridge/Chart.yaml index 30958e1bac4..614c983cb55 100644 --- a/charts/stable/androiddebugbridge/Chart.yaml +++ b/charts/stable/androiddebugbridge/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart. -home: https://truecharts.org/charts/stable/androiddebugbridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/androiddebugbridge +icon: https://trueforge.org/img/hotlink-ok/chart-icons/androiddebugbridge.webp keywords: - androiddebugbridge - home-automation kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: androiddebugbridge sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/androiddebugbridge diff --git a/charts/stable/anki-sync-server/Chart.yaml b/charts/stable/anki-sync-server/Chart.yaml index 3e9691eb0c6..a56abc53c0d 100644 --- a/charts/stable/anki-sync-server/Chart.yaml +++ b/charts/stable/anki-sync-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.1.4 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: A cross-platform Anki sync server. -home: https://truecharts.org/charts/stable/anki-sync-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/anki-sync-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/anki-sync-server.webp keywords: - anki-sync-server kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: anki-sync-server sources: - https://github.com/ankicommunity/anki-devops-services diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index 7b458a140f8..0de9f6cfa50 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.3.6 dependencies: @@ -36,15 +42,15 @@ dependencies: import-values: [] deprecated: false description: Protect your email from spam using disposable addresses. -home: https://truecharts.org/charts/stable/anonaddy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/anonaddy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/anonaddy.webp keywords: - anonaddy kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: anonaddy sources: - https://github.com/anonaddy/docker diff --git a/charts/stable/anope/Chart.yaml b/charts/stable/anope/Chart.yaml index 0d2d774df9f..a681a546517 100644 --- a/charts/stable/anope/Chart.yaml +++ b/charts/stable/anope/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Anope is a set of IRC Services designed for flexibility and ease of use. -home: https://truecharts.org/charts/stable/anope -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/anope +icon: https://trueforge.org/img/hotlink-ok/chart-icons/anope.webp keywords: - anope - Network-Other @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: anope sources: - https://ghcr.io/ich777/anope diff --git a/charts/stable/answer/Chart.yaml b/charts/stable/answer/Chart.yaml index 5b130b83b2f..d1f679b66aa 100644 --- a/charts/stable/answer/Chart.yaml +++ b/charts/stable/answer/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.2.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A Q&A platform software for teams at any scales. -home: https://truecharts.org/charts/stable/answer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/answer +icon: https://trueforge.org/img/hotlink-ok/chart-icons/answer.webp keywords: - answer - forum kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: answer sources: - https://github.com/answerdev/answer diff --git a/charts/stable/anything-llm/Chart.yaml b/charts/stable/anything-llm/Chart.yaml index c782e875628..77037dafcb2 100644 --- a/charts/stable/anything-llm/Chart.yaml +++ b/charts/stable/anything-llm/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Open-source ChatGPT experience for LLMs, embedders, and vector databases. -home: https://truecharts.org/charts/stable/anything-llm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/anything-llm +icon: https://trueforge.org/img/hotlink-ok/chart-icons/anything-llm.webp keywords: - anything-llm - ai kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: anything-llm sources: - https://ghcr.io/mintplex-labs/anything-llm diff --git a/charts/stable/apache-musicindex/Chart.yaml b/charts/stable/apache-musicindex/Chart.yaml index 22cf038b0ab..0c498f40dd5 100644 --- a/charts/stable/apache-musicindex/Chart.yaml +++ b/charts/stable/apache-musicindex/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.4.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Index and stream music using apache-musicindex and m3u playlists -home: https://truecharts.org/charts/stable/apache-musicindex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/apache-musicindex +icon: https://trueforge.org/img/hotlink-ok/chart-icons/apache-musicindex.webp keywords: - apache-musicindex - streaming @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: apache-musicindex sources: - https://ghcr.io/k8s-at-home/apache-musicindex diff --git a/charts/stable/apache-webdav/Chart.yaml b/charts/stable/apache-webdav/Chart.yaml index 0fa4b32235d..09669fd363e 100644 --- a/charts/stable/apache-webdav/Chart.yaml +++ b/charts/stable/apache-webdav/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser. -home: https://truecharts.org/charts/stable/apache-webdav -icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/apache-webdav +icon: https://trueforge.org/img/hotlink-ok/chart-icons/apache-webdav.webp keywords: - apache-webdav - Cloud kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: apache-webdav sources: - https://github.com/mgutt/docker-apachewebdav diff --git a/charts/stable/app-template/Chart.yaml b/charts/stable/app-template/Chart.yaml index 3eb868cdffe..4be00832478 100644 --- a/charts/stable/app-template/Chart.yaml +++ b/charts/stable/app-template/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.5.4 dependencies: @@ -43,15 +49,15 @@ dependencies: import-values: [] deprecated: false description: Advanced Template to create your own TrueCharts-based Charts -home: https://truecharts.org/charts/stable/app-template -icon: https://truecharts.org/img/hotlink-ok/chart-icons/app-template.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/app-template +icon: https://trueforge.org/img/hotlink-ok/chart-icons/app-template.webp keywords: - custom kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: app-template sources: - https://ghcr.io/miguelndecarvalho/speedtest-exporter diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml index 7d5b10c2bad..332cc6b9c72 100644 --- a/charts/stable/appdaemon/Chart.yaml +++ b/charts/stable/appdaemon/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.5.13 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps. -home: https://truecharts.org/charts/stable/appdaemon -icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/appdaemon +icon: https://trueforge.org/img/hotlink-ok/chart-icons/appdaemon.webp keywords: - appdaemon - home-automation kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: appdaemon sources: - https://github.com/AppDaemon/appdaemon diff --git a/charts/stable/apt-cacher-ng/Chart.yaml b/charts/stable/apt-cacher-ng/Chart.yaml index e672563b657..7b39b6dc8f8 100644 --- a/charts/stable/apt-cacher-ng/Chart.yaml +++ b/charts/stable/apt-cacher-ng/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those. -home: https://truecharts.org/charts/stable/apt-cacher-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/apt-cacher-ng +icon: https://trueforge.org/img/hotlink-ok/chart-icons/apt-cacher-ng.webp keywords: - apt-cacher-ng - Network-Proxy @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: apt-cacher-ng sources: - https://ghcr.io/sameersbn/apt-cacher-ng diff --git a/charts/stable/archivebox/Chart.yaml b/charts/stable/archivebox/Chart.yaml index 230eae0eca2..484f3853ec9 100644 --- a/charts/stable/archivebox/Chart.yaml +++ b/charts/stable/archivebox/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: ArchiveBox is an open-source, self-hosted internet archiving solution. -home: https://truecharts.org/charts/stable/archivebox -icon: https://truecharts.org/img/hotlink-ok/chart-icons/archivebox.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/archivebox +icon: https://trueforge.org/img/hotlink-ok/chart-icons/archivebox.webp keywords: - archivebox - archiving @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: archivebox sources: - https://github.com/ArchiveBox/ArchiveBox diff --git a/charts/stable/archiveteam-warrior/Chart.yaml b/charts/stable/archiveteam-warrior/Chart.yaml index 0953f26f1e3..4719c6c06e7 100644 --- a/charts/stable/archiveteam-warrior/Chart.yaml +++ b/charts/stable/archiveteam-warrior/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do! -home: https://truecharts.org/charts/stable/archiveteam-warrior -icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/archiveteam-warrior +icon: https://trueforge.org/img/hotlink-ok/chart-icons/archiveteam-warrior.webp keywords: - archiveteam-warrior - Backup @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: archiveteam-warrior sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/archiveteam-warrior diff --git a/charts/stable/aria2/Chart.yaml b/charts/stable/aria2/Chart.yaml index de84b55d7ec..a12acb5d8de 100644 --- a/charts/stable/aria2/Chart.yaml +++ b/charts/stable/aria2/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: aria server for downloading web content -home: https://truecharts.org/charts/stable/aria2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/aria2 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/aria2.webp keywords: - aria2 kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: aria2 sources: - https://github.com/P3TERX/Aria2-Pro-Docker diff --git a/charts/stable/ariang/Chart.yaml b/charts/stable/ariang/Chart.yaml index 5058c04bec6..6b1e6d45e2c 100644 --- a/charts/stable/ariang/Chart.yaml +++ b/charts/stable/ariang/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.3.12 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: A modern web frontend making aria2 easier to use | Aria2 WebUI. -home: https://truecharts.org/charts/stable/ariang -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ariang +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ariang.webp keywords: - ariang kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ariang sources: - https://github.com/leonismoe/docker-images diff --git a/charts/stable/arksurvivalevolved/Chart.yaml b/charts/stable/arksurvivalevolved/Chart.yaml index dfb3fb3c29c..1e6d5caf0a0 100644 --- a/charts/stable/arksurvivalevolved/Chart.yaml +++ b/charts/stable/arksurvivalevolved/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Runs Ark Survival Evolved and Ark-Server-Manager -home: https://truecharts.org/charts/stable/arksurvivalevolved -icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/arksurvivalevolved +icon: https://trueforge.org/img/hotlink-ok/chart-icons/arksurvivalevolved.webp keywords: - arksurvivalevolved - arkse @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: arksurvivalevolved sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/arksurvivalevolved diff --git a/charts/stable/arma3/Chart.yaml b/charts/stable/arma3/Chart.yaml index 4850becdbd6..1338426c402 100644 --- a/charts/stable/arma3/Chart.yaml +++ b/charts/stable/arma3/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: arma3 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install ArmA III and run it. -home: https://truecharts.org/charts/stable/arma3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/arma3 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/arma3.webp keywords: - arma3 - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: arma3 sources: - https://arma3.com/ diff --git a/charts/stable/arma3exilemod/Chart.yaml b/charts/stable/arma3exilemod/Chart.yaml index bfef571b2b9..a54ed655423 100644 --- a/charts/stable/arma3exilemod/Chart.yaml +++ b/charts/stable/arma3exilemod/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: arma3exilemod dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install ArmA III including ExileMod and run it. -home: https://truecharts.org/charts/stable/arma3exilemod -icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/arma3exilemod +icon: https://trueforge.org/img/hotlink-ok/chart-icons/arma3exilemod.webp keywords: - arma3exilemod - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: arma3exilemod sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/assettocorsa/Chart.yaml b/charts/stable/assettocorsa/Chart.yaml index b5a1f6b5059..ff2752b7573 100644 --- a/charts/stable/assettocorsa/Chart.yaml +++ b/charts/stable/assettocorsa/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: assettocorsa dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it. -home: https://truecharts.org/charts/stable/assettocorsa -icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/assettocorsa +icon: https://trueforge.org/img/hotlink-ok/chart-icons/assettocorsa.webp keywords: - assettocorsa - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: assettocorsa sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/atuin/Chart.yaml b/charts/stable/atuin/Chart.yaml index 608ec8f2b7a..a128479b09e 100644 --- a/charts/stable/atuin/Chart.yaml +++ b/charts/stable/atuin/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 18.11.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Magical shell history. -home: https://truecharts.org/charts/stable/atuin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/atuin.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/atuin +icon: https://trueforge.org/img/hotlink-ok/chart-icons/atuin.webp keywords: - atuin - shell kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: atuin sources: - https://ghcr.io/atuinsh/atuin diff --git a/charts/stable/audacity/Chart.yaml b/charts/stable/audacity/Chart.yaml index b90e2fda7b0..7d665dc32d2 100644 --- a/charts/stable/audacity/Chart.yaml +++ b/charts/stable/audacity/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.0.2 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: An easy-to-use, multi-track audio editor and recorder -home: https://truecharts.org/charts/stable/audacity -icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/audacity +icon: https://trueforge.org/img/hotlink-ok/chart-icons/audacity.webp keywords: - audacity - music @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: audacity sources: - https://ghcr.io/linuxserver/audacity diff --git a/charts/stable/audiobookshelf/Chart.yaml b/charts/stable/audiobookshelf/Chart.yaml index fefa5567964..c603c4fcfff 100644 --- a/charts/stable/audiobookshelf/Chart.yaml +++ b/charts/stable/audiobookshelf/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.32.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. -home: https://truecharts.org/charts/stable/audiobookshelf -icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/audiobookshelf +icon: https://trueforge.org/img/hotlink-ok/chart-icons/audiobookshelf.webp keywords: - audiobookshelf kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: audiobookshelf sources: - https://github.com/advplyr/audiobookshelf diff --git a/charts/stable/aurora-files/Chart.yaml b/charts/stable/aurora-files/Chart.yaml index d5b07e3d0c2..fa549c6a7e5 100644 --- a/charts/stable/aurora-files/Chart.yaml +++ b/charts/stable/aurora-files/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Aurora Files is an open-source file storage platform for small teams and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package. -home: https://truecharts.org/charts/stable/aurora-files -icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/aurora-files +icon: https://trueforge.org/img/hotlink-ok/chart-icons/aurora-files.webp keywords: - aurora-files - Cloud @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: aurora-files sources: - https://github.com/afterlogic/docker-aurora-files diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index 9c347842960..770c344fe42 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.39.15 dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: Authelia is a Single Sign-On Multi-Factor portal for web apps -home: https://truecharts.org/charts/stable/authelia -icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/authelia +icon: https://trueforge.org/img/hotlink-ok/chart-icons/authelia.webp keywords: - authelia - authentication @@ -46,8 +52,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: authelia sources: - https://ghcr.io/authelia/authelia diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index b9622ababaf..48ef1b4b2c7 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2025.12.2 dependencies: @@ -29,15 +35,15 @@ dependencies: import-values: [] deprecated: false description: Authentik is an open-source Identity Provider focused on flexibility and versatility. -home: https://truecharts.org/charts/stable/authentik -icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/authentik +icon: https://trueforge.org/img/hotlink-ok/chart-icons/authentik.webp keywords: - authentik kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: authentik sources: - https://ghcr.io/goauthentik/ldap diff --git a/charts/stable/auto-yt-dl/Chart.yaml b/charts/stable/auto-yt-dl/Chart.yaml index 9341566e4d1..151b0e1c03c 100644 --- a/charts/stable/auto-yt-dl/Chart.yaml +++ b/charts/stable/auto-yt-dl/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list. -home: https://truecharts.org/charts/stable/auto-yt-dl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/auto-yt-dl +icon: https://trueforge.org/img/hotlink-ok/chart-icons/auto-yt-dl.webp keywords: - auto-yt-dl - Downloaders kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: auto-yt-dl sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/auto-yt-dl diff --git a/charts/stable/autobrr/Chart.yaml b/charts/stable/autobrr/Chart.yaml index 476954d5024..e722ca8d86c 100644 --- a/charts/stable/autobrr/Chart.yaml +++ b/charts/stable/autobrr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.72.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: The modern download automation tool for torrents. -home: https://truecharts.org/charts/stable/autobrr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/autobrr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/autobrr.webp keywords: - autobrr - torrent kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: autobrr sources: - https://ghcr.io/autobrr/autobrr diff --git a/charts/stable/automatic-ripping-machine/Chart.yaml b/charts/stable/automatic-ripping-machine/Chart.yaml index c57e9ad2d68..b2fb7d8a9ff 100644 --- a/charts/stable/automatic-ripping-machine/Chart.yaml +++ b/charts/stable/automatic-ripping-machine/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.21.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Automatic Ripping Machine (ARM) Scripts. -home: https://truecharts.org/charts/stable/automatic-ripping-machine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/automatic-ripping-machine +icon: https://trueforge.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.webp keywords: - automatic-ripping-machine - media kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: automatic-ripping-machine sources: - https://github.com/automatic-ripping-machine/automatic-ripping-machine diff --git a/charts/stable/autoscan/Chart.yaml b/charts/stable/autoscan/Chart.yaml index fb3d27f2fc6..135b0f3c2a1 100644 --- a/charts/stable/autoscan/Chart.yaml +++ b/charts/stable/autoscan/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.4.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. -home: https://truecharts.org/charts/stable/autoscan -icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/autoscan +icon: https://trueforge.org/img/hotlink-ok/chart-icons/autoscan.webp keywords: - autoscan - media kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: autoscan sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/autoscan diff --git a/charts/stable/avidemux/Chart.yaml b/charts/stable/avidemux/Chart.yaml index f966d31cc1e..5eb2fe6df7b 100644 --- a/charts/stable/avidemux/Chart.yaml +++ b/charts/stable/avidemux/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.01.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. -home: https://truecharts.org/charts/stable/avidemux -icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/avidemux +icon: https://trueforge.org/img/hotlink-ok/chart-icons/avidemux.webp keywords: - media - avidemux kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: avidemux sources: - https://github.com/jlesage/docker-avidemux diff --git a/charts/stable/avm-exporter/Chart.yaml b/charts/stable/avm-exporter/Chart.yaml index 474269084f0..81d31b038bf 100644 --- a/charts/stable/avm-exporter/Chart.yaml +++ b/charts/stable/avm-exporter/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.6.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: AVM Exporter for Prometheus to monitor Fritz!Box devices -home: https://truecharts.org/charts/stable/avm-exporter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/avm-exporter.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/avm-exporter +icon: https://trueforge.org/img/hotlink-ok/chart-icons/avm-exporter.webp keywords: - avm-exporter - grafana @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: avm-exporter sources: - https://github.com/pdreker/fritz_exporter diff --git a/charts/stable/avorion/Chart.yaml b/charts/stable/avorion/Chart.yaml index b5e7000d225..bf12a93181a 100644 --- a/charts/stable/avorion/Chart.yaml +++ b/charts/stable/avorion/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: aorion dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Avorion and run it. -home: https://truecharts.org/charts/stable/avorion -icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/avorion +icon: https://trueforge.org/img/hotlink-ok/chart-icons/avorion.webp keywords: - avorion - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: avorion sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/babybuddy/Chart.yaml b/charts/stable/babybuddy/Chart.yaml index 4801b2e7cd1..e7bbf1af197 100644 --- a/charts/stable/babybuddy/Chart.yaml +++ b/charts/stable/babybuddy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.7.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. -home: https://truecharts.org/charts/stable/babybuddy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/babybuddy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/babybuddy.webp keywords: - baby - buddy @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: babybuddy sources: - https://ghcr.io/linuxserver/babybuddy diff --git a/charts/stable/backrest/Chart.yaml b/charts/stable/backrest/Chart.yaml index f855c8b355d..ee9b4b3fee1 100644 --- a/charts/stable/backrest/Chart.yaml +++ b/charts/stable/backrest/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.11.2 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Web-accessible backup solution built on top of restic. -home: https://truecharts.org/charts/stable/backrest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/backrest.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/backrest +icon: https://trueforge.org/img/hotlink-ok/chart-icons/backrest.webp keywords: - backrest - backup @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: backrest sources: - https://github.com/garethgeorge/backrest diff --git a/charts/stable/backuppc/Chart.yaml b/charts/stable/backuppc/Chart.yaml index 28c2c651563..0d8b3eac670 100644 --- a/charts/stable/backuppc/Chart.yaml +++ b/charts/stable/backuppc/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 6.0.4 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. -home: https://truecharts.org/charts/stable/backuppc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/backuppc +icon: https://trueforge.org/img/hotlink-ok/chart-icons/backuppc.webp keywords: - backuppc - Backup @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: backuppc sources: - https://backuppc.github.io/backuppc/index.html diff --git a/charts/stable/baikal/Chart.yaml b/charts/stable/baikal/Chart.yaml index 67f56009ef9..516bc35df9f 100644 --- a/charts/stable/baikal/Chart.yaml +++ b/charts/stable/baikal/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.10.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Baikal is a lightweight CalDAV+CardDAV server -home: https://truecharts.org/charts/stable/baikal -icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/baikal +icon: https://trueforge.org/img/hotlink-ok/chart-icons/baikal.webp keywords: - baikal kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: baikal sources: - https://github.com/ckulka/baikal-docker diff --git a/charts/stable/barcodebuddy/Chart.yaml b/charts/stable/barcodebuddy/Chart.yaml index 2caab0bcd9d..0cca55e0184 100644 --- a/charts/stable/barcodebuddy/Chart.yaml +++ b/charts/stable/barcodebuddy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: '<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>' -home: https://truecharts.org/charts/stable/barcodebuddy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/barcodebuddy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/barcodebuddy.webp keywords: - barcodebuddy - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: barcodebuddy sources: - https://github.com/Forceu/barcodebuddy diff --git a/charts/stable/barotrauma/Chart.yaml b/charts/stable/barotrauma/Chart.yaml index 33e2f3f9eeb..8071832c47d 100644 --- a/charts/stable/barotrauma/Chart.yaml +++ b/charts/stable/barotrauma/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: barotrauma dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Barotrauma and run it. -home: https://truecharts.org/charts/stable/barotrauma -icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/barotrauma +icon: https://trueforge.org/img/hotlink-ok/chart-icons/barotrauma.webp keywords: - barotrauma - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: barotrauma sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index 6550c591e3f..34cd0ba1771 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.0.6 dependencies: @@ -29,15 +35,15 @@ dependencies: import-values: [] deprecated: false description: Baserow is an open source no-code database tool and Airtable alternative. -home: https://truecharts.org/charts/stable/baserow -icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/baserow +icon: https://trueforge.org/img/hotlink-ok/chart-icons/baserow.webp keywords: - baserow kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: baserow sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/baserow diff --git a/charts/stable/batnoter/Chart.yaml b/charts/stable/batnoter/Chart.yaml index 12dae946a1c..c4ac2257b4f 100644 --- a/charts/stable/batnoter/Chart.yaml +++ b/charts/stable/batnoter/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: BatNoter is a web application that allows users to store notes in their git repository. -home: https://truecharts.org/charts/stable/batnoter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/batnoter +icon: https://trueforge.org/img/hotlink-ok/chart-icons/batnoter.webp keywords: - notes kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: batnoter sources: - https://ghcr.io/batnoter/batnoter/batnoter-ui diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index 6022aa88326..a04d30a10b9 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.5.4 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements -home: https://truecharts.org/charts/stable/bazarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bazarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/bazarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/bazarr.webp keywords: - bazarr - radarr @@ -34,8 +40,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: bazarr sources: - https://ghcr.io/onedr0p/exportarr diff --git a/charts/stable/beets/Chart.yaml b/charts/stable/beets/Chart.yaml index a4f9fdb1378..f9340c604ca 100644 --- a/charts/stable/beets/Chart.yaml +++ b/charts/stable/beets/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.6.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A music library manager and not, for the most part, a music player. -home: https://truecharts.org/charts/stable/beets -icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/beets +icon: https://trueforge.org/img/hotlink-ok/chart-icons/beets.webp keywords: - music - library @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: beets sources: - https://beets.io/ diff --git a/charts/stable/bender/Chart.yaml b/charts/stable/bender/Chart.yaml index 51e011046af..c550f608c72 100644 --- a/charts/stable/bender/Chart.yaml +++ b/charts/stable/bender/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.0.3 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A link dashboard that can be managed without any code. -home: https://truecharts.org/charts/stable/bender -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/bender +icon: https://trueforge.org/img/hotlink-ok/chart-icons/bender.webp keywords: - bender - dashboard kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: bender sources: - https://github.com/jez500/bender diff --git a/charts/stable/bitcoin-node/Chart.yaml b/charts/stable/bitcoin-node/Chart.yaml index 6dc0b07acbf..ab3be716374 100644 --- a/charts/stable/bitcoin-node/Chart.yaml +++ b/charts/stable/bitcoin-node/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment. -home: https://truecharts.org/charts/stable/bitcoin-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/bitcoin-node +icon: https://trueforge.org/img/hotlink-ok/chart-icons/bitcoin-node.webp keywords: - bitcoin-node - Crypto kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: bitcoin-node sources: - https://github.com/kylemanna/docker-bitcoind diff --git a/charts/stable/bitcoind/Chart.yaml b/charts/stable/bitcoind/Chart.yaml index 0dfbae9f81c..76d0952a691 100644 --- a/charts/stable/bitcoind/Chart.yaml +++ b/charts/stable/bitcoind/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -23,8 +29,8 @@ dependencies: deprecated: false description: | Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way. -home: https://truecharts.org/charts/stable/bitcoind -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/bitcoind +icon: https://trueforge.org/img/hotlink-ok/chart-icons/bitcoind.webp keywords: - bitcoind - Tools-Utilities @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: bitcoind sources: - https://bitcoin.org/ diff --git a/charts/stable/bitcoinunlimited/Chart.yaml b/charts/stable/bitcoinunlimited/Chart.yaml index c8f942ec44d..fa4a9939204 100644 --- a/charts/stable/bitcoinunlimited/Chart.yaml +++ b/charts/stable/bitcoinunlimited/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem. -home: https://truecharts.org/charts/stable/bitcoinunlimited -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/bitcoinunlimited +icon: https://trueforge.org/img/hotlink-ok/chart-icons/bitcoinunlimited.webp keywords: - bitcoinunlimited - Network-Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: bitcoinunlimited sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/bitcoinunlimited diff --git a/charts/stable/bitcoinwalletgui/Chart.yaml b/charts/stable/bitcoinwalletgui/Chart.yaml index b5b5cdafe6e..af3fada9c3c 100644 --- a/charts/stable/bitcoinwalletgui/Chart.yaml +++ b/charts/stable/bitcoinwalletgui/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -23,16 +29,16 @@ dependencies: deprecated: false description: | Bitcoin wallet with GUI over VNC and NoVNC. -home: https://truecharts.org/charts/stable/bitcoinwalletgui -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/bitcoinwalletgui +icon: https://trueforge.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.webp keywords: - bitcoinwalletgui - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: bitcoinwalletgui sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/bitcoinwalletgui diff --git a/charts/stable/bitmagnet/Chart.yaml b/charts/stable/bitmagnet/Chart.yaml index dab4a7fe980..1e2bbaf4d28 100644 --- a/charts/stable/bitmagnet/Chart.yaml +++ b/charts/stable/bitmagnet/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.10.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. -home: https://truecharts.org/charts/stable/bitmagnet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/bitmagnet +icon: https://trueforge.org/img/hotlink-ok/chart-icons/bitmagnet.webp keywords: - torrent - bitmagnet kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: bitmagnet sources: - https://bitmagnet.io diff --git a/charts/stable/blender-desktop-g3/Chart.yaml b/charts/stable/blender-desktop-g3/Chart.yaml index e4e87f7df46..76bc5e7ac8e 100644 --- a/charts/stable/blender-desktop-g3/Chart.yaml +++ b/charts/stable/blender-desktop-g3/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/blender-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/blender-desktop-g3 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/blender-desktop-g3.webp keywords: - blender-desktop-g3 - Productivity @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: blender-desktop-g3 sources: - https://github.com/accetto/headless-drawing-g3/ diff --git a/charts/stable/blender/Chart.yaml b/charts/stable/blender/Chart.yaml index 96468462b63..bf6fb001dc6 100644 --- a/charts/stable/blender/Chart.yaml +++ b/charts/stable/blender/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience** -home: https://truecharts.org/charts/stable/blender -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/blender +icon: https://trueforge.org/img/hotlink-ok/chart-icons/blender.webp keywords: - blender - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: blender sources: - https://fleet.linuxserver.io/image?name=linuxserver/blender diff --git a/charts/stable/blocky/Chart.yaml b/charts/stable/blocky/Chart.yaml index 86963944209..40f59ec70c8 100644 --- a/charts/stable/blocky/Chart.yaml +++ b/charts/stable/blocky/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.28.2 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go -home: https://truecharts.org/charts/stable/blocky -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/blocky +icon: https://trueforge.org/img/hotlink-ok/chart-icons/blocky.webp keywords: - dns - blocky kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: blocky sources: - https://0xerr0r.github.io/blocky/ diff --git a/charts/stable/blog/Chart.yaml b/charts/stable/blog/Chart.yaml index d1524a880fb..60e618530c5 100644 --- a/charts/stable/blog/Chart.yaml +++ b/charts/stable/blog/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Lightweight self-hosted facebook-styled PHP blog. -home: https://truecharts.org/charts/stable/blog -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/blog +icon: https://trueforge.org/img/hotlink-ok/chart-icons/blog.webp keywords: - blog - php @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: blog sources: - https://github.com/m1k1o/blog diff --git a/charts/stable/boinc/Chart.yaml b/charts/stable/boinc/Chart.yaml index 94ecab5e3d3..38f2b08a6a8 100644 --- a/charts/stable/boinc/Chart.yaml +++ b/charts/stable/boinc/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). -home: https://truecharts.org/charts/stable/boinc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/boinc +icon: https://trueforge.org/img/hotlink-ok/chart-icons/boinc.webp keywords: - boinc kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: boinc sources: - https://ghcr.io/linuxserver/boinc diff --git a/charts/stable/booklore/Chart.yaml b/charts/stable/booklore/Chart.yaml index a383bb6334a..b370e9b4af0 100644 --- a/charts/stable/booklore/Chart.yaml +++ b/charts/stable/booklore/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.18.5 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: A self-hosted, multi-user digital library with smart shelves, auto metadata, Kobo & KOReader sync, BookDrop imports, OPDS support, and a built-in reader for EPUB, PDF, and comics -home: https://truecharts.org/charts/stable/booklore -icon: https://truecharts.org/img/hotlink-ok/chart-icons/booklore.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/booklore +icon: https://trueforge.org/img/hotlink-ok/chart-icons/booklore.webp keywords: - booklore - MediaApp-Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: booklore sources: - https://ghcr.io/booklore-app/booklore diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index 8d06ce49e36..f972a5178d1 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2201.1.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Booksonic is a platform for accessing the audibooks you own wherever you are -home: https://truecharts.org/charts/stable/booksonic-air -icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/booksonic-air +icon: https://trueforge.org/img/hotlink-ok/chart-icons/booksonic-air.webp keywords: - booksonic - audiobook kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: booksonic-air sources: - https://ghcr.io/linuxserver/booksonic-air diff --git a/charts/stable/bookstack/Chart.yaml b/charts/stable/bookstack/Chart.yaml index 91829056c9a..537096bf99a 100644 --- a/charts/stable/bookstack/Chart.yaml +++ b/charts/stable/bookstack/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 25.12.20251224 dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: A simple, self-hosted, easy-to-use platform for organising and storing information. -home: https://truecharts.org/charts/stable/bookstack -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/bookstack +icon: https://trueforge.org/img/hotlink-ok/chart-icons/bookstack.webp keywords: - bookstack - book @@ -41,8 +47,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: bookstack sources: - https://ghcr.io/linuxserver/bookstack diff --git a/charts/stable/borg-server/Chart.yaml b/charts/stable/borg-server/Chart.yaml index eb9f97cf5d7..330a9fd4146 100644 --- a/charts/stable/borg-server/Chart.yaml +++ b/charts/stable/borg-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.8.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A borg Backup server -home: https://truecharts.org/charts/stable/borg-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/borg-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/borg-server.webp keywords: - borg-server - backup kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: borg-server sources: - https://ghcr.io/anotherstranger/borg-server diff --git a/charts/stable/breitbandmessung-de/Chart.yaml b/charts/stable/breitbandmessung-de/Chart.yaml index 780bb5aa27f..be4867eb748 100644 --- a/charts/stable/breitbandmessung-de/Chart.yaml +++ b/charts/stable/breitbandmessung-de/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way. -home: https://truecharts.org/charts/stable/breitbandmessung-de -icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/breitbandmessung-de +icon: https://trueforge.org/img/hotlink-ok/chart-icons/breitbandmessung-de.webp keywords: - breitbandmessung-de - home-automation @@ -34,8 +40,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: breitbandmessung-de sources: - https://github.com/shneezin/breitbandmessung-node diff --git a/charts/stable/broadcast-box/Chart.yaml b/charts/stable/broadcast-box/Chart.yaml index 4de9d1ab9f2..f6931dd04fc 100644 --- a/charts/stable/broadcast-box/Chart.yaml +++ b/charts/stable/broadcast-box/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Easily broadcast/stream to others with sub-second latency -home: https://truecharts.org/charts/stable/broadcast-box -icon: https://truecharts.org/img/hotlink-ok/chart-icons/broadcast-box.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/broadcast-box +icon: https://trueforge.org/img/hotlink-ok/chart-icons/broadcast-box.webp keywords: - broadcast-box - broadcast @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: broadcast-box sources: - https://github.com/Glimesh/broadcast-box diff --git a/charts/stable/browserless-chrome/Chart.yaml b/charts/stable/browserless-chrome/Chart.yaml index 9bf669daa17..b8b872993bf 100644 --- a/charts/stable/browserless-chrome/Chart.yaml +++ b/charts/stable/browserless-chrome/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.61.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work -home: https://truecharts.org/charts/stable/browserless-chrome -icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/browserless-chrome +icon: https://trueforge.org/img/hotlink-ok/chart-icons/browserless-chrome.webp keywords: - browserless - chrome @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: browserless-chrome sources: - https://docs.browserless.io/docs/docker.html diff --git a/charts/stable/budge/Chart.yaml b/charts/stable/budge/Chart.yaml index 3cad4673051..6f1a322ed73 100644 --- a/charts/stable/budge/Chart.yaml +++ b/charts/stable/budge/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.0.9 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Budge is an open source 'budgeting with envelopes' personal finance app. -home: https://truecharts.org/charts/stable/budge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/budge +icon: https://trueforge.org/img/hotlink-ok/chart-icons/budge.webp keywords: - finance - budge kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: budge sources: - https://ghcr.io/linuxserver/budge diff --git a/charts/stable/bwapp/Chart.yaml b/charts/stable/bwapp/Chart.yaml index 391db9aa6c3..dbb1a2d2d9e 100644 --- a/charts/stable/bwapp/Chart.yaml +++ b/charts/stable/bwapp/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. -home: https://truecharts.org/charts/stable/bwapp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/bwapp +icon: https://trueforge.org/img/hotlink-ok/chart-icons/bwapp.webp keywords: - bwapp - Tools-Utilities @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: bwapp sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/bwapp diff --git a/charts/stable/bytestash/Chart.yaml b/charts/stable/bytestash/Chart.yaml index 7c5a3a84670..d13878e14f4 100644 --- a/charts/stable/bytestash/Chart.yaml +++ b/charts/stable/bytestash/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.5.10 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: ByteStash is a self-hosted web application designed to store, organise, and manage your code snippets efficiently. With support for creating, editing, and filtering snippets, ByteStash helps you keep track of your code in one secure place. -home: https://truecharts.org/charts/stable/bytestash -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bytestash.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/bytestash +icon: https://trueforge.org/img/hotlink-ok/chart-icons/bytestash.webp keywords: - bytestash - Productivity @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: bytestash sources: - https://ghcr.io/jordan-dalby/bytestash diff --git a/charts/stable/cadquery-server/Chart.yaml b/charts/stable/cadquery-server/Chart.yaml index 8c9052fce34..2a721e1091f 100644 --- a/charts/stable/cadquery-server/Chart.yaml +++ b/charts/stable/cadquery-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized. -home: https://truecharts.org/charts/stable/cadquery-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cadquery-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cadquery-server.webp keywords: - cadquery-server - Productivity @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cadquery-server sources: - https://github.com/roipoussiere/cadquery diff --git a/charts/stable/calendarr/Chart.yaml b/charts/stable/calendarr/Chart.yaml index d5cfde00039..9847aa78b77 100644 --- a/charts/stable/calendarr/Chart.yaml +++ b/charts/stable/calendarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Fetches upcoming airings/releases for TV shows and movies from Sonarr and Radarr calendars and posts them to Discord on a schedule. -home: https://truecharts.org/charts/stable/calendarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/calendarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/calendarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/calendarr.webp keywords: - calendarr - calendars @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: calendarr sources: - https://ghcr.io/jordanlambrecht/calendarr diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index d71dcce43d3..cfe70504084 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.6.25 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. -home: https://truecharts.org/charts/stable/calibre-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/calibre-web +icon: https://trueforge.org/img/hotlink-ok/chart-icons/calibre-web.webp keywords: - calibre-web - calibre @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: calibre-web sources: - https://github.com/janeczku/calibre-web diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml index bdbd90a88f7..ead472fe6de 100644 --- a/charts/stable/calibre/Chart.yaml +++ b/charts/stable/calibre/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 9.0.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Calibre is a powerful and easy to use e-book manager. -home: https://truecharts.org/charts/stable/calibre -icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/calibre +icon: https://trueforge.org/img/hotlink-ok/chart-icons/calibre.webp keywords: - calibre kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: calibre sources: - https://ghcr.io/linuxserver/calibre diff --git a/charts/stable/cannery/Chart.yaml b/charts/stable/cannery/Chart.yaml index 6e2cc698ef6..ca44c8d0712 100644 --- a/charts/stable/cannery/Chart.yaml +++ b/charts/stable/cannery/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.9.16 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: The self-hosted firearm tracker website. -home: https://truecharts.org/charts/stable/cannery -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cannery.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cannery +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cannery.webp keywords: - cannery - asset-tracker kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cannery sources: - https://gitea.bubbletea.dev/shibao/cannery diff --git a/charts/stable/changedetection-io/Chart.yaml b/charts/stable/changedetection-io/Chart.yaml index 987cd52645d..b68f8ebcfc7 100644 --- a/charts/stable/changedetection-io/Chart.yaml +++ b/charts/stable/changedetection-io/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.52.9 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: The best and simplest free open source website change detection, website watcher, restock monitor and notification service -home: https://truecharts.org/charts/stable/changedetection-io -icon: https://truecharts.org/img/hotlink-ok/chart-icons/changedetection-io.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/changedetection-io +icon: https://trueforge.org/img/hotlink-ok/chart-icons/changedetection-io.webp keywords: - monitoring - changedection @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: changedetection-io sources: - https://changedetection.io/ diff --git a/charts/stable/channels-dvr/Chart.yaml b/charts/stable/channels-dvr/Chart.yaml index 32be3fb95c5..1285f3b08be 100644 --- a/charts/stable/channels-dvr/Chart.yaml +++ b/charts/stable/channels-dvr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Channels DVR Server -home: https://truecharts.org/charts/stable/channels-dvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/channels-dvr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/channels-dvr.webp keywords: - channels-dvr kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: channels-dvr sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/channels-dvr diff --git a/charts/stable/chevereto/Chart.yaml b/charts/stable/chevereto/Chart.yaml index 2bb713b23d5..7939d44c3ad 100644 --- a/charts/stable/chevereto/Chart.yaml +++ b/charts/stable/chevereto/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.6.2 dependencies: @@ -29,15 +35,15 @@ dependencies: import-values: [] deprecated: false description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. -home: https://truecharts.org/charts/stable/chevereto -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/chevereto +icon: https://trueforge.org/img/hotlink-ok/chart-icons/chevereto.webp keywords: - chevereto kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: chevereto sources: - https://chevereto-free.github.io/setup/stable/environment.html#image-handling-variables diff --git a/charts/stable/chivalry-medievalwarfare/Chart.yaml b/charts/stable/chivalry-medievalwarfare/Chart.yaml index cfb138b31f4..6379333be69 100644 --- a/charts/stable/chivalry-medievalwarfare/Chart.yaml +++ b/charts/stable/chivalry-medievalwarfare/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: chialrymw dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it.' -home: https://truecharts.org/charts/stable/chivalry-medievalwarfare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/chivalry-medievalwarfare +icon: https://trueforge.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.webp keywords: - chivalry-medievalwarfare - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: chivalry-medievalwarfare sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/chowdown/Chart.yaml b/charts/stable/chowdown/Chart.yaml index ab2f7e85929..5898bc9f2ee 100644 --- a/charts/stable/chowdown/Chart.yaml +++ b/charts/stable/chowdown/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Simple recipes in Markdown format. -home: https://truecharts.org/charts/stable/chowdown -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/chowdown +icon: https://trueforge.org/img/hotlink-ok/chart-icons/chowdown.webp keywords: - chowdown - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: chowdown sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/chowdown diff --git a/charts/stable/chroma/Chart.yaml b/charts/stable/chroma/Chart.yaml index 540f1cbbaaa..52d8ca24fb6 100644 --- a/charts/stable/chroma/Chart.yaml +++ b/charts/stable/chroma/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.4.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: the AI-native open-source embedding database. -home: https://truecharts.org/charts/stable/chroma -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/chroma +icon: https://trueforge.org/img/hotlink-ok/chart-icons/chroma.webp keywords: - chroma - embedding @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: chroma sources: - https://ghcr.io/chroma-core/chroma diff --git a/charts/stable/chromium-desktop-g3/Chart.yaml b/charts/stable/chromium-desktop-g3/Chart.yaml index ec853caf333..40e8fb8c2e8 100644 --- a/charts/stable/chromium-desktop-g3/Chart.yaml +++ b/charts/stable/chromium-desktop-g3/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/chromium-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/chromium-desktop-g3 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.webp keywords: - chromium-desktop-g3 - Tools-Utilities @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: chromium-desktop-g3 sources: - https://github.com/accetto/headless-drawing-g3/ diff --git a/charts/stable/chromium/Chart.yaml b/charts/stable/chromium/Chart.yaml index 6c7dc1770f4..444e7119ba2 100644 --- a/charts/stable/chromium/Chart.yaml +++ b/charts/stable/chromium/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project. -home: https://truecharts.org/charts/stable/chromium -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/chromium +icon: https://trueforge.org/img/hotlink-ok/chart-icons/chromium.webp keywords: - chromium - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: chromium sources: - https://ghcr.io/ich777/chrome diff --git a/charts/stable/chronograf/Chart.yaml b/charts/stable/chronograf/Chart.yaml index 303b767f96f..a0dae22f707 100644 --- a/charts/stable/chronograf/Chart.yaml +++ b/charts/stable/chronograf/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules. -home: https://truecharts.org/charts/stable/chronograf -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/chronograf +icon: https://trueforge.org/img/hotlink-ok/chart-icons/chronograf.webp keywords: - chronograf - Tools-System kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: chronograf sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/chronograf diff --git a/charts/stable/chronos/Chart.yaml b/charts/stable/chronos/Chart.yaml index b9aad336dc9..737668c640d 100644 --- a/charts/stable/chronos/Chart.yaml +++ b/charts/stable/chronos/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.2.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI. -home: https://truecharts.org/charts/stable/chronos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/chronos +icon: https://trueforge.org/img/hotlink-ok/chart-icons/chronos.webp keywords: - chronos - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: chronos sources: - https://github.com/simse/chronos diff --git a/charts/stable/ciao/Chart.yaml b/charts/stable/ciao/Chart.yaml index fad679ff20f..d73d95daa72 100644 --- a/charts/stable/ciao/Chart.yaml +++ b/charts/stable/ciao/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks. -home: https://truecharts.org/charts/stable/ciao -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ciao.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ciao +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ciao.webp keywords: - ciao - Network-Other @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ciao sources: - https://brotandgames.com/ciao/ diff --git a/charts/stable/citadel-forgedwithfire/Chart.yaml b/charts/stable/citadel-forgedwithfire/Chart.yaml index 0dc7e2e3a95..ed86640577e 100644 --- a/charts/stable/citadel-forgedwithfire/Chart.yaml +++ b/charts/stable/citadel-forgedwithfire/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: citadelfwf dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it. -home: https://truecharts.org/charts/stable/citadel-forgedwithfire -icon: https://truecharts.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/citadel-forgedwithfire +icon: https://trueforge.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.webp keywords: - citadel-forgedwithfire - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: citadel-forgedwithfire sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml index 091dd7f5153..11cc71d586e 100644 --- a/charts/stable/clamav/Chart.yaml +++ b/charts/stable/clamav/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.5.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. -home: https://truecharts.org/charts/stable/clamav -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/clamav +icon: https://trueforge.org/img/hotlink-ok/chart-icons/clamav.webp keywords: - clamav - antivirus kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: clamav sources: - https://docs.clamav.net/ diff --git a/charts/stable/clarkson/Chart.yaml b/charts/stable/clarkson/Chart.yaml index 32b65ce4980..b5449725be6 100644 --- a/charts/stable/clarkson/Chart.yaml +++ b/charts/stable/clarkson/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.1.2 dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles. -home: https://truecharts.org/charts/stable/clarkson -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/clarkson +icon: https://trueforge.org/img/hotlink-ok/chart-icons/clarkson.webp keywords: - fuel - car @@ -40,8 +46,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: clarkson sources: - https://ghcr.io/linuxserver/clarkson diff --git a/charts/stable/clickhouse/Chart.yaml b/charts/stable/clickhouse/Chart.yaml index 3dc412b8f60..ff910757db1 100644 --- a/charts/stable/clickhouse/Chart.yaml +++ b/charts/stable/clickhouse/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.1.1.912 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). -home: https://truecharts.org/charts/stable/clickhouse -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/clickhouse +icon: https://trueforge.org/img/hotlink-ok/chart-icons/clickhouse.webp keywords: - database - clickhouse @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: clickhouse sources: - https://clickhouse.com/ diff --git a/charts/stable/clipplex/Chart.yaml b/charts/stable/clipplex/Chart.yaml index 482f74883d4..ab8af7a7bee 100644 --- a/charts/stable/clipplex/Chart.yaml +++ b/charts/stable/clipplex/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Clip your plex media to share. -home: https://truecharts.org/charts/stable/clipplex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clipplex.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/clipplex +icon: https://trueforge.org/img/hotlink-ok/chart-icons/clipplex.webp keywords: - clipplex - media kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: clipplex sources: - https://github.com/jo-nike/clipplex diff --git a/charts/stable/cloud9/Chart.yaml b/charts/stable/cloud9/Chart.yaml index 5377b8f1e20..b705a26afcf 100644 --- a/charts/stable/cloud9/Chart.yaml +++ b/charts/stable/cloud9/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.29.2 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A complete web based IDE with terminal access -home: https://truecharts.org/charts/stable/cloud9 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cloud9 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cloud9.webp keywords: - cloud9 - ide @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cloud9 sources: - https://aws.amazon.com/cloud9/ diff --git a/charts/stable/cloudcommander/Chart.yaml b/charts/stable/cloudcommander/Chart.yaml index 69cb8ebd63a..287a63c16c6 100644 --- a/charts/stable/cloudcommander/Chart.yaml +++ b/charts/stable/cloudcommander/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 19.1.19 dependencies: @@ -23,16 +29,16 @@ dependencies: deprecated: false description: | [b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/] -home: https://truecharts.org/charts/stable/cloudcommander -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cloudcommander +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cloudcommander.webp keywords: - cloudcommander - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cloudcommander sources: - https://ghcr.io/coderaiser/cloudcmd diff --git a/charts/stable/cloudflared/Chart.yaml b/charts/stable/cloudflared/Chart.yaml index 21a1175ff8f..17d880c3dfb 100644 --- a/charts/stable/cloudflared/Chart.yaml +++ b/charts/stable/cloudflared/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2026.1.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. -home: https://truecharts.org/charts/stable/cloudflared -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cloudflared +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cloudflared.webp keywords: - cloudflared - networking kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cloudflared sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cloudflared diff --git a/charts/stable/cloudflareddns/Chart.yaml b/charts/stable/cloudflareddns/Chart.yaml index 5fc49dcbccf..c62680756c8 100644 --- a/charts/stable/cloudflareddns/Chart.yaml +++ b/charts/stable/cloudflareddns/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.0.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Automate Cloudflare DNS records for those with a dynamic IP. -home: https://truecharts.org/charts/stable/cloudflareddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflareddns.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cloudflareddns +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cloudflareddns.webp keywords: - cloudflareddns - ddns @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cloudflareddns sources: - https://github.com/hotio/cloudflareddns diff --git a/charts/stable/cloudreve/Chart.yaml b/charts/stable/cloudreve/Chart.yaml index 8b235df4b21..a913186dee4 100644 --- a/charts/stable/cloudreve/Chart.yaml +++ b/charts/stable/cloudreve/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.12.1 dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: Self-hosted file management and sharing system, supports multiple storage providers -home: https://truecharts.org/charts/stable/cloudreve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudreve.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cloudreve +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cloudreve.webp keywords: - cloudreve - Cloud @@ -38,8 +44,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cloudreve sources: - https://github.com/cloudreve/Cloudreve diff --git a/charts/stable/clusterissuer/Chart.yaml b/charts/stable/clusterissuer/Chart.yaml index 7590eb78c88..499c1b99327 100644 --- a/charts/stable/clusterissuer/Chart.yaml +++ b/charts/stable/clusterissuer/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Certificate management for Kubernetes -home: https://truecharts.org/charts/stable/clusterissuer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/clusterissuer +icon: https://trueforge.org/img/hotlink-ok/chart-icons/clusterissuer.webp keywords: - cert-manager - certificates kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: clusterissuer sources: - https://cert-manager.io/ diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index f139c0ba904..107bb83e915 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.105.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Run VS Code on any machine anywhere and access it in the browser. -home: https://truecharts.org/charts/stable/code-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/code-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/code-server.webp keywords: - code - vs @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: code-server sources: - https://github.com/cdr/code-server diff --git a/charts/stable/codeproject-ai-server/Chart.yaml b/charts/stable/codeproject-ai-server/Chart.yaml index 110bb76d7f0..a024aed0770 100644 --- a/charts/stable/codeproject-ai-server/Chart.yaml +++ b/charts/stable/codeproject-ai-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.6.5 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language. -home: https://truecharts.org/charts/stable/codeproject-ai-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/codeproject-ai-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/codeproject-ai-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/codeproject-ai-server.webp keywords: - ai-server - sense-ai kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: codeproject-ai-server sources: - https://github.com/codeproject/CodeProject.AI-Server diff --git a/charts/stable/collabora/Chart.yaml b/charts/stable/collabora/Chart.yaml index 9d0547cebf0..0c5a37ef4ff 100644 --- a/charts/stable/collabora/Chart.yaml +++ b/charts/stable/collabora/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 25.04.8.2.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: An awesome, Online Office suite image suitable for home use. -home: https://truecharts.org/charts/stable/collabora -icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/collabora +icon: https://trueforge.org/img/hotlink-ok/chart-icons/collabora.webp keywords: - office - document kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: collabora sources: - https://github.com/CollaboraOnline/online diff --git a/charts/stable/colonysurvival/Chart.yaml b/charts/stable/colonysurvival/Chart.yaml index b515d84e792..9c27d318172 100644 --- a/charts/stable/colonysurvival/Chart.yaml +++ b/charts/stable/colonysurvival/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: colonysurial dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Colony Survival and run it. -home: https://truecharts.org/charts/stable/colonysurvival -icon: https://truecharts.org/img/hotlink-ok/chart-icons/colonysurvival.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/colonysurvival +icon: https://trueforge.org/img/hotlink-ok/chart-icons/colonysurvival.webp keywords: - colonysurvival - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: colonysurvival sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/comet/Chart.yaml b/charts/stable/comet/Chart.yaml index a08741abfba..b325fdc9a3b 100644 --- a/charts/stable/comet/Chart.yaml +++ b/charts/stable/comet/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -20,15 +26,15 @@ dependencies: import-values: [] deprecated: false description: comet self-hosted -home: https://truecharts.org/charts/stable/comet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/comet.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/comet +icon: https://trueforge.org/img/hotlink-ok/chart-icons/comet.webp keywords: - comet kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: comet sources: - https://ghcr.io/g0ldyy/comet diff --git a/charts/stable/commento-plusplus/Chart.yaml b/charts/stable/commento-plusplus/Chart.yaml index 6e6e2e8bea7..972c469cec6 100644 --- a/charts/stable/commento-plusplus/Chart.yaml +++ b/charts/stable/commento-plusplus/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.8.7 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus. -home: https://truecharts.org/charts/stable/commento-plusplus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/commento-plusplus +icon: https://trueforge.org/img/hotlink-ok/chart-icons/commento-plusplus.webp keywords: - commento kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: commento-plusplus sources: - https://github.com/souramoo/commentoplusplus diff --git a/charts/stable/conanexiles/Chart.yaml b/charts/stable/conanexiles/Chart.yaml index a595afca5d4..2815b329ae6 100644 --- a/charts/stable/conanexiles/Chart.yaml +++ b/charts/stable/conanexiles/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: conanexiles dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Conan Exiles and run it. -home: https://truecharts.org/charts/stable/conanexiles -icon: https://truecharts.org/img/hotlink-ok/chart-icons/conanexiles.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/conanexiles +icon: https://trueforge.org/img/hotlink-ok/chart-icons/conanexiles.webp keywords: - conanexiles - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: conanexiles sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/convos/Chart.yaml b/charts/stable/convos/Chart.yaml index 307b6523c7e..7c0abca2eea 100644 --- a/charts/stable/convos/Chart.yaml +++ b/charts/stable/convos/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 8.07.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Convos is the simplest way to use IRC and it is always online -home: https://truecharts.org/charts/stable/convos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/convos.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/convos +icon: https://trueforge.org/img/hotlink-ok/chart-icons/convos.webp keywords: - convos - Network-Messenger kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: convos sources: - https://convos.chat/ diff --git a/charts/stable/cops/Chart.yaml b/charts/stable/cops/Chart.yaml index bd6a83a603e..506a1fd341e 100644 --- a/charts/stable/cops/Chart.yaml +++ b/charts/stable/cops/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.0.2 dependencies: @@ -23,8 +29,8 @@ dependencies: deprecated: false description: | Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. -home: https://truecharts.org/charts/stable/cops -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cops.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cops +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cops.webp keywords: - cops - Cloud @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cops sources: - https://fleet.linuxserver.io/image?name=linuxserver/cops diff --git a/charts/stable/core-keeper-dedicated-server/Chart.yaml b/charts/stable/core-keeper-dedicated-server/Chart.yaml index 5c8bc557ffa..0f9fc9ea62a 100644 --- a/charts/stable/core-keeper-dedicated-server/Chart.yaml +++ b/charts/stable/core-keeper-dedicated-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Chart file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed) -home: https://truecharts.org/charts/stable/core-keeper-dedicated-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/core-keeper-dedicated-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.webp keywords: - core-keeper-dedicated-server - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: core-keeper-dedicated-server sources: - https://github.com/escapingnetwork/core-keeper-dedicated/ diff --git a/charts/stable/corekeeper/Chart.yaml b/charts/stable/corekeeper/Chart.yaml index 344c4d94a0a..c264fdab658 100644 --- a/charts/stable/corekeeper/Chart.yaml +++ b/charts/stable/corekeeper/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: corekeeper dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install CoreKeeper and run it. -home: https://truecharts.org/charts/stable/corekeeper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/corekeeper.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/corekeeper +icon: https://trueforge.org/img/hotlink-ok/chart-icons/corekeeper.webp keywords: - corekeeper - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: corekeeper sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/couchpotato/Chart.yaml b/charts/stable/couchpotato/Chart.yaml index 7b92904af3b..ba6a6d05596 100644 --- a/charts/stable/couchpotato/Chart.yaml +++ b/charts/stable/couchpotato/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Couchpotato is an automatic NZB and torrent downloader. -home: https://truecharts.org/charts/stable/couchpotato -icon: https://truecharts.org/img/hotlink-ok/chart-icons/couchpotato.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/couchpotato +icon: https://trueforge.org/img/hotlink-ok/chart-icons/couchpotato.webp keywords: - couchpotato kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: couchpotato sources: - https://ghcr.io/linuxserver/couchpotato diff --git a/charts/stable/counterstrike2d/Chart.yaml b/charts/stable/counterstrike2d/Chart.yaml index 9b0131b11c8..0ea5dc3c290 100644 --- a/charts/stable/counterstrike2d/Chart.yaml +++ b/charts/stable/counterstrike2d/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install CounterStrike 2D. -home: https://truecharts.org/charts/stable/counterstrike2d -icon: https://truecharts.org/img/hotlink-ok/chart-icons/counterstrike2d.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/counterstrike2d +icon: https://trueforge.org/img/hotlink-ok/chart-icons/counterstrike2d.webp keywords: - counterstrike2d - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: counterstrike2d sources: - https://ghcr.io/ich777/cs2dserver diff --git a/charts/stable/cowyo/Chart.yaml b/charts/stable/cowyo/Chart.yaml index 120072820c9..48db6e10bfe 100644 --- a/charts/stable/cowyo/Chart.yaml +++ b/charts/stable/cowyo/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. -home: https://truecharts.org/charts/stable/cowyo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cowyo.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cowyo +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cowyo.webp keywords: - cowyo - Cloud @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cowyo sources: - https://github.com/schollz/cowyo diff --git a/charts/stable/craftopia/Chart.yaml b/charts/stable/craftopia/Chart.yaml index 1889439fb88..4f5408b0f21 100644 --- a/charts/stable/craftopia/Chart.yaml +++ b/charts/stable/craftopia/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: craftopia dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Craftopia and run it. -home: https://truecharts.org/charts/stable/craftopia -icon: https://truecharts.org/img/hotlink-ok/chart-icons/craftopia.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/craftopia +icon: https://trueforge.org/img/hotlink-ok/chart-icons/craftopia.webp keywords: - craftopia - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: craftopia sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/crafty-4/Chart.yaml b/charts/stable/crafty-4/Chart.yaml index 6a42ff4a12e..de8ddc1e858 100644 --- a/charts/stable/crafty-4/Chart.yaml +++ b/charts/stable/crafty-4/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.9.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Crafty Controller is a Minecraft Server Control Panel / Launcher. -home: https://truecharts.org/charts/stable/crafty-4 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-4.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/crafty-4 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/crafty-4.webp keywords: - crafty-4 - GameServers @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: crafty-4 sources: - https://craftycontrol.com/ diff --git a/charts/stable/crypto-exchanges-gateway/Chart.yaml b/charts/stable/crypto-exchanges-gateway/Chart.yaml index 58285544b38..562982be9d0 100644 --- a/charts/stable/crypto-exchanges-gateway/Chart.yaml +++ b/charts/stable/crypto-exchanges-gateway/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Your gateway to the world of crypto -home: https://truecharts.org/charts/stable/crypto-exchanges-gateway -icon: https://truecharts.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/crypto-exchanges-gateway +icon: https://trueforge.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.webp keywords: - crypto-exchanges-gateway - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: crypto-exchanges-gateway sources: - https://github.com/aloysius-pgast/crypto-exchanges-gateway diff --git a/charts/stable/cryptofolio/Chart.yaml b/charts/stable/cryptofolio/Chart.yaml index 856a4b1b092..3360377e312 100644 --- a/charts/stable/cryptofolio/Chart.yaml +++ b/charts/stable/cryptofolio/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.2.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Track your cryptocurrency holdings/portfolio -home: https://truecharts.org/charts/stable/cryptofolio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cryptofolio +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cryptofolio.webp keywords: - cryptofolio kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cryptofolio sources: - https://github.com/Xtrendence/cryptofolio diff --git a/charts/stable/cryptpad/Chart.yaml b/charts/stable/cryptpad/Chart.yaml index b062dcd3746..1a16be9d25e 100644 --- a/charts/stable/cryptpad/Chart.yaml +++ b/charts/stable/cryptpad/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.5.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: CryptPad is the Zero Knowledge realtime collaborative editor. -home: https://truecharts.org/charts/stable/cryptpad -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cryptpad +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cryptpad.webp keywords: - cryptpad - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cryptpad sources: - https://cryptpad.fr/ diff --git a/charts/stable/cs2/Chart.yaml b/charts/stable/cs2/Chart.yaml index c714a774319..7726a544fe9 100644 --- a/charts/stable/cs2/Chart.yaml +++ b/charts/stable/cs2/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: cs2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A custom SteamCMD chart that runs CS2. -home: https://truecharts.org/charts/stable/cs2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cs2 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cs2.webp keywords: - cs2 - counter-strike kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cs2 sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/csgo/Chart.yaml b/charts/stable/csgo/Chart.yaml index eb9cc157549..52b1acd3b01 100644 --- a/charts/stable/csgo/Chart.yaml +++ b/charts/stable/csgo/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it.' -home: https://truecharts.org/charts/stable/csgo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/csgo.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/csgo +icon: https://trueforge.org/img/hotlink-ok/chart-icons/csgo.webp keywords: - csgo - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: csgo sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/csi-addons-controller/Chart.yaml b/charts/stable/csi-addons-controller/Chart.yaml index 18e54e906f6..ca5b49edb11 100644 --- a/charts/stable/csi-addons-controller/Chart.yaml +++ b/charts/stable/csi-addons-controller/Chart.yaml @@ -11,6 +11,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.13.0 dependencies: @@ -26,8 +32,8 @@ description: | Deploys a CSI-Addons controller implementation for Kubernetes. CSI-Addons may be bundled with the Kubernetes distribution, this chart is meant for cases where it is not. -home: https://truecharts.org/charts/stable/csi-addons-controller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/csi-addons-controller.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/csi-addons-controller +icon: https://trueforge.org/img/hotlink-ok/chart-icons/csi-addons-controller.webp keywords: - storage - snapshot @@ -35,8 +41,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: csi-addons-controller sources: - https://github.com/csi-addons/kubernetes-csi-addons diff --git a/charts/stable/cssource/Chart.yaml b/charts/stable/cssource/Chart.yaml index 4bf0ceb7d69..b8970fa0b3c 100644 --- a/charts/stable/cssource/Chart.yaml +++ b/charts/stable/cssource/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it.' -home: https://truecharts.org/charts/stable/cssource -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cssource.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cssource +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cssource.webp keywords: - cssource - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cssource sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/cstrike1-6/Chart.yaml b/charts/stable/cstrike1-6/Chart.yaml index 06728f20951..2c9411b71ac 100644 --- a/charts/stable/cstrike1-6/Chart.yaml +++ b/charts/stable/cstrike1-6/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: cstrike1.6 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it. -home: https://truecharts.org/charts/stable/cstrike1-6 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrike1-6.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cstrike1-6 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cstrike1-6.webp keywords: - cstrike1-6 - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cstrike1-6 sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/cstrikeconditionzero/Chart.yaml b/charts/stable/cstrikeconditionzero/Chart.yaml index afb338a810c..9d11dd95017 100644 --- a/charts/stable/cstrikeconditionzero/Chart.yaml +++ b/charts/stable/cstrikeconditionzero/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: cstrikeczero dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it. -home: https://truecharts.org/charts/stable/cstrikeconditionzero -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cstrikeconditionzero +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.webp keywords: - cstrikeconditionzero - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cstrikeconditionzero sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/ctfd/Chart.yaml b/charts/stable/ctfd/Chart.yaml index f6cfbc2dfaa..e70e78ed029 100644 --- a/charts/stable/ctfd/Chart.yaml +++ b/charts/stable/ctfd/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.8.1 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: CTFd is a Capture The Flag framework focusing on ease of use and customizability. -home: https://truecharts.org/charts/stable/ctfd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ctfd +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ctfd.webp keywords: - ctfd - learning kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ctfd sources: - https://ghcr.io/ctfd/ctfd diff --git a/charts/stable/cura-novnc/Chart.yaml b/charts/stable/cura-novnc/Chart.yaml index fd3889da713..e565cc49705 100644 --- a/charts/stable/cura-novnc/Chart.yaml +++ b/charts/stable/cura-novnc/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.8.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Enjoy Cura directly in your browser with this easy to use Chart -home: https://truecharts.org/charts/stable/cura-novnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cura-novnc +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cura-novnc.webp keywords: - cura-novnc - home-automation @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cura-novnc sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cura-novnc diff --git a/charts/stable/cyberchef/Chart.yaml b/charts/stable/cyberchef/Chart.yaml index 6e523278e9a..8ae5fc7597f 100644 --- a/charts/stable/cyberchef/Chart.yaml +++ b/charts/stable/cyberchef/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 10.20.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. -home: https://truecharts.org/charts/stable/cyberchef -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/cyberchef +icon: https://trueforge.org/img/hotlink-ok/chart-icons/cyberchef.webp keywords: - cyberchef kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: cyberchef sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cyberchef diff --git a/charts/stable/czkawka/Chart.yaml b/charts/stable/czkawka/Chart.yaml index de9852cc43e..5f048862719 100644 --- a/charts/stable/czkawka/Chart.yaml +++ b/charts/stable/czkawka/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.01.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer. -home: https://truecharts.org/charts/stable/czkawka -icon: https://truecharts.org/img/hotlink-ok/chart-icons/czkawka.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/czkawka +icon: https://trueforge.org/img/hotlink-ok/chart-icons/czkawka.webp keywords: - duplicates - file management @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: czkawka sources: - https://github.com/jlesage/docker-czkawka diff --git a/charts/stable/dailynotes/Chart.yaml b/charts/stable/dailynotes/Chart.yaml index 9f770cdaef4..c8b705ef734 100644 --- a/charts/stable/dailynotes/Chart.yaml +++ b/charts/stable/dailynotes/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -23,16 +29,16 @@ dependencies: deprecated: false description: | App for taking notes and tracking tasks on a daily basis. -home: https://truecharts.org/charts/stable/dailynotes -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dailynotes.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dailynotes +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dailynotes.webp keywords: - dailynotes - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dailynotes sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dailynotes diff --git a/charts/stable/damselfly/Chart.yaml b/charts/stable/damselfly/Chart.yaml index 2e0ffaea9ec..7571f3c9a7a 100644 --- a/charts/stable/damselfly/Chart.yaml +++ b/charts/stable/damselfly/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details. -home: https://truecharts.org/charts/stable/damselfly -icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/damselfly +icon: https://trueforge.org/img/hotlink-ok/chart-icons/damselfly.webp keywords: - damselfly - MediaApp-Photos kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: damselfly sources: - https://github.com/Webreaper/Damselfly diff --git a/charts/stable/dashdot/Chart.yaml b/charts/stable/dashdot/Chart.yaml index 77326b9866e..1cba9813c82 100644 --- a/charts/stable/dashdot/Chart.yaml +++ b/charts/stable/dashdot/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 6.2.4 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. -home: https://truecharts.org/charts/stable/dashdot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dashdot +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dashdot.webp keywords: - dashboard - dashdot kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dashdot sources: - https://github.com/MauriceNino/dashdot diff --git a/charts/stable/dashmachine/Chart.yaml b/charts/stable/dashmachine/Chart.yaml index a9987168165..8e02be450ed 100644 --- a/charts/stable/dashmachine/Chart.yaml +++ b/charts/stable/dashmachine/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: 'Another web application bookmark dashboard, with fun features.[br][br][b][u][span style=''color: #ff9900;'']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]' -home: https://truecharts.org/charts/stable/dashmachine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashmachine.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dashmachine +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dashmachine.webp keywords: - dashmachine - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dashmachine sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dashmachine diff --git a/charts/stable/dashy/Chart.yaml b/charts/stable/dashy/Chart.yaml index 507e2e02796..920fc624100 100644 --- a/charts/stable/dashy/Chart.yaml +++ b/charts/stable/dashy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Dashy helps you organize your self-hosted services by making them accessible from a single place -home: https://truecharts.org/charts/stable/dashy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dashy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dashy.webp keywords: - dashboard kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dashy sources: - https://ghcr.io/lissy93/dashy diff --git a/charts/stable/davos/Chart.yaml b/charts/stable/davos/Chart.yaml index 7f281143c61..4a80b0a9694 100644 --- a/charts/stable/davos/Chart.yaml +++ b/charts/stable/davos/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.2.2 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: An FTP automation tool that periodically scans given host locations for new files. -home: https://truecharts.org/charts/stable/davos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/davos +icon: https://trueforge.org/img/hotlink-ok/chart-icons/davos.webp keywords: - davos - ftp @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: davos sources: - https://ghcr.io/linuxserver/davos diff --git a/charts/stable/dayofdefeatsource/Chart.yaml b/charts/stable/dayofdefeatsource/Chart.yaml index f71bde0ba24..f12ce9ac1d5 100644 --- a/charts/stable/dayofdefeatsource/Chart.yaml +++ b/charts/stable/dayofdefeatsource/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: dods dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it.' -home: https://truecharts.org/charts/stable/dayofdefeatsource -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayofdefeatsource.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dayofdefeatsource +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dayofdefeatsource.webp keywords: - dayofdefeatsource - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dayofdefeatsource sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/daysofwar/Chart.yaml b/charts/stable/daysofwar/Chart.yaml index 1c826dde593..19513d59310 100644 --- a/charts/stable/daysofwar/Chart.yaml +++ b/charts/stable/daysofwar/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: daysofwar dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Days of War and run it. -home: https://truecharts.org/charts/stable/daysofwar -icon: https://truecharts.org/img/hotlink-ok/chart-icons/daysofwar.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/daysofwar +icon: https://trueforge.org/img/hotlink-ok/chart-icons/daysofwar.webp keywords: - daysofwar - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: daysofwar sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/dayz/Chart.yaml b/charts/stable/dayz/Chart.yaml index 9adcb505dfe..4aa9d933f8f 100644 --- a/charts/stable/dayz/Chart.yaml +++ b/charts/stable/dayz/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: dayz dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install DayZ and run it. -home: https://truecharts.org/charts/stable/dayz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayz.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dayz +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dayz.webp keywords: - dayz - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dayz sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/ddclient/Chart.yaml b/charts/stable/ddclient/Chart.yaml index 588e853fec6..9019e872ba3 100644 --- a/charts/stable/ddclient/Chart.yaml +++ b/charts/stable/ddclient/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.0.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. -home: https://truecharts.org/charts/stable/ddclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ddclient +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ddclient.webp keywords: - ddclient kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ddclient sources: - https://ghcr.io/linuxserver/ddclient diff --git a/charts/stable/ddns-go/Chart.yaml b/charts/stable/ddns-go/Chart.yaml index a09a10f530f..56878e5faaf 100644 --- a/charts/stable/ddns-go/Chart.yaml +++ b/charts/stable/ddns-go/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 6.15.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service -home: https://truecharts.org/charts/stable/ddns-go -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ddns-go +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ddns-go.webp keywords: - ddns-go - ddns kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ddns-go sources: - https://github.com/jeessy2/ddns-go diff --git a/charts/stable/ddns-route53/Chart.yaml b/charts/stable/ddns-route53/Chart.yaml index 3752a9ec6d8..0fb88622a7c 100644 --- a/charts/stable/ddns-route53/Chart.yaml +++ b/charts/stable/ddns-route53/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Dynamic DNS for Amazon Route 53‎ on a time-based schedule -home: https://truecharts.org/charts/stable/ddns-route53 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-route53.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ddns-route53 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ddns-route53.webp keywords: - ddns-route53 - Network-DNS kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ddns-route53 sources: - https://github.com/crazy-max/ddns-route53 diff --git a/charts/stable/ddns-updater/Chart.yaml b/charts/stable/ddns-updater/Chart.yaml index 0a9ea2ddda0..54e6d1f25f7 100644 --- a/charts/stable/ddns-updater/Chart.yaml +++ b/charts/stable/ddns-updater/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.9.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers -home: https://truecharts.org/charts/stable/ddns-updater -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ddns-updater +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ddns-updater.webp keywords: - ddns-updater kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ddns-updater sources: - https://github.com/qdm12/ddns-updater diff --git a/charts/stable/debian-apt-mirror/Chart.yaml b/charts/stable/debian-apt-mirror/Chart.yaml index abacab2a009..f12fc29903f 100644 --- a/charts/stable/debian-apt-mirror/Chart.yaml +++ b/charts/stable/debian-apt-mirror/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: This Chart will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages. -home: https://truecharts.org/charts/stable/debian-apt-mirror -icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-apt-mirror.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/debian-apt-mirror +icon: https://trueforge.org/img/hotlink-ok/chart-icons/debian-apt-mirror.webp keywords: - debian-apt-mirror - Network-Other @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: debian-apt-mirror sources: - https://ghcr.io/ich777/debian-mirror diff --git a/charts/stable/debian-bullseye/Chart.yaml b/charts/stable/debian-bullseye/Chart.yaml index 830dff3119f..e5570cfa6fc 100644 --- a/charts/stable/debian-bullseye/Chart.yaml +++ b/charts/stable/debian-bullseye/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: This Chart is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed. -home: https://truecharts.org/charts/stable/debian-bullseye -icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-bullseye.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/debian-bullseye +icon: https://trueforge.org/img/hotlink-ok/chart-icons/debian-bullseye.webp keywords: - debian-bullseye - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: debian-bullseye sources: - https://ghcr.io/ich777/debian-bullseye diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index a39517c297f..d493cda5c1f 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.32.4 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort. -home: https://truecharts.org/charts/stable/deconz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/deconz +icon: https://trueforge.org/img/hotlink-ok/chart-icons/deconz.webp keywords: - deconz - home-automation @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: deconz sources: - https://github.com/dresden-elektronik/deconz-rest-plugin diff --git a/charts/stable/deemix/Chart.yaml b/charts/stable/deemix/Chart.yaml index 1e8b321b147..84d8cd43f85 100644 --- a/charts/stable/deemix/Chart.yaml +++ b/charts/stable/deemix/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: deemix is a deezer downloader built from the ashes of Deezloader Remix. -home: https://truecharts.org/charts/stable/deemix -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deemix.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/deemix +icon: https://trueforge.org/img/hotlink-ok/chart-icons/deemix.webp keywords: - music - deemix @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: deemix sources: - https://git.freezerapp.xyz/RemixDev/deemix-py diff --git a/charts/stable/deepstack/Chart.yaml b/charts/stable/deepstack/Chart.yaml index 837adf10825..4649611e5c7 100644 --- a/charts/stable/deepstack/Chart.yaml +++ b/charts/stable/deepstack/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2022.01.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models -home: https://truecharts.org/charts/stable/deepstack -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/deepstack +icon: https://trueforge.org/img/hotlink-ok/chart-icons/deepstack.webp keywords: - AI kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: deepstack sources: - https://github.com/johnolafenwa/DeepStack diff --git a/charts/stable/dell-idrac-fan-controller/Chart.yaml b/charts/stable/dell-idrac-fan-controller/Chart.yaml index 0ff01765134..637ba2281ff 100644 --- a/charts/stable/dell-idrac-fan-controller/Chart.yaml +++ b/charts/stable/dell-idrac-fan-controller/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Control your Dell PowerEdge fans via IPMI -home: https://truecharts.org/charts/stable/dell-idrac-fan-controller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dell-idrac-fan-controller +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.webp keywords: - iDrac - Dell @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dell-idrac-fan-controller sources: - https://ghcr.io/tigerblue77/dell_idrac_fan_controller diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index 4fdc2e52f69..086b0387720 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.2.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Deluge App for TrueNAS SCALE -home: https://truecharts.org/charts/stable/deluge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deluge.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/deluge +icon: https://trueforge.org/img/hotlink-ok/chart-icons/deluge.webp keywords: - transmission - torrent @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: deluge sources: - https://ghcr.io/linuxserver/deluge diff --git a/charts/stable/digikam/Chart.yaml b/charts/stable/digikam/Chart.yaml index d145c9a779d..6bee652c9f1 100644 --- a/charts/stable/digikam/Chart.yaml +++ b/charts/stable/digikam/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 8.8.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Professional Photo Management with the Power of Open Source -home: https://truecharts.org/charts/stable/digikam -icon: https://truecharts.org/img/hotlink-ok/chart-icons/digikam.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/digikam +icon: https://trueforge.org/img/hotlink-ok/chart-icons/digikam.webp keywords: - digikam - photo @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: digikam sources: - https://ghcr.io/linuxserver/digikam diff --git a/charts/stable/dillinger/Chart.yaml b/charts/stable/dillinger/Chart.yaml index 4f6f867e4fb..ed679b9e9bc 100644 --- a/charts/stable/dillinger/Chart.yaml +++ b/charts/stable/dillinger/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.39.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. -home: https://truecharts.org/charts/stable/dillinger -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dillinger +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dillinger.webp keywords: - dillinger kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dillinger sources: - https://ghcr.io/linuxserver/dillinger diff --git a/charts/stable/discordgsm/Chart.yaml b/charts/stable/discordgsm/Chart.yaml index b96084c6160..b8b660fa772 100644 --- a/charts/stable/discordgsm/Chart.yaml +++ b/charts/stable/discordgsm/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.20.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A discord bot that monitors your game server and tracks the live data of your game servers. -home: https://truecharts.org/charts/stable/discordgsm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/discordgsm.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/discordgsm +icon: https://trueforge.org/img/hotlink-ok/chart-icons/discordgsm.webp keywords: - discordgsm - game-server @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: discordgsm sources: - https://github.com/DiscordGSM/GameServerMonitor diff --git a/charts/stable/dispatch/Chart.yaml b/charts/stable/dispatch/Chart.yaml index b0a4d8779a3..d31c6793384 100644 --- a/charts/stable/dispatch/Chart.yaml +++ b/charts/stable/dispatch/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Web-based IRC client in Go. -home: https://truecharts.org/charts/stable/dispatch -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatch.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dispatch +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dispatch.webp keywords: - dispatch - Network-Messenger kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dispatch sources: - https://github.com/khlieng/dispatch diff --git a/charts/stable/dispatcharr/Chart.yaml b/charts/stable/dispatcharr/Chart.yaml index ba364573291..440969ffd73 100644 --- a/charts/stable/dispatcharr/Chart.yaml +++ b/charts/stable/dispatcharr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.18.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Your Ultimate IPTV & Stream Management Companion -home: https://truecharts.org/charts/stable/dispatcharr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatcharr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dispatcharr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dispatcharr.webp keywords: - dispatcharr - MediaApp-Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dispatcharr sources: - https://github.com/Dispatcharr/Dispatcharr diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index 871f1228e44..672da0971e3 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.7.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Create live TV channel streams from media on your Plex servers. -home: https://truecharts.org/charts/stable/dizquetv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dizquetv +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dizquetv.webp keywords: - dizqueTV - dizquetv kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dizquetv sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dizquetv diff --git a/charts/stable/dns-doh-companion/Chart.yaml b/charts/stable/dns-doh-companion/Chart.yaml index d3dc23bb2a1..50fb3240b2e 100644 --- a/charts/stable/dns-doh-companion/Chart.yaml +++ b/charts/stable/dns-doh-companion/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH Chart, without Pihole. -home: https://truecharts.org/charts/stable/dns-doh-companion -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dns-doh-companion +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dns-doh-companion.webp keywords: - dns-doh-companion - Network-DNS kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dns-doh-companion sources: - https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/ diff --git a/charts/stable/docker-hub-rss/Chart.yaml b/charts/stable/docker-hub-rss/Chart.yaml index caf12a79ea4..f38027c0a93 100644 --- a/charts/stable/docker-hub-rss/Chart.yaml +++ b/charts/stable/docker-hub-rss/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: RSS feed for Chart Hub images. -home: https://truecharts.org/charts/stable/docker-hub-rss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-hub-rss.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/docker-hub-rss +icon: https://trueforge.org/img/hotlink-ok/chart-icons/docker-hub-rss.webp keywords: - docker-hub-rss - Cloud @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: docker-hub-rss sources: - https://github.com/TheConnMan/docker-hub-rss diff --git a/charts/stable/docker/Chart.yaml b/charts/stable/docker/Chart.yaml index ffd49d8748e..a7e7fb39eef 100644 --- a/charts/stable/docker/Chart.yaml +++ b/charts/stable/docker/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 29.2.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Dedicated App for using Docker-in-Docker -home: https://truecharts.org/charts/stable/docker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/docker +icon: https://trueforge.org/img/hotlink-ok/chart-icons/docker.webp keywords: - docker kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: docker sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/docker diff --git a/charts/stable/dockerregistry/Chart.yaml b/charts/stable/dockerregistry/Chart.yaml index 35ae653b55f..1ec5dc8fd0b 100644 --- a/charts/stable/dockerregistry/Chart.yaml +++ b/charts/stable/dockerregistry/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.0.0 dependencies: @@ -23,8 +29,8 @@ dependencies: deprecated: false description: | Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Chart Registry image @ https://hub.Chart.com/_/registry/ -home: https://truecharts.org/charts/stable/dockerregistry -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockerregistry.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dockerregistry +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dockerregistry.webp keywords: - dockerregistry - Cloud @@ -34,8 +40,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dockerregistry sources: - https://github.com/distribution/distribution diff --git a/charts/stable/dockovpn/Chart.yaml b/charts/stable/dockovpn/Chart.yaml index a552bec7085..d8cf4bac64c 100644 --- a/charts/stable/dockovpn/Chart.yaml +++ b/charts/stable/dockovpn/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.14.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Out of the box stateless VPN server docker image which starts in just a few seconds and doesn't require persistent storage. -home: https://truecharts.org/charts/stable/dockovpn -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockovpn.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dockovpn +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dockovpn.webp keywords: - vpn - openvpn kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dockovpn sources: - https://github.com/dockovpn/dockovpn diff --git a/charts/stable/docusaurus/Chart.yaml b/charts/stable/docusaurus/Chart.yaml index f3330f94497..bd001aecf44 100644 --- a/charts/stable/docusaurus/Chart.yaml +++ b/charts/stable/docusaurus/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Docusaurus makes it easy to maintain Open Source documentation websites. -home: https://truecharts.org/charts/stable/docusaurus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docusaurus.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/docusaurus +icon: https://trueforge.org/img/hotlink-ok/chart-icons/docusaurus.webp keywords: - documentation - website @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: docusaurus sources: - https://github.com/awesometic/docker-docusaurus diff --git a/charts/stable/docuseal/Chart.yaml b/charts/stable/docuseal/Chart.yaml index f9ce7d4547a..f4266b7b8f8 100644 --- a/charts/stable/docuseal/Chart.yaml +++ b/charts/stable/docuseal/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.3.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Open source DocuSign alternative. Create, fill, and sign digital documents. -home: https://truecharts.org/charts/stable/docuseal -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docuseal.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/docuseal +icon: https://trueforge.org/img/hotlink-ok/chart-icons/docuseal.webp keywords: - docuseal - business kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: docuseal sources: - https://github.com/docusealco/docuseal diff --git a/charts/stable/dokuwiki/Chart.yaml b/charts/stable/dokuwiki/Chart.yaml index 19ff15a54f5..9b138010de4 100644 --- a/charts/stable/dokuwiki/Chart.yaml +++ b/charts/stable/dokuwiki/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2025.0.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. -home: https://truecharts.org/charts/stable/dokuwiki -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dokuwiki.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dokuwiki +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dokuwiki.webp keywords: - dokuwiki kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dokuwiki sources: - https://ghcr.io/dokuwiki/dokuwiki diff --git a/charts/stable/domoticz/Chart.yaml b/charts/stable/domoticz/Chart.yaml index 94cdc741cfd..3c61ddc173e 100644 --- a/charts/stable/domoticz/Chart.yaml +++ b/charts/stable/domoticz/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2025.2.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more. -home: https://truecharts.org/charts/stable/domoticz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/domoticz.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/domoticz +icon: https://trueforge.org/img/hotlink-ok/chart-icons/domoticz.webp keywords: - domoticz kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: domoticz sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/domoticz diff --git a/charts/stable/dontstarvetogether/Chart.yaml b/charts/stable/dontstarvetogether/Chart.yaml index b2398f906b4..ac3888bcf39 100644 --- a/charts/stable/dontstarvetogether/Chart.yaml +++ b/charts/stable/dontstarvetogether/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: dontstare dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Don't Starve Together and run it. -home: https://truecharts.org/charts/stable/dontstarvetogether -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dontstarvetogether.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dontstarvetogether +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dontstarvetogether.webp keywords: - dontstarvetogether - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dontstarvetogether sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/doplarr/Chart.yaml b/charts/stable/doplarr/Chart.yaml index 72465dda58b..6473b389e20 100644 --- a/charts/stable/doplarr/Chart.yaml +++ b/charts/stable/doplarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.6.3 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: An *arr Request Bot for Discord -home: https://truecharts.org/charts/stable/doplarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/doplarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/doplarr.webp keywords: - doplarr kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: doplarr sources: - https://github.com/kiranshila/Doplarr diff --git a/charts/stable/double-take/Chart.yaml b/charts/stable/double-take/Chart.yaml index e950ef142b7..793626ba1cc 100644 --- a/charts/stable/double-take/Chart.yaml +++ b/charts/stable/double-take/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.13.11 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Unified UI and API for processing and training images for facial recognition -home: https://truecharts.org/charts/stable/double-take -icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/double-take +icon: https://trueforge.org/img/hotlink-ok/chart-icons/double-take.webp keywords: - ai - double-take kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: double-take sources: - https://github.com/jakowenko/double-take diff --git a/charts/stable/doublecommander/Chart.yaml b/charts/stable/doublecommander/Chart.yaml index 3049d2bc570..7a9da93d61e 100644 --- a/charts/stable/doublecommander/Chart.yaml +++ b/charts/stable/doublecommander/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A free cross platform open source file manager with two panels side by side. -home: https://truecharts.org/charts/stable/doublecommander -icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/doublecommander +icon: https://trueforge.org/img/hotlink-ok/chart-icons/doublecommander.webp keywords: - doublecommander - file @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: doublecommander sources: - https://doublecmd.sourceforge.io/ diff --git a/charts/stable/drawio/Chart.yaml b/charts/stable/drawio/Chart.yaml index f38f1eaa604..8b67e491c7f 100644 --- a/charts/stable/drawio/Chart.yaml +++ b/charts/stable/drawio/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 29.3.6 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Drawio is free online diagram software. -home: https://truecharts.org/charts/stable/drawio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/drawio +icon: https://trueforge.org/img/hotlink-ok/chart-icons/drawio.webp keywords: - drawio kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: drawio sources: - https://github.com/jgraph/drawio diff --git a/charts/stable/dropbox-by-otherguy/Chart.yaml b/charts/stable/dropbox-by-otherguy/Chart.yaml index 2d5999e5cca..32a08ef72d3 100644 --- a/charts/stable/dropbox-by-otherguy/Chart.yaml +++ b/charts/stable/dropbox-by-otherguy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Dropbox client which syncs a local path with your cloud. -home: https://truecharts.org/charts/stable/dropbox-by-otherguy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dropbox-by-otherguy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.webp keywords: - dropbox-by-otherguy - Cloud kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dropbox-by-otherguy sources: - https://github.com/otherguy/docker-dropbox diff --git a/charts/stable/duckdns/Chart.yaml b/charts/stable/duckdns/Chart.yaml index 1d915603002..8ae789e5ecc 100644 --- a/charts/stable/duckdns/Chart.yaml +++ b/charts/stable/duckdns/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. -home: https://truecharts.org/charts/stable/duckdns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/duckdns +icon: https://trueforge.org/img/hotlink-ok/chart-icons/duckdns.webp keywords: - duckdns kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: duckdns sources: - https://ghcr.io/linuxserver/duckdns diff --git a/charts/stable/dumbassets/Chart.yaml b/charts/stable/dumbassets/Chart.yaml index 0d560e1d2a2..c915e9f133a 100644 --- a/charts/stable/dumbassets/Chart.yaml +++ b/charts/stable/dumbassets/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.0.11 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A stupid simple asset tracker for keeping track of your physical assets, their components, and applicable warranties and routine maintenance. -home: https://truecharts.org/charts/stable/dumbassets -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dumbassets.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/dumbassets +icon: https://trueforge.org/img/hotlink-ok/chart-icons/dumbassets.webp keywords: - dumbassets - dumbwareio @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: dumbassets sources: - https://github.com/DumbWareio/dumbassets diff --git a/charts/stable/duplicacy/Chart.yaml b/charts/stable/duplicacy/Chart.yaml index 42e6d9ee50c..eb78fb73834 100644 --- a/charts/stable/duplicacy/Chart.yaml +++ b/charts/stable/duplicacy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.8.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A new generation cross-platform cloud backup tool. -home: https://truecharts.org/charts/stable/duplicacy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/duplicacy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/duplicacy.webp keywords: - duplicacy - Backup kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: duplicacy sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/duplicacy diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml index 659e8e3c6df..9b9f974a350 100644 --- a/charts/stable/duplicati/Chart.yaml +++ b/charts/stable/duplicati/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.2.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Store securely encrypted backups on cloud storage services! -home: https://truecharts.org/charts/stable/duplicati -icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/duplicati +icon: https://trueforge.org/img/hotlink-ok/chart-icons/duplicati.webp keywords: - duplicati kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: duplicati sources: - https://github.com/duplicati/duplicati diff --git a/charts/stable/ecodms/Chart.yaml b/charts/stable/ecodms/Chart.yaml index 0f004ab865f..96410345194 100644 --- a/charts/stable/ecodms/Chart.yaml +++ b/charts/stable/ecodms/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents. -home: https://truecharts.org/charts/stable/ecodms -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ecodms.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ecodms +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ecodms.webp keywords: - ecodms - Cloud @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ecodms sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ecodms diff --git a/charts/stable/electrum/Chart.yaml b/charts/stable/electrum/Chart.yaml index f7d548ddd86..d048537a074 100644 --- a/charts/stable/electrum/Chart.yaml +++ b/charts/stable/electrum/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase. -home: https://truecharts.org/charts/stable/electrum -icon: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/electrum +icon: https://trueforge.org/img/hotlink-ok/chart-icons/electrum.webp keywords: - electrum - Network-Other @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: electrum sources: - https://electrum.org/ diff --git a/charts/stable/emby-sync/Chart.yaml b/charts/stable/emby-sync/Chart.yaml index 25da76da67c..a4407a5be3e 100644 --- a/charts/stable/emby-sync/Chart.yaml +++ b/charts/stable/emby-sync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A small flask based service to sync up Emby clients -home: https://truecharts.org/charts/stable/emby-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby-sync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/emby-sync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/emby-sync.webp keywords: - emby-sync - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: emby-sync sources: - https://github.com/cameronurnes/emby-sync diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index 029e9fc07b6..5f552dc7be9 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.9.4.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Emby Server is a home media server -home: https://truecharts.org/charts/stable/emby -icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/emby +icon: https://trueforge.org/img/hotlink-ok/chart-icons/emby.webp keywords: - jellyfin - plex @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: emby sources: - https://github.com/linuxserver/docker-emby.git diff --git a/charts/stable/embystat/Chart.yaml b/charts/stable/embystat/Chart.yaml index d3497efa3ae..97f8706ba75 100644 --- a/charts/stable/embystat/Chart.yaml +++ b/charts/stable/embystat/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.2.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. -home: https://truecharts.org/charts/stable/embystat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/embystat.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/embystat +icon: https://trueforge.org/img/hotlink-ok/chart-icons/embystat.webp keywords: - embystat kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: embystat sources: - https://ghcr.io/linuxserver/embystat diff --git a/charts/stable/emulatorjs/Chart.yaml b/charts/stable/emulatorjs/Chart.yaml index 8dc7c504b65..945e6b54827 100644 --- a/charts/stable/emulatorjs/Chart.yaml +++ b/charts/stable/emulatorjs/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.9.2 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. -home: https://truecharts.org/charts/stable/emulatorjs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/emulatorjs +icon: https://trueforge.org/img/hotlink-ok/chart-icons/emulatorjs.webp keywords: - emulatorjs kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: emulatorjs sources: - https://ghcr.io/linuxserver/emulatorjs diff --git a/charts/stable/endlessh/Chart.yaml b/charts/stable/endlessh/Chart.yaml index 30a22c7b7b7..cfc3aa50457 100644 --- a/charts/stable/endlessh/Chart.yaml +++ b/charts/stable/endlessh/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2021.11.21 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. -home: https://truecharts.org/charts/stable/endlessh -icon: https://truecharts.org/img/hotlink-ok/chart-icons/endlessh.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/endlessh +icon: https://trueforge.org/img/hotlink-ok/chart-icons/endlessh.webp keywords: - endlessh kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: endlessh sources: - https://ghcr.io/linuxserver/endlessh diff --git a/charts/stable/ersatztv/Chart.yaml b/charts/stable/ersatztv/Chart.yaml index 6d80ae731b2..eefbb4208e7 100644 --- a/charts/stable/ersatztv/Chart.yaml +++ b/charts/stable/ersatztv/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.1.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: ErsatzTV configuring and streaming custom live channels using your media library. -home: https://truecharts.org/charts/stable/ersatztv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ersatztv.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ersatztv +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ersatztv.webp keywords: - ersatztv - media kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ersatztv sources: - https://github.com/jasongdove/ErsatzTV diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index a021b86a4c8..cee80caec05 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2026.1.3 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -home: https://truecharts.org/charts/stable/esphome -icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/esphome +icon: https://trueforge.org/img/hotlink-ok/chart-icons/esphome.webp keywords: - esphome kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: esphome sources: - https://github.com/esphome/esphome diff --git a/charts/stable/etesync/Chart.yaml b/charts/stable/etesync/Chart.yaml index 9d03bdaa67e..4ab290c5d07 100644 --- a/charts/stable/etesync/Chart.yaml +++ b/charts/stable/etesync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.14.2 dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. -home: https://truecharts.org/charts/stable/etesync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/etesync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/etesync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/etesync.webp keywords: - etesync - sync @@ -41,8 +47,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: etesync sources: - https://github.com/etesync diff --git a/charts/stable/etherpad/Chart.yaml b/charts/stable/etherpad/Chart.yaml index 3b2462b0e91..c4eb300c650 100644 --- a/charts/stable/etherpad/Chart.yaml +++ b/charts/stable/etherpad/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.8.14 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A real-time collaborative editor scalable to thousands of simultaneous real time users. -home: https://truecharts.org/charts/stable/etherpad -icon: https://truecharts.org/img/hotlink-ok/chart-icons/etherpad.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/etherpad +icon: https://trueforge.org/img/hotlink-ok/chart-icons/etherpad.webp keywords: - etherpad - editor @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: etherpad sources: - https://etherpad.org/ diff --git a/charts/stable/explainshell/Chart.yaml b/charts/stable/explainshell/Chart.yaml index a55fd40a6d0..a09c4801231 100644 --- a/charts/stable/explainshell/Chart.yaml +++ b/charts/stable/explainshell/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do. -home: https://truecharts.org/charts/stable/explainshell -icon: https://truecharts.org/img/hotlink-ok/chart-icons/explainshell.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/explainshell +icon: https://trueforge.org/img/hotlink-ok/chart-icons/explainshell.webp keywords: - explainshell - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: explainshell sources: - https://github.com/idank/explainshell diff --git a/charts/stable/external-dns/Chart.yaml b/charts/stable/external-dns/Chart.yaml index 84ff86b3869..5d9b3a50e97 100644 --- a/charts/stable/external-dns/Chart.yaml +++ b/charts/stable/external-dns/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.20.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. -home: https://truecharts.org/charts/stable/external-dns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-dns.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/external-dns +icon: https://trueforge.org/img/hotlink-ok/chart-icons/external-dns.webp keywords: - external-dns - k8s @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: external-dns sources: - https://github.com/kubernetes-sigs/external-dns diff --git a/charts/stable/external-ip/Chart.yaml b/charts/stable/external-ip/Chart.yaml index de40e17df4a..a89230b5a98 100644 --- a/charts/stable/external-ip/Chart.yaml +++ b/charts/stable/external-ip/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes. -home: https://truecharts.org/charts/stable/external-ip -icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-ip.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/external-ip +icon: https://trueforge.org/img/hotlink-ok/chart-icons/external-ip.webp keywords: - external-ip - Network-Management @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: external-ip sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/external-ip diff --git a/charts/stable/external-service/Chart.yaml b/charts/stable/external-service/Chart.yaml index 8f0b987d06c..95d74b759e9 100644 --- a/charts/stable/external-service/Chart.yaml +++ b/charts/stable/external-service/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.23.3 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Allow external services to be used like Apps. -home: https://truecharts.org/charts/stable/external-service -icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/external-service +icon: https://trueforge.org/img/hotlink-ok/chart-icons/external-service.webp keywords: - external-service - reverse-proxy kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: external-service sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/external-service diff --git a/charts/stable/fabulinus/Chart.yaml b/charts/stable/fabulinus/Chart.yaml index a21cb15da2f..e35dd35b229 100644 --- a/charts/stable/fabulinus/Chart.yaml +++ b/charts/stable/fabulinus/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest-cpu dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Fabulinus is the server component of the TitanML Takeoff server. -home: https://truecharts.org/charts/stable/fabulinus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fabulinus +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fabulinus.webp keywords: - fabulinus - machine-learning kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fabulinus sources: - https://github.com/titanml/takeoff-communitys diff --git a/charts/stable/factorio/Chart.yaml b/charts/stable/factorio/Chart.yaml index 3b35b114df2..cf596470093 100644 --- a/charts/stable/factorio/Chart.yaml +++ b/charts/stable/factorio/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: stable dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A game in which you build and maintain factories. -home: https://truecharts.org/charts/stable/factorio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/factorio +icon: https://trueforge.org/img/hotlink-ok/chart-icons/factorio.webp keywords: - factorio - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: factorio sources: - https://github.com/factoriotools/factorio-docker diff --git a/charts/stable/factorioservermanager/Chart.yaml b/charts/stable/factorioservermanager/Chart.yaml index 5154ab57934..54958b798db 100644 --- a/charts/stable/factorioservermanager/Chart.yaml +++ b/charts/stable/factorioservermanager/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'A tool for managing Factorio servers ' -home: https://truecharts.org/charts/stable/factorioservermanager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorioservermanager.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/factorioservermanager +icon: https://trueforge.org/img/hotlink-ok/chart-icons/factorioservermanager.webp keywords: - factorioservermanager - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: factorioservermanager sources: - https://github.com/OpenFactorioServerManager/factorio-server-manager diff --git a/charts/stable/farmos/Chart.yaml b/charts/stable/farmos/Chart.yaml index ed71f59e4b9..2665962ee76 100644 --- a/charts/stable/farmos/Chart.yaml +++ b/charts/stable/farmos/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: "farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon.\r" -home: https://truecharts.org/charts/stable/farmos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/farmos.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/farmos +icon: https://trueforge.org/img/hotlink-ok/chart-icons/farmos.webp keywords: - farmos - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: farmos sources: - https://github.com/farmOS/farmOS diff --git a/charts/stable/fastcom-mqtt/Chart.yaml b/charts/stable/fastcom-mqtt/Chart.yaml index f913df537ab..bd97592fa40 100644 --- a/charts/stable/fastcom-mqtt/Chart.yaml +++ b/charts/stable/fastcom-mqtt/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -23,16 +29,16 @@ dependencies: deprecated: false description: | Chart Chart with Fast.com CLI sending data directly to MQTT Broker -home: https://truecharts.org/charts/stable/fastcom-mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fastcom-mqtt.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fastcom-mqtt +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fastcom-mqtt.webp keywords: - fastcom-mqtt - home-automation kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fastcom-mqtt sources: - https://github.com/simonjenny/fastcom-mqtt diff --git a/charts/stable/feedcord/Chart.yaml b/charts/stable/feedcord/Chart.yaml index 08476da72d4..23eb2bf015a 100644 --- a/charts/stable/feedcord/Chart.yaml +++ b/charts/stable/feedcord/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A dead simple RSS Feed with Discord Webhooks -home: https://truecharts.org/charts/stable/feedcord -icon: https://truecharts.org/img/hotlink-ok/chart-icons/feedcord.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/feedcord +icon: https://trueforge.org/img/hotlink-ok/chart-icons/feedcord.webp keywords: - feedcord - discord @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: feedcord sources: - https://github.com/Qolors/FeedCord diff --git a/charts/stable/fenrus/Chart.yaml b/charts/stable/fenrus/Chart.yaml index aa5a8643060..84745b1a2df 100644 --- a/charts/stable/fenrus/Chart.yaml +++ b/charts/stable/fenrus/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: "Fenrus is a home page / personal dashboard with smart apps. \n" -home: https://truecharts.org/charts/stable/fenrus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fenrus.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fenrus +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fenrus.webp keywords: - fenrus - Productivity kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fenrus sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fenrus diff --git a/charts/stable/ferdi-server/Chart.yaml b/charts/stable/ferdi-server/Chart.yaml index 2d2afae6aec..f88e4905f09 100644 --- a/charts/stable/ferdi-server/Chart.yaml +++ b/charts/stable/ferdi-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.3.2 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Server for Ferdi that you can re-use to run your own -home: https://truecharts.org/charts/stable/ferdi-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ferdi-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ferdi-server.webp keywords: - ferdi kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ferdi-server sources: - https://github.com/getferdi/server diff --git a/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml b/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml index 9fbaa50571e..e373633aead 100644 --- a/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml +++ b/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A Chart Chart designed to watch a directory and encode media files. -home: https://truecharts.org/charts/stable/ffmpeg-mkvdts2ac3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ffmpeg-mkvdts2ac3 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.webp keywords: - ffmpeg-mkvdts2ac3 - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ffmpeg-mkvdts2ac3 sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ffmpeg-mkvdts2ac3 diff --git a/charts/stable/filebot/Chart.yaml b/charts/stable/filebot/Chart.yaml index ded670e3191..6b824fcd165 100644 --- a/charts/stable/filebot/Chart.yaml +++ b/charts/stable/filebot/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.01.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. -home: https://truecharts.org/charts/stable/filebot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebot.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/filebot +icon: https://trueforge.org/img/hotlink-ok/chart-icons/filebot.webp keywords: - media - filebot kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: filebot sources: - https://github.com/jlesage/docker-filebot diff --git a/charts/stable/filebrowser/Chart.yaml b/charts/stable/filebrowser/Chart.yaml index a1fafff1f66..84fca70cfe7 100644 --- a/charts/stable/filebrowser/Chart.yaml +++ b/charts/stable/filebrowser/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.56.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Filebrowser provides a file managing interface within a specified directory -home: https://truecharts.org/charts/stable/filebrowser -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/filebrowser +icon: https://trueforge.org/img/hotlink-ok/chart-icons/filebrowser.webp keywords: - filebrowser kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: filebrowser sources: - https://filebrowser.org/cli/filebrowser diff --git a/charts/stable/fileflows/Chart.yaml b/charts/stable/fileflows/Chart.yaml index c00b2fb0120..ce6db39e839 100644 --- a/charts/stable/fileflows/Chart.yaml +++ b/charts/stable/fileflows/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.01.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: An application that lets you automatically process files through a simple rule flow. -home: https://truecharts.org/charts/stable/fileflows -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fileflows +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fileflows.webp keywords: - fileflows kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fileflows sources: - https://github.com/revenz/FileFlows diff --git a/charts/stable/fileshelter/Chart.yaml b/charts/stable/fileshelter/Chart.yaml index 29c6a4fe906..6cd36ce3387 100644 --- a/charts/stable/fileshelter/Chart.yaml +++ b/charts/stable/fileshelter/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 6.3.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: FileShelter is a self-hosted software that allows you to easily share files over the Internet. Just upload one or more files and get an URL back! -home: https://truecharts.org/charts/stable/fileshelter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileshelter.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fileshelter +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fileshelter.webp keywords: - fileshelter - Cloud @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fileshelter sources: - https://github.com/epoupon/fileshelter diff --git a/charts/stable/filestash/Chart.yaml b/charts/stable/filestash/Chart.yaml index 94cbd7b6239..7f30da1f954 100644 --- a/charts/stable/filestash/Chart.yaml +++ b/charts/stable/filestash/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A Dropbox-like file manager that let you manage your data anywhere it is located. -home: https://truecharts.org/charts/stable/filestash -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/filestash +icon: https://trueforge.org/img/hotlink-ok/chart-icons/filestash.webp keywords: - filestash - Cloud @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: filestash sources: - https://github.com/mickael-kerjean/filestash diff --git a/charts/stable/filezilla/Chart.yaml b/charts/stable/filezilla/Chart.yaml index ac4e02ab7da..52c603d3b97 100644 --- a/charts/stable/filezilla/Chart.yaml +++ b/charts/stable/filezilla/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.68.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A Helm chart for Kubernetes -home: https://truecharts.org/charts/stable/filezilla -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/filezilla +icon: https://trueforge.org/img/hotlink-ok/chart-icons/filezilla.webp keywords: - filezilla - ftp @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: filezilla sources: - https://filezilla-project.org/ diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index ea28fe4a295..b3d553e43cd 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 6.2.21 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: A free and open source personal finance manager -home: https://truecharts.org/charts/stable/fireflyiii -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fireflyiii +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fireflyiii.webp keywords: - fireflyiii - finacial kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fireflyiii sources: - https://github.com/firefly-iii/firefly-iii/ diff --git a/charts/stable/firefox-desktop-g3/Chart.yaml b/charts/stable/firefox-desktop-g3/Chart.yaml index 3629a7d766c..7628fd08489 100644 --- a/charts/stable/firefox-desktop-g3/Chart.yaml +++ b/charts/stable/firefox-desktop-g3/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/firefox-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/firefox-desktop-g3 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.webp keywords: - firefox-desktop-g3 - Productivity @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: firefox-desktop-g3 sources: - https://github.com/accetto/headless-drawing-g3/ diff --git a/charts/stable/firefox-syncserver/Chart.yaml b/charts/stable/firefox-syncserver/Chart.yaml index b7f7d839ccc..bc9233d3930 100644 --- a/charts/stable/firefox-syncserver/Chart.yaml +++ b/charts/stable/firefox-syncserver/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.8.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: This is an all-in-one package for running a self-hosted Firefox Sync server. -home: https://truecharts.org/charts/stable/firefox-syncserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-syncserver.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/firefox-syncserver +icon: https://trueforge.org/img/hotlink-ok/chart-icons/firefox-syncserver.webp keywords: - server - sync @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: firefox-syncserver sources: - https://ghcr.io/crazy-max/firefox-syncserver diff --git a/charts/stable/firefox/Chart.yaml b/charts/stable/firefox/Chart.yaml index 2428387d74d..b95674d1ba8 100644 --- a/charts/stable/firefox/Chart.yaml +++ b/charts/stable/firefox/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1147.0.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. -home: https://truecharts.org/charts/stable/firefox -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/firefox +icon: https://trueforge.org/img/hotlink-ok/chart-icons/firefox.webp keywords: - firefox - browser kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: firefox sources: - https://ghcr.io/linuxserver/firefox diff --git a/charts/stable/fireshare/Chart.yaml b/charts/stable/fireshare/Chart.yaml index f945873c781..30d1ddfe541 100644 --- a/charts/stable/fireshare/Chart.yaml +++ b/charts/stable/fireshare/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.4.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Share your game clips, videos, or other media via unique links. -home: https://truecharts.org/charts/stable/fireshare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fireshare +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fireshare.webp keywords: - fireshare kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fireshare sources: - https://github.com/ShaneIsrael/fireshare diff --git a/charts/stable/firezone/Chart.yaml b/charts/stable/firezone/Chart.yaml index f7d065c70e3..28d52d4815c 100644 --- a/charts/stable/firezone/Chart.yaml +++ b/charts/stable/firezone/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.7.36 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: WireGuard-based VPN server and egress firewall -home: https://truecharts.org/charts/stable/firezone -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firezone.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/firezone +icon: https://trueforge.org/img/hotlink-ok/chart-icons/firezone.webp keywords: - firezone - wireguard @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: firezone sources: - https://github.com/firezone/firezone diff --git a/charts/stable/fistfuloffrags/Chart.yaml b/charts/stable/fistfuloffrags/Chart.yaml index 2b5e538f26b..e6d91db1913 100644 --- a/charts/stable/fistfuloffrags/Chart.yaml +++ b/charts/stable/fistfuloffrags/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: fistfuloffrags dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Fistful of Frags and run it. -home: https://truecharts.org/charts/stable/fistfuloffrags -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fistfuloffrags.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fistfuloffrags +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fistfuloffrags.webp keywords: - fistfuloffrags - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fistfuloffrags sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/fivem/Chart.yaml b/charts/stable/fivem/Chart.yaml index 87e0be0f7e8..91db5a178d5 100644 --- a/charts/stable/fivem/Chart.yaml +++ b/charts/stable/fivem/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the ''Show more settings'' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name.' -home: https://truecharts.org/charts/stable/fivem -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fivem.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fivem +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fivem.webp keywords: - fivem - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fivem sources: - https://fivem.net/ diff --git a/charts/stable/flame/Chart.yaml b/charts/stable/flame/Chart.yaml index 3ca19bfbfe1..14ff06f7aa9 100644 --- a/charts/stable/flame/Chart.yaml +++ b/charts/stable/flame/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.3.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors. -home: https://truecharts.org/charts/stable/flame -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flame.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/flame +icon: https://trueforge.org/img/hotlink-ok/chart-icons/flame.webp keywords: - flame - dashboard kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: flame sources: - https://github.com/pawelmalak/flame diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml index 25b28ce0f4b..5655b9fabc0 100644 --- a/charts/stable/flaresolverr/Chart.yaml +++ b/charts/stable/flaresolverr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.4.6 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: FlareSolverr is a proxy server to bypass Cloudflare protection -home: https://truecharts.org/charts/stable/flaresolverr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/flaresolverr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/flaresolverr.webp keywords: - flaresolverr - proxy kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: flaresolverr sources: - https://ghcr.io/flaresolverr/flaresolverr diff --git a/charts/stable/flashpaper/Chart.yaml b/charts/stable/flashpaper/Chart.yaml index ae03a94f7fa..56004b92a40 100644 --- a/charts/stable/flashpaper/Chart.yaml +++ b/charts/stable/flashpaper/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: master dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: One-time encrypted password/secret sharing -home: https://truecharts.org/charts/stable/flashpaper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flashpaper.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/flashpaper +icon: https://trueforge.org/img/hotlink-ok/chart-icons/flashpaper.webp keywords: - flashpaper - Cloud @@ -34,8 +40,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: flashpaper sources: - https://ghcr.io/andrewpaglusch/flashpaper diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml index 44fc8fba9e7..86d06c72b2d 100644 --- a/charts/stable/fleet/Chart.yaml +++ b/charts/stable/fleet/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.3.3 dependencies: @@ -29,15 +35,15 @@ dependencies: import-values: [] deprecated: false description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. -home: https://truecharts.org/charts/stable/fleet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fleet +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fleet.webp keywords: - fleet kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fleet sources: - https://ghcr.io/linuxserver/fleet diff --git a/charts/stable/flexget/Chart.yaml b/charts/stable/flexget/Chart.yaml index a275dc9f5c2..214aab3ec80 100644 --- a/charts/stable/flexget/Chart.yaml +++ b/charts/stable/flexget/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.18.42 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: FlexGet is a multipurpose automation tool for all of your media -home: https://truecharts.org/charts/stable/flexget -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/flexget +icon: https://trueforge.org/img/hotlink-ok/chart-icons/flexget.webp keywords: - flexget - automation kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: flexget sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/flexget diff --git a/charts/stable/flexo/Chart.yaml b/charts/stable/flexo/Chart.yaml index b11004901ad..971bb8c4246 100644 --- a/charts/stable/flexo/Chart.yaml +++ b/charts/stable/flexo/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.6.10 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Arch linux pacman cache proxy server -home: https://truecharts.org/charts/stable/flexo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexo.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/flexo +icon: https://trueforge.org/img/hotlink-ok/chart-icons/flexo.webp keywords: - flexo - linux kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: flexo sources: - https://github.com/nroi/flexo diff --git a/charts/stable/flextv/Chart.yaml b/charts/stable/flextv/Chart.yaml index 3085a9136ca..00c57ede52a 100644 --- a/charts/stable/flextv/Chart.yaml +++ b/charts/stable/flextv/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A super-sexy voice interface for the Plex HTPC. -home: https://truecharts.org/charts/stable/flextv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/flextv +icon: https://trueforge.org/img/hotlink-ok/chart-icons/flextv.webp keywords: - flextv - MediaApp kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: flextv sources: - https://github.com/d8ahazard/FlexTV diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index 88b7bd69e9c..464f555e81d 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.11.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Flood is a monitoring service for various torrent clients -home: https://truecharts.org/charts/stable/flood -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flood.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/flood +icon: https://trueforge.org/img/hotlink-ok/chart-icons/flood.webp keywords: - flood - rtorrent @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: flood sources: - https://github.com/jesec/flood diff --git a/charts/stable/flowise/Chart.yaml b/charts/stable/flowise/Chart.yaml index fe56d428df1..cdd10c9f54b 100644 --- a/charts/stable/flowise/Chart.yaml +++ b/charts/stable/flowise/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.0.12 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Drag & drop UI to build your customized LLM flow. -home: https://truecharts.org/charts/stable/flowise -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/flowise +icon: https://trueforge.org/img/hotlink-ok/chart-icons/flowise.webp keywords: - flowise - ai kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: flowise sources: - https://github.com/FlowiseAI/Flowise diff --git a/charts/stable/fluidd/Chart.yaml b/charts/stable/fluidd/Chart.yaml index ba8df7faaf7..3fac7fe5467 100644 --- a/charts/stable/fluidd/Chart.yaml +++ b/charts/stable/fluidd/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.36.2 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer. -home: https://truecharts.org/charts/stable/fluidd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fluidd +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fluidd.webp keywords: - fluidd kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fluidd sources: - https://ghcr.io/fluidd-core/fluidd diff --git a/charts/stable/fluttercoin-wallet/Chart.yaml b/charts/stable/fluttercoin-wallet/Chart.yaml index 92f775fd18f..5645c7e45e1 100644 --- a/charts/stable/fluttercoin-wallet/Chart.yaml +++ b/charts/stable/fluttercoin-wallet/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary. -home: https://truecharts.org/charts/stable/fluttercoin-wallet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fluttercoin-wallet +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.webp keywords: - fluttercoin-wallet - Network-Other @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fluttercoin-wallet sources: - https://fluttercoin.me/ diff --git a/charts/stable/fmd2-wine/Chart.yaml b/charts/stable/fmd2-wine/Chart.yaml index 0a420e35759..22a8e4b1aca 100644 --- a/charts/stable/fmd2-wine/Chart.yaml +++ b/charts/stable/fmd2-wine/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: '**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. ' -home: https://truecharts.org/charts/stable/fmd2-wine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fmd2-wine +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fmd2-wine.webp keywords: - fmd2-wine - Downloaders @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fmd2-wine sources: - https://github.com/Banh-Canh/docker-FMD2 diff --git a/charts/stable/foldingathome/Chart.yaml b/charts/stable/foldingathome/Chart.yaml index f32c458958a..07db19c4ea1 100644 --- a/charts/stable/foldingathome/Chart.yaml +++ b/charts/stable/foldingathome/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 8.4.9 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. -home: https://truecharts.org/charts/stable/foldingathome -icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/foldingathome +icon: https://trueforge.org/img/hotlink-ok/chart-icons/foldingathome.webp keywords: - foldingathome kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: foldingathome sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/foldingathome diff --git a/charts/stable/fossil/Chart.yaml b/charts/stable/fossil/Chart.yaml index 22ee442dd79..6cbb2cc1f25 100644 --- a/charts/stable/fossil/Chart.yaml +++ b/charts/stable/fossil/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.15.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A simple, high-reliability, distributed software configuration management system -home: https://truecharts.org/charts/stable/fossil -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fossil +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fossil.webp keywords: - fossil - scm kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fossil sources: - https://fossil-scm.org/ diff --git a/charts/stable/fotosho/Chart.yaml b/charts/stable/fotosho/Chart.yaml index 14a54d64885..95cfd9804be 100644 --- a/charts/stable/fotosho/Chart.yaml +++ b/charts/stable/fotosho/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: '*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos.' -home: https://truecharts.org/charts/stable/fotosho -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fotosho.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fotosho +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fotosho.webp keywords: - fotosho - MediaApp-Photos @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fotosho sources: - https://github.com/advplyr/fotosho diff --git a/charts/stable/freecad-desktop-g3/Chart.yaml b/charts/stable/freecad-desktop-g3/Chart.yaml index cf8ab06e8a1..cb2311dc126 100644 --- a/charts/stable/freecad-desktop-g3/Chart.yaml +++ b/charts/stable/freecad-desktop-g3/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/freecad-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/freecad-desktop-g3 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.webp keywords: - freecad-desktop-g3 - Productivity @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: freecad-desktop-g3 sources: - https://github.com/accetto/headless-drawing-g3/ diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml index ddddbf77411..f709bde77e2 100644 --- a/charts/stable/freshrss/Chart.yaml +++ b/charts/stable/freshrss/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.28.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: FreshRSS is a self-hosted RSS feed aggregator -home: https://truecharts.org/charts/stable/freshrss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/freshrss +icon: https://trueforge.org/img/hotlink-ok/chart-icons/freshrss.webp keywords: - freshrss - rss kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: freshrss sources: - https://ghcr.io/linuxserver/freshrss diff --git a/charts/stable/friendica/Chart.yaml b/charts/stable/friendica/Chart.yaml index da75e0fb222..a98718b73a7 100644 --- a/charts/stable/friendica/Chart.yaml +++ b/charts/stable/friendica/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2024.12.0 dependencies: @@ -36,16 +42,16 @@ dependencies: import-values: [] deprecated: false description: Welcome to the free social web -home: https://truecharts.org/charts/stable/friendica -icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/friendica +icon: https://trueforge.org/img/hotlink-ok/chart-icons/friendica.webp keywords: - friend - social kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: friendica sources: - https://friendi.ca/ diff --git a/charts/stable/frigate/Chart.yaml b/charts/stable/frigate/Chart.yaml index d043cb97274..19f2bfe0bc2 100644 --- a/charts/stable/frigate/Chart.yaml +++ b/charts/stable/frigate/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.16.4 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: NVR With Realtime Object Detection for IP Cameras -home: https://truecharts.org/charts/stable/frigate -icon: https://truecharts.org/img/hotlink-ok/chart-icons/frigate.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/frigate +icon: https://trueforge.org/img/hotlink-ok/chart-icons/frigate.webp keywords: - encode - nvr @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: frigate sources: - https://ghcr.io/blakeblackshear/frigate diff --git a/charts/stable/fsm/Chart.yaml b/charts/stable/fsm/Chart.yaml index 965fd4541c8..e9f4307ad39 100644 --- a/charts/stable/fsm/Chart.yaml +++ b/charts/stable/fsm/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: No description provide. -home: https://truecharts.org/charts/stable/fsm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fsm.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/fsm +icon: https://trueforge.org/img/hotlink-ok/chart-icons/fsm.webp keywords: - fsm - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: fsm sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fsm diff --git a/charts/stable/game-server-watcher/Chart.yaml b/charts/stable/game-server-watcher/Chart.yaml index 47ff26ed777..ae8f4404c46 100644 --- a/charts/stable/game-server-watcher/Chart.yaml +++ b/charts/stable/game-server-watcher/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.1.25 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A simple discord/telegram/slack bot to monitor your game servers and players in style. -home: https://truecharts.org/charts/stable/game-server-watcher -icon: https://truecharts.org/img/hotlink-ok/chart-icons/game-server-watcher.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/game-server-watcher +icon: https://trueforge.org/img/hotlink-ok/chart-icons/game-server-watcher.webp keywords: - game-server-watcher - monitoring @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: game-server-watcher sources: - https://ghcr.io/a-sync/game-server-watcher diff --git a/charts/stable/gamevault-backend/Chart.yaml b/charts/stable/gamevault-backend/Chart.yaml index 7a23b460bc4..b65593638e5 100644 --- a/charts/stable/gamevault-backend/Chart.yaml +++ b/charts/stable/gamevault-backend/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 16.2.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: the self-hosted gaming platform for alternatively obtained games. -home: https://truecharts.org/charts/stable/gamevault-backend -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/gamevault-backend +icon: https://trueforge.org/img/hotlink-ok/chart-icons/gamevault-backend.webp keywords: - gamevault-backend - games kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: gamevault-backend sources: - https://github.com/Phalcode/gamevault-backend diff --git a/charts/stable/gaps/Chart.yaml b/charts/stable/gaps/Chart.yaml index 63f262967fa..a3445c1a19d 100644 --- a/charts/stable/gaps/Chart.yaml +++ b/charts/stable/gaps/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.10.4 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. -home: https://truecharts.org/charts/stable/gaps -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaps.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/gaps +icon: https://trueforge.org/img/hotlink-ok/chart-icons/gaps.webp keywords: - gaps - plex @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: gaps sources: - https://github.com/JasonHHouse/gaps diff --git a/charts/stable/garrysmod/Chart.yaml b/charts/stable/garrysmod/Chart.yaml index 24fb52235db..9b60b7f1bb7 100644 --- a/charts/stable/garrysmod/Chart.yaml +++ b/charts/stable/garrysmod/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: garrysmod dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Garry's Mod and run it. -home: https://truecharts.org/charts/stable/garrysmod -icon: https://truecharts.org/img/hotlink-ok/chart-icons/garrysmod.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/garrysmod +icon: https://trueforge.org/img/hotlink-ok/chart-icons/garrysmod.webp keywords: - garrysmod - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: garrysmod sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/gaseous-server/Chart.yaml b/charts/stable/gaseous-server/Chart.yaml index 6cccf378e67..13bbf193faf 100644 --- a/charts/stable/gaseous-server/Chart.yaml +++ b/charts/stable/gaseous-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.7.14 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: A game ROM manager using multiple sources to identify and provide metadata. -home: https://truecharts.org/charts/stable/gaseous-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaseous-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/gaseous-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/gaseous-server.webp keywords: - gaseous-server - rom-manager kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: gaseous-server sources: - https://github.com/gaseous-project/gaseous-server diff --git a/charts/stable/gatus/Chart.yaml b/charts/stable/gatus/Chart.yaml index 7527f2d91d1..bb211ccf40a 100644 --- a/charts/stable/gatus/Chart.yaml +++ b/charts/stable/gatus/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.34.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Automated service health dashboard -home: https://truecharts.org/charts/stable/gatus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gatus.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/gatus +icon: https://trueforge.org/img/hotlink-ok/chart-icons/gatus.webp keywords: - gatus kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: gatus sources: - https://ghcr.io/home-operations/gatus-sidecar diff --git a/charts/stable/genea/Chart.yaml b/charts/stable/genea/Chart.yaml index ded84ca2d74..42ff35d44b8 100644 --- a/charts/stable/genea/Chart.yaml +++ b/charts/stable/genea/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components. -home: https://truecharts.org/charts/stable/genea -icon: https://truecharts.org/img/hotlink-ok/chart-icons/genea.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/genea +icon: https://trueforge.org/img/hotlink-ok/chart-icons/genea.webp keywords: - genea - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: genea sources: - https://github.com/genea-app/genea-app diff --git a/charts/stable/generic-device-plugin/Chart.yaml b/charts/stable/generic-device-plugin/Chart.yaml index e4714b38386..96f51b48feb 100644 --- a/charts/stable/generic-device-plugin/Chart.yaml +++ b/charts/stable/generic-device-plugin/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Device Plugin to expose tun-device on talos -home: https://truecharts.org/charts/stable/generic-device-plugin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/generic-device-plugin.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/generic-device-plugin +icon: https://trueforge.org/img/hotlink-ok/chart-icons/generic-device-plugin.webp keywords: - jackett - torrent @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: generic-device-plugin sources: - https://ghcr.io/squat/generic-device-plugin diff --git a/charts/stable/ghostfolio/Chart.yaml b/charts/stable/ghostfolio/Chart.yaml index 459b99edbd1..8e541b739da 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.234.0 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. -home: https://truecharts.org/charts/stable/ghostfolio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ghostfolio +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ghostfolio.webp keywords: - ghostfolio - finance kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ghostfolio sources: - https://ghostfol.io/ diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml index 11d5efcdc83..196f5d30d43 100644 --- a/charts/stable/gitea/Chart.yaml +++ b/charts/stable/gitea/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.25.4 dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: Self hosted GIT repositories -home: https://truecharts.org/charts/stable/gitea -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/gitea +icon: https://trueforge.org/img/hotlink-ok/chart-icons/gitea.webp keywords: - git - issue tracker @@ -41,8 +47,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: gitea sources: - https://gitea.com/gitea/helm-chart diff --git a/charts/stable/github-backup/Chart.yaml b/charts/stable/github-backup/Chart.yaml index 08964d8a018..29de37865af 100644 --- a/charts/stable/github-backup/Chart.yaml +++ b/charts/stable/github-backup/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule. -home: https://truecharts.org/charts/stable/github-backup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/github-backup.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/github-backup +icon: https://trueforge.org/img/hotlink-ok/chart-icons/github-backup.webp keywords: - github-backup - Backup kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: github-backup sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/github-backup diff --git a/charts/stable/glances/Chart.yaml b/charts/stable/glances/Chart.yaml index e4764efd783..c898bc761b9 100644 --- a/charts/stable/glances/Chart.yaml +++ b/charts/stable/glances/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.3.0.8 dependencies: @@ -20,16 +26,16 @@ dependencies: import-values: [] deprecated: false description: Glances is a monitoring software -home: https://truecharts.org/charts/stable/glances -icon: https://truecharts.org/img/hotlink-ok/chart-icons/glances.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/glances +icon: https://trueforge.org/img/hotlink-ok/chart-icons/glances.webp keywords: - metrics - glances kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: glances sources: - https://github.com/nicolargo/glances diff --git a/charts/stable/glauth/Chart.yaml b/charts/stable/glauth/Chart.yaml index e523741ab6c..542dd540221 100644 --- a/charts/stable/glauth/Chart.yaml +++ b/charts/stable/glauth/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: GLAuth is a secure, easy-to-use, LDAP server with configurable backends. -home: https://truecharts.org/charts/stable/glauth -icon: https://truecharts.org/img/hotlink-ok/chart-icons/glauth.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/glauth +icon: https://trueforge.org/img/hotlink-ok/chart-icons/glauth.webp keywords: - glauth - Security kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: glauth sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/glauth diff --git a/charts/stable/go-playground/Chart.yaml b/charts/stable/go-playground/Chart.yaml index e126f4b6592..65ee0dc05d7 100644 --- a/charts/stable/go-playground/Chart.yaml +++ b/charts/stable/go-playground/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: mproved Go Playground powered by Monaco Editor and React -home: https://truecharts.org/charts/stable/go-playground -icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-playground.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/go-playground +icon: https://trueforge.org/img/hotlink-ok/chart-icons/go-playground.webp keywords: - go-playground - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: go-playground sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/go-playground diff --git a/charts/stable/goaccess-npm-logs/Chart.yaml b/charts/stable/goaccess-npm-logs/Chart.yaml index 83ca65e5e94..5d9c6701fc1 100644 --- a/charts/stable/goaccess-npm-logs/Chart.yaml +++ b/charts/stable/goaccess-npm-logs/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: GoAccess for Nginx Proxy Manager Logs -home: https://truecharts.org/charts/stable/goaccess-npm-logs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/goaccess-npm-logs +icon: https://trueforge.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.webp keywords: - goaccess-npm-logs - Tools-Utilities @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: goaccess-npm-logs sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/goaccess-npm-logs diff --git a/charts/stable/goaccess/Chart.yaml b/charts/stable/goaccess/Chart.yaml index 643a4b9a3ba..74e002a6fa5 100644 --- a/charts/stable/goaccess/Chart.yaml +++ b/charts/stable/goaccess/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. -home: https://truecharts.org/charts/stable/goaccess -icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/goaccess +icon: https://trueforge.org/img/hotlink-ok/chart-icons/goaccess.webp keywords: - goaccess - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: goaccess sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/goaccess diff --git a/charts/stable/godaddy-ddns/Chart.yaml b/charts/stable/godaddy-ddns/Chart.yaml index 8b3c7f11433..5d0df59597f 100644 --- a/charts/stable/godaddy-ddns/Chart.yaml +++ b/charts/stable/godaddy-ddns/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Chart to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the Chart. -home: https://truecharts.org/charts/stable/godaddy-ddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/godaddy-ddns.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/godaddy-ddns +icon: https://trueforge.org/img/hotlink-ok/chart-icons/godaddy-ddns.webp keywords: - godaddy-ddns - Network-Web kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: godaddy-ddns sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/godaddy-ddns diff --git a/charts/stable/gokapi/Chart.yaml b/charts/stable/gokapi/Chart.yaml index 374b99e69af..f4f2a9c45b2 100644 --- a/charts/stable/gokapi/Chart.yaml +++ b/charts/stable/gokapi/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.2.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. -home: https://truecharts.org/charts/stable/gokapi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gokapi.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/gokapi +icon: https://trueforge.org/img/hotlink-ok/chart-icons/gokapi.webp keywords: - gokapi - cloud @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: gokapi sources: - https://github.com/Forceu/gokapi diff --git a/charts/stable/golinks/Chart.yaml b/charts/stable/golinks/Chart.yaml index 43be4b6567d..d23b029da72 100644 --- a/charts/stable/golinks/Chart.yaml +++ b/charts/stable/golinks/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 154c581 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. -home: https://truecharts.org/charts/stable/golinks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/golinks.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/golinks +icon: https://trueforge.org/img/hotlink-ok/chart-icons/golinks.webp keywords: - search - browser @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: golinks sources: - https://ghcr.io/nicholaswilde/golinks diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml index 0e0f2d76ac2..f2833432e1a 100644 --- a/charts/stable/gonic/Chart.yaml +++ b/charts/stable/gonic/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.20.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Music streaming server / subsonic server API implementation -home: https://truecharts.org/charts/stable/gonic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/gonic +icon: https://trueforge.org/img/hotlink-ok/chart-icons/gonic.webp keywords: - music - subsonic kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: gonic sources: - https://github.com/sentriz/gonic diff --git a/charts/stable/googlephotossync/Chart.yaml b/charts/stable/googlephotossync/Chart.yaml index 5bbc89002a8..37764e875d4 100644 --- a/charts/stable/googlephotossync/Chart.yaml +++ b/charts/stable/googlephotossync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.2.5 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages). -home: https://truecharts.org/charts/stable/googlephotossync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/googlephotossync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/googlephotossync.webp keywords: - googlephotossync - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: googlephotossync sources: - https://ghcr.io/gilesknap/gphotos-sync diff --git a/charts/stable/gpodder/Chart.yaml b/charts/stable/gpodder/Chart.yaml index f805164ed0a..0cc4130d16b 100644 --- a/charts/stable/gpodder/Chart.yaml +++ b/charts/stable/gpodder/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.&#xD; -home: https://truecharts.org/charts/stable/gpodder -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gpodder.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/gpodder +icon: https://trueforge.org/img/hotlink-ok/chart-icons/gpodder.webp keywords: - gpodder - Downloaders @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: gpodder sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gpodder diff --git a/charts/stable/grafana-image-renderer/Chart.yaml b/charts/stable/grafana-image-renderer/Chart.yaml index 8971bf900cd..8425f03d98d 100644 --- a/charts/stable/grafana-image-renderer/Chart.yaml +++ b/charts/stable/grafana-image-renderer/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome. -home: https://truecharts.org/charts/stable/grafana-image-renderer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/grafana-image-renderer +icon: https://trueforge.org/img/hotlink-ok/chart-icons/grafana-image-renderer.webp keywords: - grafana-image-renderer - Productivity kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: grafana-image-renderer sources: - https://github.com/grafana/grafana-image-renderer/blob/master/docs/remote_rendering_using_docker.md diff --git a/charts/stable/grafana/Chart.yaml b/charts/stable/grafana/Chart.yaml index 21eaed40af9..3857767f407 100644 --- a/charts/stable/grafana/Chart.yaml +++ b/charts/stable/grafana/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 12.3.2 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. -home: https://truecharts.org/charts/stable/grafana -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/grafana +icon: https://trueforge.org/img/hotlink-ok/chart-icons/grafana.webp keywords: - analytics - monitoring @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: grafana sources: - https://ghcr.io/kiwigrid/k8s-sidecar diff --git a/charts/stable/grav/Chart.yaml b/charts/stable/grav/Chart.yaml index b7f20672feb..b3e88755fab 100644 --- a/charts/stable/grav/Chart.yaml +++ b/charts/stable/grav/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.8.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A Fast, Simple, and Flexible, file-based Web-platform. -home: https://truecharts.org/charts/stable/grav -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/grav +icon: https://trueforge.org/img/hotlink-ok/chart-icons/grav.webp keywords: - grav - web @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: grav sources: - https://ghcr.io/linuxserver/grav diff --git a/charts/stable/gravity/Chart.yaml b/charts/stable/gravity/Chart.yaml index f1ae01de88f..0c59ab339da 100644 --- a/charts/stable/gravity/Chart.yaml +++ b/charts/stable/gravity/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.29.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd. -home: https://truecharts.org/charts/stable/gravity -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gravity.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/gravity +icon: https://trueforge.org/img/hotlink-ok/chart-icons/gravity.webp keywords: - gravity - dns @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: gravity sources: - https://ghcr.io/beryju/gravity diff --git a/charts/stable/gridcoinwalletgui/Chart.yaml b/charts/stable/gridcoinwalletgui/Chart.yaml index 527e0a501c1..7db81518147 100644 --- a/charts/stable/gridcoinwalletgui/Chart.yaml +++ b/charts/stable/gridcoinwalletgui/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Running Boinc? Get some Gridcoins from your Boinc work! -home: https://truecharts.org/charts/stable/gridcoinwalletgui -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/gridcoinwalletgui +icon: https://trueforge.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.webp keywords: - gridcoinwalletgui - Crypto kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: gridcoinwalletgui sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gridcoinwalletgui diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml index 215b074abeb..ccd72eafffe 100644 --- a/charts/stable/grocy/Chart.yaml +++ b/charts/stable/grocy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.5.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home -home: https://truecharts.org/charts/stable/grocy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/grocy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/grocy.webp keywords: - grocy - home-automation kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: grocy sources: - https://ghcr.io/linuxserver/grocy diff --git a/charts/stable/guacamole/Chart.yaml b/charts/stable/guacamole/Chart.yaml index 14eb8404936..6ba36d7b43b 100644 --- a/charts/stable/guacamole/Chart.yaml +++ b/charts/stable/guacamole/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.6.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Apache Guacamole is a clientless remote desktop gateway. -home: https://truecharts.org/charts/stable/guacamole -icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/guacamole +icon: https://trueforge.org/img/hotlink-ok/chart-icons/guacamole.webp keywords: - guacamole - remote kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: guacamole sources: - https://github.com/apache/guacamole-client diff --git a/charts/stable/guacd/Chart.yaml b/charts/stable/guacd/Chart.yaml index 3665b99132e..af6f4e46805 100644 --- a/charts/stable/guacd/Chart.yaml +++ b/charts/stable/guacd/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.6.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Guacd - Apache Guacamole is a clientless remote desktop gateway. -home: https://truecharts.org/charts/stable/guacd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacd.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/guacd +icon: https://trueforge.org/img/hotlink-ok/chart-icons/guacd.webp keywords: - guacd - guacamole @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: guacd sources: - https://github.com/apache/guacamole-server diff --git a/charts/stable/guide2go/Chart.yaml b/charts/stable/guide2go/Chart.yaml index 9179a47dbdf..7106b9602ab 100644 --- a/charts/stable/guide2go/Chart.yaml +++ b/charts/stable/guide2go/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: a xml grabber from schedule direct service -home: https://truecharts.org/charts/stable/guide2go -icon: https://truecharts.org/img/hotlink-ok/chart-icons/guide2go.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/guide2go +icon: https://trueforge.org/img/hotlink-ok/chart-icons/guide2go.webp keywords: - guide2go - Downloaders kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: guide2go sources: - https://github.com/alturismo/guide2go diff --git a/charts/stable/h5ai/Chart.yaml b/charts/stable/h5ai/Chart.yaml index 8c857602643..afd403e6309 100644 --- a/charts/stable/h5ai/Chart.yaml +++ b/charts/stable/h5ai/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too. -home: https://truecharts.org/charts/stable/h5ai -icon: https://truecharts.org/img/hotlink-ok/chart-icons/h5ai.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/h5ai +icon: https://trueforge.org/img/hotlink-ok/chart-icons/h5ai.webp keywords: - h5ai - Cloud @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: h5ai sources: - https://github.com/awesometic/docker-h5ai diff --git a/charts/stable/halflife2deathmatch/Chart.yaml b/charts/stable/halflife2deathmatch/Chart.yaml index 162039c6d12..90056cc830e 100644 --- a/charts/stable/halflife2deathmatch/Chart.yaml +++ b/charts/stable/halflife2deathmatch/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: hl2dm dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it. -home: https://truecharts.org/charts/stable/halflife2deathmatch -icon: https://truecharts.org/img/hotlink-ok/chart-icons/halflife2deathmatch.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/halflife2deathmatch +icon: https://trueforge.org/img/hotlink-ok/chart-icons/halflife2deathmatch.webp keywords: - halflife2deathmatch - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: halflife2deathmatch sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/hammond/Chart.yaml b/charts/stable/hammond/Chart.yaml index c081c4a23b9..a4633917eee 100644 --- a/charts/stable/hammond/Chart.yaml +++ b/charts/stable/hammond/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.0.24 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: A self-hosted vehicle expense tracking system with support for multiple users. -home: https://truecharts.org/charts/stable/hammond -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/hammond +icon: https://trueforge.org/img/hotlink-ok/chart-icons/hammond.webp keywords: - hammond kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: hammond sources: - https://ghcr.io/alfhou/hammond diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml index 087c4649df5..4f6cba9356a 100644 --- a/charts/stable/handbrake/Chart.yaml +++ b/charts/stable/handbrake/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.01.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. -home: https://truecharts.org/charts/stable/handbrake -icon: https://truecharts.org/img/hotlink-ok/chart-icons/handbrake.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/handbrake +icon: https://trueforge.org/img/hotlink-ok/chart-icons/handbrake.webp keywords: - handbrake - encode @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: handbrake sources: - https://ghcr.io/jlesage/handbrake diff --git a/charts/stable/hassconfigurator/Chart.yaml b/charts/stable/hassconfigurator/Chart.yaml index 06b1a97b47f..bde5241adef 100644 --- a/charts/stable/hassconfigurator/Chart.yaml +++ b/charts/stable/hassconfigurator/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: x86_64 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Home Assistant online configurator Chart from https://github.com/danielperna84/hass-configurator -home: https://truecharts.org/charts/stable/hassconfigurator -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hassconfigurator.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/hassconfigurator +icon: https://trueforge.org/img/hotlink-ok/chart-icons/hassconfigurator.webp keywords: - hassconfigurator - home-automation kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: hassconfigurator sources: - https://github.com/danielperna84/hass-configurator diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml index af16f8423c9..03c7f2f3f3a 100644 --- a/charts/stable/haste-server/Chart.yaml +++ b/charts/stable/haste-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Simple text sharing -home: https://truecharts.org/charts/stable/haste-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/haste-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/haste-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/haste-server.webp keywords: - haste - hastebin @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: haste-server sources: - https://ghcr.io/k8s-at-home/haste-server diff --git a/charts/stable/hastebin/Chart.yaml b/charts/stable/hastebin/Chart.yaml index c11b417ad47..9ab76e3cf68 100644 --- a/charts/stable/hastebin/Chart.yaml +++ b/charts/stable/hastebin/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: 'Alpine-based Chart for Hastebin, the node.js paste service ' -home: https://truecharts.org/charts/stable/hastebin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hastebin.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/hastebin +icon: https://trueforge.org/img/hotlink-ok/chart-icons/hastebin.webp keywords: - hastebin - Cloud @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: hastebin sources: - https://github.com/nzzane/haste-server diff --git a/charts/stable/hasty-paste/Chart.yaml b/charts/stable/hasty-paste/Chart.yaml index 494d26f6d9a..813bbd02690 100644 --- a/charts/stable/hasty-paste/Chart.yaml +++ b/charts/stable/hasty-paste/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.3.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A fast and minimal paste bin, written in Python using Quart. -home: https://truecharts.org/charts/stable/hasty-paste -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hasty-paste.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/hasty-paste +icon: https://trueforge.org/img/hotlink-ok/chart-icons/hasty-paste.webp keywords: - hasty-paste - Cloud @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: hasty-paste sources: - https://ghcr.io/enchant97/hasty-paste diff --git a/charts/stable/headphones/Chart.yaml b/charts/stable/headphones/Chart.yaml index 0eaa03a9ed1..c61c68e89c3 100644 --- a/charts/stable/headphones/Chart.yaml +++ b/charts/stable/headphones/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: a78f38c1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. -home: https://truecharts.org/charts/stable/headphones -icon: https://truecharts.org/img/hotlink-ok/chart-icons/headphones.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/headphones +icon: https://trueforge.org/img/hotlink-ok/chart-icons/headphones.webp keywords: - headphones - music @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: headphones sources: - https://ghcr.io/linuxserver/headphones diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index 57fad5c3ed2..469223d72e3 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.0.20260126 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. -home: https://truecharts.org/charts/stable/healthchecks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/healthchecks +icon: https://trueforge.org/img/hotlink-ok/chart-icons/healthchecks.webp keywords: - cron - monitoring @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: healthchecks sources: - https://ghcr.io/linuxserver/healthchecks diff --git a/charts/stable/hedgedoc/Chart.yaml b/charts/stable/hedgedoc/Chart.yaml index d57e76d2dae..d5744c14de0 100644 --- a/charts/stable/hedgedoc/Chart.yaml +++ b/charts/stable/hedgedoc/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.10.3 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: HedgeDoc lets you create real-time collaborative markdown notes. -home: https://truecharts.org/charts/stable/hedgedoc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hedgedoc.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/hedgedoc +icon: https://trueforge.org/img/hotlink-ok/chart-icons/hedgedoc.webp keywords: - hedgedoc kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: hedgedoc sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hedgedoc diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml index 40c9d9647bf..d4381f416e3 100644 --- a/charts/stable/heimdall/Chart.yaml +++ b/charts/stable/heimdall/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.6.3 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: An Application dashboard and launcher -home: https://truecharts.org/charts/stable/heimdall -icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/heimdall +icon: https://trueforge.org/img/hotlink-ok/chart-icons/heimdall.webp keywords: - heimdall kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: heimdall sources: - https://fleet.linuxserver.io/image?name=linuxserver/heimdall diff --git a/charts/stable/hetzner-ddns/Chart.yaml b/charts/stable/hetzner-ddns/Chart.yaml index ae2295e3aba..be5ebc48f03 100644 --- a/charts/stable/hetzner-ddns/Chart.yaml +++ b/charts/stable/hetzner-ddns/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider. -home: https://truecharts.org/charts/stable/hetzner-ddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hetzner-ddns.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/hetzner-ddns +icon: https://trueforge.org/img/hotlink-ok/chart-icons/hetzner-ddns.webp keywords: - hetzner-ddns - Network-DNS kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: hetzner-ddns sources: - https://github.com/kutzilla/docker-hetzner-ddns diff --git a/charts/stable/hexchat/Chart.yaml b/charts/stable/hexchat/Chart.yaml index 4e5767b29f5..fc318fca52f 100644 --- a/charts/stable/hexchat/Chart.yaml +++ b/charts/stable/hexchat/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat. -home: https://truecharts.org/charts/stable/hexchat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexchat.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/hexchat +icon: https://trueforge.org/img/hotlink-ok/chart-icons/hexchat.webp keywords: - hexchat - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: hexchat sources: - https://github.com/binhex/documentation diff --git a/charts/stable/hexo-blog/Chart.yaml b/charts/stable/hexo-blog/Chart.yaml index 6ff85952b23..e56303c7865 100644 --- a/charts/stable/hexo-blog/Chart.yaml +++ b/charts/stable/hexo-blog/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A self-hosted blogging platform in which posts are written in markdown -home: https://truecharts.org/charts/stable/hexo-blog -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexo-blog.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/hexo-blog +icon: https://trueforge.org/img/hotlink-ok/chart-icons/hexo-blog.webp keywords: - hexo-blog - Productivity kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: hexo-blog sources: - https://github.com/fletchto99/hexo-dev-docker diff --git a/charts/stable/homarr/Chart.yaml b/charts/stable/homarr/Chart.yaml index 80de9722b72..5d38cb8d88a 100644 --- a/charts/stable/homarr/Chart.yaml +++ b/charts/stable/homarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.52.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. -home: https://truecharts.org/charts/stable/homarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/homarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/homarr.webp keywords: - dashboard kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: homarr sources: - https://ghcr.io/homarr-labs/homarr diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index 6d9535d7db5..18557649137 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2026.1.3 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Open source home automation that puts local control and privacy first. -home: https://truecharts.org/charts/stable/home-assistant -icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/home-assistant +icon: https://trueforge.org/img/hotlink-ok/chart-icons/home-assistant.webp keywords: - home-assistant - home-automation @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: home-assistant sources: - https://github.com/cdr/code-server diff --git a/charts/stable/homebox/Chart.yaml b/charts/stable/homebox/Chart.yaml index 1a894e2f856..b355d89fbdd 100644 --- a/charts/stable/homebox/Chart.yaml +++ b/charts/stable/homebox/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.23.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Inventory and organization system built for the Home User. -home: https://truecharts.org/charts/stable/homebox -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebox.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/homebox +icon: https://trueforge.org/img/hotlink-ok/chart-icons/homebox.webp keywords: - homebox - inventory kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: homebox sources: - https://ghcr.io/sysadminsmedia/homebox diff --git a/charts/stable/homebridge/Chart.yaml b/charts/stable/homebridge/Chart.yaml index e3e7e58c9fd..3d6f0f7ee1f 100644 --- a/charts/stable/homebridge/Chart.yaml +++ b/charts/stable/homebridge/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2025.7.25 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A lightweight NodeJS server that emulates the iOS HomeKit API -home: https://truecharts.org/charts/stable/homebridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/homebridge +icon: https://trueforge.org/img/hotlink-ok/chart-icons/homebridge.webp keywords: - homebridge - homekit kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: homebridge sources: - https://github.com/oznu/docker-homebridge diff --git a/charts/stable/homelablabelmaker/Chart.yaml b/charts/stable/homelablabelmaker/Chart.yaml index 86ce276d26e..e5a2c742b13 100644 --- a/charts/stable/homelablabelmaker/Chart.yaml +++ b/charts/stable/homelablabelmaker/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies. -home: https://truecharts.org/charts/stable/homelablabelmaker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homelablabelmaker.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/homelablabelmaker +icon: https://trueforge.org/img/hotlink-ok/chart-icons/homelablabelmaker.webp keywords: - homelablabelmaker - Tools-Utilities @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: homelablabelmaker sources: - https://github.com/DavidSpek/homelablabelmaker diff --git a/charts/stable/homepage/Chart.yaml b/charts/stable/homepage/Chart.yaml index 9ad73f2ab4f..7667ee53c24 100644 --- a/charts/stable/homepage/Chart.yaml +++ b/charts/stable/homepage/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.9.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: A highly customizable homepage -home: https://truecharts.org/charts/stable/homepage -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/homepage +icon: https://trueforge.org/img/hotlink-ok/chart-icons/homepage.webp keywords: - homepage kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: homepage sources: - https://ghcr.io/gethomepage/homepage diff --git a/charts/stable/homer/Chart.yaml b/charts/stable/homer/Chart.yaml index 9e3eb34d45a..0cd4574250d 100644 --- a/charts/stable/homer/Chart.yaml +++ b/charts/stable/homer/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 25.11.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A dead simple static homepage for your server to keep your services on hand. -home: https://truecharts.org/charts/stable/homer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homer.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/homer +icon: https://trueforge.org/img/hotlink-ok/chart-icons/homer.webp keywords: - homer - dashboard @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: homer sources: - https://github.com/bastienwirtz/homer diff --git a/charts/stable/hoobs/Chart.yaml b/charts/stable/hoobs/Chart.yaml index 0a10e251c65..6c140180822 100644 --- a/charts/stable/hoobs/Chart.yaml +++ b/charts/stable/hoobs/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: 'HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. ' -home: https://truecharts.org/charts/stable/hoobs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hoobs.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/hoobs +icon: https://trueforge.org/img/hotlink-ok/chart-icons/hoobs.webp keywords: - hoobs - home-automation @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: hoobs sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hoobs diff --git a/charts/stable/htpcmanager/Chart.yaml b/charts/stable/htpcmanager/Chart.yaml index cdea0c50f51..958b19ba39b 100644 --- a/charts/stable/htpcmanager/Chart.yaml +++ b/charts/stable/htpcmanager/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2021.11.17 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Htpcmanager is a front end for many htpc related applications. -home: https://truecharts.org/charts/stable/htpcmanager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/htpcmanager.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/htpcmanager +icon: https://trueforge.org/img/hotlink-ok/chart-icons/htpcmanager.webp keywords: - htpcmanager kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: htpcmanager sources: - https://ghcr.io/linuxserver/htpcmanager diff --git a/charts/stable/humhub/Chart.yaml b/charts/stable/humhub/Chart.yaml index 28741372d06..96a5cceb518 100644 --- a/charts/stable/humhub/Chart.yaml +++ b/charts/stable/humhub/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.17.2 dependencies: @@ -36,16 +42,16 @@ dependencies: import-values: [] deprecated: false description: A feature rich and highly flexible OpenSource Social Network Kit written in PHP. -home: https://truecharts.org/charts/stable/humhub -icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/humhub +icon: https://trueforge.org/img/hotlink-ok/chart-icons/humhub.webp keywords: - humhub - Network-Web kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: humhub sources: - https://ghcr.io/mriedmann/humhub-nginx diff --git a/charts/stable/hurtworld/Chart.yaml b/charts/stable/hurtworld/Chart.yaml index d05e60ab970..89463bdb551 100644 --- a/charts/stable/hurtworld/Chart.yaml +++ b/charts/stable/hurtworld/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: hurtworld dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Hurtworld and run it. -home: https://truecharts.org/charts/stable/hurtworld -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hurtworld.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/hurtworld +icon: https://trueforge.org/img/hotlink-ok/chart-icons/hurtworld.webp keywords: - hurtworld - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: hurtworld sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml index 03fe6c5f3c8..db375be2ed1 100644 --- a/charts/stable/hyperion-ng/Chart.yaml +++ b/charts/stable/hyperion-ng/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.1.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Hyperion is an opensource Bias or Ambient Lighting implementation -home: https://truecharts.org/charts/stable/hyperion-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/hyperion-ng +icon: https://trueforge.org/img/hotlink-ok/chart-icons/hyperion-ng.webp keywords: - hyperion-ng - hyperion kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: hyperion-ng sources: - https://github.com/hyperion-project/hyperion.ng diff --git a/charts/stable/hytale/Chart.yaml b/charts/stable/hytale/Chart.yaml index ac2e697da51..9bc87eea7eb 100644 --- a/charts/stable/hytale/Chart.yaml +++ b/charts/stable/hytale/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.0.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Automate Cloudflare DNS records for those with a dynamic IP. -home: https://truecharts.org/charts/stable/hytale -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hytale.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/hytale +icon: https://trueforge.org/img/hotlink-ok/chart-icons/hytale.webp keywords: - hytale - gaming @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: hytale sources: - https://github.com/trueforge-org/containerforge diff --git a/charts/stable/icloudpd/Chart.yaml b/charts/stable/icloudpd/Chart.yaml index 8ab044ae5ef..ceb190310e5 100644 --- a/charts/stable/icloudpd/Chart.yaml +++ b/charts/stable/icloudpd/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.0.826 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS. -home: https://truecharts.org/charts/stable/icloudpd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/icloudpd +icon: https://trueforge.org/img/hotlink-ok/chart-icons/icloudpd.webp keywords: - icloudpd - Backup @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: icloudpd sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/icloudpd diff --git a/charts/stable/imgpush/Chart.yaml b/charts/stable/imgpush/Chart.yaml index d08b59bfa4a..ba35cec4e0b 100644 --- a/charts/stable/imgpush/Chart.yaml +++ b/charts/stable/imgpush/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Minimalist Self-hosted Image Service for user submitted images in your app (e.g. avatars). -home: https://truecharts.org/charts/stable/imgpush -icon: https://truecharts.org/img/hotlink-ok/chart-icons/imgpush.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/imgpush +icon: https://trueforge.org/img/hotlink-ok/chart-icons/imgpush.webp keywords: - imgpush - Cloud @@ -34,8 +40,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: imgpush sources: - https://github.com/hauxir/imgpush diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml index e73cd4d4b4e..9fb76a6f12a 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.5.2 dependencies: @@ -27,15 +33,15 @@ dependencies: import-values: [] deprecated: false description: High performance self-hosted photo and video backup solution. -home: https://truecharts.org/charts/stable/immich -icon: https://truecharts.org/img/hotlink-ok/chart-icons/immich.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/immich +icon: https://trueforge.org/img/hotlink-ok/chart-icons/immich.webp keywords: - photos kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: immich sources: - https://ghcr.io/immich-app/immich-machine-learning diff --git a/charts/stable/import-ics/Chart.yaml b/charts/stable/import-ics/Chart.yaml index c954ab0aac9..cffa9dda237 100644 --- a/charts/stable/import-ics/Chart.yaml +++ b/charts/stable/import-ics/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server. -home: https://truecharts.org/charts/stable/import-ics -icon: https://truecharts.org/img/hotlink-ok/chart-icons/import-ics.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/import-ics +icon: https://trueforge.org/img/hotlink-ok/chart-icons/import-ics.webp keywords: - import-ics - Productivity kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: import-ics sources: - https://github.com/Vilhjalmr26/import_ics diff --git a/charts/stable/impostor-server/Chart.yaml b/charts/stable/impostor-server/Chart.yaml index e9deaae8655..67de7e7474c 100644 --- a/charts/stable/impostor-server/Chart.yaml +++ b/charts/stable/impostor-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.10.4 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: A private Among Us server -home: https://truecharts.org/charts/stable/impostor-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/impostor-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/impostor-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/impostor-server.webp keywords: - impostor-server kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: impostor-server sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/impostor-server diff --git a/charts/stable/inkscape-desktop-g3/Chart.yaml b/charts/stable/inkscape-desktop-g3/Chart.yaml index cc903764f78..d573bdbd3ed 100644 --- a/charts/stable/inkscape-desktop-g3/Chart.yaml +++ b/charts/stable/inkscape-desktop-g3/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/inkscape-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/inkscape-desktop-g3 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.webp keywords: - inkscape-desktop-g3 - Productivity @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: inkscape-desktop-g3 sources: - https://github.com/accetto/headless-drawing-g3/ diff --git a/charts/stable/insurgencysandstorm/Chart.yaml b/charts/stable/insurgencysandstorm/Chart.yaml index 660db6171a8..15eb69b7cb5 100644 --- a/charts/stable/insurgencysandstorm/Chart.yaml +++ b/charts/stable/insurgencysandstorm/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: insurgencysandstorm dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Insurgency Sandstorm and run it. -home: https://truecharts.org/charts/stable/insurgencysandstorm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/insurgencysandstorm.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/insurgencysandstorm +icon: https://trueforge.org/img/hotlink-ok/chart-icons/insurgencysandstorm.webp keywords: - insurgencysandstorm - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: insurgencysandstorm sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/intel-gpu-plugin/Chart.yaml b/charts/stable/intel-gpu-plugin/Chart.yaml index da1727ea33f..9890a0b93e9 100644 --- a/charts/stable/intel-gpu-plugin/Chart.yaml +++ b/charts/stable/intel-gpu-plugin/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.34.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: The Intel GPU plugin facilitates offloading the processing of computation intensive workloads to GPU hardware. -home: https://truecharts.org/charts/stable/intel-gpu-plugin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/intel-gpu-plugin.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/intel-gpu-plugin +icon: https://trueforge.org/img/hotlink-ok/chart-icons/intel-gpu-plugin.webp keywords: - intel-gpu-plugin kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: intel-gpu-plugin sources: - https://github.com/intel diff --git a/charts/stable/invidious/Chart.yaml b/charts/stable/invidious/Chart.yaml index 7eb282c730d..319aae17c42 100644 --- a/charts/stable/invidious/Chart.yaml +++ b/charts/stable/invidious/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Open source alternative front-end to YouTube. -home: https://truecharts.org/charts/stable/invidious -icon: https://truecharts.org/img/hotlink-ok/chart-icons/invidious.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/invidious +icon: https://trueforge.org/img/hotlink-ok/chart-icons/invidious.webp keywords: - invidious - youtube @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: invidious sources: - https://docs.invidious.io/installation/#docker diff --git a/charts/stable/invitarr/Chart.yaml b/charts/stable/invitarr/Chart.yaml index 8a261c3ed2c..e64342414a8 100644 --- a/charts/stable/invitarr/Chart.yaml +++ b/charts/stable/invitarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A chatbot that invites discord users to plex. -home: https://truecharts.org/charts/stable/invitarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/invitarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/invitarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/invitarr.webp keywords: - invitarr - home-automation @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: invitarr sources: - https://github.com/Sleepingpirates/Invitarr diff --git a/charts/stable/ipfs/Chart.yaml b/charts/stable/ipfs/Chart.yaml index 7fe7734eea0..debc03aba43 100644 --- a/charts/stable/ipfs/Chart.yaml +++ b/charts/stable/ipfs/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.39.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem. -home: https://truecharts.org/charts/stable/ipfs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ipfs +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ipfs.webp keywords: - ipfs - kubo kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ipfs sources: - https://github.com/ipfs/kubo diff --git a/charts/stable/ipmi-tools/Chart.yaml b/charts/stable/ipmi-tools/Chart.yaml index 825c58ced7a..f2c922de8a4 100644 --- a/charts/stable/ipmi-tools/Chart.yaml +++ b/charts/stable/ipmi-tools/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A simple WebGUI Fan controller for IPMI. -home: https://truecharts.org/charts/stable/ipmi-tools -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipmi-tools.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ipmi-tools +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ipmi-tools.webp keywords: - ipmi-tools - Productivity @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ipmi-tools sources: - https://github.com/EdwardChamberlain/IPMI-Fan-Controller diff --git a/charts/stable/ispy-agent-dvr/Chart.yaml b/charts/stable/ispy-agent-dvr/Chart.yaml index cc8cffa115d..d43ccd1be56 100644 --- a/charts/stable/ispy-agent-dvr/Chart.yaml +++ b/charts/stable/ispy-agent-dvr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 7.1.8.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras. -home: https://truecharts.org/charts/stable/ispy-agent-dvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ispy-agent-dvr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.webp keywords: - dvr - ispy @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ispy-agent-dvr sources: - https://github.com/doitandbedone/ispyagentdvr-docker diff --git a/charts/stable/it-tools/Chart.yaml b/charts/stable/it-tools/Chart.yaml index f0e0e4b96ca..371ebebd228 100644 --- a/charts/stable/it-tools/Chart.yaml +++ b/charts/stable/it-tools/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2024.10.22 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Useful tools for developer and people working in IT. -home: https://truecharts.org/charts/stable/it-tools -icon: https://truecharts.org/img/hotlink-ok/chart-icons/it-tools.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/it-tools +icon: https://trueforge.org/img/hotlink-ok/chart-icons/it-tools.webp keywords: - it-tools kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: it-tools sources: - https://github.com/CorentinTh/it-tools diff --git a/charts/stable/iyuuplus/Chart.yaml b/charts/stable/iyuuplus/Chart.yaml index c6f7fb08788..42f954f3e3b 100644 --- a/charts/stable/iyuuplus/Chart.yaml +++ b/charts/stable/iyuuplus/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc. -home: https://truecharts.org/charts/stable/iyuuplus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/iyuuplus.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/iyuuplus +icon: https://trueforge.org/img/hotlink-ok/chart-icons/iyuuplus.webp keywords: - iyuuplus - pt kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: iyuuplus sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/iyuuplus diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 457eb2737f9..efc276949a8 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.24.988 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: API Support for your favorite torrent trackers. -home: https://truecharts.org/charts/stable/jackett -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/jackett +icon: https://trueforge.org/img/hotlink-ok/chart-icons/jackett.webp keywords: - jackett - torrent @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: jackett sources: - https://github.com/Jackett/Jackett diff --git a/charts/stable/jdownloader2/Chart.yaml b/charts/stable/jdownloader2/Chart.yaml index ac4db5121d6..68f74730607 100644 --- a/charts/stable/jdownloader2/Chart.yaml +++ b/charts/stable/jdownloader2/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.01.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. -home: https://truecharts.org/charts/stable/jdownloader2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/jdownloader2 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/jdownloader2.webp keywords: - jdownloader - download kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: jdownloader2 sources: - https://github.com/jlesage/docker-jdownloader-2 diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index e23e278e98b..5982123cfb3 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 10.11.6 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Jellyfin is a Free Software Media System -home: https://truecharts.org/charts/stable/jellyfin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyfin.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/jellyfin +icon: https://trueforge.org/img/hotlink-ok/chart-icons/jellyfin.webp keywords: - jellyfin - plex @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: jellyfin sources: - https://github.com/jellyfin/jellyfin diff --git a/charts/stable/jellyseerr/Chart.yaml b/charts/stable/jellyseerr/Chart.yaml index 5c1b4f4af7c..afd18ee4a33 100644 --- a/charts/stable/jellyseerr/Chart.yaml +++ b/charts/stable/jellyseerr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.7.3 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. -home: https://truecharts.org/charts/stable/jellyseerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/jellyseerr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/jellyseerr.webp keywords: - jellyseerr kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: jellyseerr sources: - https://github.com/Fallenbagel/jellyseerr diff --git a/charts/stable/jellystat/Chart.yaml b/charts/stable/jellystat/Chart.yaml index 93bdfe9b548..175f67cb418 100644 --- a/charts/stable/jellystat/Chart.yaml +++ b/charts/stable/jellystat/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A free and open source Statistics App for Jellyfin. -home: https://truecharts.org/charts/stable/jellystat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellystat.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/jellystat +icon: https://trueforge.org/img/hotlink-ok/chart-icons/jellystat.webp keywords: - jellystat - jellyfin kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: jellystat sources: - https://github.com/CyferShepard/Jellystat diff --git a/charts/stable/jelu/Chart.yaml b/charts/stable/jelu/Chart.yaml index ccbe81ec542..e032cbe06c5 100644 --- a/charts/stable/jelu/Chart.yaml +++ b/charts/stable/jelu/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Track what you have read, what you are reading and what you want to read. -home: https://truecharts.org/charts/stable/jelu -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/jelu +icon: https://trueforge.org/img/hotlink-ok/chart-icons/jelu.webp keywords: - jelu - MediaApp-Books kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: jelu sources: - https://github.com/bayang/jelu diff --git a/charts/stable/jenkins/Chart.yaml b/charts/stable/jenkins/Chart.yaml index 7d1f695b634..b828801ed28 100644 --- a/charts/stable/jenkins/Chart.yaml +++ b/charts/stable/jenkins/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.544.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: The gold standard in devops tools for running CI/CD pipelines. -home: https://truecharts.org/charts/stable/jenkins -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/jenkins +icon: https://trueforge.org/img/hotlink-ok/chart-icons/jenkins.webp keywords: - jenkins - productivity kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: jenkins sources: - https://github.com/jenkinsci/docker diff --git a/charts/stable/jmzhomeproxy/Chart.yaml b/charts/stable/jmzhomeproxy/Chart.yaml index 75fe3bf1502..072c35dec70 100644 --- a/charts/stable/jmzhomeproxy/Chart.yaml +++ b/charts/stable/jmzhomeproxy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services. -home: https://truecharts.org/charts/stable/jmzhomeproxy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jmzhomeproxy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/jmzhomeproxy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/jmzhomeproxy.webp keywords: - jmzhomeproxy - Cloud @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: jmzhomeproxy sources: - https://github.com/JmzTaylor/homelab_proxy/ diff --git a/charts/stable/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml index 85d7690ad6c..bb8bfd8808d 100644 --- a/charts/stable/joplin-server/Chart.yaml +++ b/charts/stable/joplin-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.5.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Allows you to sync any Joplin client. -home: https://truecharts.org/charts/stable/joplin-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/joplin-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/joplin-server.webp keywords: - joplin - notes kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: joplin-server sources: - https://github.com/laurent22/joplin diff --git a/charts/stable/jts3servermod/Chart.yaml b/charts/stable/jts3servermod/Chart.yaml index 8a71321861f..b34dddde7c9 100644 --- a/charts/stable/jts3servermod/Chart.yaml +++ b/charts/stable/jts3servermod/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 20240301.0.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: JTS3ServerMod by Stefan1200 -home: https://truecharts.org/charts/stable/jts3servermod -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jts3servermod.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/jts3servermod +icon: https://trueforge.org/img/hotlink-ok/chart-icons/jts3servermod.webp keywords: - teamspeak - jts3servermod @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: jts3servermod sources: - https://ghcr.io/galexrt/jts3servermod diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index 33e3b552e88..f7a028ebc2f 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 7.4.7 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Jupyter a web based IDE -home: https://truecharts.org/charts/stable/jupyter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/jupyter +icon: https://trueforge.org/img/hotlink-ok/chart-icons/jupyter.webp keywords: - Jupyter - Notebook @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: jupyter sources: - https://github.com/jupyter/docker-stacks diff --git a/charts/stable/kanboard/Chart.yaml b/charts/stable/kanboard/Chart.yaml index dedda27e6b3..50c8cfe6bb5 100644 --- a/charts/stable/kanboard/Chart.yaml +++ b/charts/stable/kanboard/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.2.49 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Kanboard is a free and open source Kanban project management software. -home: https://truecharts.org/charts/stable/kanboard -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kanboard.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kanboard +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kanboard.webp keywords: - kanboard - kanban kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kanboard sources: - https://ghcr.io/kanboard/kanboard diff --git a/charts/stable/kapowarr/Chart.yaml b/charts/stable/kapowarr/Chart.yaml index 2bbead49b56..ac1d3b91b5d 100644 --- a/charts/stable/kapowarr/Chart.yaml +++ b/charts/stable/kapowarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.0.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software. -home: https://truecharts.org/charts/stable/kapowarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kapowarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kapowarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kapowarr.webp keywords: - kapowarr - comic kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kapowarr sources: - https://github.com/Casvt/Kapowarr diff --git a/charts/stable/kasm/Chart.yaml b/charts/stable/kasm/Chart.yaml index 5777e8a6d64..44fdb3753b4 100644 --- a/charts/stable/kasm/Chart.yaml +++ b/charts/stable/kasm/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.18.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Kasm Workspaces is a streaming platform for delivering browser-based access to desktops, applications, and web services. -home: https://truecharts.org/charts/stable/kasm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kasm.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kasm +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kasm.webp keywords: - kasm - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kasm sources: - https://github.com/linuxserver/docker-kasm#readme diff --git a/charts/stable/kavita/Chart.yaml b/charts/stable/kavita/Chart.yaml index eb8fd48da09..efa06e7b65d 100644 --- a/charts/stable/kavita/Chart.yaml +++ b/charts/stable/kavita/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.8.8.3 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats -home: https://truecharts.org/charts/stable/kavita -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavita.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kavita +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kavita.webp keywords: - kavita - manga @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kavita sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kavita diff --git a/charts/stable/kdenlive-vnc/Chart.yaml b/charts/stable/kdenlive-vnc/Chart.yaml index b2ba86a3c79..21b7933f2ea 100644 --- a/charts/stable/kdenlive-vnc/Chart.yaml +++ b/charts/stable/kdenlive-vnc/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: An instance of kdenlive accessible through vnc and noVnc (=Web Interface) -home: https://truecharts.org/charts/stable/kdenlive-vnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive-vnc.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kdenlive-vnc +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kdenlive-vnc.webp keywords: - kdenlive-vnc - MediaApp-Video @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kdenlive-vnc sources: - https://github.com/JonathanTreffler/kdenlive-vnc-docker diff --git a/charts/stable/kdenlive/Chart.yaml b/charts/stable/kdenlive/Chart.yaml index e80019713c4..0d02dd654bc 100644 --- a/charts/stable/kdenlive/Chart.yaml +++ b/charts/stable/kdenlive/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready. -home: https://truecharts.org/charts/stable/kdenlive -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kdenlive +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kdenlive.webp keywords: - kdenlive - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kdenlive sources: - https://fleet.linuxserver.io/image?name=linuxserver/kdenlive diff --git a/charts/stable/keeweb/Chart.yaml b/charts/stable/keeweb/Chart.yaml index daebc51ebdd..8a294e08bf3 100644 --- a/charts/stable/keeweb/Chart.yaml +++ b/charts/stable/keeweb/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app. -home: https://truecharts.org/charts/stable/keeweb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/keeweb.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/keeweb +icon: https://trueforge.org/img/hotlink-ok/chart-icons/keeweb.webp keywords: - keeweb - Productivity @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: keeweb sources: - https://github.com/keeweb/keeweb diff --git a/charts/stable/kerbalspaceprogram-lmp/Chart.yaml b/charts/stable/kerbalspaceprogram-lmp/Chart.yaml index 8476b900ace..2fdbd5d6cb3 100644 --- a/charts/stable/kerbalspaceprogram-lmp/Chart.yaml +++ b/charts/stable/kerbalspaceprogram-lmp/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP). -home: https://truecharts.org/charts/stable/kerbalspaceprogram-lmp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kerbalspaceprogram-lmp +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.webp keywords: - kerbalspaceprogram-lmp - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kerbalspaceprogram-lmp sources: - https://ghcr.io/ich777/lunamultiplayer-ksp diff --git a/charts/stable/kerio-connect/Chart.yaml b/charts/stable/kerio-connect/Chart.yaml index 72736226668..6eec19445a1 100644 --- a/charts/stable/kerio-connect/Chart.yaml +++ b/charts/stable/kerio-connect/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect -home: https://truecharts.org/charts/stable/kerio-connect -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerio-connect.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kerio-connect +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kerio-connect.webp keywords: - kerio-connect - Network-Web @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kerio-connect sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kerio-connect diff --git a/charts/stable/kitana/Chart.yaml b/charts/stable/kitana/Chart.yaml index f5dee5e7948..a3c77444f66 100644 --- a/charts/stable/kitana/Chart.yaml +++ b/charts/stable/kitana/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay. -home: https://truecharts.org/charts/stable/kitana -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitana.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kitana +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kitana.webp keywords: - kitana - home-automation @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kitana sources: - https://github.com/pannal/Kitana diff --git a/charts/stable/kitchenowl/Chart.yaml b/charts/stable/kitchenowl/Chart.yaml index 657146b4f33..88472ea97a2 100644 --- a/charts/stable/kitchenowl/Chart.yaml +++ b/charts/stable/kitchenowl/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: KitchenOwl is a smart self-hosted grocery list and recipe manager. -home: https://truecharts.org/charts/stable/kitchenowl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kitchenowl +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kitchenowl.webp keywords: - recipes - kitchen @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kitchenowl sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kitchenowl diff --git a/charts/stable/kiwix-serve/Chart.yaml b/charts/stable/kiwix-serve/Chart.yaml index bc7ae52e96c..ca9cb6e02e1 100644 --- a/charts/stable/kiwix-serve/Chart.yaml +++ b/charts/stable/kiwix-serve/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.8.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Kiwix enables you to have the whole Wikipedia at hand wherever you go! -home: https://truecharts.org/charts/stable/kiwix-serve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kiwix-serve +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kiwix-serve.webp keywords: - kiwix-serve - Productivity kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kiwix-serve sources: - https://ghcr.io/kiwix/kiwix-serve diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml index aa24b758448..bbed00604c1 100644 --- a/charts/stable/kms/Chart.yaml +++ b/charts/stable/kms/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: minimal dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Private Windows Activation Server for development and testing -home: https://truecharts.org/charts/stable/kms -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kms.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kms +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kms.webp keywords: - kms kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kms sources: - https://github.com/Py-KMS-Organization/py-kms diff --git a/charts/stable/kodi-headless/Chart.yaml b/charts/stable/kodi-headless/Chart.yaml index 9a6d40a4eca..1378b1411e5 100644 --- a/charts/stable/kodi-headless/Chart.yaml +++ b/charts/stable/kodi-headless/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 190.0.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: A headless install of kodi in a docker container. -home: https://truecharts.org/charts/stable/kodi-headless -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kodi-headless.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kodi-headless +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kodi-headless.webp keywords: - kodi-headless kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kodi-headless sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kodi-headless diff --git a/charts/stable/kometa/Chart.yaml b/charts/stable/kometa/Chart.yaml index 3ac8ada3c6d..651d2a97dbb 100644 --- a/charts/stable/kometa/Chart.yaml +++ b/charts/stable/kometa/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.2.2 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Python script to update metadata and automatically build collections. -home: https://truecharts.org/charts/stable/kometa -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kometa.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kometa +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kometa.webp keywords: - kometa kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kometa sources: - https://github.com/kometa-team/kometa diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml index 361219c00d0..4813325b3f5 100644 --- a/charts/stable/komga/Chart.yaml +++ b/charts/stable/komga/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.24.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A comics/mangas server to serve/stream pages via API -home: https://truecharts.org/charts/stable/komga -icon: https://truecharts.org/img/hotlink-ok/chart-icons/komga.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/komga +icon: https://trueforge.org/img/hotlink-ok/chart-icons/komga.webp keywords: - komga - comics @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: komga sources: - https://github.com/gotson/komga diff --git a/charts/stable/kopia/Chart.yaml b/charts/stable/kopia/Chart.yaml index 063f4563046..37ec96de3ba 100644 --- a/charts/stable/kopia/Chart.yaml +++ b/charts/stable/kopia/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.22.3 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication. -home: https://truecharts.org/charts/stable/kopia -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kopia +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kopia.webp keywords: - backup kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kopia sources: - https://github.com/kopia/kopia diff --git a/charts/stable/kromgo/Chart.yaml b/charts/stable/kromgo/Chart.yaml index 9a85eb65f30..62800f0f6e9 100644 --- a/charts/stable/kromgo/Chart.yaml +++ b/charts/stable/kromgo/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.7.5 dependencies: @@ -20,8 +26,8 @@ dependencies: import-values: [] deprecated: false description: A simple go project that allows you to expose prometheus metrics "safely" to a public source. -home: https://truecharts.org/charts/stable/kromgo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kromgo.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kromgo +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kromgo.webp keywords: - kromgo - metrics @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kromgo sources: - https://ghcr.io/kashalls/kromgo diff --git a/charts/stable/krusader/Chart.yaml b/charts/stable/krusader/Chart.yaml index 70d171bdf2d..28192f6818d 100644 --- a/charts/stable/krusader/Chart.yaml +++ b/charts/stable/krusader/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc. -home: https://truecharts.org/charts/stable/krusader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/krusader.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/krusader +icon: https://trueforge.org/img/hotlink-ok/chart-icons/krusader.webp keywords: - krusader - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: krusader sources: - https://ghcr.io/ich777/krusader diff --git a/charts/stable/kubelet-csr-approver/Chart.yaml b/charts/stable/kubelet-csr-approver/Chart.yaml index 4dc9e208884..996cf75e9b7 100644 --- a/charts/stable/kubelet-csr-approver/Chart.yaml +++ b/charts/stable/kubelet-csr-approver/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.2.12 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Automatically approve internal Kubelet Certificate Signing Requests -home: https://truecharts.org/charts/stable/kubelet-csr-approver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubelet-csr-approver.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kubelet-csr-approver +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kubelet-csr-approver.webp keywords: - kubelet-csr-approver - loadbalancer kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kubelet-csr-approver sources: - https://ghcr.io/postfinance/kubelet-csr-approver diff --git a/charts/stable/kubernetes-dashboard/Chart.yaml b/charts/stable/kubernetes-dashboard/Chart.yaml index c2f51151907..33404eaf2f0 100644 --- a/charts/stable/kubernetes-dashboard/Chart.yaml +++ b/charts/stable/kubernetes-dashboard/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.30.2 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: The default Kubernetes Dashboard -home: https://truecharts.org/charts/stable/kubernetes-dashboard -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-dashboard.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kubernetes-dashboard +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kubernetes-dashboard.webp keywords: - kubernetes-dashboard - loadbalancer kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kubernetes-dashboard sources: - https://github.com/kubernetes-dashboard/kubernetes-dashboard diff --git a/charts/stable/kubernetes-reflector/Chart.yaml b/charts/stable/kubernetes-reflector/Chart.yaml index dcaf0ae4ee1..84fdc480c52 100644 --- a/charts/stable/kubernetes-reflector/Chart.yaml +++ b/charts/stable/kubernetes-reflector/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 10.0.3 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces -home: https://truecharts.org/charts/stable/kubernetes-reflector -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/kubernetes-reflector +icon: https://trueforge.org/img/hotlink-ok/chart-icons/kubernetes-reflector.webp keywords: - reflector - secrets @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: kubernetes-reflector sources: - https://ghcr.io/emberstack/kubernetes-reflector diff --git a/charts/stable/lama-cleaner/Chart.yaml b/charts/stable/lama-cleaner/Chart.yaml index 7d7d10ff398..40ae3415b3f 100644 --- a/charts/stable/lama-cleaner/Chart.yaml +++ b/charts/stable/lama-cleaner/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.33.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Open-source inpainting tool powered by SOTA AI model. -home: https://truecharts.org/charts/stable/lama-cleaner -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lama-cleaner.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/lama-cleaner +icon: https://trueforge.org/img/hotlink-ok/chart-icons/lama-cleaner.webp keywords: - lama-cleaner - media @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: lama-cleaner sources: - https://github.com/Sanster/lama-cleaner diff --git a/charts/stable/lancache-dns/Chart.yaml b/charts/stable/lancache-dns/Chart.yaml index 371c05a4776..b740c6d978e 100644 --- a/charts/stable/lancache-dns/Chart.yaml +++ b/charts/stable/lancache-dns/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: DNS Chart service for a steam cache. -home: https://truecharts.org/charts/stable/lancache-dns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-dns.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/lancache-dns +icon: https://trueforge.org/img/hotlink-ok/chart-icons/lancache-dns.webp keywords: - lancache-dns - dns kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: lancache-dns sources: - https://github.com/lancachenet/lancache-dns diff --git a/charts/stable/lancache-monolithic/Chart.yaml b/charts/stable/lancache-monolithic/Chart.yaml index 12c08f9b61a..56f29fd5bfd 100644 --- a/charts/stable/lancache-monolithic/Chart.yaml +++ b/charts/stable/lancache-monolithic/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A monolithic lancache service capable of caching all CDNs in a single instance. -home: https://truecharts.org/charts/stable/lancache-monolithic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/lancache-monolithic +icon: https://trueforge.org/img/hotlink-ok/chart-icons/lancache-monolithic.webp keywords: - monolithic - lancache kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: lancache-monolithic sources: - https://ghcr.io/ich777/lancache-prefill diff --git a/charts/stable/lanraragi/Chart.yaml b/charts/stable/lanraragi/Chart.yaml index fc4bfdf09e2..7aea4fac309 100644 --- a/charts/stable/lanraragi/Chart.yaml +++ b/charts/stable/lanraragi/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.9.41 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Open source server for archival of comics/manga. -home: https://truecharts.org/charts/stable/lanraragi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lanraragi.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/lanraragi +icon: https://trueforge.org/img/hotlink-ok/chart-icons/lanraragi.webp keywords: - lanraragi - comics @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: lanraragi sources: - https://github.com/Difegue/LANraragi diff --git a/charts/stable/lastoasis/Chart.yaml b/charts/stable/lastoasis/Chart.yaml index cee5ebdaaac..3a28a9633f0 100644 --- a/charts/stable/lastoasis/Chart.yaml +++ b/charts/stable/lastoasis/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: lastoasis dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Last Oasis and run it. -home: https://truecharts.org/charts/stable/lastoasis -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lastoasis.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/lastoasis +icon: https://trueforge.org/img/hotlink-ok/chart-icons/lastoasis.webp keywords: - lastoasis - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: lastoasis sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index 65c22427700..0e05019c6a4 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 7.0.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Get all your books, like series with Sonarr... -home: https://truecharts.org/charts/stable/lazylibrarian -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/lazylibrarian +icon: https://trueforge.org/img/hotlink-ok/chart-icons/lazylibrarian.webp keywords: - lazylibrarian - ebooks kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: lazylibrarian sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/lazylibrarian diff --git a/charts/stable/leaf2mqtt/Chart.yaml b/charts/stable/leaf2mqtt/Chart.yaml index f3e7dc4e8d9..121f4e43fcd 100644 --- a/charts/stable/leaf2mqtt/Chart.yaml +++ b/charts/stable/leaf2mqtt/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.6.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Nissan Leaf connected services to MQTT adapter -home: https://truecharts.org/charts/stable/leaf2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/leaf2mqtt.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/leaf2mqtt +icon: https://trueforge.org/img/hotlink-ok/chart-icons/leaf2mqtt.webp keywords: - leaf2mqtt - leaf @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: leaf2mqtt sources: - https://ghcr.io/k8s-at-home/leaf2mqtt diff --git a/charts/stable/left4dead/Chart.yaml b/charts/stable/left4dead/Chart.yaml index e47068dbe78..1b90221a9cf 100644 --- a/charts/stable/left4dead/Chart.yaml +++ b/charts/stable/left4dead/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: l4d dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Left4Dead and run it. -home: https://truecharts.org/charts/stable/left4dead -icon: https://truecharts.org/img/hotlink-ok/chart-icons/left4dead.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/left4dead +icon: https://trueforge.org/img/hotlink-ok/chart-icons/left4dead.webp keywords: - left4dead - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: left4dead sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/lemur-cfssl/Chart.yaml b/charts/stable/lemur-cfssl/Chart.yaml index 313813bb306..9da7c00fa43 100644 --- a/charts/stable/lemur-cfssl/Chart.yaml +++ b/charts/stable/lemur-cfssl/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults. -home: https://truecharts.org/charts/stable/lemur-cfssl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lemur-cfssl.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/lemur-cfssl +icon: https://trueforge.org/img/hotlink-ok/chart-icons/lemur-cfssl.webp keywords: - lemur-cfssl - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: lemur-cfssl sources: - https://github.com/Netflix/lemur diff --git a/charts/stable/libreddit/Chart.yaml b/charts/stable/libreddit/Chart.yaml index 51b309e356e..01d8e51c69f 100644 --- a/charts/stable/libreddit/Chart.yaml +++ b/charts/stable/libreddit/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: An alternative private front-end to Reddit -home: https://truecharts.org/charts/stable/libreddit -icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreddit.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/libreddit +icon: https://trueforge.org/img/hotlink-ok/chart-icons/libreddit.webp keywords: - reddit - libreddit @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: libreddit sources: - https://github.com/spikecodes/libreddit diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml index 675b8051e0a..6154139b32c 100644 --- a/charts/stable/librespeed/Chart.yaml +++ b/charts/stable/librespeed/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.5.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Librespeed is a HTML5 webpage to test upload and download speeds -home: https://truecharts.org/charts/stable/librespeed -icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/librespeed +icon: https://trueforge.org/img/hotlink-ok/chart-icons/librespeed.webp keywords: - librespeed - speedtest kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: librespeed sources: - https://ghcr.io/linuxserver/librespeed diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index 0b487c35870..9ff8ab8561c 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.1.2.4913 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Looks and smells like Sonarr but made for music -home: https://truecharts.org/charts/stable/lidarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/lidarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/lidarr.webp keywords: - lidarr - torrent @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: lidarr sources: - https://ghcr.io/onedr0p/exportarr diff --git a/charts/stable/lingva/Chart.yaml b/charts/stable/lingva/Chart.yaml index 32430950125..bbabc5784c1 100644 --- a/charts/stable/lingva/Chart.yaml +++ b/charts/stable/lingva/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available -home: https://truecharts.org/charts/stable/lingva -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lingva.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/lingva +icon: https://trueforge.org/img/hotlink-ok/chart-icons/lingva.webp keywords: - lingva - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: lingva sources: - https://github.com/TheDavidDelta/lingva-translate diff --git a/charts/stable/linkding/Chart.yaml b/charts/stable/linkding/Chart.yaml index 186048f8291..ebc2ad4004c 100644 --- a/charts/stable/linkding/Chart.yaml +++ b/charts/stable/linkding/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.45.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. -home: https://truecharts.org/charts/stable/linkding -icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/linkding +icon: https://trueforge.org/img/hotlink-ok/chart-icons/linkding.webp keywords: - bookmarks - links kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: linkding sources: - https://github.com/sissbruecker/linkding diff --git a/charts/stable/linkwallet/Chart.yaml b/charts/stable/linkwallet/Chart.yaml index c2e4bc9afdd..2e24c63e4ae 100644 --- a/charts/stable/linkwallet/Chart.yaml +++ b/charts/stable/linkwallet/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.1.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: A self-hosted bookmark database with full-text page content search. -home: https://truecharts.org/charts/stable/linkwallet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwallet.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/linkwallet +icon: https://trueforge.org/img/hotlink-ok/chart-icons/linkwallet.webp keywords: - bookmarks kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: linkwallet sources: - https://github.com/tardisx/linkwallet diff --git a/charts/stable/linkwarden/Chart.yaml b/charts/stable/linkwarden/Chart.yaml index b2078999392..3702dc8a053 100644 --- a/charts/stable/linkwarden/Chart.yaml +++ b/charts/stable/linkwarden/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.13.5 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages. -home: https://truecharts.org/charts/stable/linkwarden -icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwarden.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/linkwarden +icon: https://trueforge.org/img/hotlink-ok/chart-icons/linkwarden.webp keywords: - linkwarden - bookmark @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: linkwarden sources: - https://ghcr.io/linkwarden/linkwarden diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml index 8097e9deccc..723b536a520 100644 --- a/charts/stable/littlelink/Chart.yaml +++ b/charts/stable/littlelink/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Easy platform to combine all your social links -home: https://truecharts.org/charts/stable/littlelink -icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/littlelink +icon: https://trueforge.org/img/hotlink-ok/chart-icons/littlelink.webp keywords: - littlelink kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: littlelink sources: - https://ghcr.io/techno-tim/littlelink-server diff --git a/charts/stable/livestreamdvr/Chart.yaml b/charts/stable/livestreamdvr/Chart.yaml index 18df454bcd3..2070e0781d6 100644 --- a/charts/stable/livestreamdvr/Chart.yaml +++ b/charts/stable/livestreamdvr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: master dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: An automatic twitch recorder. -home: https://truecharts.org/charts/stable/livestreamdvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/livestreamdvr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/livestreamdvr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/livestreamdvr.webp keywords: - livestreamdvr - MediaApp-Video kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: livestreamdvr sources: - https://github.com/MrBrax/LiveStreamDVR diff --git a/charts/stable/llalon-github-backup/Chart.yaml b/charts/stable/llalon-github-backup/Chart.yaml index c3c6825e1f0..cd5c56385c7 100644 --- a/charts/stable/llalon-github-backup/Chart.yaml +++ b/charts/stable/llalon-github-backup/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Automatically backup github repositories on schedule. Allows for custom configuration. -home: https://truecharts.org/charts/stable/llalon-github-backup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/llalon-github-backup.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/llalon-github-backup +icon: https://trueforge.org/img/hotlink-ok/chart-icons/llalon-github-backup.webp keywords: - llalon-github-backup - Backup kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: llalon-github-backup sources: - https://github.com/abusesa/github-backup diff --git a/charts/stable/lldap/Chart.yaml b/charts/stable/lldap/Chart.yaml index 552a5c861c4..24f9cad8794 100644 --- a/charts/stable/lldap/Chart.yaml +++ b/charts/stable/lldap/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.6.2 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Lightweight ldap server for authentication and user management -home: https://truecharts.org/charts/stable/lldap -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lldap.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/lldap +icon: https://trueforge.org/img/hotlink-ok/chart-icons/lldap.webp keywords: - lldap - ldap @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: lldap sources: - https://github.com/nitnelave/lldap diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index 9c540ab47c7..eeb44e83252 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.10.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Self-hosted, community-driven, local OpenAI-compatible API. -home: https://truecharts.org/charts/stable/local-ai -icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/local-ai +icon: https://trueforge.org/img/hotlink-ok/chart-icons/local-ai.webp keywords: - local-ai - ai kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: local-ai sources: - https://github.com/go-skynet/LocalAI diff --git a/charts/stable/longvinter/Chart.yaml b/charts/stable/longvinter/Chart.yaml index 1f299f1a503..bec510ba61f 100644 --- a/charts/stable/longvinter/Chart.yaml +++ b/charts/stable/longvinter/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: longinter dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Longvinter and run it. -home: https://truecharts.org/charts/stable/longvinter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/longvinter.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/longvinter +icon: https://trueforge.org/img/hotlink-ok/chart-icons/longvinter.webp keywords: - longvinter - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: longvinter sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/lvm-disk-watcher/Chart.yaml b/charts/stable/lvm-disk-watcher/Chart.yaml index f72297b3b8e..8b6831f6cb4 100644 --- a/charts/stable/lvm-disk-watcher/Chart.yaml +++ b/charts/stable/lvm-disk-watcher/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.1.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Watches for empty disk to setup with LVM for use with TopoLVM -home: https://truecharts.org/charts/stable/lvm-disk-watcher -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lvm-disk-watcher.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/lvm-disk-watcher +icon: https://trueforge.org/img/hotlink-ok/chart-icons/lvm-disk-watcher.webp keywords: - lvm-disk-watcher - loadbalancer kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: lvm-disk-watcher sources: - https://github.com/lvm-disk-watcher/lvm-disk-watcher diff --git a/charts/stable/lyrion-music-server/Chart.yaml b/charts/stable/lyrion-music-server/Chart.yaml index 299b98e0172..652be44ad30 100644 --- a/charts/stable/lyrion-music-server/Chart.yaml +++ b/charts/stable/lyrion-music-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 9.1.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Lyrion Music Server is a platform for home/office audio streaming. -home: https://truecharts.org/charts/stable/lyrion-music-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lyrion-music-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/lyrion-music-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/lyrion-music-server.webp keywords: - lyrion-music-server - logitech-media-server @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: lyrion-music-server sources: - https://github.com/LMS-Community/slimserver diff --git a/charts/stable/mailpile/Chart.yaml b/charts/stable/mailpile/Chart.yaml index 0c2fed40f8c..16f0cf9b564 100644 --- a/charts/stable/mailpile/Chart.yaml +++ b/charts/stable/mailpile/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before. -home: https://truecharts.org/charts/stable/mailpile -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mailpile.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mailpile +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mailpile.webp keywords: - mailpile - Productivity @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mailpile sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mailpile diff --git a/charts/stable/maintainerr/Chart.yaml b/charts/stable/maintainerr/Chart.yaml index 78a9b828897..24b2c97dafe 100644 --- a/charts/stable/maintainerr/Chart.yaml +++ b/charts/stable/maintainerr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.26.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem. -home: https://truecharts.org/charts/stable/maintainerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/maintainerr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/maintainerr.webp keywords: - maintainerr - media kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: maintainerr sources: - https://github.com/jorenn92/Maintainerr diff --git a/charts/stable/makemkv/Chart.yaml b/charts/stable/makemkv/Chart.yaml index c4fb624dc6e..04f2b569d3c 100644 --- a/charts/stable/makemkv/Chart.yaml +++ b/charts/stable/makemkv/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.01.2 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. -home: https://truecharts.org/charts/stable/makemkv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/makemkv +icon: https://trueforge.org/img/hotlink-ok/chart-icons/makemkv.webp keywords: - mkv kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: makemkv sources: - https://ghcr.io/jlesage/makemkv diff --git a/charts/stable/maloja/Chart.yaml b/charts/stable/maloja/Chart.yaml index 64647e6de3e..b6b042b7177 100644 --- a/charts/stable/maloja/Chart.yaml +++ b/charts/stable/maloja/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM. -home: https://truecharts.org/charts/stable/maloja -icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/maloja +icon: https://trueforge.org/img/hotlink-ok/chart-icons/maloja.webp keywords: - maloja - MediaServer-Music kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: maloja sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/maloja diff --git a/charts/stable/mango/Chart.yaml b/charts/stable/mango/Chart.yaml index b1be63e79e2..0ae55dc637c 100644 --- a/charts/stable/mango/Chart.yaml +++ b/charts/stable/mango/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -23,16 +29,16 @@ dependencies: deprecated: false description: | Mango is a self-hosted manga server and reader. Its features include[br] -home: https://truecharts.org/charts/stable/mango -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mango.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mango +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mango.webp keywords: - mango - MediaApp-Books kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mango sources: - https://github.com/hkalexling/mango diff --git a/charts/stable/manyfold/Chart.yaml b/charts/stable/manyfold/Chart.yaml index 23390603ca6..f0602f4b4ba 100644 --- a/charts/stable/manyfold/Chart.yaml +++ b/charts/stable/manyfold/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.132.0 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: A Digital Asset Manager (DAM), specifically designed for 3D print files. -home: https://truecharts.org/charts/stable/manyfold -icon: https://truecharts.org/img/hotlink-ok/chart-icons/manyfold.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/manyfold +icon: https://trueforge.org/img/hotlink-ok/chart-icons/manyfold.webp keywords: - manyfold - media kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: manyfold sources: - https://ghcr.io/manyfold3d/manyfold diff --git a/charts/stable/mariadb/Chart.yaml b/charts/stable/mariadb/Chart.yaml index 162dae8581e..1d904416957 100644 --- a/charts/stable/mariadb/Chart.yaml +++ b/charts/stable/mariadb/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Fast, reliable, scalable, and easy to use open-source relational database system. -home: https://truecharts.org/charts/stable/mariadb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mariadb +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mariadb.webp keywords: - mariadb - mysql @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mariadb sources: - https://github.com/bitnami/bitnami-docker-mariadb diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml index bd7944260ed..64d3c8f873a 100644 --- a/charts/stable/matomo/Chart.yaml +++ b/charts/stable/matomo/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.7.0 dependencies: @@ -29,15 +35,15 @@ dependencies: import-values: [] deprecated: true description: Matomo is the leading Free/Libre open analytics platform -home: https://truecharts.org/charts/stable/matomo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/matomo +icon: https://trueforge.org/img/hotlink-ok/chart-icons/matomo.webp keywords: - analytics kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: matomo sources: - https://gallery.ecr.aws/bitnami/matomo diff --git a/charts/stable/mattermost/Chart.yaml b/charts/stable/mattermost/Chart.yaml index 8aecfee6960..03d92b0382d 100644 --- a/charts/stable/mattermost/Chart.yaml +++ b/charts/stable/mattermost/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 9.6.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. -home: https://truecharts.org/charts/stable/mattermost -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mattermost +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mattermost.webp keywords: - team - mattermost @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mattermost sources: - https://github.com/mattermost/docker diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index 4a4f14f18c4..c85da9c1da8 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.9.2 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend -home: https://truecharts.org/charts/stable/mealie -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mealie +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mealie.webp keywords: - grocy kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mealie sources: - https://ghcr.io/mealie-recipes/mealie diff --git a/charts/stable/media-roller/Chart.yaml b/charts/stable/media-roller/Chart.yaml index 976d01a500c..83a19a2c0cf 100644 --- a/charts/stable/media-roller/Chart.yaml +++ b/charts/stable/media-roller/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Mobile friendly tool for downloading videos from social media. -home: https://truecharts.org/charts/stable/media-roller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/media-roller.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/media-roller +icon: https://trueforge.org/img/hotlink-ok/chart-icons/media-roller.webp keywords: - media-roller - Tools-Utilities @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: media-roller sources: - https://github.com/rroller/media-roller diff --git a/charts/stable/mediaelch/Chart.yaml b/charts/stable/mediaelch/Chart.yaml index 0b0929869d4..66105594bdc 100644 --- a/charts/stable/mediaelch/Chart.yaml +++ b/charts/stable/mediaelch/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork. -home: https://truecharts.org/charts/stable/mediaelch -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediaelch.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mediaelch +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mediaelch.webp keywords: - mediaelch - Tools @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mediaelch sources: - https://github.com/Komet/MediaElch diff --git a/charts/stable/mediagoblin/Chart.yaml b/charts/stable/mediagoblin/Chart.yaml index 25218f54b83..33883309ec7 100644 --- a/charts/stable/mediagoblin/Chart.yaml +++ b/charts/stable/mediagoblin/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style=''color: #ff9900;'']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]' -home: https://truecharts.org/charts/stable/mediagoblin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediagoblin.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mediagoblin +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mediagoblin.webp keywords: - mediagoblin - MediaApp-Photos kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mediagoblin sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mediagoblin diff --git a/charts/stable/mediainfo/Chart.yaml b/charts/stable/mediainfo/Chart.yaml index 2b501af98ec..104ca4d9a43 100644 --- a/charts/stable/mediainfo/Chart.yaml +++ b/charts/stable/mediainfo/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.01.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. -home: https://truecharts.org/charts/stable/mediainfo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediainfo.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mediainfo +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mediainfo.webp keywords: - info - media kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mediainfo sources: - https://github.com/jlesage/docker-mediainfo diff --git a/charts/stable/medusa/Chart.yaml b/charts/stable/medusa/Chart.yaml index 10d149fa8fa..d8812000515 100644 --- a/charts/stable/medusa/Chart.yaml +++ b/charts/stable/medusa/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.0.25 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: An automatic Video Library Manager for TV Shows -home: https://truecharts.org/charts/stable/medusa -icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/medusa +icon: https://trueforge.org/img/hotlink-ok/chart-icons/medusa.webp keywords: - medusa - video @@ -34,8 +40,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: medusa sources: - https://ghcr.io/linuxserver/medusa diff --git a/charts/stable/megasync/Chart.yaml b/charts/stable/megasync/Chart.yaml index 4c7657482c4..411ec4d256d 100644 --- a/charts/stable/megasync/Chart.yaml +++ b/charts/stable/megasync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: MEGAsync can synchronize all of your devices with your MEGA account. -home: https://truecharts.org/charts/stable/megasync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/megasync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/megasync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/megasync.webp keywords: - megasync - Network-Other @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: megasync sources: - https://ghcr.io/ich777/megasync diff --git a/charts/stable/memcached/Chart.yaml b/charts/stable/memcached/Chart.yaml index 13cb84c3099..28425b23f0e 100644 --- a/charts/stable/memcached/Chart.yaml +++ b/charts/stable/memcached/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Memcached is a memory-backed database caching solution -home: https://truecharts.org/charts/stable/memcached -icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/memcached +icon: https://trueforge.org/img/hotlink-ok/chart-icons/memcached.webp keywords: - memcached - database @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: memcached sources: - https://github.com/bitnami/bitnami-docker-memcached diff --git a/charts/stable/memories-of-mars/Chart.yaml b/charts/stable/memories-of-mars/Chart.yaml index 875aaa1396a..5bcad8b8036 100644 --- a/charts/stable/memories-of-mars/Chart.yaml +++ b/charts/stable/memories-of-mars/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: memoriesofmars dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Memories of Mars and run it. -home: https://truecharts.org/charts/stable/memories-of-mars -icon: https://truecharts.org/img/hotlink-ok/chart-icons/memories-of-mars.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/memories-of-mars +icon: https://trueforge.org/img/hotlink-ok/chart-icons/memories-of-mars.webp keywords: - memories-of-mars - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: memories-of-mars sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/mend-renovate/Chart.yaml b/charts/stable/mend-renovate/Chart.yaml index 9ed54fe7cd6..9cded5215a7 100644 --- a/charts/stable/mend-renovate/Chart.yaml +++ b/charts/stable/mend-renovate/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 13.4.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Selfhosted Mend Renovate App with included webhook and Github APP -home: https://truecharts.org/charts/stable/mend-renovate -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mend-renovate.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mend-renovate +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mend-renovate.webp keywords: - renovate - mend-renovate kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mend-renovate sources: - https://ghcr.io/mend/renovate-ce diff --git a/charts/stable/meshcentral/Chart.yaml b/charts/stable/meshcentral/Chart.yaml index 5750629ac9e..5ad74a49954 100644 --- a/charts/stable/meshcentral/Chart.yaml +++ b/charts/stable/meshcentral/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.1.56 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: MeshCentral is a full computer management web site -home: https://truecharts.org/charts/stable/meshcentral -icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshcentral.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/meshcentral +icon: https://trueforge.org/img/hotlink-ok/chart-icons/meshcentral.webp keywords: - meshcentral - teamviewer @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: meshcentral sources: - https://ghcr.io/ylianst/meshcentral diff --git a/charts/stable/meshroom/Chart.yaml b/charts/stable/meshroom/Chart.yaml index 93f1a375994..64dd69d1e95 100644 --- a/charts/stable/meshroom/Chart.yaml +++ b/charts/stable/meshroom/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2025.1.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. -home: https://truecharts.org/charts/stable/meshroom -icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/meshroom +icon: https://trueforge.org/img/hotlink-ok/chart-icons/meshroom.webp keywords: - meshroom kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: meshroom sources: - https://github.com/alicevision/meshroom diff --git a/charts/stable/metabase/Chart.yaml b/charts/stable/metabase/Chart.yaml index d993c37e787..822a1fd581c 100644 --- a/charts/stable/metabase/Chart.yaml +++ b/charts/stable/metabase/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.58.4 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Business intelligence, dashboards, and data visualization tools -home: https://truecharts.org/charts/stable/metabase -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/metabase +icon: https://trueforge.org/img/hotlink-ok/chart-icons/metabase.webp keywords: - metabase kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: metabase sources: - https://github.com/metabase/metabase diff --git a/charts/stable/metallb-config/Chart.yaml b/charts/stable/metallb-config/Chart.yaml index b9360174d0d..c9e174fe52c 100644 --- a/charts/stable/metallb-config/Chart.yaml +++ b/charts/stable/metallb-config/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A network load-balancer implementation for Kubernetes using standard routing protocols -home: https://truecharts.org/charts/stable/metallb-config -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/metallb-config +icon: https://trueforge.org/img/hotlink-ok/chart-icons/metallb-config.webp keywords: - metallb - loadbalancer kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: metallb-config sources: - https://github.com/metallb/metallb diff --git a/charts/stable/metatube/Chart.yaml b/charts/stable/metatube/Chart.yaml index 5eae2774334..33f3bf0a11b 100644 --- a/charts/stable/metatube/Chart.yaml +++ b/charts/stable/metatube/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: MetaTube downloads video from YouTube and can add metadata from a specified metadata provider on the downloaded file. -home: https://truecharts.org/charts/stable/metatube -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metatube.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/metatube +icon: https://trueforge.org/img/hotlink-ok/chart-icons/metatube.webp keywords: - metatube - Downloaders @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: metatube sources: - https://github.com/JVT038/MetaTube diff --git a/charts/stable/metube/Chart.yaml b/charts/stable/metube/Chart.yaml index 442f177218e..0b2180e249d 100644 --- a/charts/stable/metube/Chart.yaml +++ b/charts/stable/metube/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2026.01.30 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Web GUI for youtube-dl. -home: https://truecharts.org/charts/stable/metube -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/metube +icon: https://trueforge.org/img/hotlink-ok/chart-icons/metube.webp keywords: - metube - media kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: metube sources: - https://ghcr.io/alexta69/metube diff --git a/charts/stable/mindustry/Chart.yaml b/charts/stable/mindustry/Chart.yaml index 8904a82a001..06978a9cd04 100644 --- a/charts/stable/mindustry/Chart.yaml +++ b/charts/stable/mindustry/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it. -home: https://truecharts.org/charts/stable/mindustry -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mindustry.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mindustry +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mindustry.webp keywords: - mindustry - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mindustry sources: - https://anuke.itch.io/mindustry diff --git a/charts/stable/minecraft-bedrock/Chart.yaml b/charts/stable/minecraft-bedrock/Chart.yaml index 221341319d2..3cc59653020 100644 --- a/charts/stable/minecraft-bedrock/Chart.yaml +++ b/charts/stable/minecraft-bedrock/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2025.12.2 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Minecraft Bedrock Dedicated Server -home: https://truecharts.org/charts/stable/minecraft-bedrock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/minecraft-bedrock +icon: https://trueforge.org/img/hotlink-ok/chart-icons/minecraft-bedrock.webp keywords: - minecraft kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: minecraft-bedrock sources: - https://github.com/itzg/docker-minecraft-server diff --git a/charts/stable/minecraft-gate/Chart.yaml b/charts/stable/minecraft-gate/Chart.yaml index f7370350724..eecd4950c1f 100644 --- a/charts/stable/minecraft-gate/Chart.yaml +++ b/charts/stable/minecraft-gate/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: An extensible, high performant & paralleled Minecraft proxy server. -home: https://truecharts.org/charts/stable/minecraft-gate -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-gate.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/minecraft-gate +icon: https://trueforge.org/img/hotlink-ok/chart-icons/minecraft-gate.webp keywords: - minecraft-gate - proxy @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: minecraft-gate sources: - https://ghcr.io/minekube/gate diff --git a/charts/stable/minecraft-java/Chart.yaml b/charts/stable/minecraft-java/Chart.yaml index 8fab7c1226d..3f0cd4008ca 100644 --- a/charts/stable/minecraft-java/Chart.yaml +++ b/charts/stable/minecraft-java/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2026.1.3 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Minecraft Java Dedicated Server -home: https://truecharts.org/charts/stable/minecraft-java -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/minecraft-java +icon: https://trueforge.org/img/hotlink-ok/chart-icons/minecraft-java.webp keywords: - minecraft-java - minecraft kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: minecraft-java sources: - https://ghcr.io/itzg/minecraft-server diff --git a/charts/stable/minecraft-proxy/Chart.yaml b/charts/stable/minecraft-proxy/Chart.yaml index 7db7004fc10..a52c1179b43 100644 --- a/charts/stable/minecraft-proxy/Chart.yaml +++ b/charts/stable/minecraft-proxy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2025.1.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: the front-end of a cluster of minecraft-java containers. -home: https://truecharts.org/charts/stable/minecraft-proxy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-proxy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/minecraft-proxy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/minecraft-proxy.webp keywords: - minecraft-proxy - minecraft-bungeecord @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: minecraft-proxy sources: - https://ghcr.io/itzg/mc-proxy diff --git a/charts/stable/minecraft-router/Chart.yaml b/charts/stable/minecraft-router/Chart.yaml index a324b67597c..370ba85e9ab 100644 --- a/charts/stable/minecraft-router/Chart.yaml +++ b/charts/stable/minecraft-router/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.39.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Lightweight multiplexer/proxy for Minecraft-Java servers. -home: https://truecharts.org/charts/stable/minecraft-router -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-router.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/minecraft-router +icon: https://trueforge.org/img/hotlink-ok/chart-icons/minecraft-router.webp keywords: - minecraft-router - mc-router @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: minecraft-router sources: - https://github.com/itzg/mc-router diff --git a/charts/stable/minetest/Chart.yaml b/charts/stable/minetest/Chart.yaml index 808af74c94d..d26acb2fb6b 100644 --- a/charts/stable/minetest/Chart.yaml +++ b/charts/stable/minetest/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.10.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Minetest (server) is a near-infinite-world block sandbox game and a game engine. -home: https://truecharts.org/charts/stable/minetest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/minetest +icon: https://trueforge.org/img/hotlink-ok/chart-icons/minetest.webp keywords: - minetest kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: minetest sources: - https://ghcr.io/linuxserver/minetest diff --git a/charts/stable/miniflux/Chart.yaml b/charts/stable/miniflux/Chart.yaml index 554a2dc822c..7208460ffb0 100644 --- a/charts/stable/miniflux/Chart.yaml +++ b/charts/stable/miniflux/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.2.16 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Miniflux is a minimalist and opinionated feed reader. -home: https://truecharts.org/charts/stable/miniflux -icon: https://truecharts.org/img/hotlink-ok/chart-icons/miniflux.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/miniflux +icon: https://trueforge.org/img/hotlink-ok/chart-icons/miniflux.webp keywords: - miniflux - rss @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: miniflux sources: - https://ghcr.io/miniflux/miniflux diff --git a/charts/stable/mininote/Chart.yaml b/charts/stable/mininote/Chart.yaml index dc8d68c7a86..223a23d35e2 100644 --- a/charts/stable/mininote/Chart.yaml +++ b/charts/stable/mininote/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A simple, self-hosted, encrypted Markdown note-taking app built with Vue 3, and Express. -home: https://truecharts.org/charts/stable/mininote -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mininote.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mininote +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mininote.webp keywords: - mininote - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mininote sources: - https://github.com/muety/mininote diff --git a/charts/stable/minio/Chart.yaml b/charts/stable/minio/Chart.yaml index b6d943c36ac..0fdaf52cac4 100644 --- a/charts/stable/minio/Chart.yaml +++ b/charts/stable/minio/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2025.04.22 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Minio is a self-hosted S3 storage server -home: https://truecharts.org/charts/stable/minio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/minio +icon: https://trueforge.org/img/hotlink-ok/chart-icons/minio.webp keywords: - minio - s3 @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: minio sources: - https://github.com/minio/minio diff --git a/charts/stable/minisatip/Chart.yaml b/charts/stable/minisatip/Chart.yaml index 9f1191ad016..bfa454b10d1 100644 --- a/charts/stable/minisatip/Chart.yaml +++ b/charts/stable/minisatip/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2021.12.01 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. -home: https://truecharts.org/charts/stable/minisatip -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minisatip.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/minisatip +icon: https://trueforge.org/img/hotlink-ok/chart-icons/minisatip.webp keywords: - minisatip kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: minisatip sources: - https://ghcr.io/linuxserver/minisatip diff --git a/charts/stable/misskey/Chart.yaml b/charts/stable/misskey/Chart.yaml index ae450605f72..784c75cd913 100644 --- a/charts/stable/misskey/Chart.yaml +++ b/charts/stable/misskey/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2025.12.2 dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: Open source decentralized social media platform that's free forever! -home: https://truecharts.org/charts/stable/misskey -icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/misskey +icon: https://trueforge.org/img/hotlink-ok/chart-icons/misskey.webp keywords: - Misskey - Social @@ -41,8 +47,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: misskey sources: - https://github.com/misskey-dev/misskey/ diff --git a/charts/stable/mixpost/Chart.yaml b/charts/stable/mixpost/Chart.yaml index 689a73dbebf..ad0f09656d3 100644 --- a/charts/stable/mixpost/Chart.yaml +++ b/charts/stable/mixpost/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.4.0 dependencies: @@ -34,8 +40,8 @@ dependencies: import-values: [] deprecated: false description: Mixpost it's the coolest Self hosted social media management software. -home: https://truecharts.org/charts/stable/mixpost -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mixpost.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mixpost +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mixpost.webp keywords: - mixpost - twitter @@ -44,8 +50,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mixpost sources: - https://github.com/inovector/mixpost diff --git a/charts/stable/mkvcleaver/Chart.yaml b/charts/stable/mkvcleaver/Chart.yaml index c4e586d8456..655a6703b03 100644 --- a/charts/stable/mkvcleaver/Chart.yaml +++ b/charts/stable/mkvcleaver/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.01.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: MKVCleaver is a tool for batch extraction of data from MKV files -home: https://truecharts.org/charts/stable/mkvcleaver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvcleaver.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mkvcleaver +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mkvcleaver.webp keywords: - media - mkvcleaver kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mkvcleaver sources: - https://github.com/jlesage/docker-mkvcleaver diff --git a/charts/stable/mkvtoolnix/Chart.yaml b/charts/stable/mkvtoolnix/Chart.yaml index ae6837ab7ea..00a81ecfd71 100644 --- a/charts/stable/mkvtoolnix/Chart.yaml +++ b/charts/stable/mkvtoolnix/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.01.2 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: MKVToolNix is a set of tools to create, alter and inspect Matroska files. -home: https://truecharts.org/charts/stable/mkvtoolnix -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvtoolnix.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mkvtoolnix +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mkvtoolnix.webp keywords: - media - mkvtoolnix @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mkvtoolnix sources: - https://github.com/jlesage/docker-mkvtoolnix diff --git a/charts/stable/modsecurity-crs/Chart.yaml b/charts/stable/modsecurity-crs/Chart.yaml index 4c7f8485da2..45ef11e057e 100644 --- a/charts/stable/modsecurity-crs/Chart.yaml +++ b/charts/stable/modsecurity-crs/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.3.4 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: ModSecurity is an open source, cross platform Web Application Firewall (WAF) engine. -home: https://truecharts.org/charts/stable/modsecurity-crs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/modsecurity-crs.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/modsecurity-crs +icon: https://trueforge.org/img/hotlink-ok/chart-icons/modsecurity-crs.webp keywords: - modsecurity-crs - waf @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: modsecurity-crs sources: - https://github.com/coreruleset/modsecurity-crs-docker diff --git a/charts/stable/mojopaste/Chart.yaml b/charts/stable/mojopaste/Chart.yaml index ad8ebd80612..edfec390847 100644 --- a/charts/stable/mojopaste/Chart.yaml +++ b/charts/stable/mojopaste/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Mojopaste is a pastebin application. There's about one million of these out there, but if you have the need to run something internally at work or you just fancy having your own pastebin, this is your application. -home: https://truecharts.org/charts/stable/mojopaste -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mojopaste.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mojopaste +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mojopaste.webp keywords: - mojopaste - Cloud @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mojopaste sources: - https://github.com/jhthorsen/app-mojopaste diff --git a/charts/stable/monero-node/Chart.yaml b/charts/stable/monero-node/Chart.yaml index 905c50f69e1..690f456ff04 100644 --- a/charts/stable/monero-node/Chart.yaml +++ b/charts/stable/monero-node/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.18.4.5 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Chart to run a monero full network node -home: https://truecharts.org/charts/stable/monero-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/monero-node +icon: https://trueforge.org/img/hotlink-ok/chart-icons/monero-node.webp keywords: - monero-node - Crypto @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: monero-node sources: - https://ghcr.io/sethforprivacy/simple-monerod diff --git a/charts/stable/mongo-express/Chart.yaml b/charts/stable/mongo-express/Chart.yaml index 3652b27778d..427f8b26959 100644 --- a/charts/stable/mongo-express/Chart.yaml +++ b/charts/stable/mongo-express/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: mongo-express is a web-based MongoDB admin interface written in Node.js, Express.js, and Bootstrap3. -home: https://truecharts.org/charts/stable/mongo-express -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongo-express.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mongo-express +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mongo-express.webp keywords: - mongo - mongodb @@ -38,8 +44,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mongo-express sources: - https://gallery.ecr.aws/docker/library/mongo-express diff --git a/charts/stable/mongodb/Chart.yaml b/charts/stable/mongodb/Chart.yaml index 44111af288d..4af36ef3aea 100644 --- a/charts/stable/mongodb/Chart.yaml +++ b/charts/stable/mongodb/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Fast, reliable, scalable, and easy to use open-source no-sql database system. -home: https://truecharts.org/charts/stable/mongodb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mongodb +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mongodb.webp keywords: - mongodb - database @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mongodb sources: - https://github.com/bitnami/bitnami-docker-mongodb diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index cb25f67885e..064f80f1f87 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.1.2 dependencies: @@ -29,15 +35,15 @@ dependencies: import-values: [] deprecated: false description: Monica is a great open source personal relationship management system. -home: https://truecharts.org/charts/stable/monica -icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/monica +icon: https://trueforge.org/img/hotlink-ok/chart-icons/monica.webp keywords: - crm kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: monica sources: - https://github.com/monicahq/monica diff --git a/charts/stable/mordhau/Chart.yaml b/charts/stable/mordhau/Chart.yaml index f556c14b9b7..41ce332dc5d 100644 --- a/charts/stable/mordhau/Chart.yaml +++ b/charts/stable/mordhau/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: mordhau dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart' -home: https://truecharts.org/charts/stable/mordhau -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mordhau.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mordhau +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mordhau.webp keywords: - mordhau - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mordhau sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/mosdns/Chart.yaml b/charts/stable/mosdns/Chart.yaml index a6f51ac2c75..557ffb3f64a 100644 --- a/charts/stable/mosdns/Chart.yaml +++ b/charts/stable/mosdns/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.3.3 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A location-based pluggable DNS forwarder/splitter. -home: https://truecharts.org/charts/stable/mosdns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosdns.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mosdns +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mosdns.webp keywords: - mosdns - dns kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mosdns sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mosdns diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index 1e73b462a09..7e11e61e235 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.0.22 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Eclipse Mosquitto - An open source MQTT broker -home: https://truecharts.org/charts/stable/mosquitto -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosquitto.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mosquitto +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mosquitto.webp keywords: - mosquitto - home-automation @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mosquitto sources: - https://github.com/eclipse/mosquitto diff --git a/charts/stable/mstream/Chart.yaml b/charts/stable/mstream/Chart.yaml index 1eec9d2915f..76a56075da8 100644 --- a/charts/stable/mstream/Chart.yaml +++ b/charts/stable/mstream/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.13.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A personal music streaming server -home: https://truecharts.org/charts/stable/mstream -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mstream.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mstream +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mstream.webp keywords: - mstream - server @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mstream sources: - https://ghcr.io/linuxserver/mstream diff --git a/charts/stable/multi-scrobbler/Chart.yaml b/charts/stable/multi-scrobbler/Chart.yaml index 394ae1e88a1..8b696948496 100644 --- a/charts/stable/multi-scrobbler/Chart.yaml +++ b/charts/stable/multi-scrobbler/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Track your music listening history from many sources and record to many scrobble clients. -home: https://truecharts.org/charts/stable/multi-scrobbler -icon: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/multi-scrobbler +icon: https://trueforge.org/img/hotlink-ok/chart-icons/multi-scrobbler.webp keywords: - multi-scrobbler - Network-Web @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: multi-scrobbler sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/multi-scrobbler diff --git a/charts/stable/muse/Chart.yaml b/charts/stable/muse/Chart.yaml index 7f961835a8d..56ddd2a449f 100644 --- a/charts/stable/muse/Chart.yaml +++ b/charts/stable/muse/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.11.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A self-hosted midwestern Discord music bot that doesn't suck. -home: https://truecharts.org/charts/stable/muse -icon: https://truecharts.org/img/hotlink-ok/chart-icons/muse.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/muse +icon: https://trueforge.org/img/hotlink-ok/chart-icons/muse.webp keywords: - muse - media @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: muse sources: - https://ghcr.io/museofficial/muse diff --git a/charts/stable/muximux/Chart.yaml b/charts/stable/muximux/Chart.yaml index 7be6c87a147..925a947eef9 100644 --- a/charts/stable/muximux/Chart.yaml +++ b/charts/stable/muximux/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: "057352e8" dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver -home: https://truecharts.org/charts/stable/muximux -icon: https://truecharts.org/img/hotlink-ok/chart-icons/muximux.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/muximux +icon: https://trueforge.org/img/hotlink-ok/chart-icons/muximux.webp keywords: - muximux - htpc @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: muximux sources: - https://ghcr.io/linuxserver/muximux diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index 2f9c029b21f..f4ebb585ff5 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.8.3 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Mylar is a automated Comic Book downloader -home: https://truecharts.org/charts/stable/mylar -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mylar +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mylar.webp keywords: - mylar kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mylar sources: - https://fleet.linuxserver.io/image?name=linuxserver/mylar3 diff --git a/charts/stable/mymediaforalexa/Chart.yaml b/charts/stable/mymediaforalexa/Chart.yaml index 0a0db701f79..c15880eb9f8 100644 --- a/charts/stable/mymediaforalexa/Chart.yaml +++ b/charts/stable/mymediaforalexa/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.3.152.3 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com . -home: https://truecharts.org/charts/stable/mymediaforalexa -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mymediaforalexa.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mymediaforalexa +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mymediaforalexa.webp keywords: - media - alexa kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mymediaforalexa sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mymediaforalexa diff --git a/charts/stable/myspeed/Chart.yaml b/charts/stable/myspeed/Chart.yaml index 597f23df39b..ca9dca8bccd 100644 --- a/charts/stable/myspeed/Chart.yaml +++ b/charts/stable/myspeed/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.0.9 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Speedtest automation made simple. -home: https://truecharts.org/charts/stable/myspeed -icon: https://truecharts.org/img/hotlink-ok/chart-icons/myspeed.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/myspeed +icon: https://trueforge.org/img/hotlink-ok/chart-icons/myspeed.webp keywords: - myspeed - speedtest kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: myspeed sources: - https://github.com/gnmyt/myspeed diff --git a/charts/stable/mysql-workbench/Chart.yaml b/charts/stable/mysql-workbench/Chart.yaml index 7641ddc3ab5..ac9e1679ce3 100644 --- a/charts/stable/mysql-workbench/Chart.yaml +++ b/charts/stable/mysql-workbench/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 8.0.46 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs. -home: https://truecharts.org/charts/stable/mysql-workbench -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/mysql-workbench +icon: https://trueforge.org/img/hotlink-ok/chart-icons/mysql-workbench.webp keywords: - mysql-workbench kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: mysql-workbench sources: - https://ghcr.io/linuxserver/mysql-workbench diff --git a/charts/stable/n8n/Chart.yaml b/charts/stable/n8n/Chart.yaml index b023b4c71fa..7e2e2b24905 100644 --- a/charts/stable/n8n/Chart.yaml +++ b/charts/stable/n8n/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.6.2 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: n8n is an extendable workflow automation tool. -home: https://truecharts.org/charts/stable/n8n -icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/n8n +icon: https://trueforge.org/img/hotlink-ok/chart-icons/n8n.webp keywords: - workflows - automation kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: n8n sources: - https://docs.n8n.io/ diff --git a/charts/stable/namecheap-ddns/Chart.yaml b/charts/stable/namecheap-ddns/Chart.yaml index 42c22b5df47..82cd2b16256 100644 --- a/charts/stable/namecheap-ddns/Chart.yaml +++ b/charts/stable/namecheap-ddns/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: 'This simple Chart will update a namecheap dynamic dns domain. You must set an ''A + Dynamic DNS Record'' for the host and enable Dynamic DNS in the manage page for your domain. ' -home: https://truecharts.org/charts/stable/namecheap-ddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/namecheap-ddns.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/namecheap-ddns +icon: https://trueforge.org/img/hotlink-ok/chart-icons/namecheap-ddns.webp keywords: - namecheap-ddns - Tools-Utilities @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: namecheap-ddns sources: - https://github.com/EdwardChamberlain/namecheap_ddns diff --git a/charts/stable/nano-wallet/Chart.yaml b/charts/stable/nano-wallet/Chart.yaml index c1babecf83a..3bda0faf4e6 100644 --- a/charts/stable/nano-wallet/Chart.yaml +++ b/charts/stable/nano-wallet/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2021.12.16 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight. -home: https://truecharts.org/charts/stable/nano-wallet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nano-wallet.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nano-wallet +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nano-wallet.webp keywords: - nano-wallet kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nano-wallet sources: - https://ghcr.io/linuxserver/nano-wallet diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml index 362fc6a9ec7..1d4f00e5c55 100644 --- a/charts/stable/navidrome/Chart.yaml +++ b/charts/stable/navidrome/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.59.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Navidrome is an open source web-based music collection server and streamer -home: https://truecharts.org/charts/stable/navidrome -icon: https://truecharts.org/img/hotlink-ok/chart-icons/navidrome.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/navidrome +icon: https://trueforge.org/img/hotlink-ok/chart-icons/navidrome.webp keywords: - navidrome - music @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: navidrome sources: - https://github.com/deluan/navidrome diff --git a/charts/stable/nebula-sync/Chart.yaml b/charts/stable/nebula-sync/Chart.yaml index 60a09bc2146..93f59a457c8 100644 --- a/charts/stable/nebula-sync/Chart.yaml +++ b/charts/stable/nebula-sync/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.11.1 dependencies: @@ -20,8 +26,8 @@ dependencies: import-values: [] deprecated: false description: Synchronize Pi-hole v6.x configuration to replicas. -home: https://truecharts.org/charts/stable/nebula-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nebula-sync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nebula-sync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nebula-sync.webp keywords: - pihole - sync @@ -29,8 +35,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nebula-sync sources: - https://ghcr.io/lovelaze/nebula-sync diff --git a/charts/stable/necesse/Chart.yaml b/charts/stable/necesse/Chart.yaml index a1da29e222c..891f574bdf2 100644 --- a/charts/stable/necesse/Chart.yaml +++ b/charts/stable/necesse/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: necesse dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Necesse and run it. -home: https://truecharts.org/charts/stable/necesse -icon: https://truecharts.org/img/hotlink-ok/chart-icons/necesse.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/necesse +icon: https://trueforge.org/img/hotlink-ok/chart-icons/necesse.webp keywords: - necesse - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: necesse sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/neko/Chart.yaml b/charts/stable/neko/Chart.yaml index 24c6b56a39e..5f5058c97df 100644 --- a/charts/stable/neko/Chart.yaml +++ b/charts/stable/neko/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.0.9 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A self hosted virtual browser that runs in Chart -home: https://truecharts.org/charts/stable/neko -icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/neko +icon: https://trueforge.org/img/hotlink-ok/chart-icons/neko.webp keywords: - neko - video kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: neko sources: - https://ghcr.io/m1k1o/neko/brave diff --git a/charts/stable/netbootxyz/Chart.yaml b/charts/stable/netbootxyz/Chart.yaml index 15adcc63fe2..c89c6586144 100644 --- a/charts/stable/netbootxyz/Chart.yaml +++ b/charts/stable/netbootxyz/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.7.6 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Your favorite operating systems in one place! -home: https://truecharts.org/charts/stable/netbootxyz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbootxyz.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/netbootxyz +icon: https://trueforge.org/img/hotlink-ok/chart-icons/netbootxyz.webp keywords: - netbootxyz - pxe kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: netbootxyz sources: - https://ghcr.io/netbootxyz/netbootxyz diff --git a/charts/stable/netdata/Chart.yaml b/charts/stable/netdata/Chart.yaml index a67294f0ab7..dc1b682ffd9 100644 --- a/charts/stable/netdata/Chart.yaml +++ b/charts/stable/netdata/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.8.5 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Netdata is high-fidelity infrastructure monitoring and troubleshooting. -home: https://truecharts.org/charts/stable/netdata -icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/netdata +icon: https://trueforge.org/img/hotlink-ok/chart-icons/netdata.webp keywords: - netdata - monitoring kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: netdata sources: - https://ghcr.io/netdata/netdata diff --git a/charts/stable/neverwinternights-ee/Chart.yaml b/charts/stable/neverwinternights-ee/Chart.yaml index 9bd6c5e7ffb..5a38d5b7591 100644 --- a/charts/stable/neverwinternights-ee/Chart.yaml +++ b/charts/stable/neverwinternights-ee/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated).' -home: https://truecharts.org/charts/stable/neverwinternights-ee -icon: https://truecharts.org/img/hotlink-ok/chart-icons/neverwinternights-ee.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/neverwinternights-ee +icon: https://trueforge.org/img/hotlink-ok/chart-icons/neverwinternights-ee.webp keywords: - neverwinternights-ee - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: neverwinternights-ee sources: - https://ghcr.io/ich777/nwnee-server diff --git a/charts/stable/newyearcountdownclock/Chart.yaml b/charts/stable/newyearcountdownclock/Chart.yaml index c393042d743..f8398f8858e 100644 --- a/charts/stable/newyearcountdownclock/Chart.yaml +++ b/charts/stable/newyearcountdownclock/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Self Hosted, self contained New Year Countdown clock -home: https://truecharts.org/charts/stable/newyearcountdownclock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/newyearcountdownclock.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/newyearcountdownclock +icon: https://trueforge.org/img/hotlink-ok/chart-icons/newyearcountdownclock.webp keywords: - newyearcountdownclock - Tools-Utilities @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: newyearcountdownclock sources: - https://github.com/modem7/Docker-NewYearCountdown diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index a1c525d1d00..7e5bb8a9a21 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 32.0.5 dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: A private cloud server that puts the control and security of your own data back into your hands. -home: https://truecharts.org/charts/stable/nextcloud -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nextcloud +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nextcloud.webp keywords: - nextcloud - storage @@ -40,8 +46,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nextcloud sources: - https://github.com/nextcloud/docker diff --git a/charts/stable/nextpvr/Chart.yaml b/charts/stable/nextpvr/Chart.yaml index ce2519313fd..9a4b7fc8f7f 100644 --- a/charts/stable/nextpvr/Chart.yaml +++ b/charts/stable/nextpvr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: stable dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. -home: https://truecharts.org/charts/stable/nextpvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nextpvr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nextpvr.webp keywords: - pvr - recorder kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nextpvr sources: - https://github.com/sub3/NextPVR/wiki/Install-Docker diff --git a/charts/stable/nexus-oss/Chart.yaml b/charts/stable/nexus-oss/Chart.yaml index 73b03cf4895..cfae3e3018f 100644 --- a/charts/stable/nexus-oss/Chart.yaml +++ b/charts/stable/nexus-oss/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.88.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Sonatype Nexus open source is a artifact repository manager -home: https://truecharts.org/charts/stable/nexus-oss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nexus-oss.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nexus-oss +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nexus-oss.webp keywords: - nexus-oss - productivity kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nexus-oss sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nexus-oss diff --git a/charts/stable/nginx-proxy-manager/Chart.yaml b/charts/stable/nginx-proxy-manager/Chart.yaml index 4231019cf56..1ce64f9996b 100644 --- a/charts/stable/nginx-proxy-manager/Chart.yaml +++ b/charts/stable/nginx-proxy-manager/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.13.6 dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: Managing Nginx proxy hosts with a simple, powerful interface. -home: https://truecharts.org/charts/stable/nginx-proxy-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nginx-proxy-manager +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.webp keywords: - nginx-proxy-manager - nginx @@ -38,8 +44,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nginx-proxy-manager sources: - https://github.com/NginxProxyManager/nginx-proxy-manager diff --git a/charts/stable/ngircd/Chart.yaml b/charts/stable/ngircd/Chart.yaml index 47924ac10c7..59e60ce8b9b 100644 --- a/charts/stable/ngircd/Chart.yaml +++ b/charts/stable/ngircd/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2021.11.21 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. -home: https://truecharts.org/charts/stable/ngircd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ngircd.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ngircd +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ngircd.webp keywords: - ngircd kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ngircd sources: - https://ghcr.io/linuxserver/ngircd diff --git a/charts/stable/nightscout/Chart.yaml b/charts/stable/nightscout/Chart.yaml index 3f6e10e733f..80671a4936c 100644 --- a/charts/stable/nightscout/Chart.yaml +++ b/charts/stable/nightscout/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics. -home: https://truecharts.org/charts/stable/nightscout -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nightscout.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nightscout +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nightscout.webp keywords: - nightscout - Cloud kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nightscout sources: - https://github.com/nightscout/cgm-remote-monitor diff --git a/charts/stable/nitter/Chart.yaml b/charts/stable/nitter/Chart.yaml index 302bba9eb58..f59a739e74d 100644 --- a/charts/stable/nitter/Chart.yaml +++ b/charts/stable/nitter/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: A free and open source alternative Twitter front-end focused on privacy and performance. -home: https://truecharts.org/charts/stable/nitter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nitter.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nitter +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nitter.webp keywords: - nitter - libre kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nitter sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nitter diff --git a/charts/stable/nntp2nntp/Chart.yaml b/charts/stable/nntp2nntp/Chart.yaml index 18bc6a7cf1c..7a83c67d39d 100644 --- a/charts/stable/nntp2nntp/Chart.yaml +++ b/charts/stable/nntp2nntp/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.3.20230704 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. -home: https://truecharts.org/charts/stable/nntp2nntp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nntp2nntp.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nntp2nntp +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nntp2nntp.webp keywords: - nntp2nntp kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nntp2nntp sources: - https://ghcr.io/linuxserver/nntp2nntp diff --git a/charts/stable/nocodb/Chart.yaml b/charts/stable/nocodb/Chart.yaml index 371a12ed575..342d6662e30 100644 --- a/charts/stable/nocodb/Chart.yaml +++ b/charts/stable/nocodb/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.301.2 dependencies: @@ -29,15 +35,15 @@ dependencies: import-values: [] deprecated: false description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. -home: https://truecharts.org/charts/stable/nocodb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nocodb +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nocodb.webp keywords: - nocodb kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nocodb sources: - https://github.com/nocodb/nocodb diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index 7092aea20a5..7676ec17a91 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/node-red/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.1.4 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Node-RED is low-code programming for event-driven applications -home: https://truecharts.org/charts/stable/node-red -icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/node-red +icon: https://trueforge.org/img/hotlink-ok/chart-icons/node-red.webp keywords: - node-red - nodered kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: node-red sources: - https://github.com/node-red/node-red-docker diff --git a/charts/stable/nosqlclient/Chart.yaml b/charts/stable/nosqlclient/Chart.yaml index 6c88ae9d68b..0298d218d9e 100644 --- a/charts/stable/nosqlclient/Chart.yaml +++ b/charts/stable/nosqlclient/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient -home: https://truecharts.org/charts/stable/nosqlclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nosqlclient.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nosqlclient +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nosqlclient.webp keywords: - nosqlclient - Tools-Utilities @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nosqlclient sources: - https://github.com/nosqlclient/nosqlclient diff --git a/charts/stable/notarius/Chart.yaml b/charts/stable/notarius/Chart.yaml index f0b55440527..af749ad7570 100644 --- a/charts/stable/notarius/Chart.yaml +++ b/charts/stable/notarius/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: No description provide. -home: https://truecharts.org/charts/stable/notarius -icon: https://truecharts.org/img/hotlink-ok/chart-icons/notarius.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/notarius +icon: https://trueforge.org/img/hotlink-ok/chart-icons/notarius.webp keywords: - notarius - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: notarius sources: - https://github.com/agusalex/Notarius diff --git a/charts/stable/notea/Chart.yaml b/charts/stable/notea/Chart.yaml index 3a7fda841fd..c3507ff4c2a 100644 --- a/charts/stable/notea/Chart.yaml +++ b/charts/stable/notea/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Self hosted note taking, alternative to Notions. Look at Github for config -home: https://truecharts.org/charts/stable/notea -icon: https://truecharts.org/img/hotlink-ok/chart-icons/notea.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/notea +icon: https://trueforge.org/img/hotlink-ok/chart-icons/notea.webp keywords: - notea - Productivity kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: notea sources: - https://github.com/diamkil/docker-notea diff --git a/charts/stable/notifiarr/Chart.yaml b/charts/stable/notifiarr/Chart.yaml index e1944d0c61b..ef016cf2b56 100644 --- a/charts/stable/notifiarr/Chart.yaml +++ b/charts/stable/notifiarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.9.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: This is the unified client for Notifiarr.com. The client enables content requests from Media Bot in your Discord Server and also provides reports for Plex usage and system health among many other features. -home: https://truecharts.org/charts/stable/notifiarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/notifiarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/notifiarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/notifiarr.webp keywords: - plex - discord @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: notifiarr sources: - https://github.com/Notifiarr/notifiarr diff --git a/charts/stable/novnc/Chart.yaml b/charts/stable/novnc/Chart.yaml index 7dda77118f2..0736d74e7d5 100644 --- a/charts/stable/novnc/Chart.yaml +++ b/charts/stable/novnc/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.2.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: The open source VNC client -home: https://truecharts.org/charts/stable/novnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/novnc.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/novnc +icon: https://trueforge.org/img/hotlink-ok/chart-icons/novnc.webp keywords: - novnc - vnc @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: novnc sources: - https://ghcr.io/nicholaswilde/novnc diff --git a/charts/stable/ntfy/Chart.yaml b/charts/stable/ntfy/Chart.yaml index ada06558c8f..a1831bc1651 100644 --- a/charts/stable/ntfy/Chart.yaml +++ b/charts/stable/ntfy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.16.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer. -home: https://truecharts.org/charts/stable/ntfy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ntfy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ntfy.webp keywords: - ntfy kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ntfy sources: - https://github.com/binwiederhier/ntfy/ diff --git a/charts/stable/nullserv/Chart.yaml b/charts/stable/nullserv/Chart.yaml index f2b6a944993..cd354d99923 100644 --- a/charts/stable/nullserv/Chart.yaml +++ b/charts/stable/nullserv/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.3.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: A simple null file http and https server -home: https://truecharts.org/charts/stable/nullserv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nullserv +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nullserv.webp keywords: - nullserv kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nullserv sources: - https://ghcr.io/k8s-at-home/nullserv diff --git a/charts/stable/nvidia-gpu-exporter/Chart.yaml b/charts/stable/nvidia-gpu-exporter/Chart.yaml index ed5ea434dc0..cba66c77b61 100644 --- a/charts/stable/nvidia-gpu-exporter/Chart.yaml +++ b/charts/stable/nvidia-gpu-exporter/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.4.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Prometheus exporter for Nvidia GPU's using nvidia-smi binary to gather metrics. -home: https://truecharts.org/charts/stable/nvidia-gpu-exporter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nvidia-gpu-exporter.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nvidia-gpu-exporter +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nvidia-gpu-exporter.webp keywords: - prometheus - nvidia-gpu-exporter @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nvidia-gpu-exporter sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nvidia-gpu-exporter diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml index 6acd4d3480c..00c86aca2a0 100644 --- a/charts/stable/nzbget/Chart.yaml +++ b/charts/stable/nzbget/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 25.4.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: NZBGet is a Usenet downloader client -home: https://truecharts.org/charts/stable/nzbget -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nzbget +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nzbget.webp keywords: - nzbget - usenet kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nzbget sources: - https://github.com/nzbgetcom/nzbget diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml index 35576e73196..e179418946c 100644 --- a/charts/stable/nzbhydra/Chart.yaml +++ b/charts/stable/nzbhydra/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 8.3.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Usenet meta search -home: https://truecharts.org/charts/stable/nzbhydra -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbhydra.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/nzbhydra +icon: https://trueforge.org/img/hotlink-ok/chart-icons/nzbhydra.webp keywords: - nzbhydra - usenet kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: nzbhydra sources: - https://github.com/theotherp/nzbhydra2 diff --git a/charts/stable/obs-ndi/Chart.yaml b/charts/stable/obs-ndi/Chart.yaml index 5a84e8eaede..5806702627d 100644 --- a/charts/stable/obs-ndi/Chart.yaml +++ b/charts/stable/obs-ndi/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Docker Open Broadcaster Software (obs). -home: https://truecharts.org/charts/stable/obs-ndi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/obs-ndi.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/obs-ndi +icon: https://trueforge.org/img/hotlink-ok/chart-icons/obs-ndi.webp keywords: - obs-ndi - GameServers @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: obs-ndi sources: - https://github.com/patrickstigler/docker-obs-ndi diff --git a/charts/stable/observium/Chart.yaml b/charts/stable/observium/Chart.yaml index dfc61a316fc..4f45ffc39c2 100644 --- a/charts/stable/observium/Chart.yaml +++ b/charts/stable/observium/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 20250519.0.0 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br] -home: https://truecharts.org/charts/stable/observium -icon: https://truecharts.org/img/hotlink-ok/chart-icons/observium.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/observium +icon: https://trueforge.org/img/hotlink-ok/chart-icons/observium.webp keywords: - observium - Network-Management kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: observium sources: - https://github.com/pvrmza/docker-observium diff --git a/charts/stable/obsidian/Chart.yaml b/charts/stable/obsidian/Chart.yaml index 1f621c47684..de8397fc4f8 100644 --- a/charts/stable/obsidian/Chart.yaml +++ b/charts/stable/obsidian/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.1.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A knowledge base that works on local Markdown files. -home: https://truecharts.org/charts/stable/obsidian -icon: https://truecharts.org/img/hotlink-ok/chart-icons/obsidian.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/obsidian +icon: https://trueforge.org/img/hotlink-ok/chart-icons/obsidian.webp keywords: - obsidian - productivity kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: obsidian sources: - https://ghcr.io/sytone/obsidian-remote diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml index ad08edbb27b..d11ca346e8d 100644 --- a/charts/stable/octoprint/Chart.yaml +++ b/charts/stable/octoprint/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.11.6 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: OctoPrint is the snappy web interface for your 3D printer -home: https://truecharts.org/charts/stable/octoprint -icon: https://truecharts.org/img/hotlink-ok/chart-icons/octoprint.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/octoprint +icon: https://trueforge.org/img/hotlink-ok/chart-icons/octoprint.webp keywords: - octoprint - 3d @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: octoprint sources: - https://github.com/OctoPrint/OctoPrint diff --git a/charts/stable/odoo/Chart.yaml b/charts/stable/odoo/Chart.yaml index 54b74a086bf..9fb29e494d1 100644 --- a/charts/stable/odoo/Chart.yaml +++ b/charts/stable/odoo/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 19.0.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. -home: https://truecharts.org/charts/stable/odoo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/odoo +icon: https://trueforge.org/img/hotlink-ok/chart-icons/odoo.webp keywords: - odoo - crm @@ -35,8 +41,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: odoo sources: - https://gallery.ecr.aws/docker/library/odoo diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index cc6e0b07de3..6f8aaa685d8 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.15.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Get up and running with large language models locally. -home: https://truecharts.org/charts/stable/ollama -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ollama +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ollama.webp keywords: - ollama - language-models kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ollama sources: - https://ghcr.io/open-webui/open-webui diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index b3257e3d503..30b3e6fade3 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 6.1.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Omada is a SDN tool for TP-Link Omada hardware -home: https://truecharts.org/charts/stable/omada-controller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/omada-controller +icon: https://trueforge.org/img/hotlink-ok/chart-icons/omada-controller.webp keywords: - omada-controller kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: omada-controller sources: - https://github.com/mbentley/docker-omada-controller diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index 28dead16c5c..b3907cf8e97 100644 --- a/charts/stable/ombi/Chart.yaml +++ b/charts/stable/ombi/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.53.4 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Want a Movie or TV Show on Plex or Emby? Use Ombi! -home: https://truecharts.org/charts/stable/ombi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ombi.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ombi +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ombi.webp keywords: - ombi - plex @@ -34,8 +40,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ombi sources: - https://ghcr.io/linuxserver/ombi diff --git a/charts/stable/onlinecheckyourserver/Chart.yaml b/charts/stable/onlinecheckyourserver/Chart.yaml index 1eca1c7aedd..8c9d2aaaf01 100644 --- a/charts/stable/onlinecheckyourserver/Chart.yaml +++ b/charts/stable/onlinecheckyourserver/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This is a simple Chart that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline. -home: https://truecharts.org/charts/stable/onlinecheckyourserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/onlinecheckyourserver +icon: https://trueforge.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.webp keywords: - onlinecheckyourserver - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: onlinecheckyourserver sources: - https://ghcr.io/ich777/online-check-pushover diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml index 46d321de536..b7674d0ed19 100644 --- a/charts/stable/onlyoffice-document-server/Chart.yaml +++ b/charts/stable/onlyoffice-document-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 9.2.1 dependencies: @@ -29,15 +35,15 @@ dependencies: import-values: [] deprecated: false description: 'ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.' -home: https://truecharts.org/charts/stable/onlyoffice-document-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/onlyoffice-document-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.webp keywords: - onlyoffice kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: onlyoffice-document-server sources: - https://github.com/ONLYOFFICE/Docker-DocumentServer diff --git a/charts/stable/openaudible/Chart.yaml b/charts/stable/openaudible/Chart.yaml index 527292c18ad..6581dee980c 100644 --- a/charts/stable/openaudible/Chart.yaml +++ b/charts/stable/openaudible/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: All your audiobooks in one place -home: https://truecharts.org/charts/stable/openaudible -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openaudible.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/openaudible +icon: https://trueforge.org/img/hotlink-ok/chart-icons/openaudible.webp keywords: - audible kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: openaudible sources: - https://github.com/openaudible/openaudible_docker diff --git a/charts/stable/openbooks/Chart.yaml b/charts/stable/openbooks/Chart.yaml index 12b7f8cef15..4fd3fcdabac 100644 --- a/charts/stable/openbooks/Chart.yaml +++ b/charts/stable/openbooks/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.5.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: IRC Highway eBook Downloads. -home: https://truecharts.org/charts/stable/openbooks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/openbooks +icon: https://trueforge.org/img/hotlink-ok/chart-icons/openbooks.webp keywords: - openbooks - media kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: openbooks sources: - https://github.com/evan-buss/openbooks diff --git a/charts/stable/opengl-desktop-g3/Chart.yaml b/charts/stable/opengl-desktop-g3/Chart.yaml index 638f7238210..6c420b14e45 100644 --- a/charts/stable/opengl-desktop-g3/Chart.yaml +++ b/charts/stable/opengl-desktop-g3/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing -home: https://truecharts.org/charts/stable/opengl-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/opengl-desktop-g3 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.webp keywords: - opengl-desktop-g3 - Productivity @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: opengl-desktop-g3 sources: - https://github.com/accetto/headless-drawing-g3/ diff --git a/charts/stable/openhab/Chart.yaml b/charts/stable/openhab/Chart.yaml index 49be598f665..ffd3cea9e64 100644 --- a/charts/stable/openhab/Chart.yaml +++ b/charts/stable/openhab/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.1.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: OpenHab is a home-automation application -home: https://truecharts.org/charts/stable/openhab -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openhab.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/openhab +icon: https://trueforge.org/img/hotlink-ok/chart-icons/openhab.webp keywords: - openhab kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: openhab sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/openhab diff --git a/charts/stable/openobserve/Chart.yaml b/charts/stable/openobserve/Chart.yaml index 67499da27ff..b9f317786b9 100644 --- a/charts/stable/openobserve/Chart.yaml +++ b/charts/stable/openobserve/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.50.3 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Fast, scalable and cost-effective open source observability platform -home: https://truecharts.org/charts/stable/openobserve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openobserve.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/openobserve +icon: https://trueforge.org/img/hotlink-ok/chart-icons/openobserve.webp keywords: - logs - metrics @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: openobserve sources: - https://gallery.ecr.aws/zinclabs/openobserve diff --git a/charts/stable/openra/Chart.yaml b/charts/stable/openra/Chart.yaml index af30b30c2fc..16f750b2fc2 100644 --- a/charts/stable/openra/Chart.yaml +++ b/charts/stable/openra/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br] -home: https://truecharts.org/charts/stable/openra -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openra.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/openra +icon: https://trueforge.org/img/hotlink-ok/chart-icons/openra.webp keywords: - openra - Network-Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: openra sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/openra diff --git a/charts/stable/openspeedtest/Chart.yaml b/charts/stable/openspeedtest/Chart.yaml index 58803ccac0d..64850c58721 100644 --- a/charts/stable/openspeedtest/Chart.yaml +++ b/charts/stable/openspeedtest/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new. -home: https://truecharts.org/charts/stable/openspeedtest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openspeedtest.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/openspeedtest +icon: https://trueforge.org/img/hotlink-ok/chart-icons/openspeedtest.webp keywords: - speedtest - speed test @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: openspeedtest sources: - https://github.com/openspeedtest/Speed-Test diff --git a/charts/stable/openttd/Chart.yaml b/charts/stable/openttd/Chart.yaml index ddc359324be..a759caebf45 100644 --- a/charts/stable/openttd/Chart.yaml +++ b/charts/stable/openttd/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build). -home: https://truecharts.org/charts/stable/openttd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openttd.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/openttd +icon: https://trueforge.org/img/hotlink-ok/chart-icons/openttd.webp keywords: - openttd - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: openttd sources: - https://ghcr.io/ich777/openttdserver diff --git a/charts/stable/openvscode-server/Chart.yaml b/charts/stable/openvscode-server/Chart.yaml index 3051c569aa5..0e14350cf00 100644 --- a/charts/stable/openvscode-server/Chart.yaml +++ b/charts/stable/openvscode-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.106.3 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. -home: https://truecharts.org/charts/stable/openvscode-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/openvscode-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/openvscode-server.webp keywords: - openvscode-server kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: openvscode-server sources: - https://ghcr.io/linuxserver/openvscode-server diff --git a/charts/stable/openwebrxplus/Chart.yaml b/charts/stable/openwebrxplus/Chart.yaml index e844a49142d..501a48c1d40 100644 --- a/charts/stable/openwebrxplus/Chart.yaml +++ b/charts/stable/openwebrxplus/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.2.105 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Improved version of the OpenWebRX online SDR -home: https://truecharts.org/charts/stable/openwebrxplus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openwebrxplus.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/openwebrxplus +icon: https://trueforge.org/img/hotlink-ok/chart-icons/openwebrxplus.webp keywords: - radio - sdr kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: openwebrxplus sources: - https://github.com/luarvique/openwebrx diff --git a/charts/stable/orcaslicer/Chart.yaml b/charts/stable/orcaslicer/Chart.yaml index 14069e50f02..0401d927200 100644 --- a/charts/stable/orcaslicer/Chart.yaml +++ b/charts/stable/orcaslicer/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.3.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Orca Slicer is an open source slicer for FDM printers. -home: https://truecharts.org/charts/stable/orcaslicer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/orcaslicer.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/orcaslicer +icon: https://trueforge.org/img/hotlink-ok/chart-icons/orcaslicer.webp keywords: - orcaslicer - 3d @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: orcaslicer sources: - https://ghcr.io/linuxserver/orcaslicer diff --git a/charts/stable/organizr/Chart.yaml b/charts/stable/organizr/Chart.yaml index 29cc7528978..ea6a0b62b2f 100644 --- a/charts/stable/organizr/Chart.yaml +++ b/charts/stable/organizr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: HTPC/Homelab Services Organizer -home: https://truecharts.org/charts/stable/organizr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/organizr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/organizr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/organizr.webp keywords: - organizr kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: organizr sources: - https://github.com/causefx/Organizr diff --git a/charts/stable/oscam/Chart.yaml b/charts/stable/oscam/Chart.yaml index c01d577f5fc..b952648fb4d 100644 --- a/charts/stable/oscam/Chart.yaml +++ b/charts/stable/oscam/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 11942.0.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Open Source Conditional Access Module software -home: https://truecharts.org/charts/stable/oscam -icon: https://truecharts.org/img/hotlink-ok/chart-icons/oscam.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/oscam +icon: https://trueforge.org/img/hotlink-ok/chart-icons/oscam.webp keywords: - oscam kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: oscam sources: - https://ghcr.io/linuxserver/oscam diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml index b5dd671a485..d06c4ff9fcd 100644 --- a/charts/stable/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.4.0 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: A fast, collaborative, knowledge base for your team built using React and Node.js. -home: https://truecharts.org/charts/stable/outline -icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/outline +icon: https://trueforge.org/img/hotlink-ok/chart-icons/outline.webp keywords: - outline - knowledge kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: outline sources: - https://github.com/outline/outline diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml index 2260a9fdadf..9bee13e8fd1 100644 --- a/charts/stable/overseerr/Chart.yaml +++ b/charts/stable/overseerr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.34.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex! -home: https://truecharts.org/charts/stable/overseerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/overseerr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/overseerr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/overseerr.webp keywords: - overseerr - plex @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: overseerr sources: - https://ghcr.io/sct/overseerr diff --git a/charts/stable/owi2plex/Chart.yaml b/charts/stable/owi2plex/Chart.yaml index 32dd99e8c89..a648b42fe79 100644 --- a/charts/stable/owi2plex/Chart.yaml +++ b/charts/stable/owi2plex/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: a xml grabber for enigma with open webif -home: https://truecharts.org/charts/stable/owi2plex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/owi2plex.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/owi2plex +icon: https://trueforge.org/img/hotlink-ok/chart-icons/owi2plex.webp keywords: - owi2plex - Downloaders kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: owi2plex sources: - https://github.com/alturismo/owi2plex diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml index fc00e6ddbae..1b5b2592037 100644 --- a/charts/stable/owncast/Chart.yaml +++ b/charts/stable/owncast/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.2.4 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Take control over your live stream video by running it yourself. Streaming + chat out of the box. -home: https://truecharts.org/charts/stable/owncast -icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncast.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/owncast +icon: https://trueforge.org/img/hotlink-ok/chart-icons/owncast.webp keywords: - owncast - stream @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: owncast sources: - https://github.com/owncast/owncast diff --git a/charts/stable/pairdrop/Chart.yaml b/charts/stable/pairdrop/Chart.yaml index 02f19796852..21b7f1766ee 100644 --- a/charts/stable/pairdrop/Chart.yaml +++ b/charts/stable/pairdrop/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.11.2 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Local file sharing in your web browser. -home: https://truecharts.org/charts/stable/pairdrop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pairdrop.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pairdrop +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pairdrop.webp keywords: - file-sharing kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pairdrop sources: - https://ghcr.io/schlagmichdoch/pairdrop diff --git a/charts/stable/palworld/Chart.yaml b/charts/stable/palworld/Chart.yaml index 51c4340983c..2786e089540 100644 --- a/charts/stable/palworld/Chart.yaml +++ b/charts/stable/palworld/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: palworld dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A custom SteamCMD chart that runs Palworld. -home: https://truecharts.org/charts/stable/palworld -icon: https://truecharts.org/img/hotlink-ok/chart-icons/palworld.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/palworld +icon: https://trueforge.org/img/hotlink-ok/chart-icons/palworld.webp keywords: - palworld - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: palworld sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/paperless-ngx/Chart.yaml b/charts/stable/paperless-ngx/Chart.yaml index edd2b62f24a..37bf1145fc2 100644 --- a/charts/stable/paperless-ngx/Chart.yaml +++ b/charts/stable/paperless-ngx/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.20.5 dependencies: @@ -27,8 +33,8 @@ dependencies: import-values: [] deprecated: false description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. -home: https://truecharts.org/charts/stable/paperless-ngx -icon: https://truecharts.org/img/hotlink-ok/chart-icons/paperless-ngx.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/paperless-ngx +icon: https://trueforge.org/img/hotlink-ok/chart-icons/paperless-ngx.webp keywords: - paperless-ng - paperless-ngx @@ -37,8 +43,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: paperless-ngx sources: - https://ghcr.io/paperless-ngx/paperless-ngx diff --git a/charts/stable/papermerge/Chart.yaml b/charts/stable/papermerge/Chart.yaml index fe0de01c1ee..35753b02622 100644 --- a/charts/stable/papermerge/Chart.yaml +++ b/charts/stable/papermerge/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.5.3 dependencies: @@ -29,15 +35,15 @@ dependencies: import-values: [] deprecated: false description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. -home: https://truecharts.org/charts/stable/papermerge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/papermerge +icon: https://trueforge.org/img/hotlink-ok/chart-icons/papermerge.webp keywords: - papermerge kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: papermerge sources: - https://github.com/ciur/papermerge diff --git a/charts/stable/passwordpusherephemeral/Chart.yaml b/charts/stable/passwordpusherephemeral/Chart.yaml index f0177f73c8d..3b5fde8a9a0 100644 --- a/charts/stable/passwordpusherephemeral/Chart.yaml +++ b/charts/stable/passwordpusherephemeral/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Ephemeral version requires no other database Chart! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. -home: https://truecharts.org/charts/stable/passwordpusherephemeral -icon: https://truecharts.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/passwordpusherephemeral +icon: https://trueforge.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.webp keywords: - passwordpusherephemeral - Productivity @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: passwordpusherephemeral sources: - https://github.com/pglombardo/PasswordPusher diff --git a/charts/stable/pasta/Chart.yaml b/charts/stable/pasta/Chart.yaml index 59b8071c6b1..0c9ff990333 100644 --- a/charts/stable/pasta/Chart.yaml +++ b/charts/stable/pasta/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.2.4 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: PASTA - Audio and Subtitle Track Changer for Plex -home: https://truecharts.org/charts/stable/pasta -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pasta.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pasta +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pasta.webp keywords: - pasta - MediaApp-Other @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pasta sources: - https://github.com/cglatot/pasta diff --git a/charts/stable/pastey/Chart.yaml b/charts/stable/pastey/Chart.yaml index 085d1c1c07f..eafadd9ce92 100644 --- a/charts/stable/pastey/Chart.yaml +++ b/charts/stable/pastey/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.5.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A lightweight, self-hosted paste platform. -home: https://truecharts.org/charts/stable/pastey -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pastey.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pastey +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pastey.webp keywords: - pastey - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pastey sources: - https://github.com/Cesura/pastey diff --git a/charts/stable/pavlovvr/Chart.yaml b/charts/stable/pavlovvr/Chart.yaml index 04cc8a1a23b..6240d515f34 100644 --- a/charts/stable/pavlovvr/Chart.yaml +++ b/charts/stable/pavlovvr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: palor dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Pavlov VR and run it. -home: https://truecharts.org/charts/stable/pavlovvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pavlovvr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pavlovvr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pavlovvr.webp keywords: - pavlovvr - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pavlovvr sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/peanut/Chart.yaml b/charts/stable/peanut/Chart.yaml index 19baa79e004..617673eab7a 100644 --- a/charts/stable/peanut/Chart.yaml +++ b/charts/stable/peanut/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.21.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A Tiny Dashboard for Network UPS Tools. -home: https://truecharts.org/charts/stable/peanut -icon: https://truecharts.org/img/hotlink-ok/chart-icons/peanut.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/peanut +icon: https://trueforge.org/img/hotlink-ok/chart-icons/peanut.webp keywords: - peanut - ups kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: peanut sources: - https://github.com/Brandawg93/PeaNUT diff --git a/charts/stable/peppermint/Chart.yaml b/charts/stable/peppermint/Chart.yaml index 3039d5687ea..42e1ec18f22 100644 --- a/charts/stable/peppermint/Chart.yaml +++ b/charts/stable/peppermint/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: An open source ticket management & help desk solution. -home: https://truecharts.org/charts/stable/peppermint -icon: https://truecharts.org/img/hotlink-ok/chart-icons/peppermint.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/peppermint +icon: https://trueforge.org/img/hotlink-ok/chart-icons/peppermint.webp keywords: - peppermint - tickets kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: peppermint sources: - https://github.com/Peppermint-Lab/peppermint diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml index 51813995e58..4537475253f 100644 --- a/charts/stable/pgadmin/Chart.yaml +++ b/charts/stable/pgadmin/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 9.11.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Web-Based postgresql database management utility -home: https://truecharts.org/charts/stable/pgadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pgadmin +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pgadmin.webp keywords: - pgadmin - db @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pgadmin sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pgadmin diff --git a/charts/stable/phoronix-test-suite/Chart.yaml b/charts/stable/phoronix-test-suite/Chart.yaml index edd6e8ae10a..e79875abefd 100644 --- a/charts/stable/phoronix-test-suite/Chart.yaml +++ b/charts/stable/phoronix-test-suite/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added. -home: https://truecharts.org/charts/stable/phoronix-test-suite -icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoronix-test-suite.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/phoronix-test-suite +icon: https://trueforge.org/img/hotlink-ok/chart-icons/phoronix-test-suite.webp keywords: - phoronix-test-suite - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: phoronix-test-suite sources: - https://github.com/phoronix-test-suite/phoronix-test-suite diff --git a/charts/stable/photo-stream/Chart.yaml b/charts/stable/photo-stream/Chart.yaml index 42e328d5314..b7a6aabc21f 100644 --- a/charts/stable/photo-stream/Chart.yaml +++ b/charts/stable/photo-stream/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Photo Stream is a simpler home for your photos. Easy to use, self hosted, no tracking, just photos. -home: https://truecharts.org/charts/stable/photo-stream -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/photo-stream +icon: https://trueforge.org/img/hotlink-ok/chart-icons/photo-stream.webp keywords: - photo-stream - Productivity @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: photo-stream sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/photo-stream diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index a3a0ae1131f..5c6677e445d 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 250707.0.0 dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection -home: https://truecharts.org/charts/stable/photoprism -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/photoprism +icon: https://trueforge.org/img/hotlink-ok/chart-icons/photoprism.webp keywords: - photos - photoprism @@ -39,8 +45,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: photoprism sources: - https://github.com/photoprism/photoprism diff --git a/charts/stable/photoshow/Chart.yaml b/charts/stable/photoshow/Chart.yaml index e9bd7ffd0a9..b55a954b569 100644 --- a/charts/stable/photoshow/Chart.yaml +++ b/charts/stable/photoshow/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 48aabb98 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A gallery software at its easiest, it doesn't even require a database. -home: https://truecharts.org/charts/stable/photoshow -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoshow.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/photoshow +icon: https://trueforge.org/img/hotlink-ok/chart-icons/photoshow.webp keywords: - photoshow - photo @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: photoshow sources: - https://ghcr.io/linuxserver/photoshow diff --git a/charts/stable/photostructure/Chart.yaml b/charts/stable/photostructure/Chart.yaml index 51ea3dad810..fe2c2ff96c0 100644 --- a/charts/stable/photostructure/Chart.yaml +++ b/charts/stable/photostructure/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2026.1.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: PhotoStructure is your new home for all your photos and videos. -home: https://truecharts.org/charts/stable/photostructure -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photostructure.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/photostructure +icon: https://trueforge.org/img/hotlink-ok/chart-icons/photostructure.webp keywords: - photostructure - MediaApp-Photos @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: photostructure sources: - https://github.com/photostructure/photostructure-for-servers diff --git a/charts/stable/photoview/Chart.yaml b/charts/stable/photoview/Chart.yaml index 1f4aa8314d5..1f89e034f49 100644 --- a/charts/stable/photoview/Chart.yaml +++ b/charts/stable/photoview/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.4.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Photoview is a simple and user-friendly photo gallery. -home: https://truecharts.org/charts/stable/photoview -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/photoview +icon: https://trueforge.org/img/hotlink-ok/chart-icons/photoview.webp keywords: - photo - gallery kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: photoview sources: - https://github.com/photoview/photoview diff --git a/charts/stable/phpldapadmin/Chart.yaml b/charts/stable/phpldapadmin/Chart.yaml index b8a495ecc74..54e8a9327dd 100644 --- a/charts/stable/phpldapadmin/Chart.yaml +++ b/charts/stable/phpldapadmin/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.9.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Web-based LDAP browser to manage your LDAP server -home: https://truecharts.org/charts/stable/phpldapadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpldapadmin.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/phpldapadmin +icon: https://trueforge.org/img/hotlink-ok/chart-icons/phpldapadmin.webp keywords: - phpldapadmin - openldap @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: phpldapadmin sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/phpldapadmin diff --git a/charts/stable/phpmyadmin/Chart.yaml b/charts/stable/phpmyadmin/Chart.yaml index a92dc21ccc5..6f6ac986bc1 100644 --- a/charts/stable/phpmyadmin/Chart.yaml +++ b/charts/stable/phpmyadmin/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.2.3 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A web interface for MySQL and MariaDB. -home: https://truecharts.org/charts/stable/phpmyadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpmyadmin.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/phpmyadmin +icon: https://trueforge.org/img/hotlink-ok/chart-icons/phpmyadmin.webp keywords: - phpmyadmin - Tools-Utilities @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: phpmyadmin sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/phpmyadmin diff --git a/charts/stable/piaware/Chart.yaml b/charts/stable/piaware/Chart.yaml index 2ac9e82cb9a..cb303261841 100644 --- a/charts/stable/piaware/Chart.yaml +++ b/charts/stable/piaware/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 10.0.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Program for forwarding ADS-B data to FlightAware -home: https://truecharts.org/charts/stable/piaware -icon: https://truecharts.org/img/hotlink-ok/chart-icons/piaware.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/piaware +icon: https://trueforge.org/img/hotlink-ok/chart-icons/piaware.webp keywords: - piaware - flight-aware @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: piaware sources: - https://github.com/flightaware/piaware diff --git a/charts/stable/picoshare/Chart.yaml b/charts/stable/picoshare/Chart.yaml index c07875053e3..96ff116bcf1 100644 --- a/charts/stable/picoshare/Chart.yaml +++ b/charts/stable/picoshare/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.5.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: PicoShare is a minimalist service that allows you to share files easily. -home: https://truecharts.org/charts/stable/picoshare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/picoshare +icon: https://trueforge.org/img/hotlink-ok/chart-icons/picoshare.webp keywords: - picoshare kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: picoshare sources: - https://github.com/mtlynch/picoshare diff --git a/charts/stable/pigallery2/Chart.yaml b/charts/stable/pigallery2/Chart.yaml index 6402d88189f..b309d1404d9 100644 --- a/charts/stable/pigallery2/Chart.yaml +++ b/charts/stable/pigallery2/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: 'Homepage: http://bpatrik.github.io/pigallery2/' -home: https://truecharts.org/charts/stable/pigallery2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pigallery2.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pigallery2 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pigallery2.webp keywords: - pigallery2 - Cloud @@ -36,8 +42,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pigallery2 sources: - https://github.com/bpatrik/pigallery2 diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index 5dfeaaa6e97..671787cf023 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2025.11.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: DNS and Ad-filtering for your network -home: https://truecharts.org/charts/stable/pihole -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pihole +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pihole.webp keywords: - DNS kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pihole sources: - https://ghcr.io/pi-hole/pihole diff --git a/charts/stable/pingvin-share/Chart.yaml b/charts/stable/pingvin-share/Chart.yaml index 4ab246652f3..3841dfb34de 100644 --- a/charts/stable/pingvin-share/Chart.yaml +++ b/charts/stable/pingvin-share/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.13.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer. -home: https://truecharts.org/charts/stable/pingvin-share -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pingvin-share.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pingvin-share +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pingvin-share.webp keywords: - file-sharting kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pingvin-share sources: - https://github.com/stonith404/pingvin-share diff --git a/charts/stable/pinry/Chart.yaml b/charts/stable/pinry/Chart.yaml index b904db5b5e2..6d9d92e67c0 100644 --- a/charts/stable/pinry/Chart.yaml +++ b/charts/stable/pinry/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.1.13 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. -home: https://truecharts.org/charts/stable/pinry -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pinry +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pinry.webp keywords: - pinry kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pinry sources: - https://github.com/pinry/pinry/ diff --git a/charts/stable/piwigo/Chart.yaml b/charts/stable/piwigo/Chart.yaml index 3ac6b2df1f0..44afa2a8c85 100644 --- a/charts/stable/piwigo/Chart.yaml +++ b/charts/stable/piwigo/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 16.2.0 dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: A photo gallery software for the web. -home: https://truecharts.org/charts/stable/piwigo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/piwigo +icon: https://trueforge.org/img/hotlink-ok/chart-icons/piwigo.webp keywords: - piwigo - gallery @@ -39,8 +45,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: piwigo sources: - https://ghcr.io/linuxserver/piwigo diff --git a/charts/stable/pixapop/Chart.yaml b/charts/stable/pixapop/Chart.yaml index c173005c569..50aa09b4e9b 100644 --- a/charts/stable/pixapop/Chart.yaml +++ b/charts/stable/pixapop/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.2.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: An open-source single page application to view your photos in the easiest way possible. -home: https://truecharts.org/charts/stable/pixapop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixapop.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pixapop +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pixapop.webp keywords: - pixapop - photo @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pixapop sources: - https://ghcr.io/linuxserver/pixapop diff --git a/charts/stable/pixark/Chart.yaml b/charts/stable/pixark/Chart.yaml index 9c48d4db90d..2e6b1c44fe4 100644 --- a/charts/stable/pixark/Chart.yaml +++ b/charts/stable/pixark/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: pixark dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!). -home: https://truecharts.org/charts/stable/pixark -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixark.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pixark +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pixark.webp keywords: - pixark - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pixark sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/plant-it/Chart.yaml b/charts/stable/plant-it/Chart.yaml index e434d8547be..0d1d95c40d8 100644 --- a/charts/stable/plant-it/Chart.yaml +++ b/charts/stable/plant-it/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.10.0 dependencies: @@ -34,16 +40,16 @@ dependencies: import-values: [] deprecated: false description: Plant-it is a self-hosted gardening companion app. -home: https://truecharts.org/charts/stable/plant-it -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plant-it.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/plant-it +icon: https://trueforge.org/img/hotlink-ok/chart-icons/plant-it.webp keywords: - plant - plant-it kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: plant-it sources: - https://github.com/MDeLuise/plant-it diff --git a/charts/stable/plausible/Chart.yaml b/charts/stable/plausible/Chart.yaml index 6d7e6ce89d6..721ecdb514c 100644 --- a/charts/stable/plausible/Chart.yaml +++ b/charts/stable/plausible/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.0.0 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. -home: https://truecharts.org/charts/stable/plausible -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/plausible +icon: https://trueforge.org/img/hotlink-ok/chart-icons/plausible.webp keywords: - plausible - analytics kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: plausible sources: - https://github.com/plausible/analytics diff --git a/charts/stable/plaxt/Chart.yaml b/charts/stable/plaxt/Chart.yaml index 72898b2fa83..0fd0cffad91 100644 --- a/charts/stable/plaxt/Chart.yaml +++ b/charts/stable/plaxt/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv -home: https://truecharts.org/charts/stable/plaxt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plaxt.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/plaxt +icon: https://trueforge.org/img/hotlink-ok/chart-icons/plaxt.webp keywords: - plaxt - Other @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: plaxt sources: - https://github.com/XanderStrike/goplaxt diff --git a/charts/stable/plex-auto-languages/Chart.yaml b/charts/stable/plex-auto-languages/Chart.yaml index 8363789ae43..e853f03c03b 100644 --- a/charts/stable/plex-auto-languages/Chart.yaml +++ b/charts/stable/plex-auto-languages/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Automated language selection for Plex TV Shows. -home: https://truecharts.org/charts/stable/plex-auto-languages -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-auto-languages.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/plex-auto-languages +icon: https://trueforge.org/img/hotlink-ok/chart-icons/plex-auto-languages.webp keywords: - plex-auto-languages - Tools-Utilities @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: plex-auto-languages sources: - https://github.com/remirigal/plex-auto-languages diff --git a/charts/stable/plex-meta-manager/Chart.yaml b/charts/stable/plex-meta-manager/Chart.yaml index 169a4fa49cd..30087f4ec72 100644 --- a/charts/stable/plex-meta-manager/Chart.yaml +++ b/charts/stable/plex-meta-manager/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.21.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Python script to update metadata and automatically build collections. -home: https://truecharts.org/charts/stable/plex-meta-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/plex-meta-manager +icon: https://trueforge.org/img/hotlink-ok/chart-icons/plex-meta-manager.webp keywords: - plex-meta-manager kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: plex-meta-manager sources: - https://github.com/meisnate12/Plex-Meta-Manager diff --git a/charts/stable/plex-playlist-sync/Chart.yaml b/charts/stable/plex-playlist-sync/Chart.yaml index d8f1ae71720..44ceab20659 100644 --- a/charts/stable/plex-playlist-sync/Chart.yaml +++ b/charts/stable/plex-playlist-sync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Sync your Spotify and Deezer playlists to your Plex server. -home: https://truecharts.org/charts/stable/plex-playlist-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-playlist-sync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/plex-playlist-sync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/plex-playlist-sync.webp keywords: - plex-playlist-sync - Spotify @@ -35,8 +41,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: plex-playlist-sync sources: - https://github.com/rnagabhyrava/plex-playlist-sync diff --git a/charts/stable/plex-utills/Chart.yaml b/charts/stable/plex-utills/Chart.yaml index ef22676e8e7..229c9a83903 100644 --- a/charts/stable/plex-utills/Chart.yaml +++ b/charts/stable/plex-utills/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A utility to help manage your library. -home: https://truecharts.org/charts/stable/plex-utills -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/plex-utills +icon: https://trueforge.org/img/hotlink-ok/chart-icons/plex-utills.webp keywords: - plex-utills - Tools-Utilities @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: plex-utills sources: - https://github.com/jkirkcaldy/plex-utills diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index bebca309ca2..dc90dbe8541 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.43.0.10467 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Plex Media Server -home: https://truecharts.org/charts/stable/plex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/plex +icon: https://trueforge.org/img/hotlink-ok/chart-icons/plex.webp keywords: - plex - plex-media-server kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: plex sources: - https://github.com/k8s-at-home/container-images/pkgs/container/plex diff --git a/charts/stable/plexanisync/Chart.yaml b/charts/stable/plexanisync/Chart.yaml index e241dc516aa..d7e32ee62e3 100644 --- a/charts/stable/plexanisync/Chart.yaml +++ b/charts/stable/plexanisync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.4.3 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Plex to AniList Sync. -home: https://truecharts.org/charts/stable/plexanisync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexanisync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/plexanisync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/plexanisync.webp keywords: - plexanisync - media kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: plexanisync sources: - https://ghcr.io/rickdb/plexanisync diff --git a/charts/stable/plexripper/Chart.yaml b/charts/stable/plexripper/Chart.yaml index 40c1ed993f7..4b58685dbd1 100644 --- a/charts/stable/plexripper/Chart.yaml +++ b/charts/stable/plexripper/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.32.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A multi-platform media downloader that indexes and downloads content from your accessible Plex servers. -home: https://truecharts.org/charts/stable/plexripper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/plexripper +icon: https://trueforge.org/img/hotlink-ok/chart-icons/plexripper.webp keywords: - plexripper - Backup @@ -35,8 +41,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: plexripper sources: - https://github.com/PlexRipper/PlexRipper/ diff --git a/charts/stable/plextraktsync/Chart.yaml b/charts/stable/plextraktsync/Chart.yaml index 9e6eefd7b57..e597a851037 100644 --- a/charts/stable/plextraktsync/Chart.yaml +++ b/charts/stable/plextraktsync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.34.20 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Two-way-sync between trakt.tv and Plex Media Server. -home: https://truecharts.org/charts/stable/plextraktsync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/plextraktsync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/plextraktsync.webp keywords: - plextraktsync - Tools-Utilities @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: plextraktsync sources: - https://ghcr.io/taxel/plextraktsync diff --git a/charts/stable/pocketmine-mp/Chart.yaml b/charts/stable/pocketmine-mp/Chart.yaml index a2609ba206d..c8a4c0852b8 100644 --- a/charts/stable/pocketmine-mp/Chart.yaml +++ b/charts/stable/pocketmine-mp/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.39.3 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A server software for Minecraft Bedrock Edition in PHP. -home: https://truecharts.org/charts/stable/pocketmine-mp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pocketmine-mp +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pocketmine-mp.webp keywords: - pocketmine-mp - minecraft kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pocketmine-mp sources: - https://ghcr.io/pmmp/pocketmine-mp diff --git a/charts/stable/podgrab/Chart.yaml b/charts/stable/podgrab/Chart.yaml index 18030857e69..16bd9d7e83b 100644 --- a/charts/stable/podgrab/Chart.yaml +++ b/charts/stable/podgrab/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.0.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: A self-hosted podcast manager to download episodes as soon as they become live. -home: https://truecharts.org/charts/stable/podgrab -icon: https://truecharts.org/img/hotlink-ok/chart-icons/podgrab.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/podgrab +icon: https://trueforge.org/img/hotlink-ok/chart-icons/podgrab.webp keywords: - podgrab kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: podgrab sources: - https://github.com/akhilrex/podgrab diff --git a/charts/stable/portainer/Chart.yaml b/charts/stable/portainer/Chart.yaml index 4ed7e1289f9..7c00d55285b 100644 --- a/charts/stable/portainer/Chart.yaml +++ b/charts/stable/portainer/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.38.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Container management made easy -home: https://truecharts.org/charts/stable/portainer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/portainer +icon: https://trueforge.org/img/hotlink-ok/chart-icons/portainer.webp keywords: - portainer kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: portainer sources: - https://docs.portainer.io/start/install-ce/server diff --git a/charts/stable/post-recording/Chart.yaml b/charts/stable/post-recording/Chart.yaml index dee0577b06a..c31e80f0a6c 100644 --- a/charts/stable/post-recording/Chart.yaml +++ b/charts/stable/post-recording/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings. -home: https://truecharts.org/charts/stable/post-recording -icon: https://truecharts.org/img/hotlink-ok/chart-icons/post-recording.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/post-recording +icon: https://trueforge.org/img/hotlink-ok/chart-icons/post-recording.webp keywords: - post-recording - MediaApp-Video kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: post-recording sources: - https://github.com/chacawaca/docker-post-recording diff --git a/charts/stable/posterr/Chart.yaml b/charts/stable/posterr/Chart.yaml index 662dcf9f8cc..cc925eb0209 100644 --- a/charts/stable/posterr/Chart.yaml +++ b/charts/stable/posterr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Media display for Plex, Sonarr and Radarr. -home: https://truecharts.org/charts/stable/posterr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/posterr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/posterr.webp keywords: - posterr - MediaServer-Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: posterr sources: - https://github.com/petersem/posterr diff --git a/charts/stable/postscriptum/Chart.yaml b/charts/stable/postscriptum/Chart.yaml index 789d7bfca0b..c97ef71e724 100644 --- a/charts/stable/postscriptum/Chart.yaml +++ b/charts/stable/postscriptum/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: postscriptum dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install PostScriptum and run it. -home: https://truecharts.org/charts/stable/postscriptum -icon: https://truecharts.org/img/hotlink-ok/chart-icons/postscriptum.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/postscriptum +icon: https://trueforge.org/img/hotlink-ok/chart-icons/postscriptum.webp keywords: - postscriptum - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: postscriptum sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml index 3431ec4eba4..e3c50dd04e3 100644 --- a/charts/stable/pretend-youre-xyzzy/Chart.yaml +++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.0.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: pretend-youre-xyzzy, a cards against humanity clone -home: https://truecharts.org/charts/stable/pretend-youre-xyzzy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pretend-youre-xyzzy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.webp keywords: - pretend-youre-xyzzy - cards @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pretend-youre-xyzzy sources: - https://github.com/ajanata/PretendYoureXyzzy diff --git a/charts/stable/profilarr/Chart.yaml b/charts/stable/profilarr/Chart.yaml index 65e10ab5195..2aeac66717e 100644 --- a/charts/stable/profilarr/Chart.yaml +++ b/charts/stable/profilarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.1.4 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Configuration management tool for Radarr/Sonarr that automates importing and version control of custom formats and quality profiles. -home: https://truecharts.org/charts/stable/profilarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/profilarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/profilarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/profilarr.webp keywords: - profilarr - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: profilarr sources: - https://github.com/Dictionarry-Hub/profilarr diff --git a/charts/stable/projectsend/Chart.yaml b/charts/stable/projectsend/Chart.yaml index 4d78c94a38b..f4c89da7271 100644 --- a/charts/stable/projectsend/Chart.yaml +++ b/charts/stable/projectsend/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. -home: https://truecharts.org/charts/stable/projectsend -icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/projectsend +icon: https://trueforge.org/img/hotlink-ok/chart-icons/projectsend.webp keywords: - projectsend - files kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: projectsend sources: - https://ghcr.io/linuxserver/projectsend diff --git a/charts/stable/promcord/Chart.yaml b/charts/stable/promcord/Chart.yaml index 752903757c9..7959d0c08da 100644 --- a/charts/stable/promcord/Chart.yaml +++ b/charts/stable/promcord/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Discord bot that provides metrics from a Discord server -home: https://truecharts.org/charts/stable/promcord -icon: https://truecharts.org/img/hotlink-ok/chart-icons/promcord.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/promcord +icon: https://trueforge.org/img/hotlink-ok/chart-icons/promcord.webp keywords: - promcord - discord @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: promcord sources: - https://github.com/nimarion/promcord diff --git a/charts/stable/prometheus-pve-exporter/Chart.yaml b/charts/stable/prometheus-pve-exporter/Chart.yaml index 7c23276e24e..583ddaf687f 100644 --- a/charts/stable/prometheus-pve-exporter/Chart.yaml +++ b/charts/stable/prometheus-pve-exporter/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.8.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A Prometheus exporter for Proxmox Virtual Environment metrics. -home: https://truecharts.org/charts/stable/prometheus-pve-exporter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-pve-exporter.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/prometheus-pve-exporter +icon: https://trueforge.org/img/hotlink-ok/chart-icons/prometheus-pve-exporter.webp keywords: - prometheus - prometheus-pve-exporter @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: prometheus-pve-exporter sources: - https://github.com/prometheus-pve/prometheus-pve-exporter diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index e5aa402d39f..47f84bcc011 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.19.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: ProtonMail IMAP/SMTP Bridge to work on the network. -home: https://truecharts.org/charts/stable/protonmail-bridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/protonmail-bridge +icon: https://trueforge.org/img/hotlink-ok/chart-icons/protonmail-bridge.webp keywords: - protonmail - protonmail-bridge kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: protonmail-bridge sources: - https://github.com/shenxn/protonmail-bridge-docker diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index 230d73e5514..04e87bcfc7a 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.3.2.5245 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. -home: https://truecharts.org/charts/stable/prowlarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/prowlarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/prowlarr.webp keywords: - prowlarr - torrent @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: prowlarr sources: - https://ghcr.io/onedr0p/exportarr diff --git a/charts/stable/proxmox-backup-server/Chart.yaml b/charts/stable/proxmox-backup-server/Chart.yaml index a78eec2122b..a83eae08fee 100644 --- a/charts/stable/proxmox-backup-server/Chart.yaml +++ b/charts/stable/proxmox-backup-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.0.18 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Container for proxmox backup server -home: https://truecharts.org/charts/stable/proxmox-backup-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/proxmox-backup-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/proxmox-backup-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/proxmox-backup-server.webp keywords: - proxmox-backup-server - pbs kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: proxmox-backup-server sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/proxmox-backup-server diff --git a/charts/stable/prpdf/Chart.yaml b/charts/stable/prpdf/Chart.yaml index 6f2dce1af92..2e51ef08ece 100644 --- a/charts/stable/prpdf/Chart.yaml +++ b/charts/stable/prpdf/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc. -home: https://truecharts.org/charts/stable/prpdf -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prpdf.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/prpdf +icon: https://trueforge.org/img/hotlink-ok/chart-icons/prpdf.webp keywords: - prpdf - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: prpdf sources: - https://github.com/maschhoff/prpdf diff --git a/charts/stable/prusaslicer-novnc/Chart.yaml b/charts/stable/prusaslicer-novnc/Chart.yaml index b9da4996a02..109a18872c9 100644 --- a/charts/stable/prusaslicer-novnc/Chart.yaml +++ b/charts/stable/prusaslicer-novnc/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart. -home: https://truecharts.org/charts/stable/prusaslicer-novnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/prusaslicer-novnc +icon: https://trueforge.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.webp keywords: - prusaslicer-novnc - home-automation @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: prusaslicer-novnc sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/prusaslicer-novnc diff --git a/charts/stable/ps3netsrv/Chart.yaml b/charts/stable/ps3netsrv/Chart.yaml index 6c3e2272822..89f907c7f84 100644 --- a/charts/stable/ps3netsrv/Chart.yaml +++ b/charts/stable/ps3netsrv/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.11.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Allows Multiman or Webman to stream and play game backups over the network. -home: https://truecharts.org/charts/stable/ps3netsrv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ps3netsrv.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ps3netsrv +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ps3netsrv.webp keywords: - ps3netsrv - Game servers @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ps3netsrv sources: - https://github.com/aldostools/webMAN-MOD/tree/master/_Projects_/ps3netsrv diff --git a/charts/stable/pt-helper/Chart.yaml b/charts/stable/pt-helper/Chart.yaml index a01b4702aa5..393a5ea59c3 100644 --- a/charts/stable/pt-helper/Chart.yaml +++ b/charts/stable/pt-helper/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A tool that can automatically download free seeds and delete them after the free time expires. -home: https://truecharts.org/charts/stable/pt-helper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pt-helper.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pt-helper +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pt-helper.webp keywords: - pt-helper - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pt-helper sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pt-helper diff --git a/charts/stable/putty/Chart.yaml b/charts/stable/putty/Chart.yaml index aa8abf7fa14..bf02a952f3a 100644 --- a/charts/stable/putty/Chart.yaml +++ b/charts/stable/putty/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.01.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. -home: https://truecharts.org/charts/stable/putty -icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/putty +icon: https://trueforge.org/img/hotlink-ok/chart-icons/putty.webp keywords: - ssh - putty kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: putty sources: - https://github.com/jlesage/docker-putty diff --git a/charts/stable/pvk-ii/Chart.yaml b/charts/stable/pvk-ii/Chart.yaml index 98207b17995..e2089b830d4 100644 --- a/charts/stable/pvk-ii/Chart.yaml +++ b/charts/stable/pvk-ii/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: pkii dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it. -home: https://truecharts.org/charts/stable/pvk-ii -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pvk-ii.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pvk-ii +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pvk-ii.webp keywords: - pvk-ii - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pvk-ii sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/pwm/Chart.yaml b/charts/stable/pwm/Chart.yaml index 1bc5a3156f8..c3866739b7c 100644 --- a/charts/stable/pwm/Chart.yaml +++ b/charts/stable/pwm/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: alpine dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves. -home: https://truecharts.org/charts/stable/pwm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwm.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pwm +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pwm.webp keywords: - pwm - Security kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pwm sources: - https://github.com/pwm-project/pwm diff --git a/charts/stable/pwndrop/Chart.yaml b/charts/stable/pwndrop/Chart.yaml index 3282740aace..f8e61d92a2f 100644 --- a/charts/stable/pwndrop/Chart.yaml +++ b/charts/stable/pwndrop/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.0.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. -home: https://truecharts.org/charts/stable/pwndrop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pwndrop +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pwndrop.webp keywords: - pwndrop kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pwndrop sources: - https://ghcr.io/linuxserver/pwndrop diff --git a/charts/stable/pyload-ng/Chart.yaml b/charts/stable/pyload-ng/Chart.yaml index f88c3f3fbde..3ccb1a085b4 100644 --- a/charts/stable/pyload-ng/Chart.yaml +++ b/charts/stable/pyload-ng/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. -home: https://truecharts.org/charts/stable/pyload-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pyload-ng +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pyload-ng.webp keywords: - pyload-ng - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pyload-ng sources: - https://fleet.linuxserver.io/image?name=linuxserver/pyload-ng diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml index 221e9bbc4d8..a4e3ac699ba 100644 --- a/charts/stable/pyload/Chart.yaml +++ b/charts/stable/pyload/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 360b2295 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. -home: https://truecharts.org/charts/stable/pyload -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pyload +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pyload.webp keywords: - pyload - download kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pyload sources: - https://ghcr.io/linuxserver/pyload diff --git a/charts/stable/pylon/Chart.yaml b/charts/stable/pylon/Chart.yaml index 45894937553..2d938dd3ba7 100644 --- a/charts/stable/pylon/Chart.yaml +++ b/charts/stable/pylon/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.10.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Pylon is a web based integrated development environment. -home: https://truecharts.org/charts/stable/pylon -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/pylon +icon: https://trueforge.org/img/hotlink-ok/chart-icons/pylon.webp keywords: - pylon kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: pylon sources: - https://ghcr.io/linuxserver/pylon diff --git a/charts/stable/qbitmanage/Chart.yaml b/charts/stable/qbitmanage/Chart.yaml index f377cf439ef..3d8ce0ad86c 100644 --- a/charts/stable/qbitmanage/Chart.yaml +++ b/charts/stable/qbitmanage/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.6.5 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. -home: https://truecharts.org/charts/stable/qbitmanage -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitmanage.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/qbitmanage +icon: https://trueforge.org/img/hotlink-ok/chart-icons/qbitmanage.webp keywords: - qbitmanage - Downloaders @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: qbitmanage sources: - https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation diff --git a/charts/stable/qbitrr/Chart.yaml b/charts/stable/qbitrr/Chart.yaml index 50aaa329740..7ec350c2b37 100644 --- a/charts/stable/qbitrr/Chart.yaml +++ b/charts/stable/qbitrr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.8.7 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A simple script to monitor qBit and communicate with Radarr and Sonarr. -home: https://truecharts.org/charts/stable/qbitrr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/qbitrr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/qbitrr.webp keywords: - qbitrr - Downloaders @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: qbitrr sources: - https://github.com/Feramance/Qbitrr diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index b3f9fced47d..a0b92058458 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.1.4 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: qBittorrent is a cross-platform free and open-source BitTorrent client -home: https://truecharts.org/charts/stable/qbittorrent -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/qbittorrent +icon: https://trueforge.org/img/hotlink-ok/chart-icons/qbittorrent.webp keywords: - qbittorrent - torrrent kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: qbittorrent sources: - https://github.com/qbittorrent/qBittorrent diff --git a/charts/stable/qdirstat/Chart.yaml b/charts/stable/qdirstat/Chart.yaml index 1255011060b..471be883220 100644 --- a/charts/stable/qdirstat/Chart.yaml +++ b/charts/stable/qdirstat/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.01.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. -home: https://truecharts.org/charts/stable/qdirstat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qdirstat.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/qdirstat +icon: https://trueforge.org/img/hotlink-ok/chart-icons/qdirstat.webp keywords: - stats - qdirstat kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: qdirstat sources: - https://github.com/jlesage/docker-qdirstat diff --git a/charts/stable/qflood/Chart.yaml b/charts/stable/qflood/Chart.yaml index 8e6be277588..a27fc7231ec 100644 --- a/charts/stable/qflood/Chart.yaml +++ b/charts/stable/qflood/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Chart with qBittorrent and the Flood UI. -home: https://truecharts.org/charts/stable/qflood -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qflood.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/qflood +icon: https://trueforge.org/img/hotlink-ok/chart-icons/qflood.webp keywords: - qflood - Downloaders kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: qflood sources: - https://ghcr.io/hotio/qflood diff --git a/charts/stable/qinglong/Chart.yaml b/charts/stable/qinglong/Chart.yaml index 04aa3f156de..493daae97f1 100644 --- a/charts/stable/qinglong/Chart.yaml +++ b/charts/stable/qinglong/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.20.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A timed task management panel that supports typescript, javaScript, python3, and shell -home: https://truecharts.org/charts/stable/qinglong -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/qinglong +icon: https://trueforge.org/img/hotlink-ok/chart-icons/qinglong.webp keywords: - qinglong - task kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: qinglong sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/qinglong diff --git a/charts/stable/quake3/Chart.yaml b/charts/stable/quake3/Chart.yaml index 37305ca7e44..e48eb109311 100644 --- a/charts/stable/quake3/Chart.yaml +++ b/charts/stable/quake3/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server). -home: https://truecharts.org/charts/stable/quake3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quake3.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/quake3 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/quake3.webp keywords: - quake3 - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: quake3 sources: - https://ghcr.io/ich777/quake3 diff --git a/charts/stable/quassel-core/Chart.yaml b/charts/stable/quassel-core/Chart.yaml index ae30bafb981..549b933d013 100644 --- a/charts/stable/quassel-core/Chart.yaml +++ b/charts/stable/quassel-core/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.14.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Quassel-core is a modern, cross-platform, distributed IRC client. -home: https://truecharts.org/charts/stable/quassel-core -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/quassel-core +icon: https://trueforge.org/img/hotlink-ok/chart-icons/quassel-core.webp keywords: - quassel-core kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: quassel-core sources: - https://ghcr.io/linuxserver/quassel-core diff --git a/charts/stable/quassel-web/Chart.yaml b/charts/stable/quassel-web/Chart.yaml index 6d4783a5e5d..8e77492d481 100644 --- a/charts/stable/quassel-web/Chart.yaml +++ b/charts/stable/quassel-web/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2021.12.16 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Quassel-web is a web client for Quassel. -home: https://truecharts.org/charts/stable/quassel-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-web.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/quassel-web +icon: https://trueforge.org/img/hotlink-ok/chart-icons/quassel-web.webp keywords: - quassel-web kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: quassel-web sources: - https://ghcr.io/linuxserver/quassel-web diff --git a/charts/stable/quickshare/Chart.yaml b/charts/stable/quickshare/Chart.yaml index 79781741517..cfb57252291 100644 --- a/charts/stable/quickshare/Chart.yaml +++ b/charts/stable/quickshare/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Quick and simple file sharing between different devices. -home: https://truecharts.org/charts/stable/quickshare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quickshare.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/quickshare +icon: https://trueforge.org/img/hotlink-ok/chart-icons/quickshare.webp keywords: - quickshare - Cloud @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: quickshare sources: - https://github.com/ihexxa/quickshare diff --git a/charts/stable/quiz-game/Chart.yaml b/charts/stable/quiz-game/Chart.yaml index 07ff67877e8..d0d0d85c07f 100644 --- a/charts/stable/quiz-game/Chart.yaml +++ b/charts/stable/quiz-game/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Test your General Knowledge in different types of topics. -home: https://truecharts.org/charts/stable/quiz-game -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quiz-game.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/quiz-game +icon: https://trueforge.org/img/hotlink-ok/chart-icons/quiz-game.webp keywords: - quiz-game - GameServers @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: quiz-game sources: - https://github.com/ASKJR/quiz-game diff --git a/charts/stable/qwantify/Chart.yaml b/charts/stable/qwantify/Chart.yaml index fc6b20a05a6..5f39d8f1051 100644 --- a/charts/stable/qwantify/Chart.yaml +++ b/charts/stable/qwantify/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 20.04.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Play games with your friends right from the browser. -home: https://truecharts.org/charts/stable/qwantify -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qwantify.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/qwantify +icon: https://trueforge.org/img/hotlink-ok/chart-icons/qwantify.webp keywords: - qwantify - games kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: qwantify sources: - https://ghcr.io/wanjohiryan/qwantify diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index 0a2a2b6e31c..48c2a1de1a0 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 6.1.1.10317 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A fork of Sonarr to work with movies à la Couchpotato -home: https://truecharts.org/charts/stable/radarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/radarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/radarr.webp keywords: - radarr - torrent @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: radarr sources: - https://ghcr.io/onedr0p/exportarr diff --git a/charts/stable/radarrsync/Chart.yaml b/charts/stable/radarrsync/Chart.yaml index f189e60473c..216c549910f 100644 --- a/charts/stable/radarrsync/Chart.yaml +++ b/charts/stable/radarrsync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a Chart Chart. This version supports only two servers. -home: https://truecharts.org/charts/stable/radarrsync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarrsync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/radarrsync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/radarrsync.webp keywords: - radarrsync - Downloaders kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: radarrsync sources: - https://github.com/dairefinn/RadarrSync diff --git a/charts/stable/radicale/Chart.yaml b/charts/stable/radicale/Chart.yaml index efa93818bf9..976ea467099 100644 --- a/charts/stable/radicale/Chart.yaml +++ b/charts/stable/radicale/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.6.0.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. -home: https://truecharts.org/charts/stable/radicale -icon: https://truecharts.org/img/hotlink-ok/chart-icons/radicale.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/radicale +icon: https://trueforge.org/img/hotlink-ok/chart-icons/radicale.webp keywords: - radicale - CalDAV @@ -35,8 +41,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: radicale sources: - https://github.com/Kozea/Radicale diff --git a/charts/stable/rapidphotodownloader/Chart.yaml b/charts/stable/rapidphotodownloader/Chart.yaml index 2e0a221d46c..5846ab516ee 100644 --- a/charts/stable/rapidphotodownloader/Chart.yaml +++ b/charts/stable/rapidphotodownloader/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install Rapid Photo Downloader. -home: https://truecharts.org/charts/stable/rapidphotodownloader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rapidphotodownloader.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rapidphotodownloader +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rapidphotodownloader.webp keywords: - rapidphotodownloader - MediaApp-Photos @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rapidphotodownloader sources: - https://ghcr.io/ich777/rapidphotodownloader diff --git a/charts/stable/raspberrymatic/Chart.yaml b/charts/stable/raspberrymatic/Chart.yaml index 80826bda318..19bcb38b36b 100644 --- a/charts/stable/raspberrymatic/Chart.yaml +++ b/charts/stable/raspberrymatic/Chart.yaml @@ -11,6 +11,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -23,16 +29,16 @@ dependencies: import-values: [] deprecated: false description: A free and non-commercial open-source operating system alternative for running a cloud-free smart-home IoT. -home: https://truecharts.org/charts/stable/raspberrymatic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/raspberrymatic.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/raspberrymatic +icon: https://trueforge.org/img/hotlink-ok/chart-icons/raspberrymatic.webp keywords: - raspberrymatic - iot kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: raspberrymatic sources: - https://ghcr.io/jens-maus/raspberrymatic diff --git a/charts/stable/rcon-webadmin/Chart.yaml b/charts/stable/rcon-webadmin/Chart.yaml index c6445ffe4c7..d4ba839b81b 100644 --- a/charts/stable/rcon-webadmin/Chart.yaml +++ b/charts/stable/rcon-webadmin/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock. -home: https://truecharts.org/charts/stable/rcon-webadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rcon-webadmin.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rcon-webadmin +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rcon-webadmin.webp keywords: - rcon-webadmin - GameServers @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rcon-webadmin sources: - https://github.com/rcon-web-admin/rcon-web-admin diff --git a/charts/stable/rdesktop/Chart.yaml b/charts/stable/rdesktop/Chart.yaml index 67769d5aded..90c16bc711a 100644 --- a/charts/stable/rdesktop/Chart.yaml +++ b/charts/stable/rdesktop/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: ubuntu-kde dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. -home: https://truecharts.org/charts/stable/rdesktop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rdesktop +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rdesktop.webp keywords: - rdesktop - desktops kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rdesktop sources: - https://fleet.linuxserver.io/image?name=linuxserver/rdesktop diff --git a/charts/stable/rdtclient/Chart.yaml b/charts/stable/rdtclient/Chart.yaml index 39144e2abd3..015fb78a269 100644 --- a/charts/stable/rdtclient/Chart.yaml +++ b/charts/stable/rdtclient/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.0.119 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This is a web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize. -home: https://truecharts.org/charts/stable/rdtclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rdtclient +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rdtclient.webp keywords: - rdtclient - torrent kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rdtclient sources: - https://ghcr.io/rogerfar/rdtclient diff --git a/charts/stable/reaparr/Chart.yaml b/charts/stable/reaparr/Chart.yaml index 96d56f3816a..5172d0a9cc2 100644 --- a/charts/stable/reaparr/Chart.yaml +++ b/charts/stable/reaparr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.35.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Plex downloader that brings content from any server to yours! -home: https://truecharts.org/charts/stable/reaparr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/reaparr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/reaparr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/reaparr.webp keywords: - reaparr - Backup @@ -35,8 +41,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: reaparr sources: - https://github.com/reaparr/reaparr/ diff --git a/charts/stable/recyclarr/Chart.yaml b/charts/stable/recyclarr/Chart.yaml index 80cdeefc8b1..23f6c183ace 100644 --- a/charts/stable/recyclarr/Chart.yaml +++ b/charts/stable/recyclarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 7.5.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances. -home: https://truecharts.org/charts/stable/recyclarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/recyclarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/recyclarr.webp keywords: - recyclarr - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: recyclarr sources: - https://ghcr.io/recyclarr/recyclarr diff --git a/charts/stable/red-discordbot/Chart.yaml b/charts/stable/red-discordbot/Chart.yaml index b7603ce804a..9863fb5c191 100644 --- a/charts/stable/red-discordbot/Chart.yaml +++ b/charts/stable/red-discordbot/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: full dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'The newest Red-Discordbot in a convenient multi-arch Chart ' -home: https://truecharts.org/charts/stable/red-discordbot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/red-discordbot.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/red-discordbot +icon: https://trueforge.org/img/hotlink-ok/chart-icons/red-discordbot.webp keywords: - red-discordbot - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: red-discordbot sources: - https://github.com/PhasecoreX/docker-red-discordbot diff --git a/charts/stable/redis/Chart.yaml b/charts/stable/redis/Chart.yaml index 66108e0fdfc..33273d134c4 100644 --- a/charts/stable/redis/Chart.yaml +++ b/charts/stable/redis/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Open source, advanced key-value store. -home: https://truecharts.org/charts/stable/redis -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/redis +icon: https://trueforge.org/img/hotlink-ok/chart-icons/redis.webp keywords: - redis - keyvalue @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: redis sources: - https://github.com/bitnami/bitnami-docker-redis diff --git a/charts/stable/redisinsight/Chart.yaml b/charts/stable/redisinsight/Chart.yaml index 63976cd74fc..654c6d88319 100644 --- a/charts/stable/redisinsight/Chart.yaml +++ b/charts/stable/redisinsight/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.0.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: GUI for Redis. -home: https://truecharts.org/charts/stable/redisinsight -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/redisinsight +icon: https://trueforge.org/img/hotlink-ok/chart-icons/redisinsight.webp keywords: - redisinsight - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: redisinsight sources: - https://github.com/RedisInsight/RedisInsight diff --git a/charts/stable/redm/Chart.yaml b/charts/stable/redm/Chart.yaml index 6978745359d..fcc6c8c9770 100644 --- a/charts/stable/redm/Chart.yaml +++ b/charts/stable/redm/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the ''Show more settings'' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name.' -home: https://truecharts.org/charts/stable/redm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redm.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/redm +icon: https://trueforge.org/img/hotlink-ok/chart-icons/redm.webp keywords: - redm - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: redm sources: - https://ghcr.io/ich777/redmserver diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml index fd6ad5ca32d..67587e9fdd8 100644 --- a/charts/stable/redmine/Chart.yaml +++ b/charts/stable/redmine/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 6.1.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Redmine is a flexible project management web application written using Ruby on Rails framework. -home: https://truecharts.org/charts/stable/redmine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redmine.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/redmine +icon: https://trueforge.org/img/hotlink-ok/chart-icons/redmine.webp keywords: - project - management @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: redmine sources: - https://github.com/redmine/redmine diff --git a/charts/stable/reg/Chart.yaml b/charts/stable/reg/Chart.yaml index 248fca9b01f..dac91386cb3 100644 --- a/charts/stable/reg/Chart.yaml +++ b/charts/stable/reg/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.0.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Docker registry v2 command line client and repo listing generator with security checks. -home: https://truecharts.org/charts/stable/reg -icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/reg +icon: https://trueforge.org/img/hotlink-ok/chart-icons/reg.webp keywords: - reg kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: reg sources: - https://github.com/genuinetools/reg diff --git a/charts/stable/remmina/Chart.yaml b/charts/stable/remmina/Chart.yaml index 613b7fb4492..de7c675d562 100644 --- a/charts/stable/remmina/Chart.yaml +++ b/charts/stable/remmina/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.4.40 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A remote desktop client written in GTK -home: https://truecharts.org/charts/stable/remmina -icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/remmina +icon: https://trueforge.org/img/hotlink-ok/chart-icons/remmina.webp keywords: - remina - remote @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: remmina sources: - https://ghcr.io/linuxserver/remmina diff --git a/charts/stable/remotely/Chart.yaml b/charts/stable/remotely/Chart.yaml index 499e1fafef1..b5f18e97828 100644 --- a/charts/stable/remotely/Chart.yaml +++ b/charts/stable/remotely/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC. -home: https://truecharts.org/charts/stable/remotely -icon: https://truecharts.org/img/hotlink-ok/chart-icons/remotely.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/remotely +icon: https://trueforge.org/img/hotlink-ok/chart-icons/remotely.webp keywords: - remotely - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: remotely sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/remotely diff --git a/charts/stable/renovate/Chart.yaml b/charts/stable/renovate/Chart.yaml index f4c15380c65..9e30ff8e6bb 100644 --- a/charts/stable/renovate/Chart.yaml +++ b/charts/stable/renovate/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 42.95.1 dependencies: @@ -20,15 +26,15 @@ dependencies: import-values: [] deprecated: false description: renovate self-hosted -home: https://truecharts.org/charts/stable/renovate -icon: https://truecharts.org/img/hotlink-ok/chart-icons/renovate.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/renovate +icon: https://trueforge.org/img/hotlink-ok/chart-icons/renovate.webp keywords: - renovate kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: renovate sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/renovate diff --git a/charts/stable/requestrr/Chart.yaml b/charts/stable/requestrr/Chart.yaml index 1122bd67e71..a5ecc70b7d2 100644 --- a/charts/stable/requestrr/Chart.yaml +++ b/charts/stable/requestrr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.1.9 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. -home: https://truecharts.org/charts/stable/requestrr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/requestrr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/requestrr.webp keywords: - requestrr - discord kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: requestrr sources: - https://github.com/thomst08/requestrr diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml index a2add25d05c..3047463ef94 100644 --- a/charts/stable/resilio-sync/Chart.yaml +++ b/charts/stable/resilio-sync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.1.2 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology -home: https://truecharts.org/charts/stable/resilio-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/resilio-sync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/resilio-sync.webp keywords: - resilio - sync @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: resilio-sync sources: - https://ghcr.io/linuxserver/resilio-sync diff --git a/charts/stable/restic-rest-server/Chart.yaml b/charts/stable/restic-rest-server/Chart.yaml index 5576bb8eaaf..dc4d0e3cf1a 100644 --- a/charts/stable/restic-rest-server/Chart.yaml +++ b/charts/stable/restic-rest-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.14.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'Rest Server is a high performance HTTP server that implements restic''s REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL.' -home: https://truecharts.org/charts/stable/restic-rest-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/restic-rest-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/restic-rest-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/restic-rest-server.webp keywords: - restic-rest-server - Backup kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: restic-rest-server sources: - https://github.com/restic/rest-server diff --git a/charts/stable/retrobot/Chart.yaml b/charts/stable/retrobot/Chart.yaml index 70af35667ef..daa2411be1b 100644 --- a/charts/stable/retrobot/Chart.yaml +++ b/charts/stable/retrobot/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A discord bot that allows you to play old nintendo games with your friends over chat. -home: https://truecharts.org/charts/stable/retrobot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/retrobot.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/retrobot +icon: https://trueforge.org/img/hotlink-ok/chart-icons/retrobot.webp keywords: - retrobot - emulator @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: retrobot sources: - https://github.com/rossimo/retrobot diff --git a/charts/stable/reubah/Chart.yaml b/charts/stable/reubah/Chart.yaml index 49949147a3e..d7b5fd3f38b 100644 --- a/charts/stable/reubah/Chart.yaml +++ b/charts/stable/reubah/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: main dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A web-based tool for processing images and converting documents with a simple interface. -home: https://truecharts.org/charts/stable/reubah -icon: https://truecharts.org/img/hotlink-ok/chart-icons/reubah.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/reubah +icon: https://trueforge.org/img/hotlink-ok/chart-icons/reubah.webp keywords: - reubah - image-processor kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: reubah sources: - https://ghcr.io/dendianugerah/reubah diff --git a/charts/stable/rflood/Chart.yaml b/charts/stable/rflood/Chart.yaml index b43420f8365..533c9899cc3 100644 --- a/charts/stable/rflood/Chart.yaml +++ b/charts/stable/rflood/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Chart with rTorrent and the Flood UI. -home: https://truecharts.org/charts/stable/rflood -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rflood +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rflood.webp keywords: - rflood - downloaders kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rflood sources: - https://ghcr.io/hotio/rflood diff --git a/charts/stable/rickroll/Chart.yaml b/charts/stable/rickroll/Chart.yaml index edcd5ddb045..a0ab7271c2b 100644 --- a/charts/stable/rickroll/Chart.yaml +++ b/charts/stable/rickroll/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Self-hosted Rick Roll chart. -home: https://truecharts.org/charts/stable/rickroll -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rickroll +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rickroll.webp keywords: - rickroll - media kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rickroll sources: - https://github.com/modem7/docker-rickroll diff --git a/charts/stable/ring-mqtt/Chart.yaml b/charts/stable/ring-mqtt/Chart.yaml index dfcedd1674f..c0f40f5e5ad 100644 --- a/charts/stable/ring-mqtt/Chart.yaml +++ b/charts/stable/ring-mqtt/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.9.2 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT. -home: https://truecharts.org/charts/stable/ring-mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ring-mqtt.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ring-mqtt +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ring-mqtt.webp keywords: - ring-mqtt - home-automation @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ring-mqtt sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ring-mqtt diff --git a/charts/stable/rmlint/Chart.yaml b/charts/stable/rmlint/Chart.yaml index e21cc3ff6dd..34b0db5836c 100644 --- a/charts/stable/rmlint/Chart.yaml +++ b/charts/stable/rmlint/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: rmlint finds space waste and other broken things on your filesystem and offers to remove it. -home: https://truecharts.org/charts/stable/rmlint -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rmlint.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rmlint +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rmlint.webp keywords: - rmlint - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rmlint sources: - https://github.com/sahib/rmlint diff --git a/charts/stable/romm/Chart.yaml b/charts/stable/romm/Chart.yaml index 50e649db3b9..f3f633c30d9 100644 --- a/charts/stable/romm/Chart.yaml +++ b/charts/stable/romm/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.6.0 dependencies: @@ -36,16 +42,16 @@ dependencies: import-values: [] deprecated: false description: game library manager focused in retro gaming -home: https://truecharts.org/charts/stable/romm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/romm +icon: https://trueforge.org/img/hotlink-ok/chart-icons/romm.webp keywords: - romm - rom-manager kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: romm sources: - https://ghcr.io/rommapp/romm diff --git a/charts/stable/root/Chart.yaml b/charts/stable/root/Chart.yaml index 846227410df..8d308e0baf2 100644 --- a/charts/stable/root/Chart.yaml +++ b/charts/stable/root/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations. -home: https://truecharts.org/charts/stable/root -icon: https://truecharts.org/img/hotlink-ok/chart-icons/root.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/root +icon: https://trueforge.org/img/hotlink-ok/chart-icons/root.webp keywords: - root - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: root sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/root diff --git a/charts/stable/rsnapshot/Chart.yaml b/charts/stable/rsnapshot/Chart.yaml index 94b58fcb882..d1f1e08a283 100644 --- a/charts/stable/rsnapshot/Chart.yaml +++ b/charts/stable/rsnapshot/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.4.5 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Rsnapshot is a filesystem snapshot utility based on rsync. -home: https://truecharts.org/charts/stable/rsnapshot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsnapshot.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rsnapshot +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rsnapshot.webp keywords: - rsnapshot kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rsnapshot sources: - https://ghcr.io/linuxserver/rsnapshot diff --git a/charts/stable/rss-bridge/Chart.yaml b/charts/stable/rss-bridge/Chart.yaml index 882753ee774..f7271bb0d66 100644 --- a/charts/stable/rss-bridge/Chart.yaml +++ b/charts/stable/rss-bridge/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2025.6.3 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. -home: https://truecharts.org/charts/stable/rss-bridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rss-bridge +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rss-bridge.webp keywords: - rss-bridge kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rss-bridge sources: - https://github.com/RSS-Bridge/rss-bridge diff --git a/charts/stable/rss-proxy/Chart.yaml b/charts/stable/rss-proxy/Chart.yaml index df55b6259b0..f5ad0ef182d 100644 --- a/charts/stable/rss-proxy/Chart.yaml +++ b/charts/stable/rss-proxy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: RSS-proxy 2+ allows you to do create an ATOM or JSON feed of almost static/dynamic websites or feeds (web to feed), just by analyzing just the HTML structure. -home: https://truecharts.org/charts/stable/rss-proxy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-proxy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rss-proxy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rss-proxy.webp keywords: - rss-proxy - Cloud @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rss-proxy sources: - https://github.com/damoeb/rss-proxy diff --git a/charts/stable/rss-to-telegram/Chart.yaml b/charts/stable/rss-to-telegram/Chart.yaml index 8a3e39836a9..dad084e2b2c 100644 --- a/charts/stable/rss-to-telegram/Chart.yaml +++ b/charts/stable/rss-to-telegram/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow. -home: https://truecharts.org/charts/stable/rss-to-telegram -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-to-telegram.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rss-to-telegram +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rss-to-telegram.webp keywords: - rss-to-telegram - Network-Other @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rss-to-telegram sources: - https://github.com/BoKKeR/RSS-to-Telegram-Bot diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index bea2de21aad..da601adc6bc 100644 --- a/charts/stable/rsshub/Chart.yaml +++ b/charts/stable/rsshub/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: RSSHub can generate RSS feeds from pretty much everything -home: https://truecharts.org/charts/stable/rsshub -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rsshub +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rsshub.webp keywords: - rsshub - rss kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rsshub sources: - https://docs.rsshub.app/en/install/ diff --git a/charts/stable/rstudio/Chart.yaml b/charts/stable/rstudio/Chart.yaml index 8f4e477b60e..a780ac6b208 100644 --- a/charts/stable/rstudio/Chart.yaml +++ b/charts/stable/rstudio/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.5.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Integrated development environment for R, a programming language for statistical computing and graphics. -home: https://truecharts.org/charts/stable/rstudio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rstudio +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rstudio.webp keywords: - rstudio - Productivity kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rstudio sources: - https://ghcr.io/rocker-org/rstudio diff --git a/charts/stable/rtorrent-rutorrent/Chart.yaml b/charts/stable/rtorrent-rutorrent/Chart.yaml index 845c651f7ca..84479c853f8 100644 --- a/charts/stable/rtorrent-rutorrent/Chart.yaml +++ b/charts/stable/rtorrent-rutorrent/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.2.9 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: rTorrent and ruTorrent chart. -home: https://truecharts.org/charts/stable/rtorrent-rutorrent -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rtorrent-rutorrent +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.webp keywords: - rutorrent - torrent kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rtorrent-rutorrent sources: - https://ghcr.io/crazy-max/rtorrent-rutorrent diff --git a/charts/stable/rust/Chart.yaml b/charts/stable/rust/Chart.yaml index 91fe69d6af7..02d132c431e 100644 --- a/charts/stable/rust/Chart.yaml +++ b/charts/stable/rust/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: rust dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install RUST and run it. -home: https://truecharts.org/charts/stable/rust -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rust.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rust +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rust.webp keywords: - rust - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rust sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/rustdesk/Chart.yaml b/charts/stable/rustdesk/Chart.yaml index 3d02ef2f75a..00cb1214538 100644 --- a/charts/stable/rustdesk/Chart.yaml +++ b/charts/stable/rustdesk/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.1.15 dependencies: @@ -20,15 +26,15 @@ dependencies: import-values: [] deprecated: false description: rustdesk self-hosted -home: https://truecharts.org/charts/stable/rustdesk -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustdesk.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rustdesk +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rustdesk.webp keywords: - rustdesk kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rustdesk sources: - https://github.com/rustdesk/rustdesk-server diff --git a/charts/stable/rustpad/Chart.yaml b/charts/stable/rustpad/Chart.yaml index aeb241bf6a1..64011da3dea 100644 --- a/charts/stable/rustpad/Chart.yaml +++ b/charts/stable/rustpad/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. It lets users collaborate in real time while writing code in their browser. Rustpad is completely self-hosted and fits in a tiny Chart, no database required. -home: https://truecharts.org/charts/stable/rustpad -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustpad.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/rustpad +icon: https://trueforge.org/img/hotlink-ok/chart-icons/rustpad.webp keywords: - rustpad - Cloud @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: rustpad sources: - https://github.com/ekzhang/rustpad diff --git a/charts/stable/s3backup/Chart.yaml b/charts/stable/s3backup/Chart.yaml index 384dbc9b947..c25d372179b 100644 --- a/charts/stable/s3backup/Chart.yaml +++ b/charts/stable/s3backup/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A simple way to backup important files to Amazon S3 and Glacier. -home: https://truecharts.org/charts/stable/s3backup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3backup.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/s3backup +icon: https://trueforge.org/img/hotlink-ok/chart-icons/s3backup.webp keywords: - s3backup - Backup @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: s3backup sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/s3backup diff --git a/charts/stable/s3sync/Chart.yaml b/charts/stable/s3sync/Chart.yaml index 89b97d83e7b..ea52150bfab 100644 --- a/charts/stable/s3sync/Chart.yaml +++ b/charts/stable/s3sync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys. -home: https://truecharts.org/charts/stable/s3sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3sync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/s3sync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/s3sync.webp keywords: - s3sync - Backup @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: s3sync sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/s3sync diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index c939086f28b..90d8fbeb7c5 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.5.5 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Free and easy binary newsreader -home: https://truecharts.org/charts/stable/sabnzbd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sabnzbd.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sabnzbd +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sabnzbd.webp keywords: - sabnzbd - usenet kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sabnzbd sources: - https://ghcr.io/onedr0p/exportarr diff --git a/charts/stable/satisfactory/Chart.yaml b/charts/stable/satisfactory/Chart.yaml index 02285275521..9fadd53d2a0 100644 --- a/charts/stable/satisfactory/Chart.yaml +++ b/charts/stable/satisfactory/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.9.10 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Satisfactory Dedicated Server -home: https://truecharts.org/charts/stable/satisfactory -icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/satisfactory +icon: https://trueforge.org/img/hotlink-ok/chart-icons/satisfactory.webp keywords: - satisfactory kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: satisfactory sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/satisfactory diff --git a/charts/stable/scrutiny/Chart.yaml b/charts/stable/scrutiny/Chart.yaml index 5196d2eebd6..69b7dc868a4 100644 --- a/charts/stable/scrutiny/Chart.yaml +++ b/charts/stable/scrutiny/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.8.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. -home: https://truecharts.org/charts/stable/scrutiny -icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/scrutiny +icon: https://trueforge.org/img/hotlink-ok/chart-icons/scrutiny.webp keywords: - scrutiny kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: scrutiny sources: - https://ghcr.io/analogj/scrutiny diff --git a/charts/stable/scrypted/Chart.yaml b/charts/stable/scrypted/Chart.yaml index 72d4875feee..dbd9bcea063 100644 --- a/charts/stable/scrypted/Chart.yaml +++ b/charts/stable/scrypted/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.123.58 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Scrypted is a high performance home video integration and automation platform. -home: https://truecharts.org/charts/stable/scrypted -icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/scrypted +icon: https://trueforge.org/img/hotlink-ok/chart-icons/scrypted.webp keywords: - scrypted - automation kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: scrypted sources: - https://github.com/koush/scrypted diff --git a/charts/stable/sd-webui/Chart.yaml b/charts/stable/sd-webui/Chart.yaml index 9f6bd6cd89a..2b3e5ae8113 100644 --- a/charts/stable/sd-webui/Chart.yaml +++ b/charts/stable/sd-webui/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: sd-webui-docker Chart -home: https://truecharts.org/charts/stable/sd-webui-docker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sd-webui-docker.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sd-webui-docker +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sd-webui-docker.webp keywords: - Whisper - AI @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sd-webui-docker sources: - https://ghcr.io/neggles/sd-webui-docker diff --git a/charts/stable/sdtd/Chart.yaml b/charts/stable/sdtd/Chart.yaml index 480e3b77415..b0eb8301685 100644 --- a/charts/stable/sdtd/Chart.yaml +++ b/charts/stable/sdtd/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 7dtd dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This chart will download and install SteamCMD. It will also install 7 Days to Die and run it. -home: https://truecharts.org/charts/stable/sdtd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sdtd.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sdtd +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sdtd.webp keywords: - sevendaystodie - game-servers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sdtd sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/seafile/Chart.yaml b/charts/stable/seafile/Chart.yaml index 6ab4d9c8a7c..a20f91c886d 100644 --- a/charts/stable/seafile/Chart.yaml +++ b/charts/stable/seafile/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 13.0.15 dependencies: @@ -34,8 +40,8 @@ dependencies: import-values: [] deprecated: false description: Reliable and Performant File Sync and Share Solution -home: https://truecharts.org/charts/stable/seafile -icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/seafile +icon: https://trueforge.org/img/hotlink-ok/chart-icons/seafile.webp keywords: - seafile - files @@ -44,8 +50,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: seafile sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/seafile diff --git a/charts/stable/searxng/Chart.yaml b/charts/stable/searxng/Chart.yaml index 892e938a464..a429c26c7e6 100644 --- a/charts/stable/searxng/Chart.yaml +++ b/charts/stable/searxng/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Meta search engine which aggregates results from more than 70 search services. -home: https://truecharts.org/charts/stable/searxng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/searxng +icon: https://trueforge.org/img/hotlink-ok/chart-icons/searxng.webp keywords: - searxng - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: searxng sources: - https://github.com/searxng/searxng diff --git a/charts/stable/seedsync/Chart.yaml b/charts/stable/seedsync/Chart.yaml index 954bcf0f990..800e7f2dbb7 100644 --- a/charts/stable/seedsync/Chart.yaml +++ b/charts/stable/seedsync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast! -home: https://truecharts.org/charts/stable/seedsync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/seedsync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/seedsync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/seedsync.webp keywords: - seedsync - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: seedsync sources: - https://github.com/ipsingh06/seedsync diff --git a/charts/stable/seerr/Chart.yaml b/charts/stable/seerr/Chart.yaml index 8d92608c05a..87626c58d63 100644 --- a/charts/stable/seerr/Chart.yaml +++ b/charts/stable/seerr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.7.3 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: seerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. -home: https://truecharts.org/charts/stable/seerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/seerr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/seerr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/seerr.webp keywords: - seerr kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: seerr sources: - https://github.com/Fallenbagel/seerr diff --git a/charts/stable/semaphore/Chart.yaml b/charts/stable/semaphore/Chart.yaml index 519641dc3fb..6c373e0d30e 100644 --- a/charts/stable/semaphore/Chart.yaml +++ b/charts/stable/semaphore/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.16.51 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Semaphore is a modern, open source alternative to Ansible Tower. It is a self-hosted web-based solution that allows you to create and manage Ansible projects, playbooks, and roles, while also providing a web interface for running and monitoring Ansible tasks. -home: https://truecharts.org/charts/stable/semaphore -icon: https://truecharts.org/img/hotlink-ok/chart-icons/semaphore.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/semaphore +icon: https://trueforge.org/img/hotlink-ok/chart-icons/semaphore.webp keywords: - ansible - semaphore @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: semaphore sources: - https://github.com/ansible-semaphore/semaphore diff --git a/charts/stable/send/Chart.yaml b/charts/stable/send/Chart.yaml index 1c703970280..8305a7f2ac8 100644 --- a/charts/stable/send/Chart.yaml +++ b/charts/stable/send/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. -home: https://truecharts.org/charts/stable/send -icon: https://truecharts.org/img/hotlink-ok/chart-icons/send.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/send +icon: https://trueforge.org/img/hotlink-ok/chart-icons/send.webp keywords: - send - Cloud @@ -38,8 +44,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: send sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/send diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml index 2bf039db355..7bfc3a1902c 100644 --- a/charts/stable/ser2sock/Chart.yaml +++ b/charts/stable/ser2sock/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Serial to Socket Redirector -home: https://truecharts.org/charts/stable/ser2sock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ser2sock +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ser2sock.webp keywords: - ser2sock kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ser2sock sources: - https://github.com/nutechsoftware/ser2sock diff --git a/charts/stable/serpbear/Chart.yaml b/charts/stable/serpbear/Chart.yaml index ceb37c46db4..e845b4cf182 100644 --- a/charts/stable/serpbear/Chart.yaml +++ b/charts/stable/serpbear/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Search Engine Position Tracking App. -home: https://truecharts.org/charts/stable/serpbear -icon: https://truecharts.org/img/hotlink-ok/chart-icons/serpbear.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/serpbear +icon: https://trueforge.org/img/hotlink-ok/chart-icons/serpbear.webp keywords: - serpbear - metrics kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: serpbear sources: - https://github.com/towfiqi/serpbear diff --git a/charts/stable/servas/Chart.yaml b/charts/stable/servas/Chart.yaml index 182cca78874..4b0c5c7f8ac 100644 --- a/charts/stable/servas/Chart.yaml +++ b/charts/stable/servas/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.1.0 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: A self-hosted bookmark management tool. -home: https://truecharts.org/charts/stable/servas -icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/servas +icon: https://trueforge.org/img/hotlink-ok/chart-icons/servas.webp keywords: - servas - bookmarks kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: servas sources: - https://github.com/beromir/Servas diff --git a/charts/stable/sftpgo/Chart.yaml b/charts/stable/sftpgo/Chart.yaml index 935cc64cc3b..1d7605c9dbe 100644 --- a/charts/stable/sftpgo/Chart.yaml +++ b/charts/stable/sftpgo/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.7.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP.' -home: https://truecharts.org/charts/stable/sftpgo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sftpgo.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sftpgo +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sftpgo.webp keywords: - sftpgo - Network-FTP kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sftpgo sources: - https://ghcr.io/drakkan/sftpgo diff --git a/charts/stable/shaarli/Chart.yaml b/charts/stable/shaarli/Chart.yaml index 7faaecf5b98..307daac1132 100644 --- a/charts/stable/shaarli/Chart.yaml +++ b/charts/stable/shaarli/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.16.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: The personal, minimalist, super-fast, database free, bookmarking service. -home: https://truecharts.org/charts/stable/shaarli -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shaarli.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/shaarli +icon: https://trueforge.org/img/hotlink-ok/chart-icons/shaarli.webp keywords: - shaarli - Productivity kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: shaarli sources: - https://github.com/shaarli/Shaarli diff --git a/charts/stable/shapeshifter-obfuscator/Chart.yaml b/charts/stable/shapeshifter-obfuscator/Chart.yaml index ec3db14d883..47474bcbefb 100644 --- a/charts/stable/shapeshifter-obfuscator/Chart.yaml +++ b/charts/stable/shapeshifter-obfuscator/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. ' -home: https://truecharts.org/charts/stable/shapeshifter-obfuscator -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/shapeshifter-obfuscator +icon: https://trueforge.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.webp keywords: - shapeshifter-obfuscator - Security kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: shapeshifter-obfuscator sources: - https://github.com/juchong/shapeshifter-docker diff --git a/charts/stable/sheetable/Chart.yaml b/charts/stable/sheetable/Chart.yaml index b616e83696d..ce9866cb8fd 100644 --- a/charts/stable/sheetable/Chart.yaml +++ b/charts/stable/sheetable/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.8.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there. -home: https://truecharts.org/charts/stable/sheetable -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sheetable +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sheetable.webp keywords: - sheetable kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sheetable sources: - https://github.com/SheetAble diff --git a/charts/stable/shiori/Chart.yaml b/charts/stable/shiori/Chart.yaml index fa882263f64..92663565131 100644 --- a/charts/stable/shiori/Chart.yaml +++ b/charts/stable/shiori/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.8.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A simple bookmark manager built with Go. -home: https://truecharts.org/charts/stable/shiori -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/shiori +icon: https://trueforge.org/img/hotlink-ok/chart-icons/shiori.webp keywords: - shiori - bookmark @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: shiori sources: - https://ghcr.io/go-shiori/shiori diff --git a/charts/stable/shlink-web-client/Chart.yaml b/charts/stable/shlink-web-client/Chart.yaml index ae5d3025338..fcff2d78f74 100644 --- a/charts/stable/shlink-web-client/Chart.yaml +++ b/charts/stable/shlink-web-client/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.6.2 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A ReactJS-based progressive web application for Shlink. -home: https://truecharts.org/charts/stable/shlink-web-client -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink-web-client.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/shlink-web-client +icon: https://trueforge.org/img/hotlink-ok/chart-icons/shlink-web-client.webp keywords: - url - shortener @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: shlink-web-client sources: - https://github.com/shlinkio/shlink-web-client diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index f5420e7bf92..654c46e6417 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.0.0 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. -home: https://truecharts.org/charts/stable/shlink -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/shlink +icon: https://trueforge.org/img/hotlink-ok/chart-icons/shlink.webp keywords: - url - shortener kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: shlink sources: - https://github.com/shlinkio/shlink diff --git a/charts/stable/shoko-server/Chart.yaml b/charts/stable/shoko-server/Chart.yaml index e6310cf8832..5a1b5ef42b1 100644 --- a/charts/stable/shoko-server/Chart.yaml +++ b/charts/stable/shoko-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.2.5 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Anime cataloging program designed to automate the cataloging of your collection. -home: https://truecharts.org/charts/stable/shoko-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shoko-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/shoko-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/shoko-server.webp keywords: - shoko-server - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: shoko-server sources: - https://github.com/ShokoAnime/ShokoServer diff --git a/charts/stable/shortipy/Chart.yaml b/charts/stable/shortipy/Chart.yaml index 01ab84747fc..d886add6e78 100644 --- a/charts/stable/shortipy/Chart.yaml +++ b/charts/stable/shortipy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: URL Shortener in python based on flask -home: https://truecharts.org/charts/stable/shortipy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shortipy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/shortipy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/shortipy.webp keywords: - shortipy - Tools-Utilities @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: shortipy sources: - https://github.com/maschhoff/shortipy diff --git a/charts/stable/shorturl/Chart.yaml b/charts/stable/shorturl/Chart.yaml index ad64e7cd8b8..44c643485ea 100644 --- a/charts/stable/shorturl/Chart.yaml +++ b/charts/stable/shorturl/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.1.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Self hosted web app for shortening urls (URL shortener) -home: https://truecharts.org/charts/stable/shorturl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shorturl.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/shorturl +icon: https://trueforge.org/img/hotlink-ok/chart-icons/shorturl.webp keywords: - url - shortener @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: shorturl sources: - https://ghcr.io/nicholaswilde/shorturl diff --git a/charts/stable/sia-daemon/Chart.yaml b/charts/stable/sia-daemon/Chart.yaml index 751e20ebe02..70f25b1082e 100644 --- a/charts/stable/sia-daemon/Chart.yaml +++ b/charts/stable/sia-daemon/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: master dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money. -home: https://truecharts.org/charts/stable/sia-daemon -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sia-daemon.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sia-daemon +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sia-daemon.webp keywords: - sia-daemon - Cloud @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sia-daemon sources: - https://ghcr.io/siafoundation/siad diff --git a/charts/stable/sickchill/Chart.yaml b/charts/stable/sickchill/Chart.yaml index e3e65a707d5..a39e6633998 100644 --- a/charts/stable/sickchill/Chart.yaml +++ b/charts/stable/sickchill/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2024.3.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: An Automatic Video Library Manager for TV Shows -home: https://truecharts.org/charts/stable/sickchill -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sickchill +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sickchill.webp keywords: - sickchill - video @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sickchill sources: - https://ghcr.io/linuxserver/sickchill diff --git a/charts/stable/sickgear/Chart.yaml b/charts/stable/sickgear/Chart.yaml index 4d1f73c6751..49750c049ea 100644 --- a/charts/stable/sickgear/Chart.yaml +++ b/charts/stable/sickgear/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more -home: https://truecharts.org/charts/stable/sickgear -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickgear.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sickgear +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sickgear.webp keywords: - sickgear - manager @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sickgear sources: - https://github.com/SickGear/SickGear diff --git a/charts/stable/signal-cli-rest-api/Chart.yaml b/charts/stable/signal-cli-rest-api/Chart.yaml index 13c13d10fb0..d2be1362f8f 100644 --- a/charts/stable/signal-cli-rest-api/Chart.yaml +++ b/charts/stable/signal-cli-rest-api/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.96.0 dependencies: @@ -20,8 +26,8 @@ dependencies: import-values: [] deprecated: false description: Dockerized Signal Messenger REST API. -home: https://truecharts.org/charts/stable/signal-cli-rest-api -icon: https://truecharts.org/img/hotlink-ok/chart-icons/signal-cli-rest-api.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/signal-cli-rest-api +icon: https://trueforge.org/img/hotlink-ok/chart-icons/signal-cli-rest-api.webp keywords: - signal - signal-cli @@ -30,8 +36,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: signal-cli-rest-api sources: - https://github.com/bbernhard/signal-cli-rest-api diff --git a/charts/stable/simply-shorten/Chart.yaml b/charts/stable/simply-shorten/Chart.yaml index a0425180f11..d698e316e54 100644 --- a/charts/stable/simply-shorten/Chart.yaml +++ b/charts/stable/simply-shorten/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.1.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A dead simple URL shortener. -home: https://truecharts.org/charts/stable/simply-shorten -icon: https://truecharts.org/img/hotlink-ok/chart-icons/simply-shorten.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/simply-shorten +icon: https://trueforge.org/img/hotlink-ok/chart-icons/simply-shorten.webp keywords: - simply-shorten - Cloud @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: simply-shorten sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/simply-shorten diff --git a/charts/stable/sinusbot/Chart.yaml b/charts/stable/sinusbot/Chart.yaml index d0b6049b0f8..15cc3d2bb12 100644 --- a/charts/stable/sinusbot/Chart.yaml +++ b/charts/stable/sinusbot/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord. -home: https://truecharts.org/charts/stable/sinusbot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sinusbot.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sinusbot +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sinusbot.webp keywords: - sinusbot - Productivity @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sinusbot sources: - https://forum.sinusbot.com diff --git a/charts/stable/slack-invite/Chart.yaml b/charts/stable/slack-invite/Chart.yaml index f00f7a3a472..d24df5efb68 100644 --- a/charts/stable/slack-invite/Chart.yaml +++ b/charts/stable/slack-invite/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Creates a simple webpage for Slack invite signups -home: https://truecharts.org/charts/stable/slack-invite -icon: https://truecharts.org/img/hotlink-ok/chart-icons/slack-invite.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/slack-invite +icon: https://trueforge.org/img/hotlink-ok/chart-icons/slack-invite.webp keywords: - slack-invite - Network-Messenger @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: slack-invite sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/slack-invite diff --git a/charts/stable/slash/Chart.yaml b/charts/stable/slash/Chart.yaml index f8056520c28..7a4c60133f0 100644 --- a/charts/stable/slash/Chart.yaml +++ b/charts/stable/slash/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.0.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A bookmarking and link shortening service that enables easy saving and sharing of links. -home: https://truecharts.org/charts/stable/slash -icon: https://truecharts.org/img/hotlink-ok/chart-icons/slash.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/slash +icon: https://trueforge.org/img/hotlink-ok/chart-icons/slash.webp keywords: - slash - bookmarks @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: slash sources: - https://github.com/boojack/slash diff --git a/charts/stable/slink/Chart.yaml b/charts/stable/slink/Chart.yaml index 215488d023a..f01d45d9a0b 100644 --- a/charts/stable/slink/Chart.yaml +++ b/charts/stable/slink/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.9.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A self-hosted image sharing platform built with Symfony and SvelteKit️. -home: https://truecharts.org/charts/stable/slink -icon: https://truecharts.org/img/hotlink-ok/chart-icons/slink.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/slink +icon: https://trueforge.org/img/hotlink-ok/chart-icons/slink.webp keywords: - media - photos @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: slink sources: - https://github.com/andrii-kryvoviaz/slink diff --git a/charts/stable/slskd/Chart.yaml b/charts/stable/slskd/Chart.yaml index c9ef0bac3a8..9513fd80711 100644 --- a/charts/stable/slskd/Chart.yaml +++ b/charts/stable/slskd/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.24.3 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Slskd is a modern client-server application for the Soulseek file sharing network. -home: https://truecharts.org/charts/stable/slskd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/slskd.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/slskd +icon: https://trueforge.org/img/hotlink-ok/chart-icons/slskd.webp keywords: - slskd - music @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: slskd sources: - https://ghcr.io/slskd/slskd diff --git a/charts/stable/smartctl-exporter/Chart.yaml b/charts/stable/smartctl-exporter/Chart.yaml index c5a4c712c9c..531fdf2757e 100644 --- a/charts/stable/smartctl-exporter/Chart.yaml +++ b/charts/stable/smartctl-exporter/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.14.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Prometheus exporter for SMART using smartctl binary to gather metrics. -home: https://truecharts.org/charts/stable/smartctl-exporter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/smartctl-exporter.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/smartctl-exporter +icon: https://trueforge.org/img/hotlink-ok/chart-icons/smartctl-exporter.webp keywords: - prometheus - smartctl-exporter @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: smartctl-exporter sources: - https://github.com/prometheus-community/smartctl_exporter diff --git a/charts/stable/smokeping/Chart.yaml b/charts/stable/smokeping/Chart.yaml index 2f045cd41fb..2646b9ffb1a 100644 --- a/charts/stable/smokeping/Chart.yaml +++ b/charts/stable/smokeping/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.9.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Keep track of your network latency. -home: https://truecharts.org/charts/stable/smokeping -icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/smokeping +icon: https://trueforge.org/img/hotlink-ok/chart-icons/smokeping.webp keywords: - smokeping - network @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: smokeping sources: - https://ghcr.io/linuxserver/smokeping diff --git a/charts/stable/smtp-relay/Chart.yaml b/charts/stable/smtp-relay/Chart.yaml index a8545b84e2e..467cf94dde4 100644 --- a/charts/stable/smtp-relay/Chart.yaml +++ b/charts/stable/smtp-relay/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.7.7 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A SMTP service for relaying emails. -home: https://truecharts.org/charts/stable/smtp-relay -icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/smtp-relay +icon: https://trueforge.org/img/hotlink-ok/chart-icons/smtp-relay.webp keywords: - smtp-relay - smtp kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: smtp-relay sources: - https://ghcr.io/ix-ai/smtp diff --git a/charts/stable/snapdrop/Chart.yaml b/charts/stable/snapdrop/Chart.yaml index a7d4a1449f1..ab7623f7c2e 100644 --- a/charts/stable/snapdrop/Chart.yaml +++ b/charts/stable/snapdrop/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. -home: https://truecharts.org/charts/stable/snapdrop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/snapdrop +icon: https://trueforge.org/img/hotlink-ok/chart-icons/snapdrop.webp keywords: - snapdrop kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: snapdrop sources: - https://fleet.linuxserver.io/image?name=linuxserver/snapdrop diff --git a/charts/stable/snapshot-controller/Chart.yaml b/charts/stable/snapshot-controller/Chart.yaml index eacaa682d8d..688ef0be8d0 100644 --- a/charts/stable/snapshot-controller/Chart.yaml +++ b/charts/stable/snapshot-controller/Chart.yaml @@ -11,6 +11,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 8.4.0 dependencies: @@ -27,8 +33,8 @@ description: | this chart is meant for cases where it is not. Also deploys the Snapshot Validation Webhook and configures your cluster to validate every `VolumeSnapshot` and `VolumeSnapshotContent` resource by sending it to the webhook. -home: https://truecharts.org/charts/stable/snapshot-controller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapshot-controller.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/snapshot-controller +icon: https://trueforge.org/img/hotlink-ok/chart-icons/snapshot-controller.webp keywords: - storage - snapshot @@ -36,8 +42,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: snapshot-controller sources: - https://github.com/kubernetes-csi/external-snapshotter/ diff --git a/charts/stable/snippet-box/Chart.yaml b/charts/stable/snippet-box/Chart.yaml index 0c578619320..b95cc3654f5 100644 --- a/charts/stable/snippet-box/Chart.yaml +++ b/charts/stable/snippet-box/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Snippet Box is a simple self-hosted app for organizing your code snippets. -home: https://truecharts.org/charts/stable/snippet-box -icon: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/snippet-box +icon: https://trueforge.org/img/hotlink-ok/chart-icons/snippet-box.webp keywords: - snippet-box - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: snippet-box sources: - https://github.com/pawelmalak/snippet-box diff --git a/charts/stable/socials/Chart.yaml b/charts/stable/socials/Chart.yaml index 7c9c155e60b..ef4fc896685 100644 --- a/charts/stable/socials/Chart.yaml +++ b/charts/stable/socials/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: main dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended! -home: https://truecharts.org/charts/stable/socials -icon: https://truecharts.org/img/hotlink-ok/chart-icons/socials.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/socials +icon: https://trueforge.org/img/hotlink-ok/chart-icons/socials.webp keywords: - socials - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: socials sources: - https://ghcr.io/diamkil/socials diff --git a/charts/stable/soft-serve/Chart.yaml b/charts/stable/soft-serve/Chart.yaml index 5aab54e51b1..f1f5440f4a5 100644 --- a/charts/stable/soft-serve/Chart.yaml +++ b/charts/stable/soft-serve/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.11.3 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A tasty, self-hostable Git server for the command line. -home: https://truecharts.org/charts/stable/soft-serve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/soft-serve.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/soft-serve +icon: https://trueforge.org/img/hotlink-ok/chart-icons/soft-serve.webp keywords: - soft-serve - git kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: soft-serve sources: - https://github.com/charmbracelet/soft-serve diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index d7b8e21aaa1..a4d59e95642 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.0.16.2946 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Smart PVR for newsgroup and bittorrent users -home: https://truecharts.org/charts/stable/sonarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sonarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sonarr.webp keywords: - sonarr - torrent @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sonarr sources: - https://ghcr.io/onedr0p/exportarr diff --git a/charts/stable/songkong/Chart.yaml b/charts/stable/songkong/Chart.yaml index f2f3f131a6f..9ff8c944929 100644 --- a/charts/stable/songkong/Chart.yaml +++ b/charts/stable/songkong/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Official SongKong Chart repository, Identify your songs and add metadata and artwork automatically -home: https://truecharts.org/charts/stable/songkong -icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/songkong +icon: https://trueforge.org/img/hotlink-ok/chart-icons/songkong.webp keywords: - songkong - MediaApp-Music kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: songkong sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/songkong diff --git a/charts/stable/sonsoftheforest/Chart.yaml b/charts/stable/sonsoftheforest/Chart.yaml index 854ee544e47..66c581fe0d9 100644 --- a/charts/stable/sonsoftheforest/Chart.yaml +++ b/charts/stable/sonsoftheforest/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: sonsoftheforest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A custom SteamCMD chart that runs Sons Of The Forest Server. -home: https://truecharts.org/charts/stable/sonsoftheforest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonsoftheforest.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sonsoftheforest +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sonsoftheforest.webp keywords: - sonsoftheforest - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sonsoftheforest sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/sourcegraph/Chart.yaml b/charts/stable/sourcegraph/Chart.yaml index e6eac899586..33c767fc928 100644 --- a/charts/stable/sourcegraph/Chart.yaml +++ b/charts/stable/sourcegraph/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 6.12.3032 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Sourcegraph Chart. -home: https://truecharts.org/charts/stable/sourcegraph -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sourcegraph.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sourcegraph +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sourcegraph.webp keywords: - sourcegraph - Backup @@ -34,8 +40,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sourcegraph sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sourcegraph diff --git a/charts/stable/spaceengineers/Chart.yaml b/charts/stable/spaceengineers/Chart.yaml index 8bd1b80e4df..e74ebd0b2de 100644 --- a/charts/stable/spaceengineers/Chart.yaml +++ b/charts/stable/spaceengineers/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Space Engineers Dedicated Server. -home: https://truecharts.org/charts/stable/spaceengineers -icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/spaceengineers +icon: https://trueforge.org/img/hotlink-ok/chart-icons/spaceengineers.webp keywords: - spaceengineers - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: spaceengineers sources: - https://github.com/Devidian/docker-spaceengineers diff --git a/charts/stable/speedtest-exporter/Chart.yaml b/charts/stable/speedtest-exporter/Chart.yaml index 7602c0bbabb..be7e4f96643 100644 --- a/charts/stable/speedtest-exporter/Chart.yaml +++ b/charts/stable/speedtest-exporter/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.5.4 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Speedtest Exporter made in python using the official speedtest bin -home: https://truecharts.org/charts/stable/speedtest-exporter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/speedtest-exporter +icon: https://trueforge.org/img/hotlink-ok/chart-icons/speedtest-exporter.webp keywords: - speedtest-exporter - speedtest @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: speedtest-exporter sources: - https://ghcr.io/miguelndecarvalho/speedtest-exporter diff --git a/charts/stable/speedtest-tracker/Chart.yaml b/charts/stable/speedtest-tracker/Chart.yaml index 4e93ceb64d4..1639d1caced 100644 --- a/charts/stable/speedtest-tracker/Chart.yaml +++ b/charts/stable/speedtest-tracker/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.13.5 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service. -home: https://truecharts.org/charts/stable/speedtest-tracker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/speedtest-tracker +icon: https://trueforge.org/img/hotlink-ok/chart-icons/speedtest-tracker.webp keywords: - speedtest - speedtest-tracker kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: speedtest-tracker sources: - https://ghcr.io/linuxserver/speedtest-tracker diff --git a/charts/stable/spegel/Chart.yaml b/charts/stable/spegel/Chart.yaml index bf4c07b3563..c55387439b1 100644 --- a/charts/stable/spegel/Chart.yaml +++ b/charts/stable/spegel/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.6.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Stateless cluster local OCI registry mirror. -home: https://truecharts.org/charts/stable/spegel -icon: https://truecharts.org/img/hotlink-ok/chart-icons/spegel.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/spegel +icon: https://trueforge.org/img/hotlink-ok/chart-icons/spegel.webp keywords: - spegel kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: spegel sources: - https://ghcr.io/spegel-org/spegel diff --git a/charts/stable/splunk/Chart.yaml b/charts/stable/splunk/Chart.yaml index eed8c6cd7ac..8d87ae09a1b 100644 --- a/charts/stable/splunk/Chart.yaml +++ b/charts/stable/splunk/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 10.2.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com -home: https://truecharts.org/charts/stable/splunk -icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/splunk +icon: https://trueforge.org/img/hotlink-ok/chart-icons/splunk.webp keywords: - splunk - Tools-Utilities @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: splunk sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/splunk diff --git a/charts/stable/spoolman/Chart.yaml b/charts/stable/spoolman/Chart.yaml index 62d0e6616f8..bee311a0cfe 100644 --- a/charts/stable/spoolman/Chart.yaml +++ b/charts/stable/spoolman/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.23.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Keep track of your inventory of 3D-printer filament spools. -home: https://truecharts.org/charts/stable/spoolman -icon: https://truecharts.org/img/hotlink-ok/chart-icons/spoolman.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/spoolman +icon: https://trueforge.org/img/hotlink-ok/chart-icons/spoolman.webp keywords: - spoolman - inventory kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: spoolman sources: - https://ghcr.io/donkie/spoolman diff --git a/charts/stable/spotweb/Chart.yaml b/charts/stable/spotweb/Chart.yaml index 87f99f835fd..b5245a4295c 100644 --- a/charts/stable/spotweb/Chart.yaml +++ b/charts/stable/spotweb/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.5.4 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Spotweb is a decentralized usenet community based on the Spotnet protocol. -home: https://truecharts.org/charts/stable/spotweb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/spotweb.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/spotweb +icon: https://trueforge.org/img/hotlink-ok/chart-icons/spotweb.webp keywords: - usenet - spotweb @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: spotweb sources: - https://github.com/joachimbaten/spotweb-docker diff --git a/charts/stable/sqlite-web/Chart.yaml b/charts/stable/sqlite-web/Chart.yaml index 028bf1c2866..903e75942df 100644 --- a/charts/stable/sqlite-web/Chart.yaml +++ b/charts/stable/sqlite-web/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: sqlite-web is a web-based SQLite database browser written in Python. -home: https://truecharts.org/charts/stable/sqlite-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlite-web.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sqlite-web +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sqlite-web.webp keywords: - sqlite-web - Productivity @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sqlite-web sources: - https://github.com/coleifer/sqlite-web diff --git a/charts/stable/sqlitebrowser/Chart.yaml b/charts/stable/sqlitebrowser/Chart.yaml index aa015b493e1..a1f56771eb9 100644 --- a/charts/stable/sqlitebrowser/Chart.yaml +++ b/charts/stable/sqlitebrowser/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 18.04.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite -home: https://truecharts.org/charts/stable/sqlitebrowser -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlitebrowser.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sqlitebrowser +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sqlitebrowser.webp keywords: - sqlite - browser @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sqlitebrowser sources: - https://ghcr.io/linuxserver/sqlitebrowser diff --git a/charts/stable/sshwifty/Chart.yaml b/charts/stable/sshwifty/Chart.yaml index c6ff1f11d46..228b1237183 100644 --- a/charts/stable/sshwifty/Chart.yaml +++ b/charts/stable/sshwifty/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: SSHwifty is a SSH and Telnet connector made for the Web. -home: https://truecharts.org/charts/stable/sshwifty -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/sshwifty +icon: https://trueforge.org/img/hotlink-ok/chart-icons/sshwifty.webp keywords: - ssh kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: sshwifty sources: - https://github.com/niruix/sshwifty diff --git a/charts/stable/st-reborn-server/Chart.yaml b/charts/stable/st-reborn-server/Chart.yaml index 0271c298fd0..92b4bf28792 100644 --- a/charts/stable/st-reborn-server/Chart.yaml +++ b/charts/stable/st-reborn-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.8.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Skyrim Together Reborn server files. -home: https://truecharts.org/charts/stable/st-reborn-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/st-reborn-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/st-reborn-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/st-reborn-server.webp keywords: - st-reborn-server - gameserver kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: st-reborn-server sources: - https://github.com/tiltedphoques/TiltedEvolution diff --git a/charts/stable/stackedit/Chart.yaml b/charts/stable/stackedit/Chart.yaml index 1d95d2a99d3..2d2126d279b 100644 --- a/charts/stable/stackedit/Chart.yaml +++ b/charts/stable/stackedit/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. -home: https://truecharts.org/charts/stable/stackedit -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stackedit.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/stackedit +icon: https://trueforge.org/img/hotlink-ok/chart-icons/stackedit.webp keywords: - stackedit - Productivity @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: stackedit sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stackedit diff --git a/charts/stable/standardnotes-web/Chart.yaml b/charts/stable/standardnotes-web/Chart.yaml index f4fa734674e..cffd2691a2c 100644 --- a/charts/stable/standardnotes-web/Chart.yaml +++ b/charts/stable/standardnotes-web/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: stable dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A safe and private place for your life's work. -home: https://truecharts.org/charts/stable/standardnotes-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/standardnotes-web.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/standardnotes-web +icon: https://trueforge.org/img/hotlink-ok/chart-icons/standardnotes-web.webp keywords: - standardnotes-web - Productivity kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: standardnotes-web sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/standardnotes-web diff --git a/charts/stable/starmade/Chart.yaml b/charts/stable/starmade/Chart.yaml index ea56d7350a9..098e1ebf108 100644 --- a/charts/stable/starmade/Chart.yaml +++ b/charts/stable/starmade/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup. -home: https://truecharts.org/charts/stable/starmade -icon: https://truecharts.org/img/hotlink-ok/chart-icons/starmade.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/starmade +icon: https://trueforge.org/img/hotlink-ok/chart-icons/starmade.webp keywords: - starmade - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: starmade sources: - https://ghcr.io/ich777/starmade-server diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml index bbd090fafd8..07a5e0355b3 100644 --- a/charts/stable/stash/Chart.yaml +++ b/charts/stable/stash/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.30.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: An organizer for your porn, written in Go -home: https://truecharts.org/charts/stable/stash -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/stash +icon: https://trueforge.org/img/hotlink-ok/chart-icons/stash.webp keywords: - porn kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: stash sources: - https://github.com/stashapp/stash diff --git a/charts/stable/static-web-server/Chart.yaml b/charts/stable/static-web-server/Chart.yaml index ec032ebe0b5..6e2155730a7 100644 --- a/charts/stable/static-web-server/Chart.yaml +++ b/charts/stable/static-web-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.40.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A cross-platform, high-performance and asynchronous web server for static files-serving. -home: https://truecharts.org/charts/stable/static-web-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/static-web-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/static-web-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/static-web-server.webp keywords: - web-server - apache @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: static-web-server sources: - https://ghcr.io/static-web-server/static-web-server diff --git a/charts/stable/static/Chart.yaml b/charts/stable/static/Chart.yaml index 91fedd7f496..9073d879544 100644 --- a/charts/stable/static/Chart.yaml +++ b/charts/stable/static/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: ee8a20c dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. -home: https://truecharts.org/charts/stable/static -icon: https://truecharts.org/img/hotlink-ok/chart-icons/static.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/static +icon: https://trueforge.org/img/hotlink-ok/chart-icons/static.webp keywords: - app - web @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: static sources: - https://ghcr.io/nicholaswilde/static diff --git a/charts/stable/stationeers/Chart.yaml b/charts/stable/stationeers/Chart.yaml index 418ac68ad92..6bce6ea54e2 100644 --- a/charts/stable/stationeers/Chart.yaml +++ b/charts/stable/stationeers/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: stationeers dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Stationeers and run it. -home: https://truecharts.org/charts/stable/stationeers -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stationeers.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/stationeers +icon: https://trueforge.org/img/hotlink-ok/chart-icons/stationeers.webp keywords: - stationeers - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: stationeers sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/steam-headless/Chart.yaml b/charts/stable/steam-headless/Chart.yaml index 2242e6260a5..0b85d2b2d67 100644 --- a/charts/stable/steam-headless/Chart.yaml +++ b/charts/stable/steam-headless/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A Headless Steam chart. -home: https://truecharts.org/charts/stable/steam-headless -icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/steam-headless +icon: https://trueforge.org/img/hotlink-ok/chart-icons/steam-headless.webp keywords: - steam-headless - games kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: steam-headless sources: - https://github.com/Steam-Headless/docker-steam-headless diff --git a/charts/stable/stirling-pdf/Chart.yaml b/charts/stable/stirling-pdf/Chart.yaml index 06cf9bbf2c5..5d24197b735 100644 --- a/charts/stable/stirling-pdf/Chart.yaml +++ b/charts/stable/stirling-pdf/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.4.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A robust, locally hosted web-based PDF manipulation tool. -home: https://truecharts.org/charts/stable/stirling-pdf -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stirling-pdf.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/stirling-pdf +icon: https://trueforge.org/img/hotlink-ok/chart-icons/stirling-pdf.webp keywords: - stirling-pdf - pdf kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: stirling-pdf sources: - https://ghcr.io/stirling-tools/s-pdf diff --git a/charts/stable/storj-node/Chart.yaml b/charts/stable/storj-node/Chart.yaml index e19b2402187..71f7e7da71b 100644 --- a/charts/stable/storj-node/Chart.yaml +++ b/charts/stable/storj-node/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner -home: https://truecharts.org/charts/stable/storj-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/storj-node +icon: https://trueforge.org/img/hotlink-ok/chart-icons/storj-node.webp keywords: - storj - storage kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: storj-node sources: - https://docs.storj.io/node/ diff --git a/charts/stable/storm/Chart.yaml b/charts/stable/storm/Chart.yaml index 7cd89472f72..4a9183d88ba 100644 --- a/charts/stable/storm/Chart.yaml +++ b/charts/stable/storm/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.3.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A Modern Deluge Interface. -home: https://truecharts.org/charts/stable/storm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/storm.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/storm +icon: https://trueforge.org/img/hotlink-ok/chart-icons/storm.webp keywords: - storm - Downloaders kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: storm sources: - https://ghcr.io/relvacode/storm diff --git a/charts/stable/strapi/Chart.yaml b/charts/stable/strapi/Chart.yaml index 1aca5f95692..9f668546238 100644 --- a/charts/stable/strapi/Chart.yaml +++ b/charts/stable/strapi/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.34.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Open-source headless CMS. JavaScript, fully customizable and developer-first. -home: https://truecharts.org/charts/stable/strapi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/strapi +icon: https://trueforge.org/img/hotlink-ok/chart-icons/strapi.webp keywords: - strapi - cms kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: strapi sources: - https://github.com/naskio/docker-strapi diff --git a/charts/stable/streammaster/Chart.yaml b/charts/stable/streammaster/Chart.yaml index efee646f21b..d258317e7d1 100644 --- a/charts/stable/streammaster/Chart.yaml +++ b/charts/stable/streammaster/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.15.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A comprehensive IPTV management platform for organizing and streaming public broadcast content through Plex DVR, Emby, and Jellyfin Live TV -home: https://truecharts.org/charts/stable/streammaster -icon: https://truecharts.org/img/hotlink-ok/chart-icons/streammaster.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/streammaster +icon: https://trueforge.org/img/hotlink-ok/chart-icons/streammaster.webp keywords: - streammaster - iptv @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: streammaster sources: - https://carlreid.github.io/StreamMaster/ diff --git a/charts/stable/stun-turn-server/Chart.yaml b/charts/stable/stun-turn-server/Chart.yaml index a6506831474..54b9af498f3 100644 --- a/charts/stable/stun-turn-server/Chart.yaml +++ b/charts/stable/stun-turn-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk. -home: https://truecharts.org/charts/stable/stun-turn-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stun-turn-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/stun-turn-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/stun-turn-server.webp keywords: - stun-turn-server - Network kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: stun-turn-server sources: - https://ghcr.io/ich777/stun-turn-server diff --git a/charts/stable/suistartpage/Chart.yaml b/charts/stable/suistartpage/Chart.yaml index 11d9c7b6b74..aef41add2b6 100644 --- a/charts/stable/suistartpage/Chart.yaml +++ b/charts/stable/suistartpage/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well. -home: https://truecharts.org/charts/stable/suistartpage -icon: https://truecharts.org/img/hotlink-ok/chart-icons/suistartpage.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/suistartpage +icon: https://trueforge.org/img/hotlink-ok/chart-icons/suistartpage.webp keywords: - suistartpage - Tools-Utilities @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: suistartpage sources: - https://github.com/CorneliousJD/SUI-Startpage diff --git a/charts/stable/survivethenights/Chart.yaml b/charts/stable/survivethenights/Chart.yaml index 1ecb6c66989..d6dbe258bbf 100644 --- a/charts/stable/survivethenights/Chart.yaml +++ b/charts/stable/survivethenights/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: stn dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install Survive The Nights and run it. -home: https://truecharts.org/charts/stable/survivethenights -icon: https://truecharts.org/img/hotlink-ok/chart-icons/survivethenights.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/survivethenights +icon: https://trueforge.org/img/hotlink-ok/chart-icons/survivethenights.webp keywords: - survivethenights - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: survivethenights sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/synclounge/Chart.yaml b/charts/stable/synclounge/Chart.yaml index 6ff592a6925..5a3c27f27b5 100644 --- a/charts/stable/synclounge/Chart.yaml +++ b/charts/stable/synclounge/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.2.35 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. -home: https://truecharts.org/charts/stable/synclounge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/synclounge +icon: https://trueforge.org/img/hotlink-ok/chart-icons/synclounge.webp keywords: - synclounge kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: synclounge sources: - https://ghcr.io/linuxserver/synclounge diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index 391d0a92425..8981057978c 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.0.13 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: P2P file synchronization application -home: https://truecharts.org/charts/stable/syncthing -icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/syncthing +icon: https://trueforge.org/img/hotlink-ok/chart-icons/syncthing.webp keywords: - syncthing kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: syncthing sources: - https://github.com/syncthing/syncthing diff --git a/charts/stable/synctube/Chart.yaml b/charts/stable/synctube/Chart.yaml index fd88119a6ea..1ed97bfc69d 100644 --- a/charts/stable/synctube/Chart.yaml +++ b/charts/stable/synctube/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally. -home: https://truecharts.org/charts/stable/synctube -icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/synctube +icon: https://trueforge.org/img/hotlink-ok/chart-icons/synctube.webp keywords: - synctube - Cloud @@ -35,8 +41,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: synctube sources: - https://github.com/RblSb/SyncTube diff --git a/charts/stable/syslog-ng/Chart.yaml b/charts/stable/syslog-ng/Chart.yaml index c07259b1f88..abbb8315952 100644 --- a/charts/stable/syslog-ng/Chart.yaml +++ b/charts/stable/syslog-ng/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.10.2 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. -home: https://truecharts.org/charts/stable/syslog-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/syslog-ng +icon: https://trueforge.org/img/hotlink-ok/chart-icons/syslog-ng.webp keywords: - syslog-ng kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: syslog-ng sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/syslog-ng diff --git a/charts/stable/tachidesk-docker/Chart.yaml b/charts/stable/tachidesk-docker/Chart.yaml index a7521d03f7e..d7575cc1f80 100644 --- a/charts/stable/tachidesk-docker/Chart.yaml +++ b/charts/stable/tachidesk-docker/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: preiew dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: The official Tachidesk Chart-Chart. -home: https://truecharts.org/charts/stable/tachidesk-docker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tachidesk-docker +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tachidesk-docker.webp keywords: - tachidesk-docker - MediaServer-Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tachidesk-docker sources: - https://ghcr.io/suwayomi/tachidesk diff --git a/charts/stable/tagspaces/Chart.yaml b/charts/stable/tagspaces/Chart.yaml index c61257349c4..1b239accabc 100644 --- a/charts/stable/tagspaces/Chart.yaml +++ b/charts/stable/tagspaces/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 6.0.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: TagSpaces is an offline, open source, document manager with tagging support. -home: https://truecharts.org/charts/stable/tagspaces -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tagspaces.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tagspaces +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tagspaces.webp keywords: - tagspaces - documents kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tagspaces sources: - https://github.com/tagspaces/tagspaces diff --git a/charts/stable/tailscale/Chart.yaml b/charts/stable/tailscale/Chart.yaml index 49a8ddc44b6..ccc7e59cd46 100644 --- a/charts/stable/tailscale/Chart.yaml +++ b/charts/stable/tailscale/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.92.5 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Tailscale lets you connect your devices and users together in your own secure virtual private network -home: https://truecharts.org/charts/stable/tailscale -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tailscale +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tailscale.webp keywords: - vpn - tailscale kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tailscale sources: - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh diff --git a/charts/stable/tandoor-recipes/Chart.yaml b/charts/stable/tandoor-recipes/Chart.yaml index 342adcbb558..d799f84f73e 100644 --- a/charts/stable/tandoor-recipes/Chart.yaml +++ b/charts/stable/tandoor-recipes/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.4.1 dependencies: @@ -20,8 +26,8 @@ dependencies: import-values: [] deprecated: false description: Tandoor Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. -home: https://truecharts.org/charts/stable/tandoor-recipes -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tandoor-recipes.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tandoor-recipes +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tandoor-recipes.webp keywords: - tandoor - recipes @@ -29,8 +35,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tandoor-recipes sources: - https://ghcr.io/tandoorrecipes/recipes diff --git a/charts/stable/tanoshi/Chart.yaml b/charts/stable/tanoshi/Chart.yaml index 5a6d2252750..cafeb27c51f 100644 --- a/charts/stable/tanoshi/Chart.yaml +++ b/charts/stable/tanoshi/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Selfhosted web manga reader. -home: https://truecharts.org/charts/stable/tanoshi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tanoshi.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tanoshi +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tanoshi.webp keywords: - tanoshi - Productivity @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tanoshi sources: - https://github.com/faldez/tanoshi diff --git a/charts/stable/tar1090/Chart.yaml b/charts/stable/tar1090/Chart.yaml index c01dd164ca2..e4e35497961 100644 --- a/charts/stable/tar1090/Chart.yaml +++ b/charts/stable/tar1090/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Multi-arch tar1090 Chart for visualising ADSB data. -home: https://truecharts.org/charts/stable/tar1090 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tar1090 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tar1090.webp keywords: - tar1090 - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tar1090 sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tar1090 diff --git a/charts/stable/tasmoadmin/Chart.yaml b/charts/stable/tasmoadmin/Chart.yaml index be14d14c2b9..866643c16ab 100644 --- a/charts/stable/tasmoadmin/Chart.yaml +++ b/charts/stable/tasmoadmin/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.3.4 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A administrative platform for devices flashed with Tasmota. -home: https://truecharts.org/charts/stable/tasmoadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tasmoadmin +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tasmoadmin.webp keywords: - tasmoadmin - home-automation @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tasmoadmin sources: - https://ghcr.io/tasmoadmin/tasmoadmin diff --git a/charts/stable/tasmobackup/Chart.yaml b/charts/stable/tasmobackup/Chart.yaml index 5893c46abe9..056ad80dc50 100644 --- a/charts/stable/tasmobackup/Chart.yaml +++ b/charts/stable/tasmobackup/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.06.09 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: backup all your tasmota devices in one place. -home: https://truecharts.org/charts/stable/tasmobackup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tasmobackup +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tasmobackup.webp keywords: - tasmobackup - home-automation @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tasmobackup sources: - https://github.com/danmed/TasmoBackupV1 diff --git a/charts/stable/tasmocompiler/Chart.yaml b/charts/stable/tasmocompiler/Chart.yaml index 31ddfa313f4..2cf887a3d1e 100644 --- a/charts/stable/tasmocompiler/Chart.yaml +++ b/charts/stable/tasmocompiler/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings -home: https://truecharts.org/charts/stable/tasmocompiler -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tasmocompiler +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tasmocompiler.webp keywords: - tasmocompiler - home-automation @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tasmocompiler sources: - https://github.com/benzino77/tasmocompiler diff --git a/charts/stable/tauticord/Chart.yaml b/charts/stable/tauticord/Chart.yaml index 6efbd8002c0..d605df84a73 100644 --- a/charts/stable/tauticord/Chart.yaml +++ b/charts/stable/tauticord/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.15.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A Discord bot that displays live data from Tautulli. -home: https://truecharts.org/charts/stable/tauticord -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tauticord.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tauticord +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tauticord.webp keywords: - tauticord - tautulli @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tauticord sources: - https://ghcr.io/nwithan8/tauticord diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml index a8fc0d00609..16716440621 100644 --- a/charts/stable/tautulli/Chart.yaml +++ b/charts/stable/tautulli/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.16.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A Python based monitoring and tracking tool for Plex Media Server -home: https://truecharts.org/charts/stable/tautulli -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tautulli.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tautulli +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tautulli.webp keywords: - tautulli - plex kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tautulli sources: - https://ghcr.io/tautulli/tautulli diff --git a/charts/stable/tdarr-node/Chart.yaml b/charts/stable/tdarr-node/Chart.yaml index 9432d430aa1..20db9bcc4e7 100644 --- a/charts/stable/tdarr-node/Chart.yaml +++ b/charts/stable/tdarr-node/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.58.02 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Audio/Video library transcoding automation -home: https://truecharts.org/charts/stable/tdarr-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr-node.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tdarr-node +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tdarr-node.webp keywords: - encode - media @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tdarr-node sources: - https://github.com/HaveAGitGat/Tdarr diff --git a/charts/stable/tdarr/Chart.yaml b/charts/stable/tdarr/Chart.yaml index 999dfb347b7..36eba713e52 100644 --- a/charts/stable/tdarr/Chart.yaml +++ b/charts/stable/tdarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.58.02 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Audio/Video library transcoding automation -home: https://truecharts.org/charts/stable/tdarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tdarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tdarr.webp keywords: - encode - media @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tdarr sources: - https://github.com/HaveAGitGat/Tdarr diff --git a/charts/stable/teamspeak3/Chart.yaml b/charts/stable/teamspeak3/Chart.yaml index 77f5a3f44d0..b1fe243ebd6 100644 --- a/charts/stable/teamspeak3/Chart.yaml +++ b/charts/stable/teamspeak3/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.13.7 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: TeamSpeak is software for quality voice communication via the Internet. -home: https://truecharts.org/charts/stable/teamspeak3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/teamspeak3.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/teamspeak3 +icon: https://trueforge.org/img/hotlink-ok/chart-icons/teamspeak3.webp keywords: - voice server - teamspeak @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: teamspeak3 sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/teamspeak3 diff --git a/charts/stable/teedy-docs/Chart.yaml b/charts/stable/teedy-docs/Chart.yaml index a8856f1c75f..3e65c8fcf40 100644 --- a/charts/stable/teedy-docs/Chart.yaml +++ b/charts/stable/teedy-docs/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses. -home: https://truecharts.org/charts/stable/teedy-docs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy-docs.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/teedy-docs +icon: https://trueforge.org/img/hotlink-ok/chart-icons/teedy-docs.webp keywords: - teedy-docs - Cloud @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: teedy-docs sources: - https://github.com/sismics/docs diff --git a/charts/stable/teedy/Chart.yaml b/charts/stable/teedy/Chart.yaml index f8507d55a78..2877574580e 100644 --- a/charts/stable/teedy/Chart.yaml +++ b/charts/stable/teedy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.11.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Teedy is an open source, lightweight document management system for individuals and businesses. -home: https://truecharts.org/charts/stable/teedy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/teedy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/teedy.webp keywords: - teedy - documents @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: teedy sources: - https://github.com/sismics/docs diff --git a/charts/stable/telethon-downloader/Chart.yaml b/charts/stable/telethon-downloader/Chart.yaml index 0fc2adb2461..4e96820ee57 100644 --- a/charts/stable/telethon-downloader/Chart.yaml +++ b/charts/stable/telethon-downloader/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This is a simple Chart that downloads files sent to a telegram bot up to 2000mb using the Telethon library. -home: https://truecharts.org/charts/stable/telethon-downloader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/telethon-downloader +icon: https://trueforge.org/img/hotlink-ok/chart-icons/telethon-downloader.webp keywords: - telethon-downloader - Downloaders kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: telethon-downloader sources: - https://docs.telethon.dev/ diff --git a/charts/stable/terraria-tshock/Chart.yaml b/charts/stable/terraria-tshock/Chart.yaml index 44ca0253cf0..06d7ab10558 100644 --- a/charts/stable/terraria-tshock/Chart.yaml +++ b/charts/stable/terraria-tshock/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: tshock dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: SteamCMD Terraria and the TShock MOD. -home: https://truecharts.org/charts/stable/terraria-tshock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/terraria-tshock.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/terraria-tshock +icon: https://trueforge.org/img/hotlink-ok/chart-icons/terraria-tshock.webp keywords: - terraria-tshock - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: terraria-tshock sources: - https://ghcr.io/ich777/terrariaserver diff --git a/charts/stable/teslamate/Chart.yaml b/charts/stable/teslamate/Chart.yaml index 6334ea1b239..a4e62390a18 100644 --- a/charts/stable/teslamate/Chart.yaml +++ b/charts/stable/teslamate/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.2.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A self-hosted data logger for your Tesla -home: https://truecharts.org/charts/stable/teslamate -icon: https://truecharts.org/img/hotlink-ok/chart-icons/teslamate.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/teslamate +icon: https://trueforge.org/img/hotlink-ok/chart-icons/teslamate.webp keywords: - analytics - monitoring @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: teslamate sources: - https://docs.teslamate.org/docs/installation/docker diff --git a/charts/stable/theforest/Chart.yaml b/charts/stable/theforest/Chart.yaml index 4a0d46fee49..844b4ddcd5d 100644 --- a/charts/stable/theforest/Chart.yaml +++ b/charts/stable/theforest/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: theforest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: ''The Forest Docker'' SERVERPASSWORD: ''Chart'' ADMINPASSWORD: ''adminChart'' (you can change this in your SERVERFOLDER/config/config.cfg)' -home: https://truecharts.org/charts/stable/theforest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/theforest.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/theforest +icon: https://trueforge.org/img/hotlink-ok/chart-icons/theforest.webp keywords: - theforest - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: theforest sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml index 3ef872bdc05..43ab9e4c2b9 100644 --- a/charts/stable/thelounge/Chart.yaml +++ b/charts/stable/thelounge/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.4.3 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: The Lounge, modern web IRC client designed for self-hosting -home: https://truecharts.org/charts/stable/thelounge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/thelounge +icon: https://trueforge.org/img/hotlink-ok/chart-icons/thelounge.webp keywords: - thelounge - IRC @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: thelounge sources: - https://github.com/thelounge/thelounge diff --git a/charts/stable/theme-park/Chart.yaml b/charts/stable/theme-park/Chart.yaml index 9ca16543d88..a360273f58c 100644 --- a/charts/stable/theme-park/Chart.yaml +++ b/charts/stable/theme-park/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.22.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Custom themes for your favorite apps! -home: https://truecharts.org/charts/stable/theme-park -icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/theme-park +icon: https://trueforge.org/img/hotlink-ok/chart-icons/theme-park.webp keywords: - theme-park - customization kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: theme-park sources: - https://github.com/gilbn/theme.park diff --git a/charts/stable/threadfin/Chart.yaml b/charts/stable/threadfin/Chart.yaml index bc1c559237f..c82ecf1759c 100644 --- a/charts/stable/threadfin/Chart.yaml +++ b/charts/stable/threadfin/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.2.37 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: M3U Proxy for Plex DVR and Emby/Jellyfin Live TV. Based on xTeVe. -home: https://truecharts.org/charts/stable/threadfin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/threadfin.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/threadfin +icon: https://trueforge.org/img/hotlink-ok/chart-icons/threadfin.webp keywords: - threadfin - xteve @@ -34,8 +40,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: threadfin sources: - https://github.com/Threadfin/Threadfin diff --git a/charts/stable/thunderbird/Chart.yaml b/charts/stable/thunderbird/Chart.yaml index 7cc3833abd6..e13b7b26c19 100644 --- a/charts/stable/thunderbird/Chart.yaml +++ b/charts/stable/thunderbird/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install Thunderbird in the preferred version and language. -home: https://truecharts.org/charts/stable/thunderbird -icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/thunderbird +icon: https://trueforge.org/img/hotlink-ok/chart-icons/thunderbird.webp keywords: - thunderbird - mail kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: thunderbird sources: - https://ghcr.io/ich777/thunderbird diff --git a/charts/stable/timetagger/Chart.yaml b/charts/stable/timetagger/Chart.yaml index 001bf119ac2..7a674d60c5c 100644 --- a/charts/stable/timetagger/Chart.yaml +++ b/charts/stable/timetagger/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.1.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: An open source time-tracker with an interactive user experience and powerful reporting. -home: https://truecharts.org/charts/stable/timetagger -icon: https://truecharts.org/img/hotlink-ok/chart-icons/timetagger.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/timetagger +icon: https://trueforge.org/img/hotlink-ok/chart-icons/timetagger.webp keywords: - time - timetagger kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: timetagger sources: - https://ghcr.io/almarklein/timetagger diff --git a/charts/stable/tinymediamanager/Chart.yaml b/charts/stable/tinymediamanager/Chart.yaml index 4629af22402..813985b95e5 100644 --- a/charts/stable/tinymediamanager/Chart.yaml +++ b/charts/stable/tinymediamanager/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.2.6 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: TinyMediaManager is a full featured media manager to organize and clean up your media library. -home: https://truecharts.org/charts/stable/tinymediamanager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tinymediamanager +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tinymediamanager.webp keywords: - tiny - media @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tinymediamanager sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tinymediamanager diff --git a/charts/stable/tonido/Chart.yaml b/charts/stable/tonido/Chart.yaml index 3821ec2cd4e..bda63e5acbb 100644 --- a/charts/stable/tonido/Chart.yaml +++ b/charts/stable/tonido/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary. -home: https://truecharts.org/charts/stable/tonido -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tonido.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tonido +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tonido.webp keywords: - tonido - Cloud kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tonido sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tonido diff --git a/charts/stable/traccar/Chart.yaml b/charts/stable/traccar/Chart.yaml index ced1333faab..c11be17af67 100644 --- a/charts/stable/traccar/Chart.yaml +++ b/charts/stable/traccar/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 6.11.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Traccar is an open source GPS tracking system. -home: https://truecharts.org/charts/stable/traccar -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traccar.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/traccar +icon: https://trueforge.org/img/hotlink-ok/chart-icons/traccar.webp keywords: - traccar - gps kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: traccar sources: - https://github.com/traccar/traccar diff --git a/charts/stable/tracearr/Chart.yaml b/charts/stable/tracearr/Chart.yaml index b2a05c573c4..e29a7b86697 100644 --- a/charts/stable/tracearr/Chart.yaml +++ b/charts/stable/tracearr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.4.12 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: Streaming access manager for Plex, Jellyfin, and Emby with account sharing detection. -home: https://truecharts.org/charts/stable/tracearr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracearr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tracearr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tracearr.webp keywords: - tracearr - media kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tracearr sources: - https://ghcr.io/connorgallopo/tracearr diff --git a/charts/stable/tracks/Chart.yaml b/charts/stable/tracks/Chart.yaml index 36bebf10b92..b99453757e8 100644 --- a/charts/stable/tracks/Chart.yaml +++ b/charts/stable/tracks/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: 'Tracks is a web-based todo application to help you implement the GTD methodology. ' -home: https://truecharts.org/charts/stable/tracks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracks.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tracks +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tracks.webp keywords: - tracks - Productivity kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tracks sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tracks diff --git a/charts/stable/traefik-forward-auth/Chart.yaml b/charts/stable/traefik-forward-auth/Chart.yaml index d4c664c41ea..ffc0746cc15 100644 --- a/charts/stable/traefik-forward-auth/Chart.yaml +++ b/charts/stable/traefik-forward-auth/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md). -home: https://truecharts.org/charts/stable/traefik-forward-auth -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-forward-auth.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/traefik-forward-auth +icon: https://trueforge.org/img/hotlink-ok/chart-icons/traefik-forward-auth.webp keywords: - traefik-forward-auth - traefik @@ -34,8 +40,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: traefik-forward-auth sources: - https://github.com/thomseddon/traefik-forward-auth diff --git a/charts/stable/traggo/Chart.yaml b/charts/stable/traggo/Chart.yaml index a52269a3f77..0c434410794 100644 --- a/charts/stable/traggo/Chart.yaml +++ b/charts/stable/traggo/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.8.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans. -home: https://truecharts.org/charts/stable/traggo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traggo.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/traggo +icon: https://trueforge.org/img/hotlink-ok/chart-icons/traggo.webp keywords: - time-tracking - tag kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: traggo sources: - https://github.com/traggo/server diff --git a/charts/stable/traktarr/Chart.yaml b/charts/stable/traktarr/Chart.yaml index 89f6b2c003e..cb11456f819 100644 --- a/charts/stable/traktarr/Chart.yaml +++ b/charts/stable/traktarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Script to add new series and movies to Sonarr/Radarr based on Trakt lists. -home: https://truecharts.org/charts/stable/traktarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traktarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/traktarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/traktarr.webp keywords: - traktarr - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: traktarr sources: - https://github.com/l3uddz/traktarr diff --git a/charts/stable/trango/Chart.yaml b/charts/stable/trango/Chart.yaml index fea004fc7be..0b9eadd4b7a 100644 --- a/charts/stable/trango/Chart.yaml +++ b/charts/stable/trango/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network. -home: https://truecharts.org/charts/stable/trango -icon: https://truecharts.org/img/hotlink-ok/chart-icons/trango.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/trango +icon: https://trueforge.org/img/hotlink-ok/chart-icons/trango.webp keywords: - trango - Network-Other @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: trango sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/trango diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index c15e80f417d..4c38579c167 100644 --- a/charts/stable/transmission/Chart.yaml +++ b/charts/stable/transmission/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.1.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: fast, easy, and free BitTorrent client. -home: https://truecharts.org/charts/stable/transmission -icon: https://truecharts.org/img/hotlink-ok/chart-icons/transmission.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/transmission +icon: https://trueforge.org/img/hotlink-ok/chart-icons/transmission.webp keywords: - transmission - torrent @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: transmission sources: - https://github.com/linuxserver/docker-transmission diff --git a/charts/stable/trilium-notes/Chart.yaml b/charts/stable/trilium-notes/Chart.yaml index cc090b11991..db4a9dc70e7 100644 --- a/charts/stable/trilium-notes/Chart.yaml +++ b/charts/stable/trilium-notes/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.63.7 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. -home: https://truecharts.org/charts/stable/trilium-notes -icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium-notes.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/trilium-notes +icon: https://trueforge.org/img/hotlink-ok/chart-icons/trilium-notes.webp keywords: - trilium - notes @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: trilium-notes sources: - https://ghcr.io/zadam/trilium diff --git a/charts/stable/troddit/Chart.yaml b/charts/stable/troddit/Chart.yaml index 9e0a94045e6..fef79c96acb 100644 --- a/charts/stable/troddit/Chart.yaml +++ b/charts/stable/troddit/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A web client for Reddit -home: https://truecharts.org/charts/stable/troddit -icon: https://truecharts.org/img/hotlink-ok/chart-icons/troddit.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/troddit +icon: https://trueforge.org/img/hotlink-ok/chart-icons/troddit.webp keywords: - troddit - Network-Web kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: troddit sources: - https://github.com/burhan-syed/troddit diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml index c27fbd558eb..206bf364511 100644 --- a/charts/stable/truecommand/Chart.yaml +++ b/charts/stable/truecommand/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.2.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Aggregated management of TrueNAS devices -home: https://truecharts.org/charts/stable/truecommand -icon: https://truecharts.org/img/hotlink-ok/chart-icons/truecommand.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/truecommand +icon: https://trueforge.org/img/hotlink-ok/chart-icons/truecommand.webp keywords: - truecommand kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: truecommand sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/truecommand diff --git a/charts/stable/truenas-exporter/Chart.yaml b/charts/stable/truenas-exporter/Chart.yaml index 0e292f84985..cb7996e296e 100644 --- a/charts/stable/truenas-exporter/Chart.yaml +++ b/charts/stable/truenas-exporter/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.16.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A metrics exporter for TrueNAS -home: https://truecharts.org/charts/stable/truenas-exporter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/truenas-exporter.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/truenas-exporter +icon: https://trueforge.org/img/hotlink-ok/chart-icons/truenas-exporter.webp keywords: - truenas-exporter - metrics kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: truenas-exporter sources: - https://github.com/Supporterino/truenas-graphite-to-prometheus/tree/main diff --git a/charts/stable/tsmuxer/Chart.yaml b/charts/stable/tsmuxer/Chart.yaml index a2533416575..41a66ddda16 100644 --- a/charts/stable/tsmuxer/Chart.yaml +++ b/charts/stable/tsmuxer/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 26.01.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: tsMuxer is a Transport Stream muxer. -home: https://truecharts.org/charts/stable/tsmuxer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsmuxer.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tsmuxer +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tsmuxer.webp keywords: - media - tsmuxer kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tsmuxer sources: - https://github.com/jlesage/docker-tsmuxer diff --git a/charts/stable/tsn-ranksystem/Chart.yaml b/charts/stable/tsn-ranksystem/Chart.yaml index 5d75f27f01e..9068d704b10 100644 --- a/charts/stable/tsn-ranksystem/Chart.yaml +++ b/charts/stable/tsn-ranksystem/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: TS-N Ranksystem is a TeamSpeak 3 bot that allows you to assign ranks to users based on their activity on the server. -home: https://truecharts.org/charts/stable/tsn-ranksystem -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsn-ranksystem.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tsn-ranksystem +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tsn-ranksystem.webp keywords: - teamspeak - tsn-ranksystem @@ -38,8 +44,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tsn-ranksystem sources: - https://github.com/JohannesBauer97/tsn-ranksystem-webserver diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml index c56aeb1f08b..ac0d051e6c4 100644 --- a/charts/stable/tt-rss/Chart.yaml +++ b/charts/stable/tt-rss/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator. -home: https://truecharts.org/charts/stable/tt-rss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tt-rss +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tt-rss.webp keywords: - tt-rss - rss kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tt-rss sources: - https://git.tt-rss.org/fox/tt-rss diff --git a/charts/stable/tubearchivist-redisjson/Chart.yaml b/charts/stable/tubearchivist-redisjson/Chart.yaml index 78ccc3eecb2..42813e25271 100644 --- a/charts/stable/tubearchivist-redisjson/Chart.yaml +++ b/charts/stable/tubearchivist-redisjson/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This is a dependancy Chart for the application "TubeArchivist" -home: https://truecharts.org/charts/stable/tubearchivist-redisjson -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tubearchivist-redisjson +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.webp keywords: - tubearchivist-redisjson - MediaServer-Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tubearchivist-redisjson sources: - https://github.com/RedisJSON/RedisJSON diff --git a/charts/stable/tubesync/Chart.yaml b/charts/stable/tubesync/Chart.yaml index bb01de6f97a..547096ffdcc 100644 --- a/charts/stable/tubesync/Chart.yaml +++ b/charts/stable/tubesync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded. -home: https://truecharts.org/charts/stable/tubesync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tubesync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tubesync.webp keywords: - tubesync - Downloaders @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tubesync sources: - https://ghcr.io/meeb/tubesync diff --git a/charts/stable/tvheadend/Chart.yaml b/charts/stable/tvheadend/Chart.yaml index 1de7dbe767e..f3f35a7e79a 100644 --- a/charts/stable/tvheadend/Chart.yaml +++ b/charts/stable/tvheadend/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: TVheadend - a TV streaming server and digital video recorder -home: https://truecharts.org/charts/stable/tvheadend -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tvheadend +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tvheadend.webp keywords: - tvheadend - tv @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tvheadend sources: - https://ghcr.io/linuxserver/tvheadend diff --git a/charts/stable/tvhproxy/Chart.yaml b/charts/stable/tvhproxy/Chart.yaml index eb63e46aa0d..a34b1e0eb1a 100644 --- a/charts/stable/tvhproxy/Chart.yaml +++ b/charts/stable/tvhproxy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Chart Chart as a seperate IP Address. -home: https://truecharts.org/charts/stable/tvhproxy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvhproxy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/tvhproxy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/tvhproxy.webp keywords: - tvhproxy - MediaApp-Video kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: tvhproxy sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tvhproxy diff --git a/charts/stable/twofauth/Chart.yaml b/charts/stable/twofauth/Chart.yaml index fcdd7b5b734..10ccdcb71c4 100644 --- a/charts/stable/twofauth/Chart.yaml +++ b/charts/stable/twofauth/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 6.0.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A Web app to manage your 2FA accounts and generate their security codes. -home: https://truecharts.org/charts/stable/twofauth -icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/twofauth +icon: https://trueforge.org/img/hotlink-ok/chart-icons/twofauth.webp keywords: - 2fauth - auth kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: twofauth sources: - https://github.com/Bubka/2fauth diff --git a/charts/stable/twonky-server/Chart.yaml b/charts/stable/twonky-server/Chart.yaml index 5a4a30bab56..2bc9f3161b0 100644 --- a/charts/stable/twonky-server/Chart.yaml +++ b/charts/stable/twonky-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends. -home: https://truecharts.org/charts/stable/twonky-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/twonky-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/twonky-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/twonky-server.webp keywords: - twonky-server - MediaServer-Video @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: twonky-server sources: - https://github.com/H2CK/twonkyserver diff --git a/charts/stable/twtxt/Chart.yaml b/charts/stable/twtxt/Chart.yaml index 999c20528d3..e7e41a30e2c 100644 --- a/charts/stable/twtxt/Chart.yaml +++ b/charts/stable/twtxt/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.1.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data! -home: https://truecharts.org/charts/stable/twtxt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/twtxt.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/twtxt +icon: https://trueforge.org/img/hotlink-ok/chart-icons/twtxt.webp keywords: - twtxt - blogging @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: twtxt sources: - https://ghcr.io/nicholaswilde/twtxt diff --git a/charts/stable/ubooquity/Chart.yaml b/charts/stable/ubooquity/Chart.yaml index 241dcaec090..57fa8b64bb4 100644 --- a/charts/stable/ubooquity/Chart.yaml +++ b/charts/stable/ubooquity/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.1.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. -home: https://truecharts.org/charts/stable/ubooquity -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ubooquity +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ubooquity.webp keywords: - ubooquity kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ubooquity sources: - https://ghcr.io/linuxserver/ubooquity diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index 332fdd4bf67..daba00f7aeb 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 10.0.162 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Ubiquiti Network's Unifi Controller -home: https://truecharts.org/charts/stable/unifi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unifi.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/unifi +icon: https://trueforge.org/img/hotlink-ok/chart-icons/unifi.webp keywords: - ubiquiti - unifi kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: unifi sources: - https://ghcr.io/goofball222/unifi diff --git a/charts/stable/universal-media-server/Chart.yaml b/charts/stable/universal-media-server/Chart.yaml index 636dc568dc0..e0e19f6a385 100644 --- a/charts/stable/universal-media-server/Chart.yaml +++ b/charts/stable/universal-media-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility. -home: https://truecharts.org/charts/stable/universal-media-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/universal-media-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/universal-media-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/universal-media-server.webp keywords: - universal-media-server - MediaServer-Video @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: universal-media-server sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/universal-media-server diff --git a/charts/stable/unmanic/Chart.yaml b/charts/stable/unmanic/Chart.yaml index 9cf3d30e041..57bf42d1928 100644 --- a/charts/stable/unmanic/Chart.yaml +++ b/charts/stable/unmanic/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.3.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Unmanic is a simple tool for optimising your file library. -home: https://truecharts.org/charts/stable/unmanic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/unmanic +icon: https://trueforge.org/img/hotlink-ok/chart-icons/unmanic.webp keywords: - media kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: unmanic sources: - https://github.com/Unmanic/unmanic diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml index 5d878d8103d..c323c350a31 100644 --- a/charts/stable/unpackerr/Chart.yaml +++ b/charts/stable/unpackerr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.14.5 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them -home: https://truecharts.org/charts/stable/unpackerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpackerr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/unpackerr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/unpackerr.webp keywords: - unpackerr - sonarr @@ -34,8 +40,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: unpackerr sources: - https://github.com/davidnewhall/unpackerr diff --git a/charts/stable/unpoller/Chart.yaml b/charts/stable/unpoller/Chart.yaml index 6cdd3d07f7b..4bd94c3b439 100644 --- a/charts/stable/unpoller/Chart.yaml +++ b/charts/stable/unpoller/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.28.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection. -home: https://truecharts.org/charts/stable/unpoller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/unpoller +icon: https://trueforge.org/img/hotlink-ok/chart-icons/unpoller.webp keywords: - unifi - unifi-poller @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: unpoller sources: - https://ghcr.io/unpoller/unpoller diff --git a/charts/stable/unturned/Chart.yaml b/charts/stable/unturned/Chart.yaml index bb2adde931d..b8cd7be7bb3 100644 --- a/charts/stable/unturned/Chart.yaml +++ b/charts/stable/unturned/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: unturned dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Unturned SteamCMD -home: https://truecharts.org/charts/stable/unturned -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/unturned +icon: https://trueforge.org/img/hotlink-ok/chart-icons/unturned.webp keywords: - unturned - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: unturned sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/uptime-kuma/Chart.yaml b/charts/stable/uptime-kuma/Chart.yaml index 871cebe6534..3fa3f296bc6 100644 --- a/charts/stable/uptime-kuma/Chart.yaml +++ b/charts/stable/uptime-kuma/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.23.17 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A fancy self-hosted monitoring tool -home: https://truecharts.org/charts/stable/uptime-kuma -icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptime-kuma.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/uptime-kuma +icon: https://trueforge.org/img/hotlink-ok/chart-icons/uptime-kuma.webp keywords: - monitoring - uptime kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: uptime-kuma sources: - https://github.com/louislam/uptime-kuma diff --git a/charts/stable/uptimerobot-prometheus/Chart.yaml b/charts/stable/uptimerobot-prometheus/Chart.yaml index ccb5cfc5a83..604f8081c44 100644 --- a/charts/stable/uptimerobot-prometheus/Chart.yaml +++ b/charts/stable/uptimerobot-prometheus/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.0.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Prometheus Exporter for the official uptimerobot CLI -home: https://truecharts.org/charts/stable/uptimerobot-prometheus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/uptimerobot-prometheus +icon: https://trueforge.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.webp keywords: - uptimerobot - prometheus @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: uptimerobot-prometheus sources: - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus diff --git a/charts/stable/urban-terror/Chart.yaml b/charts/stable/urban-terror/Chart.yaml index 2cf94b31582..4aba96b1d7b 100644 --- a/charts/stable/urban-terror/Chart.yaml +++ b/charts/stable/urban-terror/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh. -home: https://truecharts.org/charts/stable/urban-terror -icon: https://truecharts.org/img/hotlink-ok/chart-icons/urban-terror.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/urban-terror +icon: https://trueforge.org/img/hotlink-ok/chart-icons/urban-terror.webp keywords: - urban-terror - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: urban-terror sources: - https://ghcr.io/ich777/urbanterror diff --git a/charts/stable/v-rising/Chart.yaml b/charts/stable/v-rising/Chart.yaml index e42a32e8089..82c027d44ad 100644 --- a/charts/stable/v-rising/Chart.yaml +++ b/charts/stable/v-rising/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: rising dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install SteamCMD. It will also install V Rising and run it. -home: https://truecharts.org/charts/stable/v-rising -icon: https://truecharts.org/img/hotlink-ok/chart-icons/v-rising.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/v-rising +icon: https://trueforge.org/img/hotlink-ok/chart-icons/v-rising.webp keywords: - v-rising - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: v-rising sources: - https://ghcr.io/ich777/steamcmd diff --git a/charts/stable/valetudo-mapper/Chart.yaml b/charts/stable/valetudo-mapper/Chart.yaml index 47a0cd13050..2f02c3ff038 100644 --- a/charts/stable/valetudo-mapper/Chart.yaml +++ b/charts/stable/valetudo-mapper/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: "Valetudo-RE companion service for generating PNG maps.\r" -home: https://truecharts.org/charts/stable/valetudo-mapper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/valetudo-mapper.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/valetudo-mapper +icon: https://trueforge.org/img/hotlink-ok/chart-icons/valetudo-mapper.webp keywords: - valetudo-mapper - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: valetudo-mapper sources: - https://github.com/rand256/valetudo-mapper diff --git a/charts/stable/valheim/Chart.yaml b/charts/stable/valheim/Chart.yaml index 8b3167a572e..05470d386fa 100644 --- a/charts/stable/valheim/Chart.yaml +++ b/charts/stable/valheim/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Valheim dedicated gameserver with automatic update and world backup support -home: https://truecharts.org/charts/stable/valheim -icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/valheim +icon: https://trueforge.org/img/hotlink-ok/chart-icons/valheim.webp keywords: - valheim kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: valheim sources: - https://ghcr.io/lloesche/valheim-server diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index ee0a9f9f89f..a218e7158bd 100644 --- a/charts/stable/vaultwarden/Chart.yaml +++ b/charts/stable/vaultwarden/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.35.2 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Unofficial Bitwarden compatible server written in Rust -home: https://truecharts.org/charts/stable/vaultwarden -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/vaultwarden +icon: https://trueforge.org/img/hotlink-ok/chart-icons/vaultwarden.webp keywords: - bitwarden - bitwardenrs @@ -34,8 +40,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: vaultwarden sources: - https://ghcr.io/dani-garcia/vaultwarden diff --git a/charts/stable/venstar2mqtt/Chart.yaml b/charts/stable/venstar2mqtt/Chart.yaml index 479353db586..6511de204cc 100644 --- a/charts/stable/venstar2mqtt/Chart.yaml +++ b/charts/stable/venstar2mqtt/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Simple Chart that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary. -home: https://truecharts.org/charts/stable/venstar2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/venstar2mqtt.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/venstar2mqtt +icon: https://trueforge.org/img/hotlink-ok/chart-icons/venstar2mqtt.webp keywords: - venstar2mqtt - home-automation @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: venstar2mqtt sources: - https://github.com/terafin/mqtt-venstar-bridge diff --git a/charts/stable/vertex/Chart.yaml b/charts/stable/vertex/Chart.yaml index 4be5d5da3dc..392545d53e9 100644 --- a/charts/stable/vertex/Chart.yaml +++ b/charts/stable/vertex/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: stable dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Vertex -home: https://truecharts.org/charts/stable/vertex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vertex.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/vertex +icon: https://trueforge.org/img/hotlink-ok/chart-icons/vertex.webp keywords: - vertex - home-automation @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: vertex sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/vertex diff --git a/charts/stable/verysync/Chart.yaml b/charts/stable/verysync/Chart.yaml index b71294a3d7d..506c72e2036 100644 --- a/charts/stable/verysync/Chart.yaml +++ b/charts/stable/verysync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.21.3 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: very sync is an easy-to-use multi-platform file synchronization software -home: https://truecharts.org/charts/stable/verysync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/verysync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/verysync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/verysync.webp keywords: - verysync - sync @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: verysync sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/verysync diff --git a/charts/stable/victoriametrics/Chart.yaml b/charts/stable/victoriametrics/Chart.yaml index 367eadb1f38..f9a280f63de 100644 --- a/charts/stable/victoriametrics/Chart.yaml +++ b/charts/stable/victoriametrics/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.134.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Fast, cost-effective monitoring solution and time series database -home: https://truecharts.org/charts/stable/victoriametrics -icon: https://truecharts.org/img/hotlink-ok/chart-icons/victoriametrics.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/victoriametrics +icon: https://trueforge.org/img/hotlink-ok/chart-icons/victoriametrics.webp keywords: - victoriametrics - database @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: victoriametrics sources: - https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index 73c1e6040d6..56dfadc0c38 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.0.0 dependencies: @@ -29,15 +35,15 @@ dependencies: import-values: [] deprecated: false description: The to-do app to organize your life. -home: https://truecharts.org/charts/stable/vikunja -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/vikunja +icon: https://trueforge.org/img/hotlink-ok/chart-icons/vikunja.webp keywords: - vikunja kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: vikunja sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/vikunja diff --git a/charts/stable/vintage-story/Chart.yaml b/charts/stable/vintage-story/Chart.yaml index 61531972b25..36e370266aa 100644 --- a/charts/stable/vintage-story/Chart.yaml +++ b/charts/stable/vintage-story/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it. -home: https://truecharts.org/charts/stable/vintage-story -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vintage-story.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/vintage-story +icon: https://trueforge.org/img/hotlink-ok/chart-icons/vintage-story.webp keywords: - vintage-story - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: vintage-story sources: - https://ghcr.io/ich777/vintagestory diff --git a/charts/stable/virt-manager/Chart.yaml b/charts/stable/virt-manager/Chart.yaml index 6853651b9a4..5bbd65b49f9 100644 --- a/charts/stable/virt-manager/Chart.yaml +++ b/charts/stable/virt-manager/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: The virt-manager application is a desktop user interface for managing virtual machines through libvirt. -home: https://truecharts.org/charts/stable/virt-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/virt-manager.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/virt-manager +icon: https://trueforge.org/img/hotlink-ok/chart-icons/virt-manager.webp keywords: - virt-manager - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: virt-manager sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/virt-manager diff --git a/charts/stable/vlmcsd-kms-server/Chart.yaml b/charts/stable/vlmcsd-kms-server/Chart.yaml index f739710628f..2a1b8c376d2 100644 --- a/charts/stable/vlmcsd-kms-server/Chart.yaml +++ b/charts/stable/vlmcsd-kms-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: vlmcsd is a replacement for Microsoft's KMS server. -home: https://truecharts.org/charts/stable/vlmcsd-kms-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/vlmcsd-kms-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.webp keywords: - vlmcsd-kms-server - Cloud @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: vlmcsd-kms-server sources: - https://github.com/mikolatero/docker-vlmcsd diff --git a/charts/stable/vocechat-server/Chart.yaml b/charts/stable/vocechat-server/Chart.yaml index 550921ce342..698d099d881 100644 --- a/charts/stable/vocechat-server/Chart.yaml +++ b/charts/stable/vocechat-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.5.15 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: A superlight rust written social server. -home: https://truecharts.org/charts/stable/vocechat-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vocechat-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/vocechat-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/vocechat-server.webp keywords: - vocechat-server - social kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: vocechat-server sources: - https://github.com/Privoce/vocechat-server-rust diff --git a/charts/stable/volsync/Chart.yaml b/charts/stable/volsync/Chart.yaml index d76f5e0eabb..f7166482c5c 100644 --- a/charts/stable/volsync/Chart.yaml +++ b/charts/stable/volsync/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.13.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: volsync is a storage backup and synchronisation tool. -home: https://truecharts.org/charts/stable/volsync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/volsync.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/volsync +icon: https://trueforge.org/img/hotlink-ok/chart-icons/volsync.webp keywords: - volsync - ingress kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: volsync sources: - https://github.com/backube/helm-charts diff --git a/charts/stable/wallos/Chart.yaml b/charts/stable/wallos/Chart.yaml index 332ce42d474..f90d1d5cc11 100644 --- a/charts/stable/wallos/Chart.yaml +++ b/charts/stable/wallos/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.6.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Wallos - Self Hosted Subscription tracker -home: https://truecharts.org/charts/stable/wallos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/wallos +icon: https://trueforge.org/img/hotlink-ok/chart-icons/wallos.webp keywords: - dashboard kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: wallos sources: - https://ghcr.io/ellite/wallos diff --git a/charts/stable/watcharr/Chart.yaml b/charts/stable/watcharr/Chart.yaml index 70a9d6ef5fc..bc7fba1d52b 100644 --- a/charts/stable/watcharr/Chart.yaml +++ b/charts/stable/watcharr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.1.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Open source, self-hostable watched list -home: https://truecharts.org/charts/stable/watcharr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/watcharr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/watcharr.webp keywords: - watcharr - media kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: watcharr sources: - https://ghcr.io/sbondco/watcharr diff --git a/charts/stable/watchyourlan/Chart.yaml b/charts/stable/watchyourlan/Chart.yaml index 1e4d783589b..cba20380f6a 100644 --- a/charts/stable/watchyourlan/Chart.yaml +++ b/charts/stable/watchyourlan/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.1.4 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Lightweight network IP scanner with web GUI -home: https://truecharts.org/charts/stable/watchyourlan -icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/watchyourlan +icon: https://trueforge.org/img/hotlink-ok/chart-icons/watchyourlan.webp keywords: - network - monitor kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: watchyourlan sources: - https://github.com/aceberg/WatchYourLAN diff --git a/charts/stable/wdosg/Chart.yaml b/charts/stable/wdosg/Chart.yaml index b9b72c38c46..7dd68f6198c 100644 --- a/charts/stable/wdosg/Chart.yaml +++ b/charts/stable/wdosg/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A Simple web server to manage and run DOS based games on the browser. -home: https://truecharts.org/charts/stable/wdosg -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wdosg.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/wdosg +icon: https://trueforge.org/img/hotlink-ok/chart-icons/wdosg.webp keywords: - wdosg - dos @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: wdosg sources: - https://github.com/SoulRaven80/wdosg diff --git a/charts/stable/webgrabplus/Chart.yaml b/charts/stable/webgrabplus/Chart.yaml index 103e333347e..a86558236e1 100644 --- a/charts/stable/webgrabplus/Chart.yaml +++ b/charts/stable/webgrabplus/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.5.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Webgrabplus is a multi-site incremental xmltv epg grabber. -home: https://truecharts.org/charts/stable/webgrabplus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/webgrabplus +icon: https://trueforge.org/img/hotlink-ok/chart-icons/webgrabplus.webp keywords: - webgrabplus kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: webgrabplus sources: - https://ghcr.io/linuxserver/webgrabplus diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml index 1067a039fe1..905fed57519 100644 --- a/charts/stable/weblate/Chart.yaml +++ b/charts/stable/weblate/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 4.16.4 dependencies: @@ -29,15 +35,15 @@ dependencies: import-values: [] deprecated: false description: Weblate is a copylefted libre software web-based continuous localization system -home: https://truecharts.org/charts/stable/weblate -icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/weblate +icon: https://trueforge.org/img/hotlink-ok/chart-icons/weblate.webp keywords: - translate kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: weblate sources: - https://docs.weblate.org/en/latest/ diff --git a/charts/stable/webnut/Chart.yaml b/charts/stable/webnut/Chart.yaml index f5a435334d1..04b053eea3e 100644 --- a/charts/stable/webnut/Chart.yaml +++ b/charts/stable/webnut/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: webNUT (UPS network monitoring web ui). -home: https://truecharts.org/charts/stable/webnut -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webnut.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/webnut +icon: https://trueforge.org/img/hotlink-ok/chart-icons/webnut.webp keywords: - webnut - ups @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: webnut sources: - https://github.com/rshipp/webNUT diff --git a/charts/stable/webp-server/Chart.yaml b/charts/stable/webp-server/Chart.yaml index 7b961f27c57..8e33318284a 100644 --- a/charts/stable/webp-server/Chart.yaml +++ b/charts/stable/webp-server/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json. -home: https://truecharts.org/charts/stable/webp-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webp-server.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/webp-server +icon: https://trueforge.org/img/hotlink-ok/chart-icons/webp-server.webp keywords: - webp-server - Cloud @@ -35,8 +41,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: webp-server sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/webp-server diff --git a/charts/stable/website-shot/Chart.yaml b/charts/stable/website-shot/Chart.yaml index 2a6e3330a7c..0928c598ee7 100644 --- a/charts/stable/website-shot/Chart.yaml +++ b/charts/stable/website-shot/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. -home: https://truecharts.org/charts/stable/website-shot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/website-shot +icon: https://trueforge.org/img/hotlink-ok/chart-icons/website-shot.webp keywords: - website-shot kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: website-shot sources: - https://github.com/Flowko/website-shot diff --git a/charts/stable/webtop/Chart.yaml b/charts/stable/webtop/Chart.yaml index d4a476cde51..bdc9d6e7d11 100644 --- a/charts/stable/webtop/Chart.yaml +++ b/charts/stable/webtop/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Webtop full desktop environments in officially supported flavors accessible via any modern web browser. -home: https://truecharts.org/charts/stable/webtop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/webtop +icon: https://trueforge.org/img/hotlink-ok/chart-icons/webtop.webp keywords: - webtop - Tools-Utilities kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: webtop sources: - https://fleet.linuxserver.io/image?name=linuxserver/webtop diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml index 3f5eb92f450..9fc1750b837 100644 --- a/charts/stable/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 8.25.0 dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: WeKan - Open Source kanban -home: https://truecharts.org/charts/stable/wekan -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/wekan +icon: https://trueforge.org/img/hotlink-ok/chart-icons/wekan.webp keywords: - wekan - kanban kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: wekan sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wekan diff --git a/charts/stable/wg-easy/Chart.yaml b/charts/stable/wg-easy/Chart.yaml index 34b2e48697c..bc9b345879b 100644 --- a/charts/stable/wg-easy/Chart.yaml +++ b/charts/stable/wg-easy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 15.2.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: The easiest way to run WireGuard VPN + Web-based Admin UI. -home: https://truecharts.org/charts/stable/wg-easy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wg-easy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/wg-easy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/wg-easy.webp keywords: - wg-easy - wireguard @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: wg-easy sources: - https://ghcr.io/wg-easy/wg-easy diff --git a/charts/stable/whisparr/Chart.yaml b/charts/stable/whisparr/Chart.yaml index e1761069746..33c6cd44c50 100644 --- a/charts/stable/whisparr/Chart.yaml +++ b/charts/stable/whisparr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.1.0.2116 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: An adult media thingy. -home: https://truecharts.org/charts/stable/whisparr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisparr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/whisparr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/whisparr.webp keywords: - whisparr - Downloaders @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: whisparr sources: - https://ghcr.io/hotio/whisparr diff --git a/charts/stable/whisper-asr-webservice/Chart.yaml b/charts/stable/whisper-asr-webservice/Chart.yaml index 64b6087ae9e..f8ac9453ced 100644 --- a/charts/stable/whisper-asr-webservice/Chart.yaml +++ b/charts/stable/whisper-asr-webservice/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.9.1 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Whisper is a general-purpose speech recognition model. -home: https://truecharts.org/charts/stable/whisper-asr-webservice -icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/whisper-asr-webservice +icon: https://trueforge.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.webp keywords: - whisper-asr-webservice - machine-learning kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: whisper-asr-webservice sources: - https://github.com/ahmetoner/whisper-asr-webservice diff --git a/charts/stable/whoogle/Chart.yaml b/charts/stable/whoogle/Chart.yaml index 1e28827f91e..b102aafbfe5 100644 --- a/charts/stable/whoogle/Chart.yaml +++ b/charts/stable/whoogle/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.2.2 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A self-hosted, ad-free, privacy-respecting metasearch engine -home: https://truecharts.org/charts/stable/whoogle -icon: https://truecharts.org/img/hotlink-ok/chart-icons/whoogle.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/whoogle +icon: https://trueforge.org/img/hotlink-ok/chart-icons/whoogle.webp keywords: - whoogle - search @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: whoogle sources: - https://github.com/benbusby/whoogle-search diff --git a/charts/stable/wifi-card/Chart.yaml b/charts/stable/wifi-card/Chart.yaml index eb89f61ffef..7d057e3b9c4 100644 --- a/charts/stable/wifi-card/Chart.yaml +++ b/charts/stable/wifi-card/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Print a neat little card with your WiFi info and stick it on the fridge. -home: https://truecharts.org/charts/stable/wifi-card -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wifi-card.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/wifi-card +icon: https://trueforge.org/img/hotlink-ok/chart-icons/wifi-card.webp keywords: - wifi-card - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: wifi-card sources: - https://github.com/bndw/wifi-card diff --git a/charts/stable/wikijs/Chart.yaml b/charts/stable/wikijs/Chart.yaml index 53bf028894b..b2ff1801e16 100644 --- a/charts/stable/wikijs/Chart.yaml +++ b/charts/stable/wikijs/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.5.311 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! -home: https://truecharts.org/charts/stable/wikijs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wikijs.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/wikijs +icon: https://trueforge.org/img/hotlink-ok/chart-icons/wikijs.webp keywords: - wiki - wikijs kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: wikijs sources: - https://docs.requarks.io/install/docker diff --git a/charts/stable/wireguard/Chart.yaml b/charts/stable/wireguard/Chart.yaml index f1c1065c69f..ad1873a316e 100644 --- a/charts/stable/wireguard/Chart.yaml +++ b/charts/stable/wireguard/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.0.20210914 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. -home: https://truecharts.org/charts/stable/wireguard -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireguard.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/wireguard +icon: https://trueforge.org/img/hotlink-ok/chart-icons/wireguard.webp keywords: - wireguard - vpn kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: wireguard sources: - https://ghcr.io/k8s-at-home/wireguard diff --git a/charts/stable/wisemapping/Chart.yaml b/charts/stable/wisemapping/Chart.yaml index 1a1dd3a766f..630e1cfbee5 100644 --- a/charts/stable/wisemapping/Chart.yaml +++ b/charts/stable/wisemapping/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: home-assistant App for TrueNAS SCALE -home: https://truecharts.org/charts/stable/wisemapping -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wisemapping.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/wisemapping +icon: https://trueforge.org/img/hotlink-ok/chart-icons/wisemapping.webp keywords: - mapping - mind-mapping @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: wisemapping sources: - https://bitbucket.org/wisemapping/wisemapping-open-source/src/develop/ diff --git a/charts/stable/wizarr/Chart.yaml b/charts/stable/wizarr/Chart.yaml index d54b18ce884..cd37722a041 100644 --- a/charts/stable/wizarr/Chart.yaml +++ b/charts/stable/wizarr/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2025.12.0 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: A automatic user invitation system for Plex. -home: https://truecharts.org/charts/stable/wizarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/wizarr +icon: https://trueforge.org/img/hotlink-ok/chart-icons/wizarr.webp keywords: - wizarr - home-automation @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: wizarr sources: - https://ghcr.io/wizarrrr/wizarr diff --git a/charts/stable/wordpress/Chart.yaml b/charts/stable/wordpress/Chart.yaml index d52f271adc1..a9e903b179e 100644 --- a/charts/stable/wordpress/Chart.yaml +++ b/charts/stable/wordpress/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -29,16 +35,16 @@ dependencies: import-values: [] deprecated: false description: The WordPress rich content management system can utilize plugins, widgets, and themes. -home: https://truecharts.org/charts/stable/wordpress -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/wordpress +icon: https://trueforge.org/img/hotlink-ok/chart-icons/wordpress.webp keywords: - wordpress - cms kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: wordpress sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wordpress diff --git a/charts/stable/wyoming-openwakeword/Chart.yaml b/charts/stable/wyoming-openwakeword/Chart.yaml index b98ed31a9fd..d830c0d54ae 100644 --- a/charts/stable/wyoming-openwakeword/Chart.yaml +++ b/charts/stable/wyoming-openwakeword/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.1.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: The Wyoming integration of openWakeWord -home: https://truecharts.org/charts/stable/wyoming-openwakeword -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-openwakeword.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/wyoming-openwakeword +icon: https://trueforge.org/img/hotlink-ok/chart-icons/wyoming-openwakeword.webp keywords: - wyoming-openwakeword kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: wyoming-openwakeword sources: - https://github.com/home-assistant/addons/tree/master/openwakeword diff --git a/charts/stable/wyoming-piper/Chart.yaml b/charts/stable/wyoming-piper/Chart.yaml index 24848b5f5c6..7cd0bc93bc0 100644 --- a/charts/stable/wyoming-piper/Chart.yaml +++ b/charts/stable/wyoming-piper/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.2.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: The Wyoming integration of piper -home: https://truecharts.org/charts/stable/wyoming-piper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-piper.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/wyoming-piper +icon: https://trueforge.org/img/hotlink-ok/chart-icons/wyoming-piper.webp keywords: - wyoming-piper kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: wyoming-piper sources: - https://github.com/home-assistant/addons/tree/master/piper diff --git a/charts/stable/wyoming-whisper/Chart.yaml b/charts/stable/wyoming-whisper/Chart.yaml index 8f233c62ac5..5be62b42c15 100644 --- a/charts/stable/wyoming-whisper/Chart.yaml +++ b/charts/stable/wyoming-whisper/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.1.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: The Wyoming integration of whisper -home: https://truecharts.org/charts/stable/wyoming-whisper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-whisper.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/wyoming-whisper +icon: https://trueforge.org/img/hotlink-ok/chart-icons/wyoming-whisper.webp keywords: - wyoming-whisper kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: wyoming-whisper sources: - https://github.com/home-assistant/addons/tree/master/whisper diff --git a/charts/stable/xen-orchestra/Chart.yaml b/charts/stable/xen-orchestra/Chart.yaml index 88b4635c15e..f7ab415cea3 100644 --- a/charts/stable/xen-orchestra/Chart.yaml +++ b/charts/stable/xen-orchestra/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 5.195.0 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. -home: https://truecharts.org/charts/stable/xen-orchestra -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/xen-orchestra +icon: https://trueforge.org/img/hotlink-ok/chart-icons/xen-orchestra.webp keywords: - xen-orchestra kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: xen-orchestra sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/xen-orchestra diff --git a/charts/stable/xmrig/Chart.yaml b/charts/stable/xmrig/Chart.yaml index 5d1bc1f2353..3f6a2d9b48e 100644 --- a/charts/stable/xmrig/Chart.yaml +++ b/charts/stable/xmrig/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 6.21.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Chartised version of XMRig for CPU Mining. Helps turn your server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well. -home: https://truecharts.org/charts/stable/xmrig -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/xmrig +icon: https://trueforge.org/img/hotlink-ok/chart-icons/xmrig.webp keywords: - xmrig - Crypto kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: xmrig sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/xmrig diff --git a/charts/stable/xonotic/Chart.yaml b/charts/stable/xonotic/Chart.yaml index 50335075e4f..5a518219dba 100644 --- a/charts/stable/xonotic/Chart.yaml +++ b/charts/stable/xonotic/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This Chart will download and install the preferred version of Xonotic. -home: https://truecharts.org/charts/stable/xonotic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xonotic.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/xonotic +icon: https://trueforge.org/img/hotlink-ok/chart-icons/xonotic.webp keywords: - xonotic - GameServers kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: xonotic sources: - https://ghcr.io/ich777/xonotic diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml index 3e2f95c6140..9ca69b3cf7d 100644 --- a/charts/stable/xteve/Chart.yaml +++ b/charts/stable/xteve/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.2.0.200 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: M3U Proxy for Plex DVR and Emby Live TV. -home: https://truecharts.org/charts/stable/xteve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xteve.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/xteve +icon: https://trueforge.org/img/hotlink-ok/chart-icons/xteve.webp keywords: - xteve - iptv @@ -32,8 +38,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: xteve sources: - https://ghcr.io/k8s-at-home/xteve diff --git a/charts/stable/xware/Chart.yaml b/charts/stable/xware/Chart.yaml index b84de5ab49c..e41bb89884d 100644 --- a/charts/stable/xware/Chart.yaml +++ b/charts/stable/xware/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: This is a Chart of Thunder downloader. -home: https://truecharts.org/charts/stable/xware -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xware.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/xware +icon: https://trueforge.org/img/hotlink-ok/chart-icons/xware.webp keywords: - xware - Downloaders kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: xware sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/xware diff --git a/charts/stable/xwiki/Chart.yaml b/charts/stable/xwiki/Chart.yaml index a9c16e279b9..92e99cd589a 100644 --- a/charts/stable/xwiki/Chart.yaml +++ b/charts/stable/xwiki/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 18.0.0 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility -home: https://truecharts.org/charts/stable/xwiki -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/xwiki +icon: https://trueforge.org/img/hotlink-ok/chart-icons/xwiki.webp keywords: - xwiki - wiki kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: xwiki sources: - https://gallery.ecr.aws/docker/library/xwiki diff --git a/charts/stable/yacreaderlibraryserver/Chart.yaml b/charts/stable/yacreaderlibraryserver/Chart.yaml index 5ccea7e2c26..eed9c23d91d 100644 --- a/charts/stable/yacreaderlibraryserver/Chart.yaml +++ b/charts/stable/yacreaderlibraryserver/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: Headless version of the YACReaderLibraryServer. -home: https://truecharts.org/charts/stable/yacreaderlibraryserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/yacreaderlibraryserver +icon: https://trueforge.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.webp keywords: - yacreaderlibraryserver - MediaServer-Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: yacreaderlibraryserver sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/yacreaderlibraryserver diff --git a/charts/stable/yacy/Chart.yaml b/charts/stable/yacy/Chart.yaml index 1ff5c397e5e..3eaedef181a 100644 --- a/charts/stable/yacy/Chart.yaml +++ b/charts/stable/yacy/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: YaCy decentralized search engine (https://yacy.net) -home: https://truecharts.org/charts/stable/yacy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacy.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/yacy +icon: https://trueforge.org/img/hotlink-ok/chart-icons/yacy.webp keywords: - yacy - Tools-Utilities @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: yacy sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/yacy diff --git a/charts/stable/yourls/Chart.yaml b/charts/stable/yourls/Chart.yaml index 4b4247c578a..000387a4604 100644 --- a/charts/stable/yourls/Chart.yaml +++ b/charts/stable/yourls/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.10.3 dependencies: @@ -29,8 +35,8 @@ dependencies: import-values: [] deprecated: false description: YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. -home: https://truecharts.org/charts/stable/yourls -icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/yourls +icon: https://trueforge.org/img/hotlink-ok/chart-icons/yourls.webp keywords: - yourls - Cloud @@ -40,8 +46,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: yourls sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/yourls diff --git a/charts/stable/youtubedl-material/Chart.yaml b/charts/stable/youtubedl-material/Chart.yaml index d882536246e..94dfcaf5b29 100644 --- a/charts/stable/youtubedl-material/Chart.yaml +++ b/charts/stable/youtubedl-material/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2024.10.01 dependencies: @@ -29,15 +35,15 @@ dependencies: import-values: [] deprecated: false description: YoutubeDL-Material is a Material Design frontend for youtube-dl. -home: https://truecharts.org/charts/stable/youtubedl-material -icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/youtubedl-material +icon: https://trueforge.org/img/hotlink-ok/chart-icons/youtubedl-material.webp keywords: - youtube kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: youtubedl-material sources: - https://ghcr.io/tzahi12345/youtubedl-material diff --git a/charts/stable/z80pack/Chart.yaml b/charts/stable/z80pack/Chart.yaml index b38354f787b..85993d59258 100644 --- a/charts/stable/z80pack/Chart.yaml +++ b/charts/stable/z80pack/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -23,16 +29,16 @@ dependencies: deprecated: false description: | Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Chart only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Chart.[br] -home: https://truecharts.org/charts/stable/z80pack -icon: https://truecharts.org/img/hotlink-ok/chart-icons/z80pack.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/z80pack +icon: https://trueforge.org/img/hotlink-ok/chart-icons/z80pack.webp keywords: - z80pack - Other kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: z80pack sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/z80pack diff --git a/charts/stable/zerotier/Chart.yaml b/charts/stable/zerotier/Chart.yaml index c96bd4cb1dd..04da7cb72d6 100644 --- a/charts/stable/zerotier/Chart.yaml +++ b/charts/stable/zerotier/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.14.2 dependencies: @@ -22,16 +28,16 @@ dependencies: import-values: [] deprecated: false description: ZeroTier is a smart programmable Ethernet switch for planet Earth -home: https://truecharts.org/charts/stable/zerotier -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zerotier.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/zerotier +icon: https://trueforge.org/img/hotlink-ok/chart-icons/zerotier.webp keywords: - zerotier - network kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: zerotier sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/zerotier diff --git a/charts/stable/zigbee2mqtt/Chart.yaml b/charts/stable/zigbee2mqtt/Chart.yaml index 8e31eba8711..4b47cbcaff9 100644 --- a/charts/stable/zigbee2mqtt/Chart.yaml +++ b/charts/stable/zigbee2mqtt/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2.7.2 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Bridges events and allows you to control your Zigbee devices via MQTT -home: https://truecharts.org/charts/stable/zigbee2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/zigbee2mqtt +icon: https://trueforge.org/img/hotlink-ok/chart-icons/zigbee2mqtt.webp keywords: - zigbee - mqtt @@ -31,8 +37,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: zigbee2mqtt sources: - https://github.com/Koenkk/zigbee2mqtt diff --git a/charts/stable/zilean/Chart.yaml b/charts/stable/zilean/Chart.yaml index 54fd4acdd67..ad4022b73c3 100644 --- a/charts/stable/zilean/Chart.yaml +++ b/charts/stable/zilean/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 3.5.0 dependencies: @@ -20,15 +26,15 @@ dependencies: import-values: [] deprecated: false description: Zilean self-hosted -home: https://truecharts.org/charts/stable/zilean -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zilean.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/zilean +icon: https://trueforge.org/img/hotlink-ok/chart-icons/zilean.webp keywords: - zilean kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: zilean sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/zilean diff --git a/charts/stable/znc/Chart.yaml b/charts/stable/znc/Chart.yaml index 4d36537cb35..acf7933bf7f 100644 --- a/charts/stable/znc/Chart.yaml +++ b/charts/stable/znc/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 1.10.1 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. -home: https://truecharts.org/charts/stable/znc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/znc +icon: https://trueforge.org/img/hotlink-ok/chart-icons/znc.webp keywords: - znc kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: znc sources: - https://ghcr.io/linuxserver/znc diff --git a/charts/stable/zoneminder/Chart.yaml b/charts/stable/zoneminder/Chart.yaml index d1c70d95712..bb660b96766 100644 --- a/charts/stable/zoneminder/Chart.yaml +++ b/charts/stable/zoneminder/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Zoneminder is the top Linux video camera security and surveillance solution. -home: https://truecharts.org/charts/stable/zoneminder -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zoneminder.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/zoneminder +icon: https://trueforge.org/img/hotlink-ok/chart-icons/zoneminder.webp keywords: - zoneminder - home @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: zoneminder sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/zoneminder diff --git a/charts/stable/ztcuui-aio/Chart.yaml b/charts/stable/ztcuui-aio/Chart.yaml index 260387ab1f0..744612bb40f 100644 --- a/charts/stable/ztcuui-aio/Chart.yaml +++ b/charts/stable/ztcuui-aio/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 2024.1.28 dependencies: @@ -22,15 +28,15 @@ dependencies: import-values: [] deprecated: false description: ZeroTier network controller user interface in a Docker container -home: https://truecharts.org/charts/stable/ztcuui-aio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/ztcuui-aio +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ztcuui-aio.webp keywords: - ztcuui-aio kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ztcuui-aio sources: - https://ghcr.io/kmahyyg/ztncui-aio diff --git a/charts/stable/zurg/Chart.yaml b/charts/stable/zurg/Chart.yaml index 2761a25dd89..08104af08f6 100644 --- a/charts/stable/zurg/Chart.yaml +++ b/charts/stable/zurg/Chart.yaml @@ -8,6 +8,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 0.9.3 dependencies: @@ -20,15 +26,15 @@ dependencies: import-values: [] deprecated: false description: zurg Self-Hosted -home: https://truecharts.org/charts/stable/zurg -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zurg.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/zurg +icon: https://trueforge.org/img/hotlink-ok/chart-icons/zurg.webp keywords: - zurg kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: zurg sources: - https://ghcr.io/geek-cookbook/zurg diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index 7a28a1a5c94..b54a441c8e9 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -10,6 +10,12 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable + trueforge.org/category: unsorted + trueforge.org/max_helm_version: "3.17" + trueforge.org/max_kubernetes_version: 1.32.0 + trueforge.org/min_helm_version: "3.14" + trueforge.org/min_kubernetes_version: 1.24.0 + trueforge.org/train: stable apiVersion: v2 appVersion: 11.10.1 dependencies: @@ -22,8 +28,8 @@ dependencies: import-values: [] deprecated: false description: Full featured Z-Wave Control Panel and MQTT Gateway, using NodeJS and Vue. -home: https://truecharts.org/charts/stable/zwavejs2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.webp +home: https://trueforge.org/truetech/truecharts/truetech/truecharts/charts/stable/zwavejs2mqtt +icon: https://trueforge.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.webp keywords: - zwavejs2mqtt - zwave-js-ui @@ -33,8 +39,8 @@ keywords: kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: zwavejs2mqtt sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/zwavejs2mqtt