diff --git a/charts/library/common-test/Chart.yaml b/charts/library/common-test/Chart.yaml index 0e0510b039a..4d01967c83c 100644 --- a/charts/library/common-test/Chart.yaml +++ b/charts/library/common-test/Chart.yaml @@ -4,7 +4,9 @@ annotations: url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: unsorted truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: library apiVersion: v2 appVersion: unknown @@ -35,3 +37,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/library/common-test type: application version: 1.0.0 + diff --git a/charts/library/common-test/README.md b/charts/library/common-test/README.md index 384db5f850f..0c30d231255 100644 --- a/charts/library/common-test/README.md +++ b/charts/library/common-test/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/common-test` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common-test/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.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/Chart.yaml b/charts/library/common/Chart.yaml index 9d23a584f44..9db92c7e686 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -6,7 +6,9 @@ annotations: url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: unsorted truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: library apiVersion: v2 appVersion: 1.11.0 @@ -30,7 +32,20 @@ sources: - https://ghcr.io/cloudnative-pg/postgresql - https://ghcr.io/tensorchord/cloudnative-pgvecto.rs - https://ghcr.io/traefik/whoami - - https://github.com/truecharts/charts/tree/master/charts/library/common + - https://github.com/truecharts/containers/tree/master/apps/alpine + - https://github.com/truecharts/containers/tree/master/apps/code-server + - https://github.com/truecharts/containers/tree/master/apps/db-wait-mariadb + - https://github.com/truecharts/containers/tree/master/apps/db-wait-mongodb + - https://github.com/truecharts/containers/tree/master/apps/db-wait-postgres + - https://github.com/truecharts/containers/tree/master/apps/db-wait-redis + - https://github.com/truecharts/containers/tree/master/apps/gluetun + - https://github.com/truecharts/containers/tree/master/apps/kubectl + - https://github.com/truecharts/containers/tree/master/apps/netshoot + - https://github.com/truecharts/containers/tree/master/apps/openvpn-client + - https://github.com/truecharts/containers/tree/master/apps/scratch + - https://github.com/truecharts/containers/tree/master/apps/tailscale + - https://github.com/truecharts/containers/tree/master/apps/wget + - https://github.com/truecharts/containers/tree/master/apps/wireguard - https://github.com/trueforge-org/truecharts/tree/master/charts/library/common - https://hub.docker.com/_/ - https://hub.docker.com/r/mikefarah/yq diff --git a/charts/library/common/README.md b/charts/library/common/README.md index d9216136048..11dd635b969 100644 --- a/charts/library/common/README.md +++ b/charts/library/common/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/common` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/app-template/Chart.yaml b/charts/premium/app-template/Chart.yaml index f1deea90b3d..52e5125d79c 100644 --- a/charts/premium/app-template/Chart.yaml +++ b/charts/premium/app-template/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: custom truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: premium apiVersion: v2 appVersion: 0.23.71 @@ -32,7 +34,6 @@ maintainers: name: app-template sources: - https://ghcr.io/linuxserver/jackett - - https://github.com/truecharts/charts/tree/master/charts/premium/app-template - https://github.com/trueforge-org/truecharts/tree/master/charts/premium/app-template type: application version: 15.8.5 diff --git a/charts/premium/app-template/README.md b/charts/premium/app-template/README.md index 48bc48d0088..5f3bd27b452 100644 --- a/charts/premium/app-template/README.md +++ b/charts/premium/app-template/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/app-template` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/premium/app-template/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/blocky/Chart.yaml b/charts/premium/blocky/Chart.yaml index b9098a56f0c..1f491672248 100644 --- a/charts/premium/blocky/Chart.yaml +++ b/charts/premium/blocky/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: network truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: premium apiVersion: v2 appVersion: 0.26.0 @@ -42,7 +44,6 @@ sources: - https://0xerr0r.github.io/blocky/ - https://github.com/0xERR0R/blocky - https://github.com/Mozart409/blocky-frontend - - https://github.com/truecharts/charts/tree/master/charts/premium/blocky - https://github.com/trueforge-org/truecharts/tree/master/charts/premium/blocky - https://hub.docker.com/r/spx01/blocky - https://quay.io/oriedge/k8s_gateway diff --git a/charts/premium/blocky/README.md b/charts/premium/blocky/README.md index 76fbe380dad..b24825d16d4 100644 --- a/charts/premium/blocky/README.md +++ b/charts/premium/blocky/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/blocky` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/premium/blocky/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/clusterissuer/Chart.yaml b/charts/premium/clusterissuer/Chart.yaml index a10834aeda7..8a7feec0b2b 100644 --- a/charts/premium/clusterissuer/Chart.yaml +++ b/charts/premium/clusterissuer/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: core truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: premium apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: clusterissuer sources: - https://cert-manager.io/ - - https://github.com/truecharts/charts/tree/master/charts/premium/clusterissuer + - https://github.com/trueforge-org/truecharts/tree/master/charts/premium/clusterissuer - https://github.com/trueforge/truecharts/tree/master/charts/premium/clusterissuer - https://hub.docker.com/_/hello-world type: application diff --git a/charts/premium/clusterissuer/README.md b/charts/premium/clusterissuer/README.md index 014c0d853c0..9e047b2766c 100644 --- a/charts/premium/clusterissuer/README.md +++ b/charts/premium/clusterissuer/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/clusterissuer) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge/truecharts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/clusterissuer` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/premium/clusterissuer ## 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/truecharts/blob/master/charts/premium/clusterissuer/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/premium/clusterissuer/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/grafana/Chart.yaml b/charts/premium/grafana/Chart.yaml index 510d98aa6c6..935c7eb261f 100644 --- a/charts/premium/grafana/Chart.yaml +++ b/charts/premium/grafana/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: metrics truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: premium apiVersion: v2 appVersion: 12.2.0 @@ -35,7 +37,6 @@ maintainers: name: grafana sources: - https://github.com/bitnami/bitnami-docker-grafana - - https://github.com/truecharts/charts/tree/master/charts/premium/grafana - https://github.com/trueforge-org/truecharts/tree/master/charts/premium/grafana - https://grafana.com/ - https://hub.docker.com/r/grafana/grafana diff --git a/charts/premium/grafana/README.md b/charts/premium/grafana/README.md index 630c3b3988c..f5988d9917d 100644 --- a/charts/premium/grafana/README.md +++ b/charts/premium/grafana/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/grafana` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/premium/grafana/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/kubernetes-dashboard/Chart.yaml b/charts/premium/kubernetes-dashboard/Chart.yaml index 2e47776c466..1077fd68094 100644 --- a/charts/premium/kubernetes-dashboard/Chart.yaml +++ b/charts/premium/kubernetes-dashboard/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: operators truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: premium apiVersion: v2 appVersion: latest @@ -40,7 +42,8 @@ maintainers: name: kubernetes-dashboard sources: - https://github.com/kubernetes-dashboard/kubernetes-dashboard - - https://github.com/truecharts/charts/tree/master/charts/premium/kubernetes-dashboard + - https://github.com/truecharts/containers/tree/master/apps/kube-sa-proxy + - https://github.com/trueforge-org/truecharts/tree/master/charts/premium/kubernetes-dashboard - https://github.com/trueforge/truecharts/tree/master/charts/premium/kubernetes-dashboard - https://hub.docker.com/r/kubernetesui/dashboard-api - https://hub.docker.com/r/kubernetesui/dashboard-auth diff --git a/charts/premium/kubernetes-dashboard/README.md b/charts/premium/kubernetes-dashboard/README.md index 28ba54b01dc..e825f931fec 100644 --- a/charts/premium/kubernetes-dashboard/README.md +++ b/charts/premium/kubernetes-dashboard/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/kubernetes-dashboard) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge/truecharts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kubernetes-dashboard` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/premium/kubernetes-dashboard ## 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/truecharts/blob/master/charts/premium/kubernetes-dashboard/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/premium/kubernetes-dashboard/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/metallb-config/Chart.yaml b/charts/premium/metallb-config/Chart.yaml index a5b5789c0d5..809bb27b3b7 100644 --- a/charts/premium/metallb-config/Chart.yaml +++ b/charts/premium/metallb-config/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: core truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: premium apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: metallb-config sources: - https://github.com/metallb/metallb - - https://github.com/truecharts/charts/tree/master/charts/premium/metallb-config - https://github.com/trueforge-org/truecharts/tree/master/charts/premium/metallb-config - https://hub.docker.com/_/hello-world - https://metallb.io diff --git a/charts/premium/metallb-config/README.md b/charts/premium/metallb-config/README.md index 744e7da5861..02152fe3c20 100644 --- a/charts/premium/metallb-config/README.md +++ b/charts/premium/metallb-config/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/metallb-config` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/premium/metallb-config/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/nextcloud/Chart.yaml b/charts/premium/nextcloud/Chart.yaml index 0835cdc9ecc..964d79ba9a4 100644 --- a/charts/premium/nextcloud/Chart.yaml +++ b/charts/premium/nextcloud/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: premium apiVersion: v2 appVersion: 31.0.9 @@ -44,7 +46,10 @@ name: nextcloud sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm - - https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify + - https://github.com/trueforge-org/truecharts/tree/master/charts/premium/nextcloud - https://github.com/trueforge/truecharts/tree/master/charts/premium/nextcloud - https://hub.docker.com/r/clamav/clamav - https://hub.docker.com/r/collabora/code diff --git a/charts/premium/nextcloud/README.md b/charts/premium/nextcloud/README.md index 2f3548280c5..48f095ad310 100644 --- a/charts/premium/nextcloud/README.md +++ b/charts/premium/nextcloud/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/nextcloud) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge/truecharts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/nextcloud` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/premium/nextcloud ## 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/truecharts/blob/master/charts/premium/nextcloud/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/premium/nextcloud/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/premium/vaultwarden/Chart.yaml b/charts/premium/vaultwarden/Chart.yaml index 4e7439e18c6..72c2321905b 100644 --- a/charts/premium/vaultwarden/Chart.yaml +++ b/charts/premium/vaultwarden/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: security truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: premium apiVersion: v2 appVersion: 1.34.3 @@ -38,7 +40,6 @@ name: vaultwarden sources: - https://ghcr.io/timshel/vaultwarden - https://github.com/dani-garcia/vaultwarden - - https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden - https://github.com/trueforge-org/truecharts/tree/master/charts/premium/vaultwarden - https://quay.io/vaultwarden/server type: application diff --git a/charts/premium/vaultwarden/README.md b/charts/premium/vaultwarden/README.md index 05bf0a8020f..47ea125fb3f 100644 --- a/charts/premium/vaultwarden/README.md +++ b/charts/premium/vaultwarden/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/vaultwarden` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/premium/vaultwarden/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/acestream/Chart.yaml b/charts/stable/acestream/Chart.yaml index 1352a59667d..6213ba92989 100644 --- a/charts/stable/acestream/Chart.yaml +++ b/charts/stable/acestream/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaServer-Video truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.0.2.8 @@ -32,7 +34,6 @@ maintainers: url: https://truecharts.org name: acestream sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/acestream - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/acestream - https://github.com/vstavrinov/acestream-service - https://hub.docker.com/r/vstavrinov/acestream-service diff --git a/charts/stable/acestream/README.md b/charts/stable/acestream/README.md index b8cef886def..e25cfa2d770 100644 --- a/charts/stable/acestream/README.md +++ b/charts/stable/acestream/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/acestream` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/acestream/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/actualserver/Chart.yaml b/charts/stable/actualserver/Chart.yaml index e921a5bc0d0..92d5cb06ca8 100644 --- a/charts/stable/actualserver/Chart.yaml +++ b/charts/stable/actualserver/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: finance truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.9.0 @@ -34,7 +36,6 @@ name: actualserver sources: - https://ghcr.io/actualbudget/actual - https://github.com/Kippenhof/docker-templates - - https://github.com/truecharts/charts/tree/master/charts/stable/actualserver - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/actualserver type: application version: 14.8.0 diff --git a/charts/stable/actualserver/README.md b/charts/stable/actualserver/README.md index bb75516b4d6..1db54bf26b4 100644 --- a/charts/stable/actualserver/README.md +++ b/charts/stable/actualserver/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/actualserver` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/actualserver/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/adguard-home/Chart.yaml b/charts/stable/adguard-home/Chart.yaml index 22bf16651b7..d3b1eada197 100644 --- a/charts/stable/adguard-home/Chart.yaml +++ b/charts/stable/adguard-home/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.107.66 @@ -32,7 +34,6 @@ maintainers: url: https://truecharts.org name: adguard-home sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/adguard-home - https://hub.docker.com/r/adguard/adguardhome type: application diff --git a/charts/stable/adguard-home/README.md b/charts/stable/adguard-home/README.md index af9dd9d7787..ec1d214395b 100644 --- a/charts/stable/adguard-home/README.md +++ b/charts/stable/adguard-home/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/adguard-home` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/adguard-home/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/adguardhome-sync/Chart.yaml b/charts/stable/adguardhome-sync/Chart.yaml index c602939c773..166d9a137f0 100644 --- a/charts/stable/adguardhome-sync/Chart.yaml +++ b/charts/stable/adguardhome-sync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.8.1 @@ -34,7 +36,6 @@ name: adguardhome-sync sources: - https://ghcr.io/bakito/adguardhome-sync - https://github.com/bakito/adguardhome-sync/ - - https://github.com/truecharts/charts/tree/master/charts/stable/adguardhome-sync - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/adguardhome-sync type: application version: 9.7.0 diff --git a/charts/stable/adguardhome-sync/README.md b/charts/stable/adguardhome-sync/README.md index f7419da6718..8823e1b861a 100644 --- a/charts/stable/adguardhome-sync/README.md +++ b/charts/stable/adguardhome-sync/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/adguardhome-sync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/adguardhome-sync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/adminer/Chart.yaml b/charts/stable/adminer/Chart.yaml index 8aeee2abdbe..81b7afed37a 100644 --- a/charts/stable/adminer/Chart.yaml +++ b/charts/stable/adminer/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: adminer sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/adminer + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/adminer - https://github.com/vrana/adminer - https://hub.docker.com/_/adminer type: application diff --git a/charts/stable/adminer/README.md b/charts/stable/adminer/README.md index 57a72c2eb1e..3fe3f7eb957 100644 --- a/charts/stable/adminer/README.md +++ b/charts/stable/adminer/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/adminer) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/adminer` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/adminer ## 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/truecharts/blob/master/charts/stable/adminer/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/adminer/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/agregarr/Chart.yaml b/charts/stable/agregarr/Chart.yaml index e7995b733ee..b8c9cd74cca 100644 --- a/charts/stable/agregarr/Chart.yaml +++ b/charts/stable/agregarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.3.1 @@ -33,7 +35,7 @@ name: agregarr sources: - https://ghcr.io/agregarr/agregarr - https://github.com/agregarr/agregarr - - https://github.com/truecharts/charts/tree/master/charts/stable/agregarr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/agregarr type: application version: 1.3.0 diff --git a/charts/stable/agregarr/README.md b/charts/stable/agregarr/README.md index 2b8cc49d247..701b0c90ac4 100644 --- a/charts/stable/agregarr/README.md +++ b/charts/stable/agregarr/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://truecharts.org/charts/stable/agregarr) + +**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/agregarr` + +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/agregarr + +## 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/stable/agregarr/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://truecharts.org/common/) + +For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/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://truecharts.org/general/sponsor/) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/airdcpp-webclient/Chart.yaml b/charts/stable/airdcpp-webclient/Chart.yaml index e07b52f9439..9f4bda5dbfe 100644 --- a/charts/stable/airdcpp-webclient/Chart.yaml +++ b/charts/stable/airdcpp-webclient/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.14.0 @@ -35,7 +37,6 @@ name: airdcpp-webclient sources: - https://airdcpp-web.github.io/ - https://github.com/airdcpp-web/airdcpp-webclient - - https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/airdcpp-webclient - https://hub.docker.com/r/gangefors/airdcpp-webclient type: application diff --git a/charts/stable/airdcpp-webclient/README.md b/charts/stable/airdcpp-webclient/README.md index 9ef447b744b..e55ac7abdd0 100644 --- a/charts/stable/airdcpp-webclient/README.md +++ b/charts/stable/airdcpp-webclient/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/airdcpp-webclient` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/airdcpp-webclient/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/airsonic-advanced/Chart.yaml b/charts/stable/airsonic-advanced/Chart.yaml index 8d3e9cf925b..7176bac21c6 100644 --- a/charts/stable/airsonic-advanced/Chart.yaml +++ b/charts/stable/airsonic-advanced/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: edge-latest @@ -32,7 +34,7 @@ maintainers: name: airsonic-advanced sources: - https://github.com/airsonic/airsonic-advanced - - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/airsonic-advanced - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced type: application version: 16.6.0 diff --git a/charts/stable/airsonic-advanced/README.md b/charts/stable/airsonic-advanced/README.md index 25634ec7539..785d937f93d 100644 --- a/charts/stable/airsonic-advanced/README.md +++ b/charts/stable/airsonic-advanced/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/airsonic-advanced) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/airsonic-advanced` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/airsonic-advanced ## 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/truecharts/blob/master/charts/stable/airsonic-advanced/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/airsonic-advanced/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index e0884f0001f..167d14ad6fd 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 10.6.2 @@ -35,7 +37,6 @@ sources: - https://github.com/airsonic/airsonic - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic - https://github.com/linuxserver/docker-airsonic - - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/airsonic type: application version: 16.6.0 diff --git a/charts/stable/airsonic/README.md b/charts/stable/airsonic/README.md index ce184b7cb66..4978df869e1 100644 --- a/charts/stable/airsonic/README.md +++ b/charts/stable/airsonic/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/airsonic` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/airsonic/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/alienswarm-reactivedrop/Chart.yaml b/charts/stable/alienswarm-reactivedrop/Chart.yaml index 6d3e4e86492..574ea8dac3e 100644 --- a/charts/stable/alienswarm-reactivedrop/Chart.yaml +++ b/charts/stable/alienswarm-reactivedrop/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: alienswarmreactiedrop @@ -33,7 +35,7 @@ maintainers: name: alienswarm-reactivedrop sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm-reactivedrop + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/alienswarm-reactivedrop - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/alienswarm-reactivedrop/README.md b/charts/stable/alienswarm-reactivedrop/README.md index 8022c04e327..e5c22ca1198 100644 --- a/charts/stable/alienswarm-reactivedrop/README.md +++ b/charts/stable/alienswarm-reactivedrop/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/alienswarm-reactivedrop) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/alienswarm-reactivedrop` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/alienswarm-reactivedrop ## 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/truecharts/blob/master/charts/stable/alienswarm-reactivedrop/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/alienswarm-reactivedrop/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/alienswarm/Chart.yaml b/charts/stable/alienswarm/Chart.yaml index b4da6bbb016..2892da56d58 100644 --- a/charts/stable/alienswarm/Chart.yaml +++ b/charts/stable/alienswarm/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: alienswarm @@ -33,7 +35,7 @@ maintainers: name: alienswarm sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/alienswarm - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/alienswarm/README.md b/charts/stable/alienswarm/README.md index 2da36554c35..18b4af5f31c 100644 --- a/charts/stable/alienswarm/README.md +++ b/charts/stable/alienswarm/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/alienswarm) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/alienswarm` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/alienswarm ## 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/truecharts/blob/master/charts/stable/alienswarm/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/alienswarm/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/alist/Chart.yaml b/charts/stable/alist/Chart.yaml index 790d56bcd0c..07f857196b1 100644 --- a/charts/stable/alist/Chart.yaml +++ b/charts/stable/alist/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.41.0 @@ -37,7 +39,7 @@ maintainers: name: alist sources: - https://github.com/Xhofe/alist - - https://github.com/truecharts/charts/tree/master/charts/stable/alist + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/alist - https://hub.docker.com/r/xhofe/alist-aria2 type: application version: 12.6.0 diff --git a/charts/stable/alist/README.md b/charts/stable/alist/README.md index b2cf48c3239..1003b6baa6c 100644 --- a/charts/stable/alist/README.md +++ b/charts/stable/alist/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/alist) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/alist` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/alist ## 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/truecharts/blob/master/charts/stable/alist/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/alist/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/amcrest2mqtt/Chart.yaml b/charts/stable/amcrest2mqtt/Chart.yaml index 81a811e7035..09896a7055d 100644 --- a/charts/stable/amcrest2mqtt/Chart.yaml +++ b/charts/stable/amcrest2mqtt/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.0.16 @@ -32,7 +34,7 @@ maintainers: name: amcrest2mqtt sources: - https://github.com/dchesterton/amcrest2mqtt - - https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/amcrest2mqtt - https://hub.docker.com/r/dchesterton/amcrest2mqtt type: application version: 14.6.0 diff --git a/charts/stable/amcrest2mqtt/README.md b/charts/stable/amcrest2mqtt/README.md index 225e77e45f2..7a4224b472b 100644 --- a/charts/stable/amcrest2mqtt/README.md +++ b/charts/stable/amcrest2mqtt/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/amcrest2mqtt) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/amcrest2mqtt` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/amcrest2mqtt ## 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/truecharts/blob/master/charts/stable/amcrest2mqtt/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/amcrest2mqtt/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/americasarmy-pg/Chart.yaml b/charts/stable/americasarmy-pg/Chart.yaml index cacd09bcbea..6fa72b959d8 100644 --- a/charts/stable/americasarmy-pg/Chart.yaml +++ b/charts/stable/americasarmy-pg/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: aaproinggrounds @@ -33,7 +35,7 @@ maintainers: name: americasarmy-pg sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/americasarmy-pg + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/americasarmy-pg - https://www.americasarmy.com/ type: application version: 8.6.0 diff --git a/charts/stable/americasarmy-pg/README.md b/charts/stable/americasarmy-pg/README.md index 59ef92fd39f..08814d935eb 100644 --- a/charts/stable/americasarmy-pg/README.md +++ b/charts/stable/americasarmy-pg/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/americasarmy-pg) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/americasarmy-pg` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/americasarmy-pg ## 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/truecharts/blob/master/charts/stable/americasarmy-pg/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/americasarmy-pg/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/amule/Chart.yaml b/charts/stable/amule/Chart.yaml index cc2b12a602e..d7c307946bc 100644 --- a/charts/stable/amule/Chart.yaml +++ b/charts/stable/amule/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.3.3 @@ -36,7 +38,6 @@ name: amule sources: - https://ghcr.io/ngosang/amule - https://github.com/ngosang/docker-amule - - https://github.com/truecharts/charts/tree/master/charts/stable/amule - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/amule type: application version: 11.6.0 diff --git a/charts/stable/amule/README.md b/charts/stable/amule/README.md index ce9a34e9511..049fd3260f0 100644 --- a/charts/stable/amule/README.md +++ b/charts/stable/amule/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/amule` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/amule/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/android-8-0/Chart.yaml b/charts/stable/android-8-0/Chart.yaml index 3bf4df5c225..cb838395458 100644 --- a/charts/stable/android-8-0/Chart.yaml +++ b/charts/stable/android-8-0/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: android-8-0 sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/android-8-0 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/android-8-0 - https://hub.docker.com/r/ulisses1478/docker-android - https://registry.hub.docker.com/r/ulisses1478/docker-android type: application diff --git a/charts/stable/android-8-0/README.md b/charts/stable/android-8-0/README.md index a4bdb627d53..a2f322a95d4 100644 --- a/charts/stable/android-8-0/README.md +++ b/charts/stable/android-8-0/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/android-8-0) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/android-8-0` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/android-8-0 ## 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/truecharts/blob/master/charts/stable/android-8-0/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/android-8-0/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/androiddebugbridge/Chart.yaml b/charts/stable/androiddebugbridge/Chart.yaml index 5885a9360e6..9cd435634bf 100644 --- a/charts/stable/androiddebugbridge/Chart.yaml +++ b/charts/stable/androiddebugbridge/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: androiddebugbridge sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/androiddebugbridge + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/androiddebugbridge - https://hub.docker.com/r/barnybbb/adb-hass-androidtv type: application version: 8.6.0 diff --git a/charts/stable/androiddebugbridge/README.md b/charts/stable/androiddebugbridge/README.md index 575a98ff5d6..34aa0338081 100644 --- a/charts/stable/androiddebugbridge/README.md +++ b/charts/stable/androiddebugbridge/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/androiddebugbridge) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/androiddebugbridge` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/androiddebugbridge ## 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/truecharts/blob/master/charts/stable/androiddebugbridge/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/androiddebugbridge/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/anki-sync-server/Chart.yaml b/charts/stable/anki-sync-server/Chart.yaml index 2011426eea0..ced1b0e7c5c 100644 --- a/charts/stable/anki-sync-server/Chart.yaml +++ b/charts/stable/anki-sync-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.1.4 @@ -32,7 +34,6 @@ maintainers: name: anki-sync-server sources: - https://github.com/ankicommunity/anki-devops-services - - https://github.com/truecharts/charts/tree/master/charts/stable/anki-sync-server - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/anki-sync-server - https://hub.docker.com/r/ankicommunity/anki-sync-server-rs type: application diff --git a/charts/stable/anki-sync-server/README.md b/charts/stable/anki-sync-server/README.md index d7f4735c14c..bb301a9fb16 100644 --- a/charts/stable/anki-sync-server/README.md +++ b/charts/stable/anki-sync-server/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/anki-sync-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/anki-sync-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index aeb1be7c085..64883cd97c8 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: email truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.3.3 @@ -46,7 +48,6 @@ maintainers: name: anonaddy sources: - https://github.com/anonaddy/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/anonaddy - https://hub.docker.com/r/anonaddy/anonaddy type: application diff --git a/charts/stable/anonaddy/README.md b/charts/stable/anonaddy/README.md index 3fab89645e1..11315182c4c 100644 --- a/charts/stable/anonaddy/README.md +++ b/charts/stable/anonaddy/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/anonaddy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/anonaddy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/anope/Chart.yaml b/charts/stable/anope/Chart.yaml index 8aacbf84184..b60908b4f0a 100644 --- a/charts/stable/anope/Chart.yaml +++ b/charts/stable/anope/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,6 @@ maintainers: name: anope sources: - https://ghcr.io/ich777/anope - - https://github.com/truecharts/charts/tree/master/charts/stable/anope - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/anope - https://thelounge.chat/ type: application diff --git a/charts/stable/anope/README.md b/charts/stable/anope/README.md index d01881990c3..2aabe9644dc 100644 --- a/charts/stable/anope/README.md +++ b/charts/stable/anope/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/anope` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/anope/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/answer/Chart.yaml b/charts/stable/answer/Chart.yaml index 0a66d9ab9ba..fd7da08b0a0 100644 --- a/charts/stable/answer/Chart.yaml +++ b/charts/stable/answer/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: forum truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.2.0 @@ -33,7 +35,7 @@ maintainers: name: answer sources: - https://github.com/answerdev/answer - - https://github.com/truecharts/charts/tree/master/charts/stable/answer + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/answer - https://hub.docker.com/r/answerdev/answer type: application version: 6.6.0 diff --git a/charts/stable/answer/README.md b/charts/stable/answer/README.md index b5c903a4a8c..42d14bb121f 100644 --- a/charts/stable/answer/README.md +++ b/charts/stable/answer/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/answer) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/answer` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/answer ## 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/truecharts/blob/master/charts/stable/answer/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/answer/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/anything-llm/Chart.yaml b/charts/stable/anything-llm/Chart.yaml index 3d2fbbe47f5..f1b7fccf823 100644 --- a/charts/stable/anything-llm/Chart.yaml +++ b/charts/stable/anything-llm/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: AI truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ name: anything-llm sources: - https://ghcr.io/mintplex-labs/anything-llm - https://github.com/Mintplex-Labs/anything-llm - - https://github.com/truecharts/charts/tree/master/charts/stable/anything-llm + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/anything-llm type: application version: 4.6.0 diff --git a/charts/stable/anything-llm/README.md b/charts/stable/anything-llm/README.md index ea0084b5506..1a0097ec469 100644 --- a/charts/stable/anything-llm/README.md +++ b/charts/stable/anything-llm/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/anything-llm) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/anything-llm` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/anything-llm ## 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/truecharts/blob/master/charts/stable/anything-llm/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/anything-llm/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/apache-musicindex/Chart.yaml b/charts/stable/apache-musicindex/Chart.yaml index b85532dbe89..70a19d8cb4c 100644 --- a/charts/stable/apache-musicindex/Chart.yaml +++ b/charts/stable/apache-musicindex/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.4.1 @@ -35,7 +37,7 @@ maintainers: name: apache-musicindex sources: - https://ghcr.io/k8s-at-home/apache-musicindex - - https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/apache-musicindex type: application version: 14.6.0 diff --git a/charts/stable/apache-musicindex/README.md b/charts/stable/apache-musicindex/README.md index cf682b0bd0a..ef8bf1a176c 100644 --- a/charts/stable/apache-musicindex/README.md +++ b/charts/stable/apache-musicindex/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/apache-musicindex) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/apache-musicindex` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/apache-musicindex ## 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/truecharts/blob/master/charts/stable/apache-musicindex/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/apache-musicindex/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/apache-webdav/Chart.yaml b/charts/stable/apache-webdav/Chart.yaml index 1f702418425..fdf95d2bfc0 100644 --- a/charts/stable/apache-webdav/Chart.yaml +++ b/charts/stable/apache-webdav/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: apache-webdav sources: - https://github.com/mgutt/docker-apachewebdav - - https://github.com/truecharts/charts/tree/master/charts/stable/apache-webdav + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/apache-webdav - https://httpd.apache.org/docs/2.4/mod/mod_dav.html - https://hub.docker.com/r/apachewebdav/apachewebdav type: application diff --git a/charts/stable/apache-webdav/README.md b/charts/stable/apache-webdav/README.md index 330118d8090..e8fc7581ab0 100644 --- a/charts/stable/apache-webdav/README.md +++ b/charts/stable/apache-webdav/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/apache-webdav) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/apache-webdav` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/apache-webdav ## 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/truecharts/blob/master/charts/stable/apache-webdav/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/apache-webdav/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml index 2c8ce7f276c..d9794bfc815 100644 --- a/charts/stable/appdaemon/Chart.yaml +++ b/charts/stable/appdaemon/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.5.11 @@ -33,7 +35,7 @@ maintainers: name: appdaemon sources: - https://github.com/AppDaemon/appdaemon - - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/appdaemon - https://hub.docker.com/r/acockburn/appdaemon type: application version: 19.6.0 diff --git a/charts/stable/appdaemon/README.md b/charts/stable/appdaemon/README.md index 60502357474..5fb4bf2c309 100644 --- a/charts/stable/appdaemon/README.md +++ b/charts/stable/appdaemon/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/appdaemon) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/appdaemon` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/appdaemon ## 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/truecharts/blob/master/charts/stable/appdaemon/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/appdaemon/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/apt-cacher-ng/Chart.yaml b/charts/stable/apt-cacher-ng/Chart.yaml index a34d2cf13eb..996d93dd665 100644 --- a/charts/stable/apt-cacher-ng/Chart.yaml +++ b/charts/stable/apt-cacher-ng/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Proxy truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.7.4 @@ -34,7 +36,7 @@ maintainers: url: https://truecharts.org name: apt-cacher-ng sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/apt-cacher-ng - https://quay.io/sameersbn/apt-cacher-ng - https://www.unix-ag.uni-kl.de/~bloch/acng/ type: application diff --git a/charts/stable/apt-cacher-ng/README.md b/charts/stable/apt-cacher-ng/README.md index 0904fd20282..0bba336bb35 100644 --- a/charts/stable/apt-cacher-ng/README.md +++ b/charts/stable/apt-cacher-ng/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/apt-cacher-ng) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/apt-cacher-ng` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/apt-cacher-ng ## 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/truecharts/blob/master/charts/stable/apt-cacher-ng/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/apt-cacher-ng/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/archivebox/Chart.yaml b/charts/stable/archivebox/Chart.yaml index f7c283f191e..ff568f2e0ba 100644 --- a/charts/stable/archivebox/Chart.yaml +++ b/charts/stable/archivebox/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: bookmarks truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,6 @@ maintainers: name: archivebox sources: - https://github.com/ArchiveBox/ArchiveBox - - https://github.com/truecharts/charts/tree/master/charts/stable/archivebox - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/archivebox - https://hub.docker.com/r/archivebox/archivebox type: application diff --git a/charts/stable/archivebox/README.md b/charts/stable/archivebox/README.md index d9ce01738c5..f653b90378f 100644 --- a/charts/stable/archivebox/README.md +++ b/charts/stable/archivebox/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/archivebox` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/archivebox/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/archiveteam-warrior/Chart.yaml b/charts/stable/archiveteam-warrior/Chart.yaml index faa46680b7c..bf26538a0b7 100644 --- a/charts/stable/archiveteam-warrior/Chart.yaml +++ b/charts/stable/archiveteam-warrior/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Backup truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,6 @@ maintainers: url: https://truecharts.org name: archiveteam-warrior sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/archiveteam-warrior - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/archiveteam-warrior - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior type: application diff --git a/charts/stable/archiveteam-warrior/README.md b/charts/stable/archiveteam-warrior/README.md index 537d7e762e3..a469ff0830a 100644 --- a/charts/stable/archiveteam-warrior/README.md +++ b/charts/stable/archiveteam-warrior/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/archiveteam-warrior` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/archiveteam-warrior/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/aria2/Chart.yaml b/charts/stable/aria2/Chart.yaml index ad8bccfde17..7ad5fc1d92c 100644 --- a/charts/stable/aria2/Chart.yaml +++ b/charts/stable/aria2/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: name: aria2 sources: - https://github.com/P3TERX/Aria2-Pro-Docker - - https://github.com/truecharts/charts/tree/master/charts/stable/aria2 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/aria2 - https://hub.docker.com/r/p3terx/aria2-pro type: application version: 15.6.0 diff --git a/charts/stable/aria2/README.md b/charts/stable/aria2/README.md index def1963c899..5d528e74b6b 100644 --- a/charts/stable/aria2/README.md +++ b/charts/stable/aria2/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/aria2) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/aria2` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/aria2 ## 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/truecharts/blob/master/charts/stable/aria2/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/aria2/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ariang/Chart.yaml b/charts/stable/ariang/Chart.yaml index 8225d8d6fbe..175197335c8 100644 --- a/charts/stable/ariang/Chart.yaml +++ b/charts/stable/ariang/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.3.11 @@ -32,7 +34,6 @@ maintainers: name: ariang sources: - https://github.com/leonismoe/docker-images - - https://github.com/truecharts/charts/tree/master/charts/stable/ariang - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ariang - https://hub.docker.com/r/leonismoe/ariang type: application diff --git a/charts/stable/ariang/README.md b/charts/stable/ariang/README.md index 2565332999f..8f5b945c765 100644 --- a/charts/stable/ariang/README.md +++ b/charts/stable/ariang/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ariang` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ariang/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/arksurvivalevolved/Chart.yaml b/charts/stable/arksurvivalevolved/Chart.yaml index 578c9602445..423e4726e68 100644 --- a/charts/stable/arksurvivalevolved/Chart.yaml +++ b/charts/stable/arksurvivalevolved/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: url: https://truecharts.org name: arksurvivalevolved sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/arksurvivalevolved - https://hub.docker.com/r/drpsychick/arkserver type: application diff --git a/charts/stable/arksurvivalevolved/README.md b/charts/stable/arksurvivalevolved/README.md index 0fbf1f791a1..0a4971d1c37 100644 --- a/charts/stable/arksurvivalevolved/README.md +++ b/charts/stable/arksurvivalevolved/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/arksurvivalevolved` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/arksurvivalevolved/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/arma3/Chart.yaml b/charts/stable/arma3/Chart.yaml index 12686c210cb..32c62e840cf 100644 --- a/charts/stable/arma3/Chart.yaml +++ b/charts/stable/arma3/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: arma3 @@ -34,7 +36,7 @@ name: arma3 sources: - https://arma3.com/ - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/arma3 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/arma3 type: application version: 9.6.0 diff --git a/charts/stable/arma3/README.md b/charts/stable/arma3/README.md index 3e7c13d4900..8d0d1cc8f8b 100644 --- a/charts/stable/arma3/README.md +++ b/charts/stable/arma3/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/arma3) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/arma3` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/arma3 ## 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/truecharts/blob/master/charts/stable/arma3/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/arma3/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/arma3exilemod/Chart.yaml b/charts/stable/arma3exilemod/Chart.yaml index 1f85afc081c..7751ae9a67a 100644 --- a/charts/stable/arma3exilemod/Chart.yaml +++ b/charts/stable/arma3exilemod/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: arma3exilemod @@ -33,7 +35,7 @@ maintainers: name: arma3exilemod sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/arma3exilemod + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/arma3exilemod type: application version: 9.6.0 diff --git a/charts/stable/arma3exilemod/README.md b/charts/stable/arma3exilemod/README.md index 555d88cf724..294485331a4 100644 --- a/charts/stable/arma3exilemod/README.md +++ b/charts/stable/arma3exilemod/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/arma3exilemod) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/arma3exilemod` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/arma3exilemod ## 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/truecharts/blob/master/charts/stable/arma3exilemod/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/arma3exilemod/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/assettocorsa/Chart.yaml b/charts/stable/assettocorsa/Chart.yaml index ead00d6ce1b..9a595d77612 100644 --- a/charts/stable/assettocorsa/Chart.yaml +++ b/charts/stable/assettocorsa/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: assettocorsa @@ -33,7 +35,7 @@ maintainers: name: assettocorsa sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/assettocorsa + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/assettocorsa - https://www.assettocorsa.net/ type: application version: 9.6.0 diff --git a/charts/stable/assettocorsa/README.md b/charts/stable/assettocorsa/README.md index 96bf4699ca5..523f77bdbea 100644 --- a/charts/stable/assettocorsa/README.md +++ b/charts/stable/assettocorsa/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/assettocorsa) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/assettocorsa` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/assettocorsa ## 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/truecharts/blob/master/charts/stable/assettocorsa/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/assettocorsa/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/atuin/Chart.yaml b/charts/stable/atuin/Chart.yaml index 11eaf0c81c7..8bc98c73559 100644 --- a/charts/stable/atuin/Chart.yaml +++ b/charts/stable/atuin/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: system truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 18.8.0 @@ -34,7 +36,6 @@ name: atuin sources: - https://ghcr.io/atuinsh/atuin - https://github.com/atuinsh/atuin - - https://github.com/truecharts/charts/tree/master/charts/stable/atuin - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/atuin type: application version: 6.8.0 diff --git a/charts/stable/atuin/README.md b/charts/stable/atuin/README.md index bebcdeb5fa7..0ae39a9e5ca 100644 --- a/charts/stable/atuin/README.md +++ b/charts/stable/atuin/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/atuin` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/atuin/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/audacity/Chart.yaml b/charts/stable/audacity/Chart.yaml index c48fb65247b..b8ccd9185a9 100644 --- a/charts/stable/audacity/Chart.yaml +++ b/charts/stable/audacity/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.0.2 @@ -37,7 +39,7 @@ name: audacity sources: - https://ghcr.io/linuxserver/audacity - https://github.com/linuxserver/docker-audacity - - https://github.com/truecharts/charts/tree/master/charts/stable/audacity + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/audacity - https://www.audacityteam.org/ type: application version: 15.6.0 diff --git a/charts/stable/audacity/README.md b/charts/stable/audacity/README.md index c412ce195c3..179b300c835 100644 --- a/charts/stable/audacity/README.md +++ b/charts/stable/audacity/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/audacity) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge/truecharts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/audacity` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/audacity ## 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/truecharts/blob/master/charts/stable/audacity/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/audacity/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/audiobookshelf/Chart.yaml b/charts/stable/audiobookshelf/Chart.yaml index 2d3a10a7dc5..ec3e3b5a43c 100644 --- a/charts/stable/audiobookshelf/Chart.yaml +++ b/charts/stable/audiobookshelf/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.29.0 @@ -32,7 +34,7 @@ maintainers: name: audiobookshelf sources: - https://github.com/advplyr/audiobookshelf - - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/audiobookshelf - https://hub.docker.com/r/advplyr/audiobookshelf type: application version: 12.10.0 diff --git a/charts/stable/audiobookshelf/README.md b/charts/stable/audiobookshelf/README.md index 8f5a573519d..13a0eea4853 100644 --- a/charts/stable/audiobookshelf/README.md +++ b/charts/stable/audiobookshelf/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/audiobookshelf) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/audiobookshelf` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/audiobookshelf ## 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/truecharts/blob/master/charts/stable/audiobookshelf/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/audiobookshelf/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/aurora-files/Chart.yaml b/charts/stable/aurora-files/Chart.yaml index 07943b5d884..434ee8cdc6a 100644 --- a/charts/stable/aurora-files/Chart.yaml +++ b/charts/stable/aurora-files/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: aurora-files sources: - https://github.com/afterlogic/docker-aurora-files - - https://github.com/truecharts/charts/tree/master/charts/stable/aurora-files + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/aurora-files - https://hub.docker.com/r/afterlogic/docker-aurora-files type: application version: 8.6.0 diff --git a/charts/stable/aurora-files/README.md b/charts/stable/aurora-files/README.md index d83f0c545c3..0562d7fd637 100644 --- a/charts/stable/aurora-files/README.md +++ b/charts/stable/aurora-files/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/aurora-files) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/aurora-files` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/aurora-files ## 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/truecharts/blob/master/charts/stable/aurora-files/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/aurora-files/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index 0836fab8e99..655ab2a3230 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: security truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.39.10 @@ -51,7 +53,7 @@ sources: - https://ghcr.io/authelia/authelia - https://github.com/authelia/authelia - https://github.com/authelia/chartrepo - - https://github.com/truecharts/charts/tree/master/charts/stable/authelia + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/authelia type: application version: 29.13.1 diff --git a/charts/stable/authelia/README.md b/charts/stable/authelia/README.md index 9f5c39cecc5..9ce67c5fbbd 100644 --- a/charts/stable/authelia/README.md +++ b/charts/stable/authelia/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/authelia) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/authelia` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/authelia ## 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/truecharts/blob/master/charts/stable/authelia/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/authelia/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index a005f59f06a..9fe05355d7e 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: authentication truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.8.3 @@ -44,7 +46,7 @@ sources: - https://ghcr.io/goauthentik/server - https://ghcr.io/maxmind/geoipupdate - https://github.com/goauthentik/authentik - - https://github.com/truecharts/charts/tree/master/charts/stable/authentik + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/authentik - https://goauthentik.io/docs/ type: application version: 33.17.1 diff --git a/charts/stable/authentik/README.md b/charts/stable/authentik/README.md index 70ac46f44a3..d37e9fe4c95 100644 --- a/charts/stable/authentik/README.md +++ b/charts/stable/authentik/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/authentik) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/authentik` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/authentik ## 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/truecharts/blob/master/charts/stable/authentik/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/authentik/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/auto-yt-dl/Chart.yaml b/charts/stable/auto-yt-dl/Chart.yaml index e5e30ee5bdb..afb3a49d7be 100644 --- a/charts/stable/auto-yt-dl/Chart.yaml +++ b/charts/stable/auto-yt-dl/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: auto-yt-dl sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/auto-yt-dl + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/auto-yt-dl - https://github.com/xXGuhuXx/auto-yt-dl - https://hub.docker.com/r/guhu007/auto-yt-dl type: application diff --git a/charts/stable/auto-yt-dl/README.md b/charts/stable/auto-yt-dl/README.md index 67a7cdf8549..94e14e7990e 100644 --- a/charts/stable/auto-yt-dl/README.md +++ b/charts/stable/auto-yt-dl/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/auto-yt-dl) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/auto-yt-dl` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/auto-yt-dl ## 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/truecharts/blob/master/charts/stable/auto-yt-dl/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/auto-yt-dl/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/autobrr/Chart.yaml b/charts/stable/autobrr/Chart.yaml index 5cfaeeb8bd8..145333124b9 100644 --- a/charts/stable/autobrr/Chart.yaml +++ b/charts/stable/autobrr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.66.1 @@ -34,7 +36,7 @@ name: autobrr sources: - https://ghcr.io/autobrr/autobrr - https://github.com/autobrr/autobrr - - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/autobrr type: application version: 11.9.0 diff --git a/charts/stable/autobrr/README.md b/charts/stable/autobrr/README.md index d1a0324652b..c528cfa37e8 100644 --- a/charts/stable/autobrr/README.md +++ b/charts/stable/autobrr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/autobrr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/autobrr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/autobrr ## 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/truecharts/blob/master/charts/stable/autobrr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/autobrr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/automatic-ripping-machine/Chart.yaml b/charts/stable/automatic-ripping-machine/Chart.yaml index f0713b5656d..289b09499fd 100644 --- a/charts/stable/automatic-ripping-machine/Chart.yaml +++ b/charts/stable/automatic-ripping-machine/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.20.1 @@ -33,7 +35,7 @@ maintainers: name: automatic-ripping-machine sources: - https://github.com/automatic-ripping-machine/automatic-ripping-machine - - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-ripping-machine + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/automatic-ripping-machine - https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine type: application version: 6.10.1 diff --git a/charts/stable/automatic-ripping-machine/README.md b/charts/stable/automatic-ripping-machine/README.md index a6fd887bfca..6da1a589e03 100644 --- a/charts/stable/automatic-ripping-machine/README.md +++ b/charts/stable/automatic-ripping-machine/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/automatic-ripping-machine) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/automatic-ripping-machine` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/automatic-ripping-machine ## 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/truecharts/blob/master/charts/stable/automatic-ripping-machine/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/automatic-ripping-machine/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/autoscan/Chart.yaml b/charts/stable/autoscan/Chart.yaml index 11f78c2b956..70f10ab4c8b 100644 --- a/charts/stable/autoscan/Chart.yaml +++ b/charts/stable/autoscan/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: autoscan sources: - https://ghcr.io/hotio/autoscan - - https://github.com/truecharts/charts/tree/master/charts/stable/autoscan + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/autoscan - https://hotio.dev/containers/autoscan type: application version: 11.6.0 diff --git a/charts/stable/autoscan/README.md b/charts/stable/autoscan/README.md index 0bce8dfe4f1..fa390a354c0 100644 --- a/charts/stable/autoscan/README.md +++ b/charts/stable/autoscan/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/autoscan) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/autoscan` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/autoscan ## 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/truecharts/blob/master/charts/stable/autoscan/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/autoscan/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/avidemux/Chart.yaml b/charts/stable/avidemux/Chart.yaml index 0e9e6665097..3b83f663be7 100644 --- a/charts/stable/avidemux/Chart.yaml +++ b/charts/stable/avidemux/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.07.2 @@ -33,7 +35,7 @@ maintainers: name: avidemux sources: - https://github.com/jlesage/docker-avidemux - - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/avidemux - https://hub.docker.com/r/jlesage/avidemux type: application version: 13.7.0 diff --git a/charts/stable/avidemux/README.md b/charts/stable/avidemux/README.md index b2eef84ca04..dea444628ed 100644 --- a/charts/stable/avidemux/README.md +++ b/charts/stable/avidemux/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/avidemux) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/avidemux` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/avidemux ## 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/truecharts/blob/master/charts/stable/avidemux/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/avidemux/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/avorion/Chart.yaml b/charts/stable/avorion/Chart.yaml index 970020b2cce..476d2986b19 100644 --- a/charts/stable/avorion/Chart.yaml +++ b/charts/stable/avorion/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: aorion @@ -33,7 +35,6 @@ maintainers: name: avorion sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/avorion - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/avorion - https://www.steampowered.com/ type: application diff --git a/charts/stable/avorion/README.md b/charts/stable/avorion/README.md index 7c49a89533b..eae8f009925 100644 --- a/charts/stable/avorion/README.md +++ b/charts/stable/avorion/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/avorion` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/avorion/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/babybuddy/Chart.yaml b/charts/stable/babybuddy/Chart.yaml index 1a1c4d02109..d83bf882364 100644 --- a/charts/stable/babybuddy/Chart.yaml +++ b/charts/stable/babybuddy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.7.1 @@ -37,7 +39,7 @@ name: babybuddy sources: - https://ghcr.io/linuxserver/babybuddy - https://github.com/babybuddy/babybuddy - - https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/babybuddy type: application version: 19.6.1 diff --git a/charts/stable/babybuddy/README.md b/charts/stable/babybuddy/README.md index 33de03b6e7d..e68a4eea058 100644 --- a/charts/stable/babybuddy/README.md +++ b/charts/stable/babybuddy/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/babybuddy) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/babybuddy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/babybuddy ## 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/truecharts/blob/master/charts/stable/babybuddy/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/babybuddy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/backuppc/Chart.yaml b/charts/stable/backuppc/Chart.yaml index bb5849868f6..76425db7971 100644 --- a/charts/stable/backuppc/Chart.yaml +++ b/charts/stable/backuppc/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Backup truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 6.0.4 @@ -35,7 +37,7 @@ name: backuppc sources: - https://backuppc.github.io/backuppc/index.html - https://github.com/tiredofit/docker-backuppc - - https://github.com/truecharts/charts/tree/master/charts/stable/backuppc + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/backuppc - https://hub.docker.com/r/tiredofit/backuppc type: application version: 9.6.0 diff --git a/charts/stable/backuppc/README.md b/charts/stable/backuppc/README.md index 8a7311d8545..1ba8dd85970 100644 --- a/charts/stable/backuppc/README.md +++ b/charts/stable/backuppc/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/backuppc) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/backuppc` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/backuppc ## 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/truecharts/blob/master/charts/stable/backuppc/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/backuppc/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/baikal/Chart.yaml b/charts/stable/baikal/Chart.yaml index 8f7d2da23c0..f0e88421ba1 100644 --- a/charts/stable/baikal/Chart.yaml +++ b/charts/stable/baikal/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.10.1 @@ -32,7 +34,7 @@ maintainers: name: baikal sources: - https://github.com/ckulka/baikal-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/baikal + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/baikal - https://hub.docker.com/r/ckulka/baikal type: application version: 8.6.0 diff --git a/charts/stable/baikal/README.md b/charts/stable/baikal/README.md index dc9c9783672..f902b9fc013 100644 --- a/charts/stable/baikal/README.md +++ b/charts/stable/baikal/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/baikal) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/baikal` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/baikal ## 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/truecharts/blob/master/charts/stable/baikal/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/baikal/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/barcodebuddy/Chart.yaml b/charts/stable/barcodebuddy/Chart.yaml index 1e25d041d68..408ae414bd0 100644 --- a/charts/stable/barcodebuddy/Chart.yaml +++ b/charts/stable/barcodebuddy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: barcodebuddy sources: - https://github.com/Forceu/barcodebuddy - - https://github.com/truecharts/charts/tree/master/charts/stable/barcodebuddy + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/barcodebuddy - https://hub.docker.com/r/f0rc3/barcodebuddy type: application version: 8.6.0 diff --git a/charts/stable/barcodebuddy/README.md b/charts/stable/barcodebuddy/README.md index 7879156347a..1b6b9c5af9a 100644 --- a/charts/stable/barcodebuddy/README.md +++ b/charts/stable/barcodebuddy/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/barcodebuddy) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/barcodebuddy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/barcodebuddy ## 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/truecharts/blob/master/charts/stable/barcodebuddy/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/barcodebuddy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/barotrauma/Chart.yaml b/charts/stable/barotrauma/Chart.yaml index 75d844d2f9d..5500585ed1c 100644 --- a/charts/stable/barotrauma/Chart.yaml +++ b/charts/stable/barotrauma/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: barotrauma @@ -33,7 +35,7 @@ maintainers: name: barotrauma sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/barotrauma + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/barotrauma - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/barotrauma/README.md b/charts/stable/barotrauma/README.md index 017f6731519..b8660de0458 100644 --- a/charts/stable/barotrauma/README.md +++ b/charts/stable/barotrauma/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/barotrauma) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/barotrauma` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/barotrauma ## 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/truecharts/blob/master/charts/stable/barotrauma/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/barotrauma/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index 031738e8358..9b5e51841ac 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.35.1 @@ -38,7 +40,7 @@ maintainers: url: https://truecharts.org name: baserow sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/baserow + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/baserow - https://gitlab.com/bramw/baserow/ - https://hub.docker.com/r/baserow/baserow type: application diff --git a/charts/stable/baserow/README.md b/charts/stable/baserow/README.md index 6152c376097..61c0a291c68 100644 --- a/charts/stable/baserow/README.md +++ b/charts/stable/baserow/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/baserow) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/baserow` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/baserow ## 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/truecharts/blob/master/charts/stable/baserow/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/baserow/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/batnoter/Chart.yaml b/charts/stable/batnoter/Chart.yaml index 0a5bc270ba2..0a40733c0a2 100644 --- a/charts/stable/batnoter/Chart.yaml +++ b/charts/stable/batnoter/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: notes truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ name: batnoter sources: - https://ghcr.io/batnoter/batnoter/batnoter-ui - https://github.com/batnoter/batnoter - - https://github.com/truecharts/charts/tree/master/charts/stable/batnoter + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/batnoter type: application version: 8.6.0 diff --git a/charts/stable/batnoter/README.md b/charts/stable/batnoter/README.md index cb070694d87..95f8b4a5ddc 100644 --- a/charts/stable/batnoter/README.md +++ b/charts/stable/batnoter/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/batnoter) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/batnoter` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/batnoter ## 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/truecharts/blob/master/charts/stable/batnoter/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/batnoter/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index f30b9613f3f..86498a9ca1a 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.5.3 @@ -39,7 +41,7 @@ sources: - https://ghcr.io/home-operations/bazarr - https://ghcr.io/onedr0p/exportarr - https://github.com/morpheus65535/bazarr - - https://github.com/truecharts/charts/tree/master/charts/stable/bazarr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/bazarr type: application version: 22.7.0 diff --git a/charts/stable/bazarr/README.md b/charts/stable/bazarr/README.md index 7df9d8e7609..7b228aa9d15 100644 --- a/charts/stable/bazarr/README.md +++ b/charts/stable/bazarr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bazarr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/bazarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/bazarr ## 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/truecharts/blob/master/charts/stable/bazarr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/bazarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/beets/Chart.yaml b/charts/stable/beets/Chart.yaml index 8fef7032926..41143f904a5 100644 --- a/charts/stable/beets/Chart.yaml +++ b/charts/stable/beets/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.6.0 @@ -38,7 +40,7 @@ sources: - https://beets.io/ - https://ghcr.io/linuxserver/beets - https://github.com/linuxserver/docker-beets - - https://github.com/truecharts/charts/tree/master/charts/stable/beets + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/beets type: application version: 14.6.0 diff --git a/charts/stable/beets/README.md b/charts/stable/beets/README.md index 0aa838e67db..a9e755f77a5 100644 --- a/charts/stable/beets/README.md +++ b/charts/stable/beets/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/beets) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/beets` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/beets ## 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/truecharts/blob/master/charts/stable/beets/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/beets/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bender/Chart.yaml b/charts/stable/bender/Chart.yaml index a08f5d2fccf..e08b83807b9 100644 --- a/charts/stable/bender/Chart.yaml +++ b/charts/stable/bender/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: dashboard truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.0.3 @@ -33,7 +35,6 @@ maintainers: name: bender sources: - https://github.com/jez500/bender - - https://github.com/truecharts/charts/tree/master/charts/stable/bender - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/bender - https://hub.docker.com/r/jez500/bender type: application diff --git a/charts/stable/bender/README.md b/charts/stable/bender/README.md index 67daeed79b2..95239a0baa2 100644 --- a/charts/stable/bender/README.md +++ b/charts/stable/bender/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/bender` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/bender/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bitcoin-node/Chart.yaml b/charts/stable/bitcoin-node/Chart.yaml index a1b17646fab..25d69f7e18d 100644 --- a/charts/stable/bitcoin-node/Chart.yaml +++ b/charts/stable/bitcoin-node/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Crypto truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: bitcoin-node sources: - https://github.com/kylemanna/docker-bitcoind - - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoin-node + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/bitcoin-node - https://hub.docker.com/r/kylemanna/bitcoind type: application version: 8.6.0 diff --git a/charts/stable/bitcoin-node/README.md b/charts/stable/bitcoin-node/README.md index a57a8ec6a5d..74821891f88 100644 --- a/charts/stable/bitcoin-node/README.md +++ b/charts/stable/bitcoin-node/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bitcoin-node) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/bitcoin-node` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/bitcoin-node ## 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/truecharts/blob/master/charts/stable/bitcoin-node/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/bitcoin-node/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bitcoind/Chart.yaml b/charts/stable/bitcoind/Chart.yaml index 006eda6dbcd..414acc1ad96 100644 --- a/charts/stable/bitcoind/Chart.yaml +++ b/charts/stable/bitcoind/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,7 @@ maintainers: name: bitcoind sources: - https://bitcoin.org/ - - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoind + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/bitcoind - https://hub.docker.com/r/ofawx/bitcoind type: application version: 8.6.0 diff --git a/charts/stable/bitcoind/README.md b/charts/stable/bitcoind/README.md index 4aa5fd38564..058dd49ab8f 100644 --- a/charts/stable/bitcoind/README.md +++ b/charts/stable/bitcoind/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bitcoind) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/bitcoind` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/bitcoind ## 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/truecharts/blob/master/charts/stable/bitcoind/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/bitcoind/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bitcoinunlimited/Chart.yaml b/charts/stable/bitcoinunlimited/Chart.yaml index 8d2f8aa5c51..73919a76960 100644 --- a/charts/stable/bitcoinunlimited/Chart.yaml +++ b/charts/stable/bitcoinunlimited/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: bitcoinunlimited sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinunlimited + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/bitcoinunlimited - https://hub.docker.com/r/amacneil/bitcoinunlimited type: application version: 8.6.0 diff --git a/charts/stable/bitcoinunlimited/README.md b/charts/stable/bitcoinunlimited/README.md index 32268b0ac9f..b7f5e8a5db4 100644 --- a/charts/stable/bitcoinunlimited/README.md +++ b/charts/stable/bitcoinunlimited/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bitcoinunlimited) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/bitcoinunlimited` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/bitcoinunlimited ## 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/truecharts/blob/master/charts/stable/bitcoinunlimited/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/bitcoinunlimited/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bitcoinwalletgui/Chart.yaml b/charts/stable/bitcoinwalletgui/Chart.yaml index 65d99ae724d..9925d8afb63 100644 --- a/charts/stable/bitcoinwalletgui/Chart.yaml +++ b/charts/stable/bitcoinwalletgui/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: bitcoinwalletgui sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinwalletgui + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/bitcoinwalletgui - https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui type: application version: 8.6.0 diff --git a/charts/stable/bitcoinwalletgui/README.md b/charts/stable/bitcoinwalletgui/README.md index 586f7579186..aca94c07d91 100644 --- a/charts/stable/bitcoinwalletgui/README.md +++ b/charts/stable/bitcoinwalletgui/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bitcoinwalletgui) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/bitcoinwalletgui` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/bitcoinwalletgui ## 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/truecharts/blob/master/charts/stable/bitcoinwalletgui/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/bitcoinwalletgui/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bitmagnet/Chart.yaml b/charts/stable/bitmagnet/Chart.yaml index aef7c61b32a..e7887f0efad 100644 --- a/charts/stable/bitmagnet/Chart.yaml +++ b/charts/stable/bitmagnet/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.10.0 @@ -35,7 +37,6 @@ sources: - https://bitmagnet.io - https://ghcr.io/bitmagnet-io/bitmagnet - https://github.com/bitmagnet-io/bitmagnet - - https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/bitmagnet type: application version: 4.6.0 diff --git a/charts/stable/bitmagnet/README.md b/charts/stable/bitmagnet/README.md index a991ec4aff0..22614b6df28 100644 --- a/charts/stable/bitmagnet/README.md +++ b/charts/stable/bitmagnet/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/bitmagnet` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/bitmagnet/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/blender-desktop-g3/Chart.yaml b/charts/stable/blender-desktop-g3/Chart.yaml index 868914931a3..56b82e7a040 100644 --- a/charts/stable/blender-desktop-g3/Chart.yaml +++ b/charts/stable/blender-desktop-g3/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,7 @@ maintainers: name: blender-desktop-g3 sources: - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/blender-desktop-g3 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/blender-desktop-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 type: application version: 8.6.0 diff --git a/charts/stable/blender-desktop-g3/README.md b/charts/stable/blender-desktop-g3/README.md index 12932ffa954..3621516c5e3 100644 --- a/charts/stable/blender-desktop-g3/README.md +++ b/charts/stable/blender-desktop-g3/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/blender-desktop-g3) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/blender-desktop-g3` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/blender-desktop-g3 ## 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/truecharts/blob/master/charts/stable/blender-desktop-g3/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/blender-desktop-g3/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/blender/Chart.yaml b/charts/stable/blender/Chart.yaml index b000d2f5bcf..01e4f814823 100644 --- a/charts/stable/blender/Chart.yaml +++ b/charts/stable/blender/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,6 @@ sources: - https://fleet.linuxserver.io/image?name=linuxserver/blender - https://github.com/linuxserver/docker-blender#readme - https://github.com/orgs/linuxserver/packages/container/package/blender - - https://github.com/truecharts/charts/tree/master/charts/stable/blender - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/blender - https://www.blender.org/ type: application diff --git a/charts/stable/blender/README.md b/charts/stable/blender/README.md index cf048642749..6dd1a594ec9 100644 --- a/charts/stable/blender/README.md +++ b/charts/stable/blender/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/blender` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/blender/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/blog/Chart.yaml b/charts/stable/blog/Chart.yaml index d86569facde..46f1c08c5bf 100644 --- a/charts/stable/blog/Chart.yaml +++ b/charts/stable/blog/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: hosting truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -37,7 +39,7 @@ name: blog sources: - https://github.com/m1k1o/blog - https://github.com/nicholaswilde/docker-blog - - https://github.com/truecharts/charts/tree/master/charts/stable/blog + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/blog - https://hub.docker.com/r/m1k1o/blog type: application version: 14.6.0 diff --git a/charts/stable/blog/README.md b/charts/stable/blog/README.md index 8c0e30e15e5..368b6ba0727 100644 --- a/charts/stable/blog/README.md +++ b/charts/stable/blog/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/blog) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/blog` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/blog ## 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/truecharts/blob/master/charts/stable/blog/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/blog/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/boinc/Chart.yaml b/charts/stable/boinc/Chart.yaml index 7b8a953df8b..df230fe6c4f 100644 --- a/charts/stable/boinc/Chart.yaml +++ b/charts/stable/boinc/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,6 @@ maintainers: name: boinc sources: - https://ghcr.io/linuxserver/boinc - - https://github.com/truecharts/charts/tree/master/charts/stable/boinc - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/boinc type: application version: 12.6.1 diff --git a/charts/stable/boinc/README.md b/charts/stable/boinc/README.md index a50457d1729..3612ee5a8b3 100644 --- a/charts/stable/boinc/README.md +++ b/charts/stable/boinc/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/boinc` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/boinc/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index bcf97e37dde..4b8a8b55c43 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2201.1.0 @@ -34,7 +36,6 @@ name: booksonic-air sources: - https://ghcr.io/linuxserver/booksonic-air - https://github.com/popeen/Booksonic-Air - - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/booksonic-air type: application version: 16.6.0 diff --git a/charts/stable/booksonic-air/README.md b/charts/stable/booksonic-air/README.md index e32bb1955e7..cb864a2465e 100644 --- a/charts/stable/booksonic-air/README.md +++ b/charts/stable/booksonic-air/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/booksonic-air` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/booksonic-air/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bookstack/Chart.yaml b/charts/stable/bookstack/Chart.yaml index 297359225fe..1b1d73dc0b4 100644 --- a/charts/stable/bookstack/Chart.yaml +++ b/charts/stable/bookstack/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.07.20250804 @@ -44,7 +46,7 @@ maintainers: name: bookstack sources: - https://ghcr.io/linuxserver/bookstack - - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/bookstack - https://www.bookstackapp.com/ type: application version: 18.4.1 diff --git a/charts/stable/bookstack/README.md b/charts/stable/bookstack/README.md index d5fc04872ef..b4df2fa80db 100644 --- a/charts/stable/bookstack/README.md +++ b/charts/stable/bookstack/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bookstack) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/bookstack` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/bookstack ## 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/truecharts/blob/master/charts/stable/bookstack/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/bookstack/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/borg-server/Chart.yaml b/charts/stable/borg-server/Chart.yaml index 8969a28df7a..b3fea3ceb89 100644 --- a/charts/stable/borg-server/Chart.yaml +++ b/charts/stable/borg-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: backup truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.6.18 @@ -34,7 +36,7 @@ name: borg-server sources: - https://ghcr.io/anotherstranger/borg-server - https://github.com/AnotherStranger/docker-borg-backup - - https://github.com/truecharts/charts/tree/master/charts/stable/borg-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/borg-server type: application version: 7.6.0 diff --git a/charts/stable/borg-server/README.md b/charts/stable/borg-server/README.md index d2b59222489..80f8672ac77 100644 --- a/charts/stable/borg-server/README.md +++ b/charts/stable/borg-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/borg-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/borg-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/borg-server ## 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/truecharts/blob/master/charts/stable/borg-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/borg-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/breitbandmessung-de/Chart.yaml b/charts/stable/breitbandmessung-de/Chart.yaml index 05f1efcb206..5bceca95c88 100644 --- a/charts/stable/breitbandmessung-de/Chart.yaml +++ b/charts/stable/breitbandmessung-de/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -37,7 +39,7 @@ maintainers: name: breitbandmessung-de sources: - https://github.com/shneezin/breitbandmessung-node - - https://github.com/truecharts/charts/tree/master/charts/stable/breitbandmessung-de + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/breitbandmessung-de - https://hub.docker.com/r/shneezin/breitbandmessung-node type: application version: 8.6.0 diff --git a/charts/stable/breitbandmessung-de/README.md b/charts/stable/breitbandmessung-de/README.md index 0a5069d0020..d94df470aef 100644 --- a/charts/stable/breitbandmessung-de/README.md +++ b/charts/stable/breitbandmessung-de/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/breitbandmessung-de) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/breitbandmessung-de` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/breitbandmessung-de ## 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/truecharts/blob/master/charts/stable/breitbandmessung-de/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/breitbandmessung-de/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/broadcast-box/Chart.yaml b/charts/stable/broadcast-box/Chart.yaml index afa105d5cc7..72aff842dcb 100644 --- a/charts/stable/broadcast-box/Chart.yaml +++ b/charts/stable/broadcast-box/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: broadcast-box sources: - https://github.com/Glimesh/broadcast-box - - https://github.com/truecharts/charts/tree/master/charts/stable/broadcast-box + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/broadcast-box - https://hub.docker.com/r/seaduboi/broadcast-box type: application version: 2.6.0 diff --git a/charts/stable/broadcast-box/README.md b/charts/stable/broadcast-box/README.md index d308d203fac..8204c869291 100644 --- a/charts/stable/broadcast-box/README.md +++ b/charts/stable/broadcast-box/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/broadcast-box) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/broadcast-box` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/broadcast-box ## 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/truecharts/blob/master/charts/stable/broadcast-box/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/broadcast-box/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/browserless-chrome/Chart.yaml b/charts/stable/browserless-chrome/Chart.yaml index 958fa48125c..8704fbefc79 100644 --- a/charts/stable/browserless-chrome/Chart.yaml +++ b/charts/stable/browserless-chrome/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.61.1 @@ -34,7 +36,7 @@ maintainers: name: browserless-chrome sources: - https://docs.browserless.io/docs/docker.html - - https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/browserless-chrome - https://hub.docker.com/r/browserless/chrome type: application version: 12.6.0 diff --git a/charts/stable/browserless-chrome/README.md b/charts/stable/browserless-chrome/README.md index daee538b201..8149a7354ed 100644 --- a/charts/stable/browserless-chrome/README.md +++ b/charts/stable/browserless-chrome/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/browserless-chrome) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/browserless-chrome` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/browserless-chrome ## 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/truecharts/blob/master/charts/stable/browserless-chrome/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/browserless-chrome/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/budge/Chart.yaml b/charts/stable/budge/Chart.yaml index 9ff96070dcc..52a381ff9ec 100644 --- a/charts/stable/budge/Chart.yaml +++ b/charts/stable/budge/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.0.9 @@ -35,7 +37,7 @@ sources: - https://ghcr.io/linuxserver/budge - https://github.com/linuxserver/budge - https://github.com/linuxserver/docker-BudgE - - https://github.com/truecharts/charts/tree/master/charts/stable/budge + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/budge type: application version: 12.6.0 diff --git a/charts/stable/budge/README.md b/charts/stable/budge/README.md index d3109aaebd6..e16c4f8c6ec 100644 --- a/charts/stable/budge/README.md +++ b/charts/stable/budge/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/budge) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/budge` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/budge ## 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/truecharts/blob/master/charts/stable/budge/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/budge/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bwapp/Chart.yaml b/charts/stable/bwapp/Chart.yaml index f6d8d9500f0..e5955c346b5 100644 --- a/charts/stable/bwapp/Chart.yaml +++ b/charts/stable/bwapp/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: url: https://truecharts.org name: bwapp sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/bwapp - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/bwapp - https://hub.docker.com/r/raesene/bwapp - https://sourceforge.net/projects/bwapp/ diff --git a/charts/stable/bwapp/README.md b/charts/stable/bwapp/README.md index 2f18a66863d..848e11f3b1f 100644 --- a/charts/stable/bwapp/README.md +++ b/charts/stable/bwapp/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/bwapp` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/bwapp/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/bytestash/Chart.yaml b/charts/stable/bytestash/Chart.yaml index 9c8315f6549..b8bbfbb4b51 100644 --- a/charts/stable/bytestash/Chart.yaml +++ b/charts/stable/bytestash/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.5.8 @@ -36,7 +38,6 @@ name: bytestash sources: - https://ghcr.io/jordan-dalby/bytestash - https://github.com/jordan-dalby/ByteStash - - https://github.com/truecharts/charts/tree/master/charts/stable/bytestash - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/bytestash type: application version: 2.6.0 diff --git a/charts/stable/bytestash/README.md b/charts/stable/bytestash/README.md index 55205c12cfd..d02789f1727 100644 --- a/charts/stable/bytestash/README.md +++ b/charts/stable/bytestash/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/bytestash` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/bytestash/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cadquery-server/Chart.yaml b/charts/stable/cadquery-server/Chart.yaml index 9f9494b0ad3..e6f8b3284f7 100644 --- a/charts/stable/cadquery-server/Chart.yaml +++ b/charts/stable/cadquery-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,6 @@ maintainers: name: cadquery-server sources: - https://github.com/roipoussiere/cadquery - - https://github.com/truecharts/charts/tree/master/charts/stable/cadquery-server - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cadquery-server - https://hub.docker.com/r/cadquery/cadquery-server type: application diff --git a/charts/stable/cadquery-server/README.md b/charts/stable/cadquery-server/README.md index aae35d66c25..9ac7f74d703 100644 --- a/charts/stable/cadquery-server/README.md +++ b/charts/stable/cadquery-server/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cadquery-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cadquery-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/calendarr/Chart.yaml b/charts/stable/calendarr/Chart.yaml index 0f1a320dc39..fef6eff0907 100644 --- a/charts/stable/calendarr/Chart.yaml +++ b/charts/stable/calendarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ name: calendarr sources: - https://ghcr.io/jordanlambrecht/calendarr - https://github.com/jordanlambrecht/calendarr - - https://github.com/truecharts/charts/tree/master/charts/stable/calendarr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/calendarr type: application version: 1.5.0 diff --git a/charts/stable/calendarr/README.md b/charts/stable/calendarr/README.md index a29398dd644..0dc9a47c856 100644 --- a/charts/stable/calendarr/README.md +++ b/charts/stable/calendarr/README.md @@ -4,9 +4,9 @@ title: README ## General Info -For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/calendarr) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/calendarr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,35 +16,35 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/calendarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information All our charts have dedicated documentation pages. The documentation for this chart can be found here: -https://truecharts.org/charts/incubator/calendarr +https://truecharts.org/charts/stable/calendarr ## 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/truecharts/blob/master/charts/incubator/calendarr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/calendarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index 389a4b7c6c7..20c51973ea7 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.6.25 @@ -35,7 +37,7 @@ name: calibre-web sources: - https://fleet.linuxserver.io/image?name=linuxserver/calibre-web - https://github.com/janeczku/calibre-web - - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/calibre-web type: application version: 21.6.0 diff --git a/charts/stable/calibre-web/README.md b/charts/stable/calibre-web/README.md index 011fb80625d..732b0b4e5d6 100644 --- a/charts/stable/calibre-web/README.md +++ b/charts/stable/calibre-web/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/calibre-web) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/calibre-web` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/calibre-web ## 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/truecharts/blob/master/charts/stable/calibre-web/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/calibre-web/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml index c8394c341c2..35e67f00cb5 100644 --- a/charts/stable/calibre/Chart.yaml +++ b/charts/stable/calibre/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 8.11.1 @@ -33,7 +35,7 @@ name: calibre sources: - https://ghcr.io/linuxserver/calibre - https://github.com/kovidgoyal/calibre/ - - https://github.com/truecharts/charts/tree/master/charts/stable/calibre + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/calibre type: application version: 18.11.1 diff --git a/charts/stable/calibre/README.md b/charts/stable/calibre/README.md index 84cea68516f..e50e36ff5e5 100644 --- a/charts/stable/calibre/README.md +++ b/charts/stable/calibre/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/calibre) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/calibre` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/calibre ## 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/truecharts/blob/master/charts/stable/calibre/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/calibre/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cannery/Chart.yaml b/charts/stable/cannery/Chart.yaml index 783e039205c..3a38ffa1839 100644 --- a/charts/stable/cannery/Chart.yaml +++ b/charts/stable/cannery/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: asset-management truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.9.16 @@ -33,7 +35,7 @@ maintainers: name: cannery sources: - https://gitea.bubbletea.dev/shibao/cannery - - https://github.com/truecharts/charts/tree/master/charts/stable/cannery + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cannery - https://hub.docker.com/r/shibaobun/cannery type: application version: 2.6.0 diff --git a/charts/stable/cannery/README.md b/charts/stable/cannery/README.md index 75c1fc9b2e5..176cb626508 100644 --- a/charts/stable/cannery/README.md +++ b/charts/stable/cannery/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cannery) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cannery` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cannery ## 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/truecharts/blob/master/charts/stable/cannery/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cannery/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/changedetection-io/Chart.yaml b/charts/stable/changedetection-io/Chart.yaml index ea6e2279b31..7012085c8a7 100644 --- a/charts/stable/changedetection-io/Chart.yaml +++ b/charts/stable/changedetection-io/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.50.14 @@ -36,7 +38,6 @@ sources: - https://changedetection.io/ - https://ghcr.io/dgtlmoon/changedetection.io - https://github.com/dgtlmoon/changedetection.io/tree/master - - https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/changedetection-io type: application version: 5.6.0 diff --git a/charts/stable/changedetection-io/README.md b/charts/stable/changedetection-io/README.md index e3be1454c2e..80a4f095d22 100644 --- a/charts/stable/changedetection-io/README.md +++ b/charts/stable/changedetection-io/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/changedetection-io` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/changedetection-io/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/channels-dvr/Chart.yaml b/charts/stable/channels-dvr/Chart.yaml index f0d21838577..30814442598 100644 --- a/charts/stable/channels-dvr/Chart.yaml +++ b/charts/stable/channels-dvr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -31,7 +33,7 @@ maintainers: url: https://truecharts.org name: channels-dvr sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/channels-dvr - https://hub.docker.com/r/fancybits/channels-dvr type: application version: 9.6.0 diff --git a/charts/stable/channels-dvr/README.md b/charts/stable/channels-dvr/README.md index 618a211ced0..b28c60d5405 100644 --- a/charts/stable/channels-dvr/README.md +++ b/charts/stable/channels-dvr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/channels-dvr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/channels-dvr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/channels-dvr ## 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/truecharts/blob/master/charts/stable/channels-dvr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/channels-dvr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chevereto/Chart.yaml b/charts/stable/chevereto/Chart.yaml index 16e599b1818..eed23d1821b 100644 --- a/charts/stable/chevereto/Chart.yaml +++ b/charts/stable/chevereto/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.6.2 @@ -41,7 +43,7 @@ sources: - https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables - https://ghcr.io/rodber/chevereto-free - https://github.com/rodber/chevereto-free - - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/chevereto type: application version: 16.4.1 diff --git a/charts/stable/chevereto/README.md b/charts/stable/chevereto/README.md index c9e8e58405f..0ca29122e5c 100644 --- a/charts/stable/chevereto/README.md +++ b/charts/stable/chevereto/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chevereto) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/chevereto` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/chevereto ## 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/truecharts/blob/master/charts/stable/chevereto/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/chevereto/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chivalry-medievalwarfare/Chart.yaml b/charts/stable/chivalry-medievalwarfare/Chart.yaml index 1c2eec768df..ef9e92ec666 100644 --- a/charts/stable/chivalry-medievalwarfare/Chart.yaml +++ b/charts/stable/chivalry-medievalwarfare/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: chialrymw @@ -33,7 +35,7 @@ maintainers: name: chivalry-medievalwarfare sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/chivalry-medievalwarfare + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/chivalry-medievalwarfare - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/chivalry-medievalwarfare/README.md b/charts/stable/chivalry-medievalwarfare/README.md index 3a5055bb104..ed2b1076671 100644 --- a/charts/stable/chivalry-medievalwarfare/README.md +++ b/charts/stable/chivalry-medievalwarfare/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chivalry-medievalwarfare) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/chivalry-medievalwarfare` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/chivalry-medievalwarfare ## 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/truecharts/blob/master/charts/stable/chivalry-medievalwarfare/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/chivalry-medievalwarfare/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chowdown/Chart.yaml b/charts/stable/chowdown/Chart.yaml index 1e65d8a4986..7fb3395683b 100644 --- a/charts/stable/chowdown/Chart.yaml +++ b/charts/stable/chowdown/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: chowdown sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/chowdown + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/chowdown - https://hub.docker.com/r/gregyankovoy/chowdown type: application version: 8.6.0 diff --git a/charts/stable/chowdown/README.md b/charts/stable/chowdown/README.md index 882723d2010..2cc53346ec9 100644 --- a/charts/stable/chowdown/README.md +++ b/charts/stable/chowdown/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chowdown) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/chowdown` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/chowdown ## 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/truecharts/blob/master/charts/stable/chowdown/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/chowdown/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chroma/Chart.yaml b/charts/stable/chroma/Chart.yaml index 52ffac2bc91..19421c3e295 100644 --- a/charts/stable/chroma/Chart.yaml +++ b/charts/stable/chroma/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: AI truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.1.0 @@ -35,7 +37,7 @@ name: chroma sources: - https://ghcr.io/chroma-core/chroma - https://github.com/chroma-core/chroma - - https://github.com/truecharts/charts/tree/master/charts/stable/chroma + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/chroma type: application version: 6.7.0 diff --git a/charts/stable/chroma/README.md b/charts/stable/chroma/README.md index 85c1cae349f..ece537eb162 100644 --- a/charts/stable/chroma/README.md +++ b/charts/stable/chroma/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chroma) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/chroma` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/chroma ## 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/truecharts/blob/master/charts/stable/chroma/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/chroma/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chromium-desktop-g3/Chart.yaml b/charts/stable/chromium-desktop-g3/Chart.yaml index 4dd2f72e05a..c4c5cf2ba5d 100644 --- a/charts/stable/chromium-desktop-g3/Chart.yaml +++ b/charts/stable/chromium-desktop-g3/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: chromium-desktop-g3 sources: - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/chromium-desktop-g3 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/chromium-desktop-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3 type: application version: 8.6.0 diff --git a/charts/stable/chromium-desktop-g3/README.md b/charts/stable/chromium-desktop-g3/README.md index 78ed52d4106..f3986c43c2f 100644 --- a/charts/stable/chromium-desktop-g3/README.md +++ b/charts/stable/chromium-desktop-g3/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chromium-desktop-g3) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/chromium-desktop-g3` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/chromium-desktop-g3 ## 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/truecharts/blob/master/charts/stable/chromium-desktop-g3/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/chromium-desktop-g3/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chromium/Chart.yaml b/charts/stable/chromium/Chart.yaml index 230710a478d..35508040704 100644 --- a/charts/stable/chromium/Chart.yaml +++ b/charts/stable/chromium/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: chromium sources: - https://ghcr.io/ich777/chrome - - https://github.com/truecharts/charts/tree/master/charts/stable/chromium + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/chromium - https://www.google.com/chrome/ type: application version: 8.6.0 diff --git a/charts/stable/chromium/README.md b/charts/stable/chromium/README.md index 9e90b0b1862..6d00bec6e78 100644 --- a/charts/stable/chromium/README.md +++ b/charts/stable/chromium/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chromium) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/chromium` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/chromium ## 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/truecharts/blob/master/charts/stable/chromium/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/chromium/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chronograf/Chart.yaml b/charts/stable/chronograf/Chart.yaml index e3fbc8b1fe7..5ab90f8c423 100644 --- a/charts/stable/chronograf/Chart.yaml +++ b/charts/stable/chronograf/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-System truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: chronograf sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/chronograf + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/chronograf - https://hub.docker.com/_/chronograf - https://www.influxdata.com/time-series-platform/chronograf/ type: application diff --git a/charts/stable/chronograf/README.md b/charts/stable/chronograf/README.md index 62477308b12..d20bd221619 100644 --- a/charts/stable/chronograf/README.md +++ b/charts/stable/chronograf/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chronograf) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/chronograf` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/chronograf ## 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/truecharts/blob/master/charts/stable/chronograf/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/chronograf/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/chronos/Chart.yaml b/charts/stable/chronos/Chart.yaml index 3fb3776b615..7d2a57882ed 100644 --- a/charts/stable/chronos/Chart.yaml +++ b/charts/stable/chronos/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.2.0 @@ -33,7 +35,7 @@ maintainers: name: chronos sources: - https://github.com/simse/chronos - - https://github.com/truecharts/charts/tree/master/charts/stable/chronos + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/chronos - https://hub.docker.com/r/simsemand/chronos type: application version: 11.6.0 diff --git a/charts/stable/chronos/README.md b/charts/stable/chronos/README.md index 6fb1234dc1c..7f501df2e24 100644 --- a/charts/stable/chronos/README.md +++ b/charts/stable/chronos/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/chronos) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/chronos` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/chronos ## 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/truecharts/blob/master/charts/stable/chronos/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/chronos/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ciao/Chart.yaml b/charts/stable/ciao/Chart.yaml index e8eda523daa..fc7e588655e 100644 --- a/charts/stable/ciao/Chart.yaml +++ b/charts/stable/ciao/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,6 @@ maintainers: name: ciao sources: - https://brotandgames.com/ciao/ - - https://github.com/truecharts/charts/tree/master/charts/stable/ciao - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ciao - https://hub.docker.com/r/brotandgames/ciao type: application diff --git a/charts/stable/ciao/README.md b/charts/stable/ciao/README.md index 6ffdacaebd6..ffa89438847 100644 --- a/charts/stable/ciao/README.md +++ b/charts/stable/ciao/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ciao` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ciao/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/citadel-forgedwithfire/Chart.yaml b/charts/stable/citadel-forgedwithfire/Chart.yaml index 6282142d861..9340dd748dd 100644 --- a/charts/stable/citadel-forgedwithfire/Chart.yaml +++ b/charts/stable/citadel-forgedwithfire/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: citadelfwf @@ -33,7 +35,7 @@ maintainers: name: citadel-forgedwithfire sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/citadel-forgedwithfire + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/citadel-forgedwithfire - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/citadel-forgedwithfire/README.md b/charts/stable/citadel-forgedwithfire/README.md index 212905233be..b011d3a6f01 100644 --- a/charts/stable/citadel-forgedwithfire/README.md +++ b/charts/stable/citadel-forgedwithfire/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/citadel-forgedwithfire) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/citadel-forgedwithfire` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/citadel-forgedwithfire ## 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/truecharts/blob/master/charts/stable/citadel-forgedwithfire/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/citadel-forgedwithfire/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml index b5b3482dd62..d22bda7a2a3 100644 --- a/charts/stable/clamav/Chart.yaml +++ b/charts/stable/clamav/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.4.3 @@ -34,7 +36,6 @@ name: clamav sources: - https://docs.clamav.net/ - https://github.com/Cisco-Talos/clamav - - https://github.com/truecharts/charts/tree/master/charts/stable/clamav - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/clamav - https://hub.docker.com/r/clamav/clamav type: application diff --git a/charts/stable/clamav/README.md b/charts/stable/clamav/README.md index 888f48e16ec..906eae12baf 100644 --- a/charts/stable/clamav/README.md +++ b/charts/stable/clamav/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/clamav` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/clamav/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/clarkson/Chart.yaml b/charts/stable/clarkson/Chart.yaml index 641cb2cfc15..be07d18e765 100644 --- a/charts/stable/clarkson/Chart.yaml +++ b/charts/stable/clarkson/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: vehicle truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.1.2 @@ -44,7 +46,7 @@ name: clarkson sources: - https://ghcr.io/linuxserver/clarkson - https://github.com/linuxserver/Clarkson - - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/clarkson type: application version: 16.4.1 diff --git a/charts/stable/clarkson/README.md b/charts/stable/clarkson/README.md index 1636f0bfb69..b8f9752021c 100644 --- a/charts/stable/clarkson/README.md +++ b/charts/stable/clarkson/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/clarkson) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/clarkson` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/clarkson ## 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/truecharts/blob/master/charts/stable/clarkson/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/clarkson/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/clickhouse/Chart.yaml b/charts/stable/clickhouse/Chart.yaml index db10a86282a..61f8189f695 100644 --- a/charts/stable/clickhouse/Chart.yaml +++ b/charts/stable/clickhouse/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: database truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.9.2.1 @@ -34,7 +36,7 @@ maintainers: name: clickhouse sources: - https://clickhouse.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/clickhouse + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/clickhouse - https://hub.docker.com/r/clickhouse/clickhouse-server type: application version: 16.9.0 diff --git a/charts/stable/clickhouse/README.md b/charts/stable/clickhouse/README.md index f0373d09b9b..3c98fe2f0df 100644 --- a/charts/stable/clickhouse/README.md +++ b/charts/stable/clickhouse/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/clickhouse) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/clickhouse` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/clickhouse ## 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/truecharts/blob/master/charts/stable/clickhouse/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/clickhouse/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/clipplex/Chart.yaml b/charts/stable/clipplex/Chart.yaml index a71349980f5..a0ce360d106 100644 --- a/charts/stable/clipplex/Chart.yaml +++ b/charts/stable/clipplex/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: clipplex sources: - https://github.com/jo-nike/clipplex - - https://github.com/truecharts/charts/tree/master/charts/stable/clipplex + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/clipplex - https://hub.docker.com/r/jonnike/clipplex type: application version: 6.6.0 diff --git a/charts/stable/clipplex/README.md b/charts/stable/clipplex/README.md index 15de3042274..d7266c8413d 100644 --- a/charts/stable/clipplex/README.md +++ b/charts/stable/clipplex/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/clipplex) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/clipplex` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/clipplex ## 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/truecharts/blob/master/charts/stable/clipplex/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/clipplex/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cloud9/Chart.yaml b/charts/stable/cloud9/Chart.yaml index b847a2c9806..b11d40a583b 100644 --- a/charts/stable/cloud9/Chart.yaml +++ b/charts/stable/cloud9/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.29.2 @@ -37,7 +39,7 @@ sources: - https://aws.amazon.com/cloud9/ - https://ghcr.io/linuxserver/cloud9 - https://github.com/c9/core - - https://github.com/truecharts/charts/tree/master/charts/stable/cloud9 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cloud9 type: application version: 14.6.0 diff --git a/charts/stable/cloud9/README.md b/charts/stable/cloud9/README.md index 843896fa770..cf5a5368d75 100644 --- a/charts/stable/cloud9/README.md +++ b/charts/stable/cloud9/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cloud9) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cloud9` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cloud9 ## 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/truecharts/blob/master/charts/stable/cloud9/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cloud9/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cloudcommander/Chart.yaml b/charts/stable/cloudcommander/Chart.yaml index 76830193342..54b237a7ec6 100644 --- a/charts/stable/cloudcommander/Chart.yaml +++ b/charts/stable/cloudcommander/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 19.0.13 @@ -34,7 +36,7 @@ maintainers: name: cloudcommander sources: - https://ghcr.io/coderaiser/cloudcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/cloudcommander + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cloudcommander type: application version: 9.0.0 diff --git a/charts/stable/cloudcommander/README.md b/charts/stable/cloudcommander/README.md index 39de8ceca78..1b88b8ffc51 100644 --- a/charts/stable/cloudcommander/README.md +++ b/charts/stable/cloudcommander/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cloudcommander) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cloudcommander` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cloudcommander ## 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/truecharts/blob/master/charts/stable/cloudcommander/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cloudcommander/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cloudflared/Chart.yaml b/charts/stable/cloudflared/Chart.yaml index e70b7292110..9831480dfa0 100644 --- a/charts/stable/cloudflared/Chart.yaml +++ b/charts/stable/cloudflared/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: network truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.9.1 @@ -32,7 +34,8 @@ maintainers: url: https://truecharts.org name: cloudflared sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cloudflared - https://hub.docker.com/r/cloudflare/cloudflared type: application version: 14.8.0 + diff --git a/charts/stable/cloudflared/README.md b/charts/stable/cloudflared/README.md index ad8c30408e6..da9097c0d94 100644 --- a/charts/stable/cloudflared/README.md +++ b/charts/stable/cloudflared/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cloudflared) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cloudflared` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cloudflared ## 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/truecharts/blob/master/charts/stable/cloudflared/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cloudflared/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cloudflareddns/Chart.yaml b/charts/stable/cloudflareddns/Chart.yaml index d5ade770c33..73c02b6abd6 100644 --- a/charts/stable/cloudflareddns/Chart.yaml +++ b/charts/stable/cloudflareddns/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: networking truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,6 @@ name: cloudflareddns sources: - https://ghcr.io/hotio/cloudflareddns - https://github.com/hotio/cloudflareddns - - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cloudflareddns - https://hotio.dev/containers/cloudflareddns/ type: application diff --git a/charts/stable/cloudflareddns/README.md b/charts/stable/cloudflareddns/README.md index 45a06bd99df..2be13c12d3e 100644 --- a/charts/stable/cloudflareddns/README.md +++ b/charts/stable/cloudflareddns/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cloudflareddns` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cloudflareddns/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cloudreve/Chart.yaml b/charts/stable/cloudreve/Chart.yaml index 3b20c838764..102a4754294 100644 --- a/charts/stable/cloudreve/Chart.yaml +++ b/charts/stable/cloudreve/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.8.0 @@ -41,7 +43,7 @@ maintainers: name: cloudreve sources: - https://github.com/cloudreve/Cloudreve - - https://github.com/truecharts/charts/tree/master/charts/stable/cloudreve + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cloudreve - https://hub.docker.com/r/cloudreve/cloudreve type: application version: 10.20.1 diff --git a/charts/stable/cloudreve/README.md b/charts/stable/cloudreve/README.md index dc4acf16d10..c9e308b3fdc 100644 --- a/charts/stable/cloudreve/README.md +++ b/charts/stable/cloudreve/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cloudreve) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cloudreve` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cloudreve ## 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/truecharts/blob/master/charts/stable/cloudreve/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cloudreve/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index 68fd67284d1..c1014632951 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.104.2 @@ -35,7 +37,7 @@ maintainers: name: code-server sources: - https://github.com/cdr/code-server - - https://github.com/truecharts/charts/tree/master/charts/stable/code-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/code-server - https://hub.docker.com/r/codercom/code-server type: application version: 14.9.1 diff --git a/charts/stable/code-server/README.md b/charts/stable/code-server/README.md index ef8b7e68924..9cd68e05c4c 100644 --- a/charts/stable/code-server/README.md +++ b/charts/stable/code-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/code-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/code-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/code-server ## 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/truecharts/blob/master/charts/stable/code-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/code-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/codeproject-ai-server/Chart.yaml b/charts/stable/codeproject-ai-server/Chart.yaml index 838d14cdf18..83389f97eb8 100644 --- a/charts/stable/codeproject-ai-server/Chart.yaml +++ b/charts/stable/codeproject-ai-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: AI truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.6.5 @@ -33,7 +35,6 @@ maintainers: name: codeproject-ai-server sources: - https://github.com/codeproject/CodeProject.AI-Server - - https://github.com/truecharts/charts/tree/master/charts/stable/codeproject-ai-server - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/codeproject-ai-server - https://hub.docker.com/r/codeproject/ai-server type: application diff --git a/charts/stable/codeproject-ai-server/README.md b/charts/stable/codeproject-ai-server/README.md index 330ad105e75..6bf1b9c2d06 100644 --- a/charts/stable/codeproject-ai-server/README.md +++ b/charts/stable/codeproject-ai-server/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/codeproject-ai-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/codeproject-ai-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/collabora/Chart.yaml b/charts/stable/collabora/Chart.yaml index d9ad9c4f189..06619b18605 100644 --- a/charts/stable/collabora/Chart.yaml +++ b/charts/stable/collabora/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: office truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.04.5.3.1 @@ -33,7 +35,7 @@ maintainers: name: collabora sources: - https://github.com/CollaboraOnline/online - - https://github.com/truecharts/charts/tree/master/charts/stable/collabora + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/collabora - https://hub.docker.com/r/collabora/code type: application version: 9.6.1 diff --git a/charts/stable/collabora/README.md b/charts/stable/collabora/README.md index 3f2489026ae..5db87d9df78 100644 --- a/charts/stable/collabora/README.md +++ b/charts/stable/collabora/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/collabora) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/collabora` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/collabora ## 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/truecharts/blob/master/charts/stable/collabora/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/collabora/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/colonysurvival/Chart.yaml b/charts/stable/colonysurvival/Chart.yaml index 6f46a14aac5..e3f0ef4adac 100644 --- a/charts/stable/colonysurvival/Chart.yaml +++ b/charts/stable/colonysurvival/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: colonysurial @@ -33,7 +35,7 @@ maintainers: name: colonysurvival sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/colonysurvival + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/colonysurvival - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/colonysurvival/README.md b/charts/stable/colonysurvival/README.md index 1eb44ba862d..90d3640fd8a 100644 --- a/charts/stable/colonysurvival/README.md +++ b/charts/stable/colonysurvival/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/colonysurvival) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/colonysurvival` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/colonysurvival ## 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/truecharts/blob/master/charts/stable/colonysurvival/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/colonysurvival/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/comet/Chart.yaml b/charts/stable/comet/Chart.yaml index 6542325fbac..d61e4cc0032 100644 --- a/charts/stable/comet/Chart.yaml +++ b/charts/stable/comet/Chart.yaml @@ -4,7 +4,9 @@ annotations: url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: security truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -30,7 +32,7 @@ maintainers: name: comet sources: - https://ghcr.io/g0ldyy/comet - - https://github.com/truecharts/charts/tree/master/charts/stable/comet + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/comet type: application version: 4.4.0 diff --git a/charts/stable/comet/README.md b/charts/stable/comet/README.md index 7967393134a..7f598c5a29e 100644 --- a/charts/stable/comet/README.md +++ b/charts/stable/comet/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/comet) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/comet` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/comet ## 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/truecharts/blob/master/charts/stable/comet/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/comet/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/commento-plusplus/Chart.yaml b/charts/stable/commento-plusplus/Chart.yaml index 368e4cd0fc5..28446061f57 100644 --- a/charts/stable/commento-plusplus/Chart.yaml +++ b/charts/stable/commento-plusplus/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.8.7 @@ -32,7 +34,6 @@ maintainers: name: commento-plusplus sources: - https://github.com/souramoo/commentoplusplus - - https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/commento-plusplus - https://hub.docker.com/r/caroga/commentoplusplus type: application diff --git a/charts/stable/commento-plusplus/README.md b/charts/stable/commento-plusplus/README.md index 63ea1386563..0505fd8db78 100644 --- a/charts/stable/commento-plusplus/README.md +++ b/charts/stable/commento-plusplus/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/commento-plusplus` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/commento-plusplus/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/conanexiles/Chart.yaml b/charts/stable/conanexiles/Chart.yaml index 02ad6b60eb5..8a230a53ae4 100644 --- a/charts/stable/conanexiles/Chart.yaml +++ b/charts/stable/conanexiles/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: conanexiles @@ -33,7 +35,7 @@ maintainers: name: conanexiles sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/conanexiles + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/conanexiles - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/conanexiles/README.md b/charts/stable/conanexiles/README.md index 06ec855a144..b1e6800fdc6 100644 --- a/charts/stable/conanexiles/README.md +++ b/charts/stable/conanexiles/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/conanexiles) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/conanexiles` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/conanexiles ## 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/truecharts/blob/master/charts/stable/conanexiles/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/conanexiles/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/convos/Chart.yaml b/charts/stable/convos/Chart.yaml index b4eb584ffd2..541331480de 100644 --- a/charts/stable/convos/Chart.yaml +++ b/charts/stable/convos/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Messenger truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 8.07.0 @@ -34,7 +36,7 @@ name: convos sources: - https://convos.chat/ - https://ghcr.io/convos-chat/convos - - https://github.com/truecharts/charts/tree/master/charts/stable/convos + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/convos type: application version: 9.6.0 diff --git a/charts/stable/convos/README.md b/charts/stable/convos/README.md index d44785e0af7..aa809db70df 100644 --- a/charts/stable/convos/README.md +++ b/charts/stable/convos/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/convos) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/convos` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/convos ## 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/truecharts/blob/master/charts/stable/convos/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/convos/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cops/Chart.yaml b/charts/stable/cops/Chart.yaml index 799f65d7d12..1ed8c08330a 100644 --- a/charts/stable/cops/Chart.yaml +++ b/charts/stable/cops/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.7.2 @@ -38,7 +40,7 @@ sources: - https://fleet.linuxserver.io/image?name=linuxserver/cops - https://github.com/linuxserver/docker-cops#readme - https://github.com/orgs/linuxserver/packages/container/package/cops - - https://github.com/truecharts/charts/tree/master/charts/stable/cops + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cops type: application version: 12.7.1 diff --git a/charts/stable/cops/README.md b/charts/stable/cops/README.md index 605381152f7..583430b3962 100644 --- a/charts/stable/cops/README.md +++ b/charts/stable/cops/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cops) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cops` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cops ## 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/truecharts/blob/master/charts/stable/cops/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cops/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/core-keeper-dedicated-server/Chart.yaml b/charts/stable/core-keeper-dedicated-server/Chart.yaml index f024081377f..280f46fc2be 100644 --- a/charts/stable/core-keeper-dedicated-server/Chart.yaml +++ b/charts/stable/core-keeper-dedicated-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: core-keeper-dedicated-server sources: - https://github.com/escapingnetwork/core-keeper-dedicated/ - - https://github.com/truecharts/charts/tree/master/charts/stable/core-keeper-dedicated-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/core-keeper-dedicated-server - https://hub.docker.com/r/escaping/core-keeper-dedicated type: application version: 8.6.0 diff --git a/charts/stable/core-keeper-dedicated-server/README.md b/charts/stable/core-keeper-dedicated-server/README.md index c18a72315cf..ba6011fc424 100644 --- a/charts/stable/core-keeper-dedicated-server/README.md +++ b/charts/stable/core-keeper-dedicated-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/core-keeper-dedicated-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/core-keeper-dedicated-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/core-keeper-dedicated-server ## 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/truecharts/blob/master/charts/stable/core-keeper-dedicated-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/core-keeper-dedicated-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/corekeeper/Chart.yaml b/charts/stable/corekeeper/Chart.yaml index dec7a6b207c..5a22bdea224 100644 --- a/charts/stable/corekeeper/Chart.yaml +++ b/charts/stable/corekeeper/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: corekeeper @@ -33,7 +35,7 @@ maintainers: name: corekeeper sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/corekeeper + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/corekeeper - https://steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/corekeeper/README.md b/charts/stable/corekeeper/README.md index 987eac1a511..f4408bd33ec 100644 --- a/charts/stable/corekeeper/README.md +++ b/charts/stable/corekeeper/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/corekeeper) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/corekeeper` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/corekeeper ## 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/truecharts/blob/master/charts/stable/corekeeper/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/corekeeper/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/couchpotato/Chart.yaml b/charts/stable/couchpotato/Chart.yaml index 75ce5dd8616..cc01adfb563 100644 --- a/charts/stable/couchpotato/Chart.yaml +++ b/charts/stable/couchpotato/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: name: couchpotato sources: - https://ghcr.io/linuxserver/couchpotato - - https://github.com/truecharts/charts/tree/master/charts/stable/couchpotato + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/couchpotato type: application version: 12.6.0 diff --git a/charts/stable/couchpotato/README.md b/charts/stable/couchpotato/README.md index f4ec1bb5780..5f72f9a0e61 100644 --- a/charts/stable/couchpotato/README.md +++ b/charts/stable/couchpotato/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/couchpotato) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/couchpotato` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/couchpotato ## 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/truecharts/blob/master/charts/stable/couchpotato/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/couchpotato/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/counterstrike2d/Chart.yaml b/charts/stable/counterstrike2d/Chart.yaml index cc89a2793b1..5411b0827ab 100644 --- a/charts/stable/counterstrike2d/Chart.yaml +++ b/charts/stable/counterstrike2d/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: counterstrike2d sources: - https://ghcr.io/ich777/cs2dserver - - https://github.com/truecharts/charts/tree/master/charts/stable/counterstrike2d + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/counterstrike2d - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/counterstrike2d/README.md b/charts/stable/counterstrike2d/README.md index 896d2307a13..dbd3c5da4f2 100644 --- a/charts/stable/counterstrike2d/README.md +++ b/charts/stable/counterstrike2d/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/counterstrike2d) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/counterstrike2d` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/counterstrike2d ## 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/truecharts/blob/master/charts/stable/counterstrike2d/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/counterstrike2d/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cowyo/Chart.yaml b/charts/stable/cowyo/Chart.yaml index 36c3650bcea..e06f1d4ae37 100644 --- a/charts/stable/cowyo/Chart.yaml +++ b/charts/stable/cowyo/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: cowyo sources: - https://github.com/schollz/cowyo - - https://github.com/truecharts/charts/tree/master/charts/stable/cowyo + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cowyo - https://hub.docker.com/r/schollz/cowyo type: application version: 8.6.0 diff --git a/charts/stable/cowyo/README.md b/charts/stable/cowyo/README.md index a1e07811a8b..666501d8f2b 100644 --- a/charts/stable/cowyo/README.md +++ b/charts/stable/cowyo/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cowyo) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cowyo` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cowyo ## 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/truecharts/blob/master/charts/stable/cowyo/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cowyo/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/craftopia/Chart.yaml b/charts/stable/craftopia/Chart.yaml index 0be91ce4565..3307ecf3209 100644 --- a/charts/stable/craftopia/Chart.yaml +++ b/charts/stable/craftopia/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: craftopia @@ -33,7 +35,7 @@ maintainers: name: craftopia sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/craftopia + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/craftopia - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/craftopia/README.md b/charts/stable/craftopia/README.md index b4224885c22..2a7143e392b 100644 --- a/charts/stable/craftopia/README.md +++ b/charts/stable/craftopia/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/craftopia) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/craftopia` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/craftopia ## 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/truecharts/blob/master/charts/stable/craftopia/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/craftopia/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/crafty-4/Chart.yaml b/charts/stable/crafty-4/Chart.yaml index ee9367124dc..df83e5c63fc 100644 --- a/charts/stable/crafty-4/Chart.yaml +++ b/charts/stable/crafty-4/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.5.4 @@ -34,7 +36,6 @@ maintainers: name: crafty-4 sources: - https://craftycontrol.com/ - - https://github.com/truecharts/charts/tree/master/charts/stable/crafty-4 - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/crafty-4 - https://gitlab.com/crafty-controller/crafty-4 type: application diff --git a/charts/stable/crafty-4/README.md b/charts/stable/crafty-4/README.md index 41c20b00f7a..c22c0695a91 100644 --- a/charts/stable/crafty-4/README.md +++ b/charts/stable/crafty-4/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/crafty-4` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/crafty-4/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/crypto-exchanges-gateway/Chart.yaml b/charts/stable/crypto-exchanges-gateway/Chart.yaml index e31852a4031..bf479109879 100644 --- a/charts/stable/crypto-exchanges-gateway/Chart.yaml +++ b/charts/stable/crypto-exchanges-gateway/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: crypto-exchanges-gateway sources: - https://github.com/aloysius-pgast/crypto-exchanges-gateway - - https://github.com/truecharts/charts/tree/master/charts/stable/crypto-exchanges-gateway + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/crypto-exchanges-gateway - https://hub.docker.com/r/apendergast/crypto-exchanges-gateway type: application version: 8.6.0 diff --git a/charts/stable/crypto-exchanges-gateway/README.md b/charts/stable/crypto-exchanges-gateway/README.md index f0cab50ce07..b3b1c6c6c78 100644 --- a/charts/stable/crypto-exchanges-gateway/README.md +++ b/charts/stable/crypto-exchanges-gateway/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/crypto-exchanges-gateway) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/crypto-exchanges-gateway` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/crypto-exchanges-gateway ## 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/truecharts/blob/master/charts/stable/crypto-exchanges-gateway/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/crypto-exchanges-gateway/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cryptofolio/Chart.yaml b/charts/stable/cryptofolio/Chart.yaml index 2a79a78bd84..e97ee553413 100644 --- a/charts/stable/cryptofolio/Chart.yaml +++ b/charts/stable/cryptofolio/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.2.0 @@ -32,7 +34,7 @@ maintainers: name: cryptofolio sources: - https://github.com/Xtrendence/cryptofolio - - https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cryptofolio - https://hub.docker.com/r/xtrendence/cryptofolio type: application version: 15.6.0 diff --git a/charts/stable/cryptofolio/README.md b/charts/stable/cryptofolio/README.md index e120b286368..2b0e7549437 100644 --- a/charts/stable/cryptofolio/README.md +++ b/charts/stable/cryptofolio/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cryptofolio) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cryptofolio` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cryptofolio ## 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/truecharts/blob/master/charts/stable/cryptofolio/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cryptofolio/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cryptpad/Chart.yaml b/charts/stable/cryptpad/Chart.yaml index f333899febd..835612c3657 100644 --- a/charts/stable/cryptpad/Chart.yaml +++ b/charts/stable/cryptpad/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.5.0 @@ -34,7 +36,7 @@ maintainers: name: cryptpad sources: - https://cryptpad.fr/ - - https://github.com/truecharts/charts/tree/master/charts/stable/cryptpad + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cryptpad - https://hub.docker.com/r/cryptpad/cryptpad type: application version: 10.6.0 diff --git a/charts/stable/cryptpad/README.md b/charts/stable/cryptpad/README.md index 36da6198f93..9d88598fe54 100644 --- a/charts/stable/cryptpad/README.md +++ b/charts/stable/cryptpad/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cryptpad) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cryptpad` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cryptpad ## 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/truecharts/blob/master/charts/stable/cryptpad/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cryptpad/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cs2/Chart.yaml b/charts/stable/cs2/Chart.yaml index 4f3cc23096e..ff33a34da0e 100644 --- a/charts/stable/cs2/Chart.yaml +++ b/charts/stable/cs2/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: games truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: cs2 @@ -34,7 +36,7 @@ name: cs2 sources: - https://ghcr.io/ich777/steamcmd - https://github.com/ich777/docker-steamcmd-server/tree/cs2 - - https://github.com/truecharts/charts/tree/master/charts/stable/cs2 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cs2 type: application version: 6.6.0 diff --git a/charts/stable/cs2/README.md b/charts/stable/cs2/README.md index 51d2434c340..a228d95e48b 100644 --- a/charts/stable/cs2/README.md +++ b/charts/stable/cs2/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cs2) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cs2` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cs2 ## 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/truecharts/blob/master/charts/stable/cs2/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cs2/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/csgo/Chart.yaml b/charts/stable/csgo/Chart.yaml index ed41dda98cb..2d949407531 100644 --- a/charts/stable/csgo/Chart.yaml +++ b/charts/stable/csgo/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: csgo sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/csgo - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/csgo - https://www.steampowered.com/ type: application diff --git a/charts/stable/csgo/README.md b/charts/stable/csgo/README.md index cb5a706af3f..11356242fda 100644 --- a/charts/stable/csgo/README.md +++ b/charts/stable/csgo/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/csgo` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/csgo/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cssource/Chart.yaml b/charts/stable/cssource/Chart.yaml index 53de70402d3..3de0bf8cf7b 100644 --- a/charts/stable/cssource/Chart.yaml +++ b/charts/stable/cssource/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: cssource sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/cssource + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cssource - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/cssource/README.md b/charts/stable/cssource/README.md index 2eb6ec710ee..d22a0085846 100644 --- a/charts/stable/cssource/README.md +++ b/charts/stable/cssource/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cssource) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cssource` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cssource ## 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/truecharts/blob/master/charts/stable/cssource/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cssource/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cstrike1-6/Chart.yaml b/charts/stable/cstrike1-6/Chart.yaml index 9c59fd8ace7..9611ceda299 100644 --- a/charts/stable/cstrike1-6/Chart.yaml +++ b/charts/stable/cstrike1-6/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: cstrike1.6 @@ -33,7 +35,7 @@ maintainers: name: cstrike1-6 sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/cstrike1-6 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cstrike1-6 - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/cstrike1-6/README.md b/charts/stable/cstrike1-6/README.md index b29a16c79f5..60bc6092a58 100644 --- a/charts/stable/cstrike1-6/README.md +++ b/charts/stable/cstrike1-6/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cstrike1-6) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cstrike1-6` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cstrike1-6 ## 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/truecharts/blob/master/charts/stable/cstrike1-6/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cstrike1-6/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cstrikeconditionzero/Chart.yaml b/charts/stable/cstrikeconditionzero/Chart.yaml index 1588fe149b0..bd0cc383c56 100644 --- a/charts/stable/cstrikeconditionzero/Chart.yaml +++ b/charts/stable/cstrikeconditionzero/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: cstrikeczero @@ -33,7 +35,7 @@ maintainers: name: cstrikeconditionzero sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/cstrikeconditionzero + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cstrikeconditionzero - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/cstrikeconditionzero/README.md b/charts/stable/cstrikeconditionzero/README.md index 88ad6b10df3..6688e865bf0 100644 --- a/charts/stable/cstrikeconditionzero/README.md +++ b/charts/stable/cstrikeconditionzero/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cstrikeconditionzero) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cstrikeconditionzero` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cstrikeconditionzero ## 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/truecharts/blob/master/charts/stable/cstrikeconditionzero/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cstrikeconditionzero/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ctfd/Chart.yaml b/charts/stable/ctfd/Chart.yaml index 6542c735901..11e90f5f5dc 100644 --- a/charts/stable/ctfd/Chart.yaml +++ b/charts/stable/ctfd/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: learning truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.8.0 @@ -48,7 +50,6 @@ name: ctfd sources: - https://ghcr.io/ctfd/ctfd - https://github.com/CTFd/CTFd - - https://github.com/truecharts/charts/tree/master/charts/stable/ctfd - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ctfd type: application version: 9.6.2 diff --git a/charts/stable/ctfd/README.md b/charts/stable/ctfd/README.md index 39b58694697..4e70e39922e 100644 --- a/charts/stable/ctfd/README.md +++ b/charts/stable/ctfd/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ctfd` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ctfd/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cura-novnc/Chart.yaml b/charts/stable/cura-novnc/Chart.yaml index 41f94eae5ef..e575bf73d2a 100644 --- a/charts/stable/cura-novnc/Chart.yaml +++ b/charts/stable/cura-novnc/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.8.1 @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: cura-novnc sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/cura-novnc + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cura-novnc - https://hub.docker.com/r/mikeah/cura-novnc - https://ultimaker.com/software/ultimaker-cura type: application diff --git a/charts/stable/cura-novnc/README.md b/charts/stable/cura-novnc/README.md index bd98f710bc4..d9dcf3e6a54 100644 --- a/charts/stable/cura-novnc/README.md +++ b/charts/stable/cura-novnc/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cura-novnc) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cura-novnc` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cura-novnc ## 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/truecharts/blob/master/charts/stable/cura-novnc/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cura-novnc/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/cyberchef/Chart.yaml b/charts/stable/cyberchef/Chart.yaml index 06a7b4cb052..80a9a7a3501 100644 --- a/charts/stable/cyberchef/Chart.yaml +++ b/charts/stable/cyberchef/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 10.19.4 @@ -31,7 +33,7 @@ maintainers: url: https://truecharts.org name: cyberchef sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cyberchef - https://hub.docker.com/r/mpepping/cyberchef type: application version: 12.6.0 diff --git a/charts/stable/cyberchef/README.md b/charts/stable/cyberchef/README.md index f06eb3b168d..1e5926e9784 100644 --- a/charts/stable/cyberchef/README.md +++ b/charts/stable/cyberchef/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/cyberchef) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/cyberchef` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/cyberchef ## 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/truecharts/blob/master/charts/stable/cyberchef/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/cyberchef/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/czkawka/Chart.yaml b/charts/stable/czkawka/Chart.yaml index ff8996ff722..f366e4eeccc 100644 --- a/charts/stable/czkawka/Chart.yaml +++ b/charts/stable/czkawka/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: duplicates truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.08.1 @@ -35,7 +37,7 @@ name: czkawka sources: - https://github.com/jlesage/docker-czkawka - https://github.com/qarmin/czkawka - - https://github.com/truecharts/charts/tree/master/charts/stable/czkawka + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/czkawka - https://hub.docker.com/r/jlesage/czkawka type: application version: 13.8.0 diff --git a/charts/stable/czkawka/README.md b/charts/stable/czkawka/README.md index 675007d2dbd..e5dba335773 100644 --- a/charts/stable/czkawka/README.md +++ b/charts/stable/czkawka/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/czkawka) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/czkawka` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/czkawka ## 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/truecharts/blob/master/charts/stable/czkawka/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/czkawka/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dailynotes/Chart.yaml b/charts/stable/dailynotes/Chart.yaml index a341561c72d..9d7ae4d587d 100644 --- a/charts/stable/dailynotes/Chart.yaml +++ b/charts/stable/dailynotes/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: dailynotes sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dailynotes + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dailynotes - https://hub.docker.com/r/m0ngr31/dailynotes type: application version: 8.6.0 diff --git a/charts/stable/dailynotes/README.md b/charts/stable/dailynotes/README.md index 2fa17acea86..26d29c853ce 100644 --- a/charts/stable/dailynotes/README.md +++ b/charts/stable/dailynotes/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dailynotes) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dailynotes` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dailynotes ## 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/truecharts/blob/master/charts/stable/dailynotes/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dailynotes/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/damselfly/Chart.yaml b/charts/stable/damselfly/Chart.yaml index 8d50464b68d..9731b1584cd 100644 --- a/charts/stable/damselfly/Chart.yaml +++ b/charts/stable/damselfly/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp-Photos truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: damselfly sources: - https://github.com/Webreaper/Damselfly - - https://github.com/truecharts/charts/tree/master/charts/stable/damselfly + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/damselfly - https://hub.docker.com/r/webreaper/damselfly type: application version: 8.6.0 diff --git a/charts/stable/damselfly/README.md b/charts/stable/damselfly/README.md index 1486739f1be..a0168624aa8 100644 --- a/charts/stable/damselfly/README.md +++ b/charts/stable/damselfly/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/damselfly) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/damselfly` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/damselfly ## 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/truecharts/blob/master/charts/stable/damselfly/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/damselfly/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dashdot/Chart.yaml b/charts/stable/dashdot/Chart.yaml index fd38035d8d8..271f273e05f 100644 --- a/charts/stable/dashdot/Chart.yaml +++ b/charts/stable/dashdot/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 6.2.0 @@ -33,7 +35,7 @@ maintainers: name: dashdot sources: - https://github.com/MauriceNino/dashdot - - https://github.com/truecharts/charts/tree/master/charts/stable/dashdot + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dashdot - https://hub.docker.com/r/mauricenino/dashdot type: application version: 12.8.0 diff --git a/charts/stable/dashdot/README.md b/charts/stable/dashdot/README.md index 3a7490f62f8..ffa95d2eeb5 100644 --- a/charts/stable/dashdot/README.md +++ b/charts/stable/dashdot/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dashdot) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dashdot` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dashdot ## 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/truecharts/blob/master/charts/stable/dashdot/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dashdot/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dashmachine/Chart.yaml b/charts/stable/dashmachine/Chart.yaml index e6cc4126264..018025f501d 100644 --- a/charts/stable/dashmachine/Chart.yaml +++ b/charts/stable/dashmachine/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: dashmachine sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dashmachine + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dashmachine - https://hub.docker.com/r/rmountjoy/dashmachine type: application version: 8.6.0 diff --git a/charts/stable/dashmachine/README.md b/charts/stable/dashmachine/README.md index 0ecc50ae310..4d760dd57b9 100644 --- a/charts/stable/dashmachine/README.md +++ b/charts/stable/dashmachine/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dashmachine) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dashmachine` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dashmachine ## 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/truecharts/blob/master/charts/stable/dashmachine/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dashmachine/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dashy/Chart.yaml b/charts/stable/dashy/Chart.yaml index e5a482b0533..b650c3b034b 100644 --- a/charts/stable/dashy/Chart.yaml +++ b/charts/stable/dashy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: dashboard truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ name: dashy sources: - https://ghcr.io/lissy93/dashy - https://github.com/Lissy93/dashy - - https://github.com/truecharts/charts/tree/master/charts/stable/dashy + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dashy type: application version: 10.6.0 diff --git a/charts/stable/dashy/README.md b/charts/stable/dashy/README.md index a8ed159027e..8d7a8354266 100644 --- a/charts/stable/dashy/README.md +++ b/charts/stable/dashy/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dashy) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dashy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dashy ## 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/truecharts/blob/master/charts/stable/dashy/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dashy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/davos/Chart.yaml b/charts/stable/davos/Chart.yaml index 1b06a6f77be..39503e4b2a9 100644 --- a/charts/stable/davos/Chart.yaml +++ b/charts/stable/davos/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.2.2 @@ -36,6 +38,7 @@ sources: - https://ghcr.io/linuxserver/davos - https://github.com/linuxserver/davos/ - https://github.com/linuxserver/docker-davos - - https://github.com/truecharts/charts/tree/master/charts/stable/davos + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/davos type: application version: 15.6.0 + diff --git a/charts/stable/davos/README.md b/charts/stable/davos/README.md index dc125f55b47..45f80b75249 100644 --- a/charts/stable/davos/README.md +++ b/charts/stable/davos/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/davos) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/davos` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/davos ## 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/truecharts/blob/master/charts/stable/davos/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/davos/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dayofdefeatsource/Chart.yaml b/charts/stable/dayofdefeatsource/Chart.yaml index c4c8f4a1994..74c2ba6ad89 100644 --- a/charts/stable/dayofdefeatsource/Chart.yaml +++ b/charts/stable/dayofdefeatsource/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: dods @@ -33,7 +35,7 @@ maintainers: name: dayofdefeatsource sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/dayofdefeatsource + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dayofdefeatsource - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/dayofdefeatsource/README.md b/charts/stable/dayofdefeatsource/README.md index 81f52660392..352fceea848 100644 --- a/charts/stable/dayofdefeatsource/README.md +++ b/charts/stable/dayofdefeatsource/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dayofdefeatsource) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dayofdefeatsource` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dayofdefeatsource ## 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/truecharts/blob/master/charts/stable/dayofdefeatsource/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dayofdefeatsource/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/daysofwar/Chart.yaml b/charts/stable/daysofwar/Chart.yaml index aa1bb365f7b..6a96093b49d 100644 --- a/charts/stable/daysofwar/Chart.yaml +++ b/charts/stable/daysofwar/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: daysofwar @@ -33,7 +35,7 @@ maintainers: name: daysofwar sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/daysofwar + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/daysofwar - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/daysofwar/README.md b/charts/stable/daysofwar/README.md index 7599307e43a..07fb21e6c36 100644 --- a/charts/stable/daysofwar/README.md +++ b/charts/stable/daysofwar/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/daysofwar) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/daysofwar` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/daysofwar ## 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/truecharts/blob/master/charts/stable/daysofwar/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/daysofwar/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dayz/Chart.yaml b/charts/stable/dayz/Chart.yaml index 2ec6defe8e5..cfe78e3d217 100644 --- a/charts/stable/dayz/Chart.yaml +++ b/charts/stable/dayz/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: dayz @@ -33,7 +35,7 @@ maintainers: name: dayz sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/dayz + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dayz - https://www.bohemia.net/games/dayz type: application version: 8.6.0 diff --git a/charts/stable/dayz/README.md b/charts/stable/dayz/README.md index e9c54ba8d83..0026732c460 100644 --- a/charts/stable/dayz/README.md +++ b/charts/stable/dayz/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dayz) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dayz` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dayz ## 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/truecharts/blob/master/charts/stable/dayz/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dayz/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ddclient/Chart.yaml b/charts/stable/ddclient/Chart.yaml index 83c2e630733..7eeba077fcd 100644 --- a/charts/stable/ddclient/Chart.yaml +++ b/charts/stable/ddclient/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.0.0 @@ -32,7 +34,7 @@ maintainers: name: ddclient sources: - https://ghcr.io/linuxserver/ddclient - - https://github.com/truecharts/charts/tree/master/charts/stable/ddclient + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ddclient type: application version: 13.6.0 diff --git a/charts/stable/ddclient/README.md b/charts/stable/ddclient/README.md index 36d7a931476..c859707398c 100644 --- a/charts/stable/ddclient/README.md +++ b/charts/stable/ddclient/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ddclient) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ddclient` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ddclient ## 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/truecharts/blob/master/charts/stable/ddclient/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ddclient/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ddns-go/Chart.yaml b/charts/stable/ddns-go/Chart.yaml index d993e92ac4b..5939a48866c 100644 --- a/charts/stable/ddns-go/Chart.yaml +++ b/charts/stable/ddns-go/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 6.12.4 @@ -33,7 +35,7 @@ maintainers: name: ddns-go sources: - https://github.com/jeessy2/ddns-go - - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ddns-go - https://hub.docker.com/r/jeessy/ddns-go type: application version: 13.7.0 diff --git a/charts/stable/ddns-go/README.md b/charts/stable/ddns-go/README.md index 8dab22eb6f8..9a42aa59a3a 100644 --- a/charts/stable/ddns-go/README.md +++ b/charts/stable/ddns-go/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ddns-go) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ddns-go` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ddns-go ## 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/truecharts/blob/master/charts/stable/ddns-go/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ddns-go/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ddns-route53/Chart.yaml b/charts/stable/ddns-route53/Chart.yaml index bfc015930eb..2f1a7a5e5f5 100644 --- a/charts/stable/ddns-route53/Chart.yaml +++ b/charts/stable/ddns-route53/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-DNS truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: ddns-route53 sources: - https://github.com/crazy-max/ddns-route53 - - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-route53 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ddns-route53 - https://hub.docker.com/r/crazymax/ddns-route53 type: application version: 8.6.0 diff --git a/charts/stable/ddns-route53/README.md b/charts/stable/ddns-route53/README.md index 06609952374..6f97b0ad784 100644 --- a/charts/stable/ddns-route53/README.md +++ b/charts/stable/ddns-route53/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ddns-route53) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ddns-route53` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ddns-route53 ## 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/truecharts/blob/master/charts/stable/ddns-route53/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ddns-route53/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ddns-updater/Chart.yaml b/charts/stable/ddns-updater/Chart.yaml index 1ad326eacc7..575e97a0aa1 100644 --- a/charts/stable/ddns-updater/Chart.yaml +++ b/charts/stable/ddns-updater/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: network truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.9.0 @@ -32,7 +34,7 @@ maintainers: name: ddns-updater sources: - https://github.com/qdm12/ddns-updater - - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ddns-updater - https://hub.docker.com/r/qmcgaw/ddns-updater type: application version: 12.6.0 diff --git a/charts/stable/ddns-updater/README.md b/charts/stable/ddns-updater/README.md index 75a0d24b10d..42f084c0202 100644 --- a/charts/stable/ddns-updater/README.md +++ b/charts/stable/ddns-updater/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ddns-updater) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ddns-updater` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ddns-updater ## 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/truecharts/blob/master/charts/stable/ddns-updater/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ddns-updater/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/debian-apt-mirror/Chart.yaml b/charts/stable/debian-apt-mirror/Chart.yaml index 7f9061cf9de..fa191155afb 100644 --- a/charts/stable/debian-apt-mirror/Chart.yaml +++ b/charts/stable/debian-apt-mirror/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,6 @@ maintainers: name: debian-apt-mirror sources: - https://ghcr.io/ich777/debian-mirror - - https://github.com/truecharts/charts/tree/master/charts/stable/debian-apt-mirror - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/debian-apt-mirror - https://www.debian.org/ type: application diff --git a/charts/stable/debian-apt-mirror/README.md b/charts/stable/debian-apt-mirror/README.md index cc228a9eb69..682cdcb00b3 100644 --- a/charts/stable/debian-apt-mirror/README.md +++ b/charts/stable/debian-apt-mirror/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/debian-apt-mirror` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/debian-apt-mirror/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/debian-bullseye/Chart.yaml b/charts/stable/debian-bullseye/Chart.yaml index b4fbad22c6b..87119cdd86a 100644 --- a/charts/stable/debian-bullseye/Chart.yaml +++ b/charts/stable/debian-bullseye/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: debian-bullseye sources: - https://ghcr.io/ich777/debian-bullseye - - https://github.com/truecharts/charts/tree/master/charts/stable/debian-bullseye + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/debian-bullseye - https://www.debian.org/ type: application version: 8.6.0 diff --git a/charts/stable/debian-bullseye/README.md b/charts/stable/debian-bullseye/README.md index 6b0b5285ebc..86601e77b50 100644 --- a/charts/stable/debian-bullseye/README.md +++ b/charts/stable/debian-bullseye/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/debian-bullseye) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/debian-bullseye` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/debian-bullseye ## 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/truecharts/blob/master/charts/stable/debian-bullseye/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/debian-bullseye/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index a2ca573bd56..11fc94c9a9c 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.31.1 @@ -36,7 +38,7 @@ name: deconz sources: - https://github.com/dresden-elektronik/deconz-rest-plugin - https://github.com/marthoc/docker-deconz - - https://github.com/truecharts/charts/tree/master/charts/stable/deconz + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/deconz - https://hub.docker.com/r/deconzcommunity/deconz type: application version: 18.7.0 diff --git a/charts/stable/deconz/README.md b/charts/stable/deconz/README.md index df654cb46f9..75b12cfc64d 100644 --- a/charts/stable/deconz/README.md +++ b/charts/stable/deconz/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/deconz) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/deconz` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/deconz ## 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/truecharts/blob/master/charts/stable/deconz/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/deconz/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/deemix/Chart.yaml b/charts/stable/deemix/Chart.yaml index de0c9ee90ae..3235b84145d 100644 --- a/charts/stable/deemix/Chart.yaml +++ b/charts/stable/deemix/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: deemix sources: - https://git.freezerapp.xyz/RemixDev/deemix-py - - https://github.com/truecharts/charts/tree/master/charts/stable/deemix + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/deemix - https://gitlab.com/Bockiii/deemix-docker.git type: application version: 13.6.0 diff --git a/charts/stable/deemix/README.md b/charts/stable/deemix/README.md index a10776265fb..2338b84816b 100644 --- a/charts/stable/deemix/README.md +++ b/charts/stable/deemix/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/deemix) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/deemix` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/deemix ## 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/truecharts/blob/master/charts/stable/deemix/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/deemix/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/deepstack/Chart.yaml b/charts/stable/deepstack/Chart.yaml index 34482d7221f..9f0ca03f90a 100644 --- a/charts/stable/deepstack/Chart.yaml +++ b/charts/stable/deepstack/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: AI truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2022.01.1 @@ -32,7 +34,7 @@ maintainers: name: deepstack sources: - https://github.com/johnolafenwa/DeepStack - - https://github.com/truecharts/charts/tree/master/charts/stable/deepstack + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/deepstack - https://hub.docker.com/r/deepquestai/deepstack - https://www.deepstack.cc/ type: application diff --git a/charts/stable/deepstack/README.md b/charts/stable/deepstack/README.md index 2269ca5c657..ca3f669e82f 100644 --- a/charts/stable/deepstack/README.md +++ b/charts/stable/deepstack/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/deepstack) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/deepstack` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/deepstack ## 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/truecharts/blob/master/charts/stable/deepstack/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/deepstack/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dell-idrac-fan-controller/Chart.yaml b/charts/stable/dell-idrac-fan-controller/Chart.yaml index 98bcd64e9ee..af92a440af7 100644 --- a/charts/stable/dell-idrac-fan-controller/Chart.yaml +++ b/charts/stable/dell-idrac-fan-controller/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,6 @@ name: dell-idrac-fan-controller sources: - https://ghcr.io/tigerblue77/dell_idrac_fan_controller - https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker - - https://github.com/truecharts/charts/tree/master/charts/stable/dell-idrac-fan-controller - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dell-idrac-fan-controller type: application version: 8.6.0 diff --git a/charts/stable/dell-idrac-fan-controller/README.md b/charts/stable/dell-idrac-fan-controller/README.md index 521ed8199a8..6becf4d0b32 100644 --- a/charts/stable/dell-idrac-fan-controller/README.md +++ b/charts/stable/dell-idrac-fan-controller/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dell-idrac-fan-controller` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dell-idrac-fan-controller/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index a7c13ae2790..c64310d378a 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.2.0 @@ -35,7 +37,7 @@ name: deluge sources: - https://ghcr.io/linuxserver/deluge - https://github.com/deluge-torrent/deluge - - https://github.com/truecharts/charts/tree/master/charts/stable/deluge + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/deluge type: application version: 21.6.0 diff --git a/charts/stable/deluge/README.md b/charts/stable/deluge/README.md index c3e268b6d45..f03895e8b2d 100644 --- a/charts/stable/deluge/README.md +++ b/charts/stable/deluge/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/deluge) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/deluge` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/deluge ## 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/truecharts/blob/master/charts/stable/deluge/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/deluge/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/digikam/Chart.yaml b/charts/stable/digikam/Chart.yaml index 6e4477b38d9..14be05e77d1 100644 --- a/charts/stable/digikam/Chart.yaml +++ b/charts/stable/digikam/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 8.7.0 @@ -37,7 +39,7 @@ name: digikam sources: - https://ghcr.io/linuxserver/digikam - https://github.com/linuxserver/docker-digikam - - https://github.com/truecharts/charts/tree/master/charts/stable/digikam + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/digikam - https://www.digikam.org/ type: application version: 15.6.2 diff --git a/charts/stable/digikam/README.md b/charts/stable/digikam/README.md index a2ae94bff3e..8116c47945e 100644 --- a/charts/stable/digikam/README.md +++ b/charts/stable/digikam/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/digikam) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/digikam` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/digikam ## 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/truecharts/blob/master/charts/stable/digikam/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/digikam/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dillinger/Chart.yaml b/charts/stable/dillinger/Chart.yaml index f41c6d1bf3b..2ed96d0a31a 100644 --- a/charts/stable/dillinger/Chart.yaml +++ b/charts/stable/dillinger/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.39.1 @@ -32,7 +34,7 @@ maintainers: name: dillinger sources: - https://ghcr.io/linuxserver/dillinger - - https://github.com/truecharts/charts/tree/master/charts/stable/dillinger + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dillinger type: application version: 12.6.0 diff --git a/charts/stable/dillinger/README.md b/charts/stable/dillinger/README.md index f57510682e7..7c2cabf97e5 100644 --- a/charts/stable/dillinger/README.md +++ b/charts/stable/dillinger/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dillinger) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dillinger` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dillinger ## 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/truecharts/blob/master/charts/stable/dillinger/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dillinger/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/discordgsm/Chart.yaml b/charts/stable/discordgsm/Chart.yaml index 50381974442..cf153736bee 100644 --- a/charts/stable/discordgsm/Chart.yaml +++ b/charts/stable/discordgsm/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: monitor truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.19.0 @@ -34,7 +36,7 @@ maintainers: name: discordgsm sources: - https://github.com/DiscordGSM/GameServerMonitor - - https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/discordgsm - https://hub.docker.com/r/discordgsm/discord-game-server-monitor type: application version: 10.6.0 diff --git a/charts/stable/discordgsm/README.md b/charts/stable/discordgsm/README.md index e94124f7666..d2d191cd8ce 100644 --- a/charts/stable/discordgsm/README.md +++ b/charts/stable/discordgsm/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/discordgsm) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/discordgsm` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/discordgsm ## 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/truecharts/blob/master/charts/stable/discordgsm/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/discordgsm/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dispatch/Chart.yaml b/charts/stable/dispatch/Chart.yaml index c566c9dac79..bde4f64ee35 100644 --- a/charts/stable/dispatch/Chart.yaml +++ b/charts/stable/dispatch/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Messenger truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: dispatch sources: - https://github.com/khlieng/dispatch - - https://github.com/truecharts/charts/tree/master/charts/stable/dispatch + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dispatch - https://hub.docker.com/r/khlieng/dispatch type: application version: 8.6.0 diff --git a/charts/stable/dispatch/README.md b/charts/stable/dispatch/README.md index fec2edbfae2..969ecd478b8 100644 --- a/charts/stable/dispatch/README.md +++ b/charts/stable/dispatch/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dispatch) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dispatch` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dispatch ## 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/truecharts/blob/master/charts/stable/dispatch/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dispatch/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index 0dea9e342d9..4b0a0137796 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.5.5 @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: dizquetv sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dizquetv - https://github.com/vexorian/dizquetv - https://hub.docker.com/r/vexorian/dizquetv type: application diff --git a/charts/stable/dizquetv/README.md b/charts/stable/dizquetv/README.md index 034f11b265b..69927e9c790 100644 --- a/charts/stable/dizquetv/README.md +++ b/charts/stable/dizquetv/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dizquetv) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dizquetv` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dizquetv ## 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/truecharts/blob/master/charts/stable/dizquetv/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dizquetv/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dns-doh-companion/Chart.yaml b/charts/stable/dns-doh-companion/Chart.yaml index 254c7d9883d..087a6e0044d 100644 --- a/charts/stable/dns-doh-companion/Chart.yaml +++ b/charts/stable/dns-doh-companion/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-DNS truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: dns-doh-companion sources: - https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/ - - https://github.com/truecharts/charts/tree/master/charts/stable/dns-doh-companion + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dns-doh-companion - https://hub.docker.com/r/testdasi/simple-dns-doh type: application version: 8.6.0 diff --git a/charts/stable/dns-doh-companion/README.md b/charts/stable/dns-doh-companion/README.md index e3c400ab5bf..c32541a9888 100644 --- a/charts/stable/dns-doh-companion/README.md +++ b/charts/stable/dns-doh-companion/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dns-doh-companion) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dns-doh-companion` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dns-doh-companion ## 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/truecharts/blob/master/charts/stable/dns-doh-companion/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dns-doh-companion/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/docker-hub-rss/Chart.yaml b/charts/stable/docker-hub-rss/Chart.yaml index 8c498d9147f..5e3e3088ff1 100644 --- a/charts/stable/docker-hub-rss/Chart.yaml +++ b/charts/stable/docker-hub-rss/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: docker-hub-rss sources: - https://github.com/TheConnMan/docker-hub-rss - - https://github.com/truecharts/charts/tree/master/charts/stable/docker-hub-rss + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/docker-hub-rss - https://hub.docker.com/r/theconnman/docker-hub-rss type: application version: 8.6.0 diff --git a/charts/stable/docker-hub-rss/README.md b/charts/stable/docker-hub-rss/README.md index bd077d8bb29..e57fadbe5d2 100644 --- a/charts/stable/docker-hub-rss/README.md +++ b/charts/stable/docker-hub-rss/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/docker-hub-rss) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/docker-hub-rss` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/docker-hub-rss ## 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/truecharts/blob/master/charts/stable/docker-hub-rss/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/docker-hub-rss/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/docker/Chart.yaml b/charts/stable/docker/Chart.yaml index 58daa1fe91b..0889bbf34f6 100644 --- a/charts/stable/docker/Chart.yaml +++ b/charts/stable/docker/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: docker truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 28.4.0 @@ -31,7 +33,7 @@ maintainers: url: https://truecharts.org name: docker sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/docker + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/docker - https://hub.docker.com/_/docker type: application version: 11.7.0 diff --git a/charts/stable/docker/README.md b/charts/stable/docker/README.md index 0d49fefcf30..22a8dbeb199 100644 --- a/charts/stable/docker/README.md +++ b/charts/stable/docker/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/docker) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/docker` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/docker ## 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/truecharts/blob/master/charts/stable/docker/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/docker/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dockerregistry/Chart.yaml b/charts/stable/dockerregistry/Chart.yaml index 24877550269..8c3504138e4 100644 --- a/charts/stable/dockerregistry/Chart.yaml +++ b/charts/stable/dockerregistry/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.0.0 @@ -37,7 +39,7 @@ maintainers: name: dockerregistry sources: - https://github.com/distribution/distribution - - https://github.com/truecharts/charts/tree/master/charts/stable/dockerregistry + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dockerregistry - https://hub.docker.com/_/registry - https://registry.hub.docker.com/_/registry/ type: application diff --git a/charts/stable/dockerregistry/README.md b/charts/stable/dockerregistry/README.md index 42893a5be8e..49800c00b0d 100644 --- a/charts/stable/dockerregistry/README.md +++ b/charts/stable/dockerregistry/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dockerregistry) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dockerregistry` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dockerregistry ## 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/truecharts/blob/master/charts/stable/dockerregistry/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dockerregistry/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dockovpn/Chart.yaml b/charts/stable/dockovpn/Chart.yaml index b8e3f1e8ff7..548a0a25cc4 100644 --- a/charts/stable/dockovpn/Chart.yaml +++ b/charts/stable/dockovpn/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: networking truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.14.0 @@ -33,7 +35,7 @@ maintainers: name: dockovpn sources: - https://github.com/dockovpn/dockovpn - - https://github.com/truecharts/charts/tree/master/charts/stable/dockovpn + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dockovpn - https://hub.docker.com/r/alekslitvinenk/openvpn type: application version: 4.6.0 diff --git a/charts/stable/dockovpn/README.md b/charts/stable/dockovpn/README.md index 49309b76e3f..f1def185ef2 100644 --- a/charts/stable/dockovpn/README.md +++ b/charts/stable/dockovpn/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dockovpn) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dockovpn` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dockovpn ## 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/truecharts/blob/master/charts/stable/dockovpn/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dockovpn/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/docusaurus/Chart.yaml b/charts/stable/docusaurus/Chart.yaml index 796ab7f0e45..7a815cab206 100644 --- a/charts/stable/docusaurus/Chart.yaml +++ b/charts/stable/docusaurus/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: website truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: docusaurus sources: - https://github.com/awesometic/docker-docusaurus - - https://github.com/truecharts/charts/tree/master/charts/stable/docusaurus + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/docusaurus - https://hub.docker.com/r/awesometic/docusaurus type: application version: 11.6.0 diff --git a/charts/stable/docusaurus/README.md b/charts/stable/docusaurus/README.md index a4488463e06..631b4ca2502 100644 --- a/charts/stable/docusaurus/README.md +++ b/charts/stable/docusaurus/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/docusaurus) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/docusaurus` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/docusaurus ## 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/truecharts/blob/master/charts/stable/docusaurus/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/docusaurus/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/docuseal/Chart.yaml b/charts/stable/docuseal/Chart.yaml index 0f1e669f04a..6ead0aa609b 100644 --- a/charts/stable/docuseal/Chart.yaml +++ b/charts/stable/docuseal/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: business truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.1.6 @@ -33,7 +35,7 @@ maintainers: name: docuseal sources: - https://github.com/docusealco/docuseal - - https://github.com/truecharts/charts/tree/master/charts/stable/docuseal + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/docuseal - https://hub.docker.com/r/docuseal/docuseal type: application version: 5.7.1 diff --git a/charts/stable/docuseal/README.md b/charts/stable/docuseal/README.md index 1f40cd1bb10..c09f736891f 100644 --- a/charts/stable/docuseal/README.md +++ b/charts/stable/docuseal/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/docuseal) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/docuseal` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/docuseal ## 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/truecharts/blob/master/charts/stable/docuseal/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/docuseal/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dokuwiki/Chart.yaml b/charts/stable/dokuwiki/Chart.yaml index 691fb86b2c0..1ac54b5da86 100644 --- a/charts/stable/dokuwiki/Chart.yaml +++ b/charts/stable/dokuwiki/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.0.0 @@ -32,7 +34,7 @@ maintainers: name: dokuwiki sources: - https://ghcr.io/dokuwiki/dokuwiki - - https://github.com/truecharts/charts/tree/master/charts/stable/dokuwiki + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dokuwiki type: application version: 15.6.0 diff --git a/charts/stable/dokuwiki/README.md b/charts/stable/dokuwiki/README.md index 8f91d73cb98..2bb7d4fd7d5 100644 --- a/charts/stable/dokuwiki/README.md +++ b/charts/stable/dokuwiki/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dokuwiki) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dokuwiki` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dokuwiki ## 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/truecharts/blob/master/charts/stable/dokuwiki/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dokuwiki/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/domoticz/Chart.yaml b/charts/stable/domoticz/Chart.yaml index 12176ba4ff8..1e2e9d0c230 100644 --- a/charts/stable/domoticz/Chart.yaml +++ b/charts/stable/domoticz/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.1.0 @@ -31,7 +33,7 @@ maintainers: url: https://truecharts.org name: domoticz sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/domoticz + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/domoticz - https://hub.docker.com/r/domoticz/domoticz type: application version: 15.6.0 diff --git a/charts/stable/domoticz/README.md b/charts/stable/domoticz/README.md index 5373682934b..44ed2590951 100644 --- a/charts/stable/domoticz/README.md +++ b/charts/stable/domoticz/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/domoticz) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/domoticz` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/domoticz ## 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/truecharts/blob/master/charts/stable/domoticz/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/domoticz/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dontstarvetogether/Chart.yaml b/charts/stable/dontstarvetogether/Chart.yaml index 0c7bdabad31..e0a783a7cce 100644 --- a/charts/stable/dontstarvetogether/Chart.yaml +++ b/charts/stable/dontstarvetogether/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: dontstare @@ -33,7 +35,7 @@ maintainers: name: dontstarvetogether sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/dontstarvetogether + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dontstarvetogether - https://www.klei.com/games/dont-starve-together type: application version: 8.6.0 diff --git a/charts/stable/dontstarvetogether/README.md b/charts/stable/dontstarvetogether/README.md index 25dbf536052..ba3a678f740 100644 --- a/charts/stable/dontstarvetogether/README.md +++ b/charts/stable/dontstarvetogether/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dontstarvetogether) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dontstarvetogether` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dontstarvetogether ## 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/truecharts/blob/master/charts/stable/dontstarvetogether/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dontstarvetogether/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/doplarr/Chart.yaml b/charts/stable/doplarr/Chart.yaml index 9e514643336..d63ea9ceb9f 100644 --- a/charts/stable/doplarr/Chart.yaml +++ b/charts/stable/doplarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.6.3 @@ -33,7 +35,7 @@ name: doplarr sources: - https://ghcr.io/kiranshila/doplarr - https://github.com/kiranshila/Doplarr - - https://github.com/truecharts/charts/tree/master/charts/stable/doplarr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/doplarr type: application version: 12.6.0 diff --git a/charts/stable/doplarr/README.md b/charts/stable/doplarr/README.md index d9a6f2653d9..a93ff3ffb9b 100644 --- a/charts/stable/doplarr/README.md +++ b/charts/stable/doplarr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/doplarr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/doplarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/doplarr ## 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/truecharts/blob/master/charts/stable/doplarr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/doplarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/double-take/Chart.yaml b/charts/stable/double-take/Chart.yaml index a53361c2a92..91876da1787 100644 --- a/charts/stable/double-take/Chart.yaml +++ b/charts/stable/double-take/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.13.11 @@ -33,7 +35,7 @@ maintainers: name: double-take sources: - https://github.com/jakowenko/double-take - - https://github.com/truecharts/charts/tree/master/charts/stable/double-take + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/double-take - https://hub.docker.com/r/skrashevich/double-take type: application version: 13.6.0 diff --git a/charts/stable/double-take/README.md b/charts/stable/double-take/README.md index 3de5e006240..c40891d55ce 100644 --- a/charts/stable/double-take/README.md +++ b/charts/stable/double-take/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/double-take) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/double-take` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/double-take ## 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/truecharts/blob/master/charts/stable/double-take/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/double-take/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/doublecommander/Chart.yaml b/charts/stable/doublecommander/Chart.yaml index 0eb7e9e0e39..06275eb2d35 100644 --- a/charts/stable/doublecommander/Chart.yaml +++ b/charts/stable/doublecommander/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,7 @@ sources: - https://doublecmd.sourceforge.io/ - https://ghcr.io/linuxserver/doublecommander - https://github.com/linuxserver/docker-doublecommander - - https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/doublecommander type: application version: 15.6.0 diff --git a/charts/stable/doublecommander/README.md b/charts/stable/doublecommander/README.md index 8bf73cd24e5..3f8dfff319d 100644 --- a/charts/stable/doublecommander/README.md +++ b/charts/stable/doublecommander/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/doublecommander) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/doublecommander` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/doublecommander ## 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/truecharts/blob/master/charts/stable/doublecommander/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/doublecommander/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/drawio/Chart.yaml b/charts/stable/drawio/Chart.yaml index f55825b92b8..aa5ddb3bd5e 100644 --- a/charts/stable/drawio/Chart.yaml +++ b/charts/stable/drawio/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 28.2.3 @@ -32,7 +34,7 @@ maintainers: name: drawio sources: - https://github.com/jgraph/drawio - - https://github.com/truecharts/charts/tree/master/charts/stable/drawio + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/drawio - https://hub.docker.com/r/jgraph/drawio type: application version: 17.7.1 diff --git a/charts/stable/drawio/README.md b/charts/stable/drawio/README.md index 3179bc0c37a..929a772a8ac 100644 --- a/charts/stable/drawio/README.md +++ b/charts/stable/drawio/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/drawio) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/drawio` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/drawio ## 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/truecharts/blob/master/charts/stable/drawio/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/drawio/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dropbox-by-otherguy/Chart.yaml b/charts/stable/dropbox-by-otherguy/Chart.yaml index b6e0bff26c9..1435211e629 100644 --- a/charts/stable/dropbox-by-otherguy/Chart.yaml +++ b/charts/stable/dropbox-by-otherguy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: dropbox-by-otherguy sources: - https://github.com/otherguy/docker-dropbox - - https://github.com/truecharts/charts/tree/master/charts/stable/dropbox-by-otherguy - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dropbox-by-otherguy - https://hub.docker.com/r/otherguy/dropbox type: application diff --git a/charts/stable/dropbox-by-otherguy/README.md b/charts/stable/dropbox-by-otherguy/README.md index 476e2ababc7..eca3b48128b 100644 --- a/charts/stable/dropbox-by-otherguy/README.md +++ b/charts/stable/dropbox-by-otherguy/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dropbox-by-otherguy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dropbox-by-otherguy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/duckdns/Chart.yaml b/charts/stable/duckdns/Chart.yaml index a4ca1252c65..bf748047bf4 100644 --- a/charts/stable/duckdns/Chart.yaml +++ b/charts/stable/duckdns/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: name: duckdns sources: - https://ghcr.io/linuxserver/duckdns - - https://github.com/truecharts/charts/tree/master/charts/stable/duckdns + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/duckdns type: application version: 12.6.0 diff --git a/charts/stable/duckdns/README.md b/charts/stable/duckdns/README.md index 3a1c93ad8b9..35d25ba3fd7 100644 --- a/charts/stable/duckdns/README.md +++ b/charts/stable/duckdns/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/duckdns) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/duckdns` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/duckdns ## 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/truecharts/blob/master/charts/stable/duckdns/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/duckdns/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/dumbassets/Chart.yaml b/charts/stable/dumbassets/Chart.yaml index 219438a214b..d7d3b6f93c4 100644 --- a/charts/stable/dumbassets/Chart.yaml +++ b/charts/stable/dumbassets/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.0.11 @@ -34,7 +36,7 @@ maintainers: name: dumbassets sources: - https://github.com/DumbWareio/dumbassets - - https://github.com/truecharts/charts/tree/master/charts/stable/dumbassets + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/dumbassets - https://hub.docker.com/r/dumbwareio/dumbassets type: application version: 2.6.0 diff --git a/charts/stable/dumbassets/README.md b/charts/stable/dumbassets/README.md index 9107095b2ae..7fdf6ef1f81 100644 --- a/charts/stable/dumbassets/README.md +++ b/charts/stable/dumbassets/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dumbassets) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/dumbassets` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/dumbassets ## 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/truecharts/blob/master/charts/stable/dumbassets/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/dumbassets/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/duplicacy/Chart.yaml b/charts/stable/duplicacy/Chart.yaml index b325346b6f6..912a69c9e90 100644 --- a/charts/stable/duplicacy/Chart.yaml +++ b/charts/stable/duplicacy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Backup truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.7.2 @@ -33,7 +35,7 @@ maintainers: name: duplicacy sources: - https://ghcr.io/hotio/duplicacy - - https://github.com/truecharts/charts/tree/master/charts/stable/duplicacy + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/duplicacy - https://hotio.dev/containers/duplicacy type: application version: 9.6.0 diff --git a/charts/stable/duplicacy/README.md b/charts/stable/duplicacy/README.md index e156142f32d..c7922424555 100644 --- a/charts/stable/duplicacy/README.md +++ b/charts/stable/duplicacy/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/duplicacy) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/duplicacy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/duplicacy ## 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/truecharts/blob/master/charts/stable/duplicacy/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/duplicacy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml index e39ddb9a3b1..7f387087e89 100644 --- a/charts/stable/duplicati/Chart.yaml +++ b/charts/stable/duplicati/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: name: duplicati sources: - https://github.com/duplicati/duplicati - - https://github.com/truecharts/charts/tree/master/charts/stable/duplicati + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/duplicati - https://hub.docker.com/r/duplicati/duplicati type: application version: 16.6.0 diff --git a/charts/stable/duplicati/README.md b/charts/stable/duplicati/README.md index 8cef1f980ec..f8abe29f332 100644 --- a/charts/stable/duplicati/README.md +++ b/charts/stable/duplicati/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/duplicati) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/duplicati` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/duplicati ## 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/truecharts/blob/master/charts/stable/duplicati/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/duplicati/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ecodms/Chart.yaml b/charts/stable/ecodms/Chart.yaml index 206f4bd66fc..e24ad842eed 100644 --- a/charts/stable/ecodms/Chart.yaml +++ b/charts/stable/ecodms/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: ecodms sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ecodms + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ecodms - https://hub.docker.com/r/ecodms/allinone-18.09 - https://www.ecodms.de/index.php/en/ type: application diff --git a/charts/stable/ecodms/README.md b/charts/stable/ecodms/README.md index 793aa6ad369..98812024af6 100644 --- a/charts/stable/ecodms/README.md +++ b/charts/stable/ecodms/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ecodms) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ecodms` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ecodms ## 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/truecharts/blob/master/charts/stable/ecodms/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ecodms/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/electrum/Chart.yaml b/charts/stable/electrum/Chart.yaml index d7a41b943e6..ee95b2f6a64 100644 --- a/charts/stable/electrum/Chart.yaml +++ b/charts/stable/electrum/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,7 @@ name: electrum sources: - https://electrum.org/ - https://ghcr.io/ich777/electrum - - https://github.com/truecharts/charts/tree/master/charts/stable/electrum + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/electrum type: application version: 8.6.0 diff --git a/charts/stable/electrum/README.md b/charts/stable/electrum/README.md index 8fbe230fd11..c68a51730be 100644 --- a/charts/stable/electrum/README.md +++ b/charts/stable/electrum/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/electrum) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/electrum` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/electrum ## 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/truecharts/blob/master/charts/stable/electrum/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/electrum/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/emby-sync/Chart.yaml b/charts/stable/emby-sync/Chart.yaml index 228f868deed..2fb44bd104a 100644 --- a/charts/stable/emby-sync/Chart.yaml +++ b/charts/stable/emby-sync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: emby-sync sources: - https://github.com/cameronurnes/emby-sync - - https://github.com/truecharts/charts/tree/master/charts/stable/emby-sync + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/emby-sync - https://hub.docker.com/r/lastelement21/emby-sync type: application version: 8.6.0 diff --git a/charts/stable/emby-sync/README.md b/charts/stable/emby-sync/README.md index c8588cb9ca5..2e4063b84b5 100644 --- a/charts/stable/emby-sync/README.md +++ b/charts/stable/emby-sync/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/emby-sync) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/emby-sync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/emby-sync ## 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/truecharts/blob/master/charts/stable/emby-sync/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/emby-sync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index 8aecf10f3b8..d8938956d2d 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.9.1.36 @@ -35,7 +37,7 @@ name: emby sources: - https://ghcr.io/home-operations/emby - https://github.com/linuxserver/docker-emby.git - - https://github.com/truecharts/charts/tree/master/charts/stable/emby + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/emby - https://hub.docker.com/r/alpine/socat type: application version: 25.5.2 diff --git a/charts/stable/emby/README.md b/charts/stable/emby/README.md index b7d2dfafe99..c7b716e5556 100644 --- a/charts/stable/emby/README.md +++ b/charts/stable/emby/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/emby) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/emby` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/emby ## 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/truecharts/blob/master/charts/stable/emby/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/emby/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/embystat/Chart.yaml b/charts/stable/embystat/Chart.yaml index c0e85add0f4..286064d2fec 100644 --- a/charts/stable/embystat/Chart.yaml +++ b/charts/stable/embystat/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.2.0 @@ -32,7 +34,7 @@ maintainers: name: embystat sources: - https://ghcr.io/linuxserver/embystat - - https://github.com/truecharts/charts/tree/master/charts/stable/embystat + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/embystat type: application version: 12.6.0 diff --git a/charts/stable/embystat/README.md b/charts/stable/embystat/README.md index eaabf58a37a..495e86e3adf 100644 --- a/charts/stable/embystat/README.md +++ b/charts/stable/embystat/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/embystat) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/embystat` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/embystat ## 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/truecharts/blob/master/charts/stable/embystat/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/embystat/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/emulatorjs/Chart.yaml b/charts/stable/emulatorjs/Chart.yaml index faa0f4701f8..4721299abc3 100644 --- a/charts/stable/emulatorjs/Chart.yaml +++ b/charts/stable/emulatorjs/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: emulator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.9.2 @@ -32,7 +34,7 @@ maintainers: name: emulatorjs sources: - https://ghcr.io/linuxserver/emulatorjs - - https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/emulatorjs type: application version: 12.6.0 diff --git a/charts/stable/emulatorjs/README.md b/charts/stable/emulatorjs/README.md index 6c4207bbe40..737156b0103 100644 --- a/charts/stable/emulatorjs/README.md +++ b/charts/stable/emulatorjs/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/emulatorjs) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/emulatorjs` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/emulatorjs ## 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/truecharts/blob/master/charts/stable/emulatorjs/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/emulatorjs/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/endlessh/Chart.yaml b/charts/stable/endlessh/Chart.yaml index 9b21f6e6bbf..f1ad1bff881 100644 --- a/charts/stable/endlessh/Chart.yaml +++ b/charts/stable/endlessh/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2021.11.21 @@ -32,7 +34,7 @@ maintainers: name: endlessh sources: - https://ghcr.io/linuxserver/endlessh - - https://github.com/truecharts/charts/tree/master/charts/stable/endlessh + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/endlessh type: application version: 12.6.0 diff --git a/charts/stable/endlessh/README.md b/charts/stable/endlessh/README.md index 6d0b4bb5c94..c0019252ddf 100644 --- a/charts/stable/endlessh/README.md +++ b/charts/stable/endlessh/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/endlessh) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/endlessh` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/endlessh ## 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/truecharts/blob/master/charts/stable/endlessh/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/endlessh/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ersatztv/Chart.yaml b/charts/stable/ersatztv/Chart.yaml index 7c2df8d91bf..1c720cd6898 100644 --- a/charts/stable/ersatztv/Chart.yaml +++ b/charts/stable/ersatztv/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.6.0 @@ -33,7 +35,7 @@ maintainers: name: ersatztv sources: - https://github.com/jasongdove/ErsatzTV - - https://github.com/truecharts/charts/tree/master/charts/stable/ersatztv + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ersatztv - https://hub.docker.com/r/jasongdove/ersatztv type: application version: 9.10.0 diff --git a/charts/stable/ersatztv/README.md b/charts/stable/ersatztv/README.md index 793767cc23f..a00360d2553 100644 --- a/charts/stable/ersatztv/README.md +++ b/charts/stable/ersatztv/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ersatztv) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ersatztv` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ersatztv ## 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/truecharts/blob/master/charts/stable/ersatztv/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ersatztv/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index 2d91ee2fa34..56675d609a9 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: tools truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.9.1 @@ -32,7 +34,7 @@ maintainers: name: esphome sources: - https://github.com/esphome/esphome - - https://github.com/truecharts/charts/tree/master/charts/stable/esphome + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/esphome - https://hub.docker.com/r/esphome/esphome type: application version: 23.9.0 diff --git a/charts/stable/esphome/README.md b/charts/stable/esphome/README.md index f19e0ba0b8c..0da5b20ea7c 100644 --- a/charts/stable/esphome/README.md +++ b/charts/stable/esphome/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/esphome) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/esphome` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/esphome ## 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/truecharts/blob/master/charts/stable/esphome/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/esphome/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/etesync/Chart.yaml b/charts/stable/etesync/Chart.yaml index 8a8d18c10c4..be5e176e3d3 100644 --- a/charts/stable/etesync/Chart.yaml +++ b/charts/stable/etesync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.14.2 @@ -44,7 +46,7 @@ maintainers: name: etesync sources: - https://github.com/etesync - - https://github.com/truecharts/charts/tree/master/charts/stable/etesync + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/etesync - https://github.com/victor-rds/docker-etebase - https://hub.docker.com/r/victorrds/etesync - https://www.etesync.com/ diff --git a/charts/stable/etesync/README.md b/charts/stable/etesync/README.md index 5abc6c5dcbb..4c163832013 100644 --- a/charts/stable/etesync/README.md +++ b/charts/stable/etesync/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/etesync) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/etesync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/etesync ## 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/truecharts/blob/master/charts/stable/etesync/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/etesync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/etherpad/Chart.yaml b/charts/stable/etherpad/Chart.yaml index c5b0f70c3a8..bef3aa920d7 100644 --- a/charts/stable/etherpad/Chart.yaml +++ b/charts/stable/etherpad/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.8.14 @@ -37,7 +39,7 @@ sources: - https://etherpad.org/ - https://ghcr.io/nicholaswilde/etherpad - https://github.com/ether/etherpad-lite - - https://github.com/truecharts/charts/tree/master/charts/stable/etherpad + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/etherpad type: application version: 19.6.0 diff --git a/charts/stable/etherpad/README.md b/charts/stable/etherpad/README.md index 98ee6b52339..94a5781746f 100644 --- a/charts/stable/etherpad/README.md +++ b/charts/stable/etherpad/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/etherpad) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/etherpad` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/etherpad ## 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/truecharts/blob/master/charts/stable/etherpad/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/etherpad/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/explainshell/Chart.yaml b/charts/stable/explainshell/Chart.yaml index afd9296b57b..f9d78245a79 100644 --- a/charts/stable/explainshell/Chart.yaml +++ b/charts/stable/explainshell/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: explainshell sources: - https://github.com/idank/explainshell - - https://github.com/truecharts/charts/tree/master/charts/stable/explainshell - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/explainshell - https://hub.docker.com/r/spaceinvaderone/explainshell type: application diff --git a/charts/stable/explainshell/README.md b/charts/stable/explainshell/README.md index 4f7893f489c..935e804f9f7 100644 --- a/charts/stable/explainshell/README.md +++ b/charts/stable/explainshell/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/explainshell` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/explainshell/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/external-dns/Chart.yaml b/charts/stable/external-dns/Chart.yaml index cadcbb4c17e..6bffb31af85 100644 --- a/charts/stable/external-dns/Chart.yaml +++ b/charts/stable/external-dns/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: networking truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.19.0 @@ -34,7 +36,7 @@ maintainers: name: external-dns sources: - https://github.com/kubernetes-sigs/external-dns - - https://github.com/truecharts/charts/tree/master/charts/stable/external-dns + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/external-dns type: application version: 7.7.0 diff --git a/charts/stable/external-dns/README.md b/charts/stable/external-dns/README.md index 3ef34f33a94..5fb83bfa378 100644 --- a/charts/stable/external-dns/README.md +++ b/charts/stable/external-dns/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/external-dns) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/external-dns` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/external-dns ## 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/truecharts/blob/master/charts/stable/external-dns/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/external-dns/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/external-ip/Chart.yaml b/charts/stable/external-ip/Chart.yaml index 24805ca63aa..aecb067b9b8 100644 --- a/charts/stable/external-ip/Chart.yaml +++ b/charts/stable/external-ip/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Management truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: external-ip sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/external-ip + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/external-ip - https://github.com/xavier-hernandez/docker-external-ip - https://hub.docker.com/r/xavierh/external-ip type: application diff --git a/charts/stable/external-ip/README.md b/charts/stable/external-ip/README.md index 9b3807f823d..c9e7e4a55cd 100644 --- a/charts/stable/external-ip/README.md +++ b/charts/stable/external-ip/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/external-ip) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/external-ip` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/external-ip ## 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/truecharts/blob/master/charts/stable/external-ip/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/external-ip/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/external-service/Chart.yaml b/charts/stable/external-service/Chart.yaml index d79edf1beb4..b4ccf6bc51c 100644 --- a/charts/stable/external-service/Chart.yaml +++ b/charts/stable/external-service/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: networking truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.22.1 @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: external-service sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/external-service + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/external-service - https://hub.docker.com/_/alpine type: application version: 16.6.0 diff --git a/charts/stable/external-service/README.md b/charts/stable/external-service/README.md index 30762036d93..840dee4aa46 100644 --- a/charts/stable/external-service/README.md +++ b/charts/stable/external-service/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/external-service) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/external-service` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/external-service ## 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/truecharts/blob/master/charts/stable/external-service/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/external-service/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fabulinus/Chart.yaml b/charts/stable/fabulinus/Chart.yaml index afb6edaa350..45d8454da81 100644 --- a/charts/stable/fabulinus/Chart.yaml +++ b/charts/stable/fabulinus/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: AI truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest-cpu @@ -33,7 +35,7 @@ maintainers: name: fabulinus sources: - https://github.com/titanml/takeoff-communitys - - https://github.com/truecharts/charts/tree/master/charts/stable/fabulinus + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fabulinus - https://hub.docker.com/r/tytn/fabulinus type: application version: 5.6.0 diff --git a/charts/stable/fabulinus/README.md b/charts/stable/fabulinus/README.md index 9938c7ca9f3..ee2a2193488 100644 --- a/charts/stable/fabulinus/README.md +++ b/charts/stable/fabulinus/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fabulinus) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fabulinus` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/fabulinus ## 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/truecharts/blob/master/charts/stable/fabulinus/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fabulinus/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/factorio/Chart.yaml b/charts/stable/factorio/Chart.yaml index 101b97534c4..c2a52317a89 100644 --- a/charts/stable/factorio/Chart.yaml +++ b/charts/stable/factorio/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: stable @@ -33,7 +35,6 @@ maintainers: name: factorio sources: - https://github.com/factoriotools/factorio-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/factorio - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/factorio - https://hub.docker.com/r/factoriotools/factorio type: application diff --git a/charts/stable/factorio/README.md b/charts/stable/factorio/README.md index b9e517eecfc..f43621f78dd 100644 --- a/charts/stable/factorio/README.md +++ b/charts/stable/factorio/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/factorio` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/factorio/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/factorioservermanager/Chart.yaml b/charts/stable/factorioservermanager/Chart.yaml index 79db029d84e..d0f170e4e56 100644 --- a/charts/stable/factorioservermanager/Chart.yaml +++ b/charts/stable/factorioservermanager/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: factorioservermanager sources: - https://github.com/OpenFactorioServerManager/factorio-server-manager - - https://github.com/truecharts/charts/tree/master/charts/stable/factorioservermanager - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/factorioservermanager - https://hub.docker.com/r/ofsm/ofsm type: application diff --git a/charts/stable/factorioservermanager/README.md b/charts/stable/factorioservermanager/README.md index 8a2c9c26b2e..68255f285d5 100644 --- a/charts/stable/factorioservermanager/README.md +++ b/charts/stable/factorioservermanager/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/factorioservermanager` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/factorioservermanager/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/farmos/Chart.yaml b/charts/stable/farmos/Chart.yaml index 02c32d12f32..05af3e17223 100644 --- a/charts/stable/farmos/Chart.yaml +++ b/charts/stable/farmos/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: farmos sources: - https://github.com/farmOS/farmOS - - https://github.com/truecharts/charts/tree/master/charts/stable/farmos + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/farmos - https://hub.docker.com/r/farmos/farmos type: application version: 8.6.0 diff --git a/charts/stable/farmos/README.md b/charts/stable/farmos/README.md index ff1dbed966f..6e6ed2be70d 100644 --- a/charts/stable/farmos/README.md +++ b/charts/stable/farmos/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/farmos) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/farmos` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/farmos ## 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/truecharts/blob/master/charts/stable/farmos/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/farmos/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fastcom-mqtt/Chart.yaml b/charts/stable/fastcom-mqtt/Chart.yaml index 6066cf8929b..08be875fa48 100644 --- a/charts/stable/fastcom-mqtt/Chart.yaml +++ b/charts/stable/fastcom-mqtt/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: fastcom-mqtt sources: - https://github.com/simonjenny/fastcom-mqtt - - https://github.com/truecharts/charts/tree/master/charts/stable/fastcom-mqtt + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fastcom-mqtt - https://hub.docker.com/r/simonjenny/fastcom-mqtt type: application version: 8.6.0 diff --git a/charts/stable/fastcom-mqtt/README.md b/charts/stable/fastcom-mqtt/README.md index 41b34fd6d74..a93e5cb6d3a 100644 --- a/charts/stable/fastcom-mqtt/README.md +++ b/charts/stable/fastcom-mqtt/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fastcom-mqtt) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fastcom-mqtt` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/fastcom-mqtt ## 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/truecharts/blob/master/charts/stable/fastcom-mqtt/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fastcom-mqtt/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/feedcord/Chart.yaml b/charts/stable/feedcord/Chart.yaml index 022194d7bba..21e0f1ba4c4 100644 --- a/charts/stable/feedcord/Chart.yaml +++ b/charts/stable/feedcord/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: tools truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: feedcord sources: - https://github.com/Qolors/FeedCord - - https://github.com/truecharts/charts/tree/master/charts/stable/feedcord + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/feedcord - https://hub.docker.com/r/qolors/feedcord type: application version: 1.5.0 diff --git a/charts/stable/feedcord/README.md b/charts/stable/feedcord/README.md index d936d666395..ad564e0040a 100644 --- a/charts/stable/feedcord/README.md +++ b/charts/stable/feedcord/README.md @@ -4,9 +4,9 @@ title: README ## General Info -For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/feedcord) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/feedcord) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,35 +16,35 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/feedcord` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information All our charts have dedicated documentation pages. The documentation for this chart can be found here: -https://truecharts.org/charts/incubator/feedcord +https://truecharts.org/charts/stable/feedcord ## 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/truecharts/blob/master/charts/incubator/feedcord/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/feedcord/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/feedcord/icon-small.webp b/charts/stable/feedcord/icon-small.webp new file mode 100644 index 00000000000..2639aaf3096 Binary files /dev/null and b/charts/stable/feedcord/icon-small.webp differ diff --git a/charts/stable/feedcord/icon.png b/charts/stable/feedcord/icon.png deleted file mode 100644 index b45314bef5e..00000000000 Binary files a/charts/stable/feedcord/icon.png and /dev/null differ diff --git a/charts/stable/feedcord/icon.webp b/charts/stable/feedcord/icon.webp new file mode 100644 index 00000000000..da3bf6736c0 Binary files /dev/null and b/charts/stable/feedcord/icon.webp differ diff --git a/charts/stable/fenrus/Chart.yaml b/charts/stable/fenrus/Chart.yaml index 4cb91b324b8..8c6d5f28480 100644 --- a/charts/stable/fenrus/Chart.yaml +++ b/charts/stable/fenrus/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: fenrus sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/fenrus + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fenrus - https://hub.docker.com/r/revenz/fenrus type: application version: 8.6.0 diff --git a/charts/stable/fenrus/README.md b/charts/stable/fenrus/README.md index 2a808269b85..f2760709a52 100644 --- a/charts/stable/fenrus/README.md +++ b/charts/stable/fenrus/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fenrus) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fenrus` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/fenrus ## 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/truecharts/blob/master/charts/stable/fenrus/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fenrus/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ferdi-server/Chart.yaml b/charts/stable/ferdi-server/Chart.yaml index 22a158f7951..0eb96c653b5 100644 --- a/charts/stable/ferdi-server/Chart.yaml +++ b/charts/stable/ferdi-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.3.2 @@ -32,7 +34,7 @@ maintainers: name: ferdi-server sources: - https://github.com/getferdi/server - - https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ferdi-server - https://hub.docker.com/r/getferdi/ferdi-server type: application version: 14.6.0 diff --git a/charts/stable/ferdi-server/README.md b/charts/stable/ferdi-server/README.md index 97dbbbf02c6..aea0b16a431 100644 --- a/charts/stable/ferdi-server/README.md +++ b/charts/stable/ferdi-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ferdi-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ferdi-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ferdi-server ## 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/truecharts/blob/master/charts/stable/ferdi-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ferdi-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml b/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml index e78e8d928c6..970d39b4302 100644 --- a/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml +++ b/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: url: https://truecharts.org name: ffmpeg-mkvdts2ac3 sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ffmpeg-mkvdts2ac3 - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ffmpeg-mkvdts2ac3 - https://hub.docker.com/r/snoopy86/ffmpeg - https://registry.hub.docker.com/r/snoopy86/ffmpeg/ diff --git a/charts/stable/ffmpeg-mkvdts2ac3/README.md b/charts/stable/ffmpeg-mkvdts2ac3/README.md index b1b3cd92012..6bea02e2f6f 100644 --- a/charts/stable/ffmpeg-mkvdts2ac3/README.md +++ b/charts/stable/ffmpeg-mkvdts2ac3/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ffmpeg-mkvdts2ac3` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ffmpeg-mkvdts2ac3/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/filebot/Chart.yaml b/charts/stable/filebot/Chart.yaml index 94e7d0c212a..e799722bf87 100644 --- a/charts/stable/filebot/Chart.yaml +++ b/charts/stable/filebot/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.07.2 @@ -33,7 +35,7 @@ maintainers: name: filebot sources: - https://github.com/jlesage/docker-filebot - - https://github.com/truecharts/charts/tree/master/charts/stable/filebot + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/filebot - https://hub.docker.com/r/jlesage/filebot type: application version: 13.7.0 diff --git a/charts/stable/filebot/README.md b/charts/stable/filebot/README.md index f73df3fb176..8933b7dd1ef 100644 --- a/charts/stable/filebot/README.md +++ b/charts/stable/filebot/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/filebot) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/filebot` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/filebot ## 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/truecharts/blob/master/charts/stable/filebot/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/filebot/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/filebrowser/Chart.yaml b/charts/stable/filebrowser/Chart.yaml index 1e923034911..3d3ab2ba98d 100644 --- a/charts/stable/filebrowser/Chart.yaml +++ b/charts/stable/filebrowser/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.44.0 @@ -33,7 +35,7 @@ name: filebrowser sources: - https://filebrowser.org/cli/filebrowser - https://github.com/filebrowser/filebrowser - - https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/filebrowser - https://hub.docker.com/r/filebrowser/filebrowser type: application version: 12.12.0 diff --git a/charts/stable/filebrowser/README.md b/charts/stable/filebrowser/README.md index 9268ee00395..2e0375bb99b 100644 --- a/charts/stable/filebrowser/README.md +++ b/charts/stable/filebrowser/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/filebrowser) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/filebrowser` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/filebrowser ## 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/truecharts/blob/master/charts/stable/filebrowser/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/filebrowser/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fileflows/Chart.yaml b/charts/stable/fileflows/Chart.yaml index 45bd8e61cea..3ada7fec729 100644 --- a/charts/stable/fileflows/Chart.yaml +++ b/charts/stable/fileflows/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.09.0 @@ -32,7 +34,7 @@ maintainers: name: fileflows sources: - https://github.com/revenz/FileFlows - - https://github.com/truecharts/charts/tree/master/charts/stable/fileflows + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fileflows - https://hub.docker.com/r/revenz/fileflows type: application version: 14.8.1 diff --git a/charts/stable/fileflows/README.md b/charts/stable/fileflows/README.md index 23fc5f4ab3d..da57ad87a20 100644 --- a/charts/stable/fileflows/README.md +++ b/charts/stable/fileflows/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fileflows) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fileflows` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/fileflows ## 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/truecharts/blob/master/charts/stable/fileflows/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fileflows/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fileshelter/Chart.yaml b/charts/stable/fileshelter/Chart.yaml index 8e387ed9cd6..87dce033f11 100644 --- a/charts/stable/fileshelter/Chart.yaml +++ b/charts/stable/fileshelter/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 6.3.0 @@ -36,7 +38,6 @@ maintainers: name: fileshelter sources: - https://github.com/epoupon/fileshelter - - https://github.com/truecharts/charts/tree/master/charts/stable/fileshelter - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fileshelter - https://hub.docker.com/r/epoupon/fileshelter type: application diff --git a/charts/stable/fileshelter/README.md b/charts/stable/fileshelter/README.md index 62e9702a75d..67e66f8d2a0 100644 --- a/charts/stable/fileshelter/README.md +++ b/charts/stable/fileshelter/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fileshelter` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fileshelter/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/filestash/Chart.yaml b/charts/stable/filestash/Chart.yaml index 61c1a82cc5b..cf72db5e7a4 100644 --- a/charts/stable/filestash/Chart.yaml +++ b/charts/stable/filestash/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: filestash sources: - https://github.com/mickael-kerjean/filestash - - https://github.com/truecharts/charts/tree/master/charts/stable/filestash + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/filestash - https://hub.docker.com/r/machines/filestash - https://www.filestash.app/ type: application diff --git a/charts/stable/filestash/README.md b/charts/stable/filestash/README.md index 7f3eb732010..76fde3e94ad 100644 --- a/charts/stable/filestash/README.md +++ b/charts/stable/filestash/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/filestash) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/filestash` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/filestash ## 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/truecharts/blob/master/charts/stable/filestash/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/filestash/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/filezilla/Chart.yaml b/charts/stable/filezilla/Chart.yaml index f79ef3b7bda..ffb9840b910 100644 --- a/charts/stable/filezilla/Chart.yaml +++ b/charts/stable/filezilla/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.68.1 @@ -38,7 +40,6 @@ sources: - https://filezilla-project.org/ - https://ghcr.io/linuxserver/filezilla - https://github.com/linuxserver/docker-filezilla - - https://github.com/truecharts/charts/tree/master/charts/stable/filezilla - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/filezilla type: application version: 14.6.1 diff --git a/charts/stable/filezilla/README.md b/charts/stable/filezilla/README.md index 1ee69008133..7b25bf70fe7 100644 --- a/charts/stable/filezilla/README.md +++ b/charts/stable/filezilla/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/filezilla` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/filezilla/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index d9175ed8421..20ca8024ad9 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: finacial truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 6.2.21 @@ -40,7 +42,7 @@ maintainers: name: fireflyiii sources: - https://github.com/firefly-iii/firefly-iii/ - - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fireflyiii - https://hub.docker.com/r/fireflyiii/core type: application version: 30.13.1 diff --git a/charts/stable/fireflyiii/README.md b/charts/stable/fireflyiii/README.md index e69ad3dec1c..394624787c7 100644 --- a/charts/stable/fireflyiii/README.md +++ b/charts/stable/fireflyiii/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fireflyiii) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fireflyiii` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/fireflyiii ## 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/truecharts/blob/master/charts/stable/fireflyiii/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fireflyiii/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/firefox-desktop-g3/Chart.yaml b/charts/stable/firefox-desktop-g3/Chart.yaml index 12bd751247b..777362164e0 100644 --- a/charts/stable/firefox-desktop-g3/Chart.yaml +++ b/charts/stable/firefox-desktop-g3/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: firefox-desktop-g3 sources: - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-desktop-g3 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/firefox-desktop-g3 - https://github.com/trueforge/truecharts/tree/master/charts/stable/firefox-desktop-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3 type: application diff --git a/charts/stable/firefox-desktop-g3/README.md b/charts/stable/firefox-desktop-g3/README.md index 5e3cb1a8a94..0b732443bd5 100644 --- a/charts/stable/firefox-desktop-g3/README.md +++ b/charts/stable/firefox-desktop-g3/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/firefox-desktop-g3) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge/truecharts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/firefox-desktop-g3` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/firefox-desktop-g3 ## 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/truecharts/blob/master/charts/stable/firefox-desktop-g3/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/firefox-desktop-g3/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/firefox-syncserver/Chart.yaml b/charts/stable/firefox-syncserver/Chart.yaml index 90c4040e97c..7e2876a4bad 100644 --- a/charts/stable/firefox-syncserver/Chart.yaml +++ b/charts/stable/firefox-syncserver/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.8.0 @@ -35,7 +37,7 @@ maintainers: name: firefox-syncserver sources: - https://ghcr.io/crazy-max/firefox-syncserver - - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-syncserver + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/firefox-syncserver - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html type: application version: 20.6.0 diff --git a/charts/stable/firefox-syncserver/README.md b/charts/stable/firefox-syncserver/README.md index cb1cd793a2d..85b8f4e0d91 100644 --- a/charts/stable/firefox-syncserver/README.md +++ b/charts/stable/firefox-syncserver/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/firefox-syncserver) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/firefox-syncserver` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/firefox-syncserver ## 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/truecharts/blob/master/charts/stable/firefox-syncserver/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/firefox-syncserver/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/firefox/Chart.yaml b/charts/stable/firefox/Chart.yaml index d86590fb562..190ed696280 100644 --- a/charts/stable/firefox/Chart.yaml +++ b/charts/stable/firefox/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: browser truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1143.0.1 @@ -34,7 +36,7 @@ name: firefox sources: - https://ghcr.io/linuxserver/firefox - https://github.com/linuxserver/docker-firefox - - https://github.com/truecharts/charts/tree/master/charts/stable/firefox + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/firefox type: application version: 30.0.0 diff --git a/charts/stable/firefox/README.md b/charts/stable/firefox/README.md index 6cd643af9d5..8e03731a537 100644 --- a/charts/stable/firefox/README.md +++ b/charts/stable/firefox/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/firefox) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/firefox` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/firefox ## 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/truecharts/blob/master/charts/stable/firefox/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/firefox/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fireshare/Chart.yaml b/charts/stable/fireshare/Chart.yaml index b160c441d16..d369a1647b8 100644 --- a/charts/stable/fireshare/Chart.yaml +++ b/charts/stable/fireshare/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.2.30 @@ -32,7 +34,7 @@ maintainers: name: fireshare sources: - https://github.com/ShaneIsrael/fireshare - - https://github.com/truecharts/charts/tree/master/charts/stable/fireshare + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fireshare - https://hub.docker.com/r/shaneisrael/fireshare type: application version: 9.6.0 diff --git a/charts/stable/fireshare/README.md b/charts/stable/fireshare/README.md index 06f4e9b46fc..0f29fcd41a5 100644 --- a/charts/stable/fireshare/README.md +++ b/charts/stable/fireshare/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fireshare) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fireshare` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/fireshare ## 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/truecharts/blob/master/charts/stable/fireshare/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fireshare/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/firezone/Chart.yaml b/charts/stable/firezone/Chart.yaml index 6a2b85df0d6..9609037ed46 100644 --- a/charts/stable/firezone/Chart.yaml +++ b/charts/stable/firezone/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: vpn truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.7.36 @@ -34,7 +36,7 @@ maintainers: name: firezone sources: - https://github.com/firezone/firezone - - https://github.com/truecharts/charts/tree/master/charts/stable/firezone + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/firezone - https://hub.docker.com/r/firezone/firezone type: application version: 6.6.0 diff --git a/charts/stable/firezone/README.md b/charts/stable/firezone/README.md index c4fcfc8b2d6..b31a69c5192 100644 --- a/charts/stable/firezone/README.md +++ b/charts/stable/firezone/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/firezone) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/firezone` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/firezone ## 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/truecharts/blob/master/charts/stable/firezone/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/firezone/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fistfuloffrags/Chart.yaml b/charts/stable/fistfuloffrags/Chart.yaml index 80651a41cb8..082bc3f4990 100644 --- a/charts/stable/fistfuloffrags/Chart.yaml +++ b/charts/stable/fistfuloffrags/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: fistfuloffrags @@ -33,7 +35,7 @@ maintainers: name: fistfuloffrags sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/fistfuloffrags + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fistfuloffrags - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/fistfuloffrags/README.md b/charts/stable/fistfuloffrags/README.md index 7cceced3b7b..0d122f44307 100644 --- a/charts/stable/fistfuloffrags/README.md +++ b/charts/stable/fistfuloffrags/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fistfuloffrags) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fistfuloffrags` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/fistfuloffrags ## 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/truecharts/blob/master/charts/stable/fistfuloffrags/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fistfuloffrags/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fivem/Chart.yaml b/charts/stable/fivem/Chart.yaml index 407922cf6b4..edf9253eebd 100644 --- a/charts/stable/fivem/Chart.yaml +++ b/charts/stable/fivem/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ name: fivem sources: - https://fivem.net/ - https://ghcr.io/ich777/fivemserver - - https://github.com/truecharts/charts/tree/master/charts/stable/fivem + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fivem type: application version: 9.6.0 diff --git a/charts/stable/fivem/README.md b/charts/stable/fivem/README.md index 2cfac7c3b68..65a0e52e5bf 100644 --- a/charts/stable/fivem/README.md +++ b/charts/stable/fivem/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fivem) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fivem` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/fivem ## 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/truecharts/blob/master/charts/stable/fivem/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fivem/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/flame/Chart.yaml b/charts/stable/flame/Chart.yaml index 5a94588e17f..0a1f14ad90b 100644 --- a/charts/stable/flame/Chart.yaml +++ b/charts/stable/flame/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.3.1 @@ -33,7 +35,7 @@ maintainers: name: flame sources: - https://github.com/pawelmalak/flame - - https://github.com/truecharts/charts/tree/master/charts/stable/flame + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/flame - https://hub.docker.com/r/pawelmalak/flame type: application version: 8.6.0 diff --git a/charts/stable/flame/README.md b/charts/stable/flame/README.md index 038e0c168cc..2809a557287 100644 --- a/charts/stable/flame/README.md +++ b/charts/stable/flame/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flame) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/flame` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/flame ## 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/truecharts/blob/master/charts/stable/flame/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/flame/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml index 6da40ac4538..e8d67f733a6 100644 --- a/charts/stable/flaresolverr/Chart.yaml +++ b/charts/stable/flaresolverr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.4.1 @@ -34,7 +36,6 @@ name: flaresolverr sources: - https://ghcr.io/flaresolverr/flaresolverr - https://github.com/FlareSolverr/FlareSolverr - - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/flaresolverr type: application version: 16.7.0 diff --git a/charts/stable/flaresolverr/README.md b/charts/stable/flaresolverr/README.md index aa17b5d3d59..5595453ca6b 100644 --- a/charts/stable/flaresolverr/README.md +++ b/charts/stable/flaresolverr/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/flaresolverr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/flaresolverr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/flashpaper/Chart.yaml b/charts/stable/flashpaper/Chart.yaml index 6a057626bcd..df194ef146e 100644 --- a/charts/stable/flashpaper/Chart.yaml +++ b/charts/stable/flashpaper/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: master @@ -39,7 +41,7 @@ sources: - https://ghcr.io/andrewpaglusch/flashpaper - https://github.com/AndrewPaglusch/FlashPaper - https://github.com/andrewpaglusch/FlashPaper/pkgs/container/flashpaper - - https://github.com/truecharts/charts/tree/master/charts/stable/flashpaper + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/flashpaper type: application version: 5.6.0 diff --git a/charts/stable/flashpaper/README.md b/charts/stable/flashpaper/README.md index 7dc969bbdd4..f770bbf1ffc 100644 --- a/charts/stable/flashpaper/README.md +++ b/charts/stable/flashpaper/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flashpaper) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/flashpaper` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/flashpaper ## 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/truecharts/blob/master/charts/stable/flashpaper/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/flashpaper/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml index 42c2e9b1027..bd77f076474 100644 --- a/charts/stable/fleet/Chart.yaml +++ b/charts/stable/fleet/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.3.3 @@ -39,7 +41,6 @@ maintainers: name: fleet sources: - https://ghcr.io/linuxserver/fleet - - https://github.com/truecharts/charts/tree/master/charts/stable/fleet - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fleet type: application version: 16.4.1 diff --git a/charts/stable/fleet/README.md b/charts/stable/fleet/README.md index 31beae08fda..a70dd31451d 100644 --- a/charts/stable/fleet/README.md +++ b/charts/stable/fleet/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fleet` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fleet/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/flexget/Chart.yaml b/charts/stable/flexget/Chart.yaml index 578df1a10d5..e86f50ab918 100644 --- a/charts/stable/flexget/Chart.yaml +++ b/charts/stable/flexget/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.18.11 @@ -32,7 +34,6 @@ maintainers: url: https://truecharts.org name: flexget sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/flexget - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/flexget - https://github.com/wiserain/docker-flexget - https://hub.docker.com/r/wiserain/flexget diff --git a/charts/stable/flexget/README.md b/charts/stable/flexget/README.md index 38516dfe416..fc170c5313e 100644 --- a/charts/stable/flexget/README.md +++ b/charts/stable/flexget/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/flexget` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/flexget/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/flexo/Chart.yaml b/charts/stable/flexo/Chart.yaml index 925dc90924c..e0e4276571e 100644 --- a/charts/stable/flexo/Chart.yaml +++ b/charts/stable/flexo/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: tools truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.6.10 @@ -33,7 +35,7 @@ maintainers: name: flexo sources: - https://github.com/nroi/flexo - - https://github.com/truecharts/charts/tree/master/charts/stable/flexo + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/flexo - https://hub.docker.com/r/nroi/flexo type: application version: 2.6.0 diff --git a/charts/stable/flexo/README.md b/charts/stable/flexo/README.md index ca3459ffd70..d2504a7be73 100644 --- a/charts/stable/flexo/README.md +++ b/charts/stable/flexo/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flexo) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/flexo` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/flexo ## 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/truecharts/blob/master/charts/stable/flexo/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/flexo/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/flextv/Chart.yaml b/charts/stable/flextv/Chart.yaml index 59e400d1bcb..dae4696c3aa 100644 --- a/charts/stable/flextv/Chart.yaml +++ b/charts/stable/flextv/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: flextv sources: - https://github.com/d8ahazard/FlexTV - - https://github.com/truecharts/charts/tree/master/charts/stable/flextv + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/flextv - https://hub.docker.com/r/jcreynolds/flextv - https://registry.hub.docker.com/r/jcreynolds/flextv/ type: application diff --git a/charts/stable/flextv/README.md b/charts/stable/flextv/README.md index b7008a5d1cd..43bd00bc66d 100644 --- a/charts/stable/flextv/README.md +++ b/charts/stable/flextv/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flextv) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/flextv` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/flextv ## 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/truecharts/blob/master/charts/stable/flextv/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/flextv/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index 1e93bdbfa5c..4e7347359c2 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.9.5 @@ -35,7 +37,7 @@ maintainers: name: flood sources: - https://github.com/jesec/flood - - https://github.com/truecharts/charts/tree/master/charts/stable/flood + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/flood - https://hub.docker.com/r/jesec/flood type: application version: 16.6.0 diff --git a/charts/stable/flood/README.md b/charts/stable/flood/README.md index efe93749801..1be2f375fbc 100644 --- a/charts/stable/flood/README.md +++ b/charts/stable/flood/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flood) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/flood` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/flood ## 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/truecharts/blob/master/charts/stable/flood/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/flood/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/flowise/Chart.yaml b/charts/stable/flowise/Chart.yaml index 1ecefda3ea6..6d5fc0becce 100644 --- a/charts/stable/flowise/Chart.yaml +++ b/charts/stable/flowise/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: ai truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.0.7 @@ -33,7 +35,7 @@ maintainers: name: flowise sources: - https://github.com/FlowiseAI/Flowise - - https://github.com/truecharts/charts/tree/master/charts/stable/flowise + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/flowise - https://hub.docker.com/r/flowiseai/flowise type: application version: 9.6.0 diff --git a/charts/stable/flowise/README.md b/charts/stable/flowise/README.md index 3734768f063..6d22208fe88 100644 --- a/charts/stable/flowise/README.md +++ b/charts/stable/flowise/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flowise) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/flowise` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/flowise ## 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/truecharts/blob/master/charts/stable/flowise/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/flowise/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fluidd/Chart.yaml b/charts/stable/fluidd/Chart.yaml index a3b5608d427..5bf93adc3ab 100644 --- a/charts/stable/fluidd/Chart.yaml +++ b/charts/stable/fluidd/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.34.4 @@ -33,7 +35,7 @@ name: fluidd sources: - https://ghcr.io/fluidd-core/fluidd - https://github.com/fluidd-core/fluidd - - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fluidd type: application version: 12.6.0 diff --git a/charts/stable/fluidd/README.md b/charts/stable/fluidd/README.md index f7a41bdd38a..3dc9eed71b9 100644 --- a/charts/stable/fluidd/README.md +++ b/charts/stable/fluidd/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fluidd) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fluidd` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/fluidd ## 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/truecharts/blob/master/charts/stable/fluidd/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fluidd/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fluttercoin-wallet/Chart.yaml b/charts/stable/fluttercoin-wallet/Chart.yaml index a14ecd1aeba..cce417ce091 100644 --- a/charts/stable/fluttercoin-wallet/Chart.yaml +++ b/charts/stable/fluttercoin-wallet/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -37,7 +39,7 @@ name: fluttercoin-wallet sources: - https://fluttercoin.me/ - https://ghcr.io/ich777/fluttercoin - - https://github.com/truecharts/charts/tree/master/charts/stable/fluttercoin-wallet + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fluttercoin-wallet type: application version: 8.6.0 diff --git a/charts/stable/fluttercoin-wallet/README.md b/charts/stable/fluttercoin-wallet/README.md index 80e8d790756..9b5014e1791 100644 --- a/charts/stable/fluttercoin-wallet/README.md +++ b/charts/stable/fluttercoin-wallet/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fluttercoin-wallet) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fluttercoin-wallet` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/fluttercoin-wallet ## 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/truecharts/blob/master/charts/stable/fluttercoin-wallet/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fluttercoin-wallet/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fmd2-wine/Chart.yaml b/charts/stable/fmd2-wine/Chart.yaml index 11c2e3ee6b5..800dd38dfee 100644 --- a/charts/stable/fmd2-wine/Chart.yaml +++ b/charts/stable/fmd2-wine/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: fmd2-wine sources: - https://github.com/Banh-Canh/docker-FMD2 - - https://github.com/truecharts/charts/tree/master/charts/stable/fmd2-wine + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fmd2-wine - https://hub.docker.com/r/banhcanh/docker-fmd2 type: application version: 9.6.0 diff --git a/charts/stable/fmd2-wine/README.md b/charts/stable/fmd2-wine/README.md index bb83bf89197..1ba8bc8626a 100644 --- a/charts/stable/fmd2-wine/README.md +++ b/charts/stable/fmd2-wine/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fmd2-wine) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fmd2-wine` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/fmd2-wine ## 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/truecharts/blob/master/charts/stable/fmd2-wine/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fmd2-wine/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/foldingathome/Chart.yaml b/charts/stable/foldingathome/Chart.yaml index d6865a8568e..07236eb3b51 100644 --- a/charts/stable/foldingathome/Chart.yaml +++ b/charts/stable/foldingathome/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 8.4.9 @@ -32,7 +34,6 @@ maintainers: name: foldingathome sources: - https://ghcr.io/linuxserver/foldingathome - - https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/foldingathome type: application version: 13.6.1 diff --git a/charts/stable/foldingathome/README.md b/charts/stable/foldingathome/README.md index ec58da4b715..361f907cca4 100644 --- a/charts/stable/foldingathome/README.md +++ b/charts/stable/foldingathome/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/foldingathome` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/foldingathome/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fossil/Chart.yaml b/charts/stable/fossil/Chart.yaml index 6c2ee60aa26..d715a995771 100644 --- a/charts/stable/fossil/Chart.yaml +++ b/charts/stable/fossil/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.15.1 @@ -34,7 +36,7 @@ name: fossil sources: - https://fossil-scm.org/ - https://ghcr.io/nicholaswilde/fossil - - https://github.com/truecharts/charts/tree/master/charts/stable/fossil + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fossil type: application version: 14.6.0 diff --git a/charts/stable/fossil/README.md b/charts/stable/fossil/README.md index 222cbda29ab..c1cd08d64c2 100644 --- a/charts/stable/fossil/README.md +++ b/charts/stable/fossil/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fossil) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fossil` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/fossil ## 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/truecharts/blob/master/charts/stable/fossil/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fossil/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fotosho/Chart.yaml b/charts/stable/fotosho/Chart.yaml index 966bd5fe692..9aa9e9400db 100644 --- a/charts/stable/fotosho/Chart.yaml +++ b/charts/stable/fotosho/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp-Photos truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: fotosho sources: - https://github.com/advplyr/fotosho - - https://github.com/truecharts/charts/tree/master/charts/stable/fotosho + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fotosho - https://hub.docker.com/r/advplyr/fotosho type: application version: 8.6.0 diff --git a/charts/stable/fotosho/README.md b/charts/stable/fotosho/README.md index 54c0e66f9a9..72bf7eeb742 100644 --- a/charts/stable/fotosho/README.md +++ b/charts/stable/fotosho/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fotosho) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fotosho` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/fotosho ## 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/truecharts/blob/master/charts/stable/fotosho/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fotosho/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/freecad-desktop-g3/Chart.yaml b/charts/stable/freecad-desktop-g3/Chart.yaml index 382b4304f92..a8da65ddcf6 100644 --- a/charts/stable/freecad-desktop-g3/Chart.yaml +++ b/charts/stable/freecad-desktop-g3/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: freecad-desktop-g3 sources: - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/freecad-desktop-g3 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/freecad-desktop-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3 type: application version: 8.6.0 diff --git a/charts/stable/freecad-desktop-g3/README.md b/charts/stable/freecad-desktop-g3/README.md index dc6bec47341..07f2f178e00 100644 --- a/charts/stable/freecad-desktop-g3/README.md +++ b/charts/stable/freecad-desktop-g3/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/freecad-desktop-g3) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/freecad-desktop-g3` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/freecad-desktop-g3 ## 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/truecharts/blob/master/charts/stable/freecad-desktop-g3/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/freecad-desktop-g3/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml index fc86a6deef2..5ec47b6b859 100644 --- a/charts/stable/freshrss/Chart.yaml +++ b/charts/stable/freshrss/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.27.0 @@ -34,7 +36,7 @@ name: freshrss sources: - https://ghcr.io/linuxserver/freshrss - https://github.com/FreshRSS/FreshRSS - - https://github.com/truecharts/charts/tree/master/charts/stable/freshrss + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/freshrss type: application version: 21.7.1 diff --git a/charts/stable/freshrss/README.md b/charts/stable/freshrss/README.md index a95718ea01e..8d6dd9c9624 100644 --- a/charts/stable/freshrss/README.md +++ b/charts/stable/freshrss/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/freshrss) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/freshrss` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/freshrss ## 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/truecharts/blob/master/charts/stable/freshrss/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/freshrss/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/friendica/Chart.yaml b/charts/stable/friendica/Chart.yaml index af3eef1d61a..71b2449795b 100644 --- a/charts/stable/friendica/Chart.yaml +++ b/charts/stable/friendica/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: social truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2024.12.0 @@ -47,7 +49,6 @@ maintainers: name: friendica sources: - https://friendi.ca/ - - https://github.com/truecharts/charts/tree/master/charts/stable/friendica - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/friendica - https://hub.docker.com/_/friendica type: application diff --git a/charts/stable/friendica/README.md b/charts/stable/friendica/README.md index d55c0e5a96a..b73b5f4641d 100644 --- a/charts/stable/friendica/README.md +++ b/charts/stable/friendica/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/friendica` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/friendica/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/frigate/Chart.yaml b/charts/stable/frigate/Chart.yaml index 2767cb0dc71..5f0ba14e150 100644 --- a/charts/stable/frigate/Chart.yaml +++ b/charts/stable/frigate/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: nvr truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.16.1 @@ -36,7 +38,7 @@ name: frigate sources: - https://ghcr.io/blakeblackshear/frigate - https://github.com/blakeblackshear/frigate - - https://github.com/truecharts/charts/tree/master/charts/stable/frigate + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/frigate type: application version: 18.8.0 diff --git a/charts/stable/frigate/README.md b/charts/stable/frigate/README.md index bc657252e43..4c5695eaabf 100644 --- a/charts/stable/frigate/README.md +++ b/charts/stable/frigate/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/frigate) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/frigate` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/frigate ## 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/truecharts/blob/master/charts/stable/frigate/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/frigate/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/fsm/Chart.yaml b/charts/stable/fsm/Chart.yaml index 026d4bec05f..1691c83e3b0 100644 --- a/charts/stable/fsm/Chart.yaml +++ b/charts/stable/fsm/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: fsm sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/fsm + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fsm - https://hub.docker.com/r/ofsm/ofsm - https://registry.hub.docker.com/r/ofsm/ofsm type: application diff --git a/charts/stable/fsm/README.md b/charts/stable/fsm/README.md index 468a24063e1..395b50b49e1 100644 --- a/charts/stable/fsm/README.md +++ b/charts/stable/fsm/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/fsm) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/fsm` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/fsm ## 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/truecharts/blob/master/charts/stable/fsm/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/fsm/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/game-server-watcher/Chart.yaml b/charts/stable/game-server-watcher/Chart.yaml index c2da958580e..6c744a06b72 100644 --- a/charts/stable/game-server-watcher/Chart.yaml +++ b/charts/stable/game-server-watcher/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: monitor truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.1.25 @@ -35,7 +37,6 @@ name: game-server-watcher sources: - https://ghcr.io/a-sync/game-server-watcher - https://github.com/a-sync/game-server-watcher - - https://github.com/truecharts/charts/tree/master/charts/stable/game-server-watcher - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/game-server-watcher type: application version: 4.6.1 diff --git a/charts/stable/game-server-watcher/README.md b/charts/stable/game-server-watcher/README.md index 93412cac2c3..ae11044ea84 100644 --- a/charts/stable/game-server-watcher/README.md +++ b/charts/stable/game-server-watcher/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/game-server-watcher` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/game-server-watcher/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gamevault-backend/Chart.yaml b/charts/stable/gamevault-backend/Chart.yaml index 47805f501ce..3ad1400d102 100644 --- a/charts/stable/gamevault-backend/Chart.yaml +++ b/charts/stable/gamevault-backend/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: games truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 16.0.1 @@ -33,7 +35,7 @@ maintainers: name: gamevault-backend sources: - https://github.com/Phalcode/gamevault-backend - - https://github.com/truecharts/charts/tree/master/charts/stable/gamevault-backend + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gamevault-backend - https://hub.docker.com/r/phalcode/gamevault-backend type: application version: 13.1.0 diff --git a/charts/stable/gamevault-backend/README.md b/charts/stable/gamevault-backend/README.md index 4922f8341a0..2bd680b675c 100644 --- a/charts/stable/gamevault-backend/README.md +++ b/charts/stable/gamevault-backend/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gamevault-backend) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/gamevault-backend` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/gamevault-backend ## 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/truecharts/blob/master/charts/stable/gamevault-backend/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/gamevault-backend/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gaps/Chart.yaml b/charts/stable/gaps/Chart.yaml index 81c252d753b..a89a86ba330 100644 --- a/charts/stable/gaps/Chart.yaml +++ b/charts/stable/gaps/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.10.4 @@ -34,7 +36,7 @@ maintainers: name: gaps sources: - https://github.com/JasonHHouse/gaps - - https://github.com/truecharts/charts/tree/master/charts/stable/gaps + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gaps - https://hub.docker.com/r/housewrecker/gaps type: application version: 21.6.0 diff --git a/charts/stable/gaps/README.md b/charts/stable/gaps/README.md index 34f1b90d8a4..bd9383d709f 100644 --- a/charts/stable/gaps/README.md +++ b/charts/stable/gaps/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gaps) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/gaps` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/gaps ## 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/truecharts/blob/master/charts/stable/gaps/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/gaps/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/garrysmod/Chart.yaml b/charts/stable/garrysmod/Chart.yaml index a7a8e77e0a2..374dac1ec0d 100644 --- a/charts/stable/garrysmod/Chart.yaml +++ b/charts/stable/garrysmod/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: garrysmod @@ -33,7 +35,7 @@ maintainers: name: garrysmod sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/garrysmod + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/garrysmod - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/garrysmod/README.md b/charts/stable/garrysmod/README.md index 37e64e288ec..94954f85790 100644 --- a/charts/stable/garrysmod/README.md +++ b/charts/stable/garrysmod/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/garrysmod) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/garrysmod` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/garrysmod ## 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/truecharts/blob/master/charts/stable/garrysmod/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/garrysmod/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gaseous-server/Chart.yaml b/charts/stable/gaseous-server/Chart.yaml index ff0237582f2..3b6de86ff5a 100644 --- a/charts/stable/gaseous-server/Chart.yaml +++ b/charts/stable/gaseous-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.7.14 @@ -40,7 +42,7 @@ maintainers: name: gaseous-server sources: - https://github.com/gaseous-project/gaseous-server - - https://github.com/truecharts/charts/tree/master/charts/stable/gaseous-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gaseous-server - https://hub.docker.com/r/gaseousgames/gaseousserver type: application version: 5.4.1 diff --git a/charts/stable/gaseous-server/README.md b/charts/stable/gaseous-server/README.md index 71570843f85..0f217e07cba 100644 --- a/charts/stable/gaseous-server/README.md +++ b/charts/stable/gaseous-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gaseous-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/gaseous-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/gaseous-server ## 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/truecharts/blob/master/charts/stable/gaseous-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/gaseous-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gatus/Chart.yaml b/charts/stable/gatus/Chart.yaml index a94fb89a7ff..7d59c2bc6fd 100644 --- a/charts/stable/gatus/Chart.yaml +++ b/charts/stable/gatus/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: monitoring truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.24.3 @@ -32,7 +34,6 @@ maintainers: name: gatus sources: - https://github.com/TwiN/gatus - - https://github.com/truecharts/charts/tree/master/charts/stable/gatus - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gatus - https://hub.docker.com/r/twinproduction/gatus type: application diff --git a/charts/stable/gatus/README.md b/charts/stable/gatus/README.md index 0eeddb358da..a54800a8919 100644 --- a/charts/stable/gatus/README.md +++ b/charts/stable/gatus/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/gatus` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/gatus/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/genea/Chart.yaml b/charts/stable/genea/Chart.yaml index 9b97f121890..dcbb935e101 100644 --- a/charts/stable/genea/Chart.yaml +++ b/charts/stable/genea/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: genea sources: - https://github.com/genea-app/genea-app - - https://github.com/truecharts/charts/tree/master/charts/stable/genea + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/genea - https://hub.docker.com/r/biggiesize/genea-app type: application version: 8.6.0 diff --git a/charts/stable/genea/README.md b/charts/stable/genea/README.md index 4e4ee374607..fb079b4cdb2 100644 --- a/charts/stable/genea/README.md +++ b/charts/stable/genea/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/genea) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/genea` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/genea ## 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/truecharts/blob/master/charts/stable/genea/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/genea/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/generic-device-plugin/Chart.yaml b/charts/stable/generic-device-plugin/Chart.yaml index 989de911dec..2f7c042afe7 100644 --- a/charts/stable/generic-device-plugin/Chart.yaml +++ b/charts/stable/generic-device-plugin/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,6 @@ name: generic-device-plugin sources: - https://ghcr.io/squat/generic-device-plugin - https://github.com/squat/generic-device-plugin - - https://github.com/truecharts/charts/tree/master/charts/stable/generic-device-plugin - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/generic-device-plugin type: application version: 2.6.1 diff --git a/charts/stable/generic-device-plugin/README.md b/charts/stable/generic-device-plugin/README.md index 074b0599256..fcf7e53867d 100644 --- a/charts/stable/generic-device-plugin/README.md +++ b/charts/stable/generic-device-plugin/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/generic-device-plugin` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/generic-device-plugin/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ghostfolio/Chart.yaml b/charts/stable/ghostfolio/Chart.yaml index 2864368dbea..e0d6fb35df7 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: finance truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.202.0 @@ -41,7 +43,6 @@ name: ghostfolio sources: - https://ghostfol.io/ - https://github.com/ghostfolio/ghostfolio - - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ghostfolio - https://hub.docker.com/r/ghostfolio/ghostfolio type: application diff --git a/charts/stable/ghostfolio/README.md b/charts/stable/ghostfolio/README.md index 3a1e5af4b2b..dc053f27aed 100644 --- a/charts/stable/ghostfolio/README.md +++ b/charts/stable/ghostfolio/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ghostfolio` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ghostfolio/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml index d4437290459..9c5b9e2c4fc 100644 --- a/charts/stable/gitea/Chart.yaml +++ b/charts/stable/gitea/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GIT truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.24.6 @@ -45,7 +47,7 @@ name: gitea sources: - https://gitea.com/gitea/helm-chart - https://github.com/go-gitea/gitea - - https://github.com/truecharts/charts/tree/master/charts/stable/gitea + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gitea - https://hub.docker.com/r/gitea/gitea type: application version: 22.12.1 diff --git a/charts/stable/gitea/README.md b/charts/stable/gitea/README.md index ab89d9ddb2d..623c7f672a8 100644 --- a/charts/stable/gitea/README.md +++ b/charts/stable/gitea/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gitea) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/gitea` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/gitea ## 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/truecharts/blob/master/charts/stable/gitea/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/gitea/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/github-backup/Chart.yaml b/charts/stable/github-backup/Chart.yaml index 5f5efe4d021..85bf616f8a9 100644 --- a/charts/stable/github-backup/Chart.yaml +++ b/charts/stable/github-backup/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Backup truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: github-backup sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/github-backup + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/github-backup - https://hub.docker.com/r/lnxd/github-backup type: application version: 8.6.0 diff --git a/charts/stable/github-backup/README.md b/charts/stable/github-backup/README.md index 446cbbe3615..bb773071344 100644 --- a/charts/stable/github-backup/README.md +++ b/charts/stable/github-backup/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/github-backup) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/github-backup` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/github-backup ## 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/truecharts/blob/master/charts/stable/github-backup/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/github-backup/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/glances/Chart.yaml b/charts/stable/glances/Chart.yaml index 23617dbff55..78c8fac157c 100644 --- a/charts/stable/glances/Chart.yaml +++ b/charts/stable/glances/Chart.yaml @@ -4,7 +4,9 @@ annotations: url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: metrics truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.3.0.8 @@ -31,7 +33,6 @@ maintainers: name: glances sources: - https://github.com/nicolargo/glances - - https://github.com/truecharts/charts/tree/master/charts/stable/glances - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/glances - https://hub.docker.com/r/nicolargo/glances type: application diff --git a/charts/stable/glances/README.md b/charts/stable/glances/README.md index f40933e018d..c7fba8793ce 100644 --- a/charts/stable/glances/README.md +++ b/charts/stable/glances/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/glances` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/glances/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/glauth/Chart.yaml b/charts/stable/glauth/Chart.yaml index 90f942e96cd..2ac68643864 100644 --- a/charts/stable/glauth/Chart.yaml +++ b/charts/stable/glauth/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Security truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: glauth sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/glauth + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/glauth - https://glauth.github.io - https://hub.docker.com/r/glauth/glauth type: application diff --git a/charts/stable/glauth/README.md b/charts/stable/glauth/README.md index 2be12227830..f03c9c18858 100644 --- a/charts/stable/glauth/README.md +++ b/charts/stable/glauth/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/glauth) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/glauth` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/glauth ## 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/truecharts/blob/master/charts/stable/glauth/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/glauth/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/go-playground/Chart.yaml b/charts/stable/go-playground/Chart.yaml index abe8c280565..1d8389a85c5 100644 --- a/charts/stable/go-playground/Chart.yaml +++ b/charts/stable/go-playground/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: go-playground sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/go-playground + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/go-playground - https://hub.docker.com/r/x1unix/go-playground type: application version: 8.6.0 diff --git a/charts/stable/go-playground/README.md b/charts/stable/go-playground/README.md index deb6e672e90..f41109149fd 100644 --- a/charts/stable/go-playground/README.md +++ b/charts/stable/go-playground/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/go-playground) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/go-playground` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/go-playground ## 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/truecharts/blob/master/charts/stable/go-playground/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/go-playground/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/goaccess-npm-logs/Chart.yaml b/charts/stable/goaccess-npm-logs/Chart.yaml index 88a76a2319b..9d4277fcbdb 100644 --- a/charts/stable/goaccess-npm-logs/Chart.yaml +++ b/charts/stable/goaccess-npm-logs/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: goaccess-npm-logs sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess-npm-logs + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/goaccess-npm-logs - https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager - https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager type: application diff --git a/charts/stable/goaccess-npm-logs/README.md b/charts/stable/goaccess-npm-logs/README.md index 067c9a86de6..be22168b99a 100644 --- a/charts/stable/goaccess-npm-logs/README.md +++ b/charts/stable/goaccess-npm-logs/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/goaccess-npm-logs) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/goaccess-npm-logs` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/goaccess-npm-logs ## 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/truecharts/blob/master/charts/stable/goaccess-npm-logs/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/goaccess-npm-logs/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/goaccess/Chart.yaml b/charts/stable/goaccess/Chart.yaml index 1761e1d3818..80572bae572 100644 --- a/charts/stable/goaccess/Chart.yaml +++ b/charts/stable/goaccess/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,6 @@ maintainers: url: https://truecharts.org name: goaccess sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/goaccess - https://hub.docker.com/r/gregyankovoy/goaccess type: application diff --git a/charts/stable/goaccess/README.md b/charts/stable/goaccess/README.md index 69e502e0699..79a266a21b3 100644 --- a/charts/stable/goaccess/README.md +++ b/charts/stable/goaccess/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/goaccess` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/goaccess/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/godaddy-ddns/Chart.yaml b/charts/stable/godaddy-ddns/Chart.yaml index 996a46c7de8..bc9fca0d51e 100644 --- a/charts/stable/godaddy-ddns/Chart.yaml +++ b/charts/stable/godaddy-ddns/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Web truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: godaddy-ddns sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/godaddy-ddns + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/godaddy-ddns - https://hub.docker.com/r/jwater7/godaddy-publicip-updater type: application version: 8.6.0 diff --git a/charts/stable/godaddy-ddns/README.md b/charts/stable/godaddy-ddns/README.md index c9a20cbb28a..bafe7b7def4 100644 --- a/charts/stable/godaddy-ddns/README.md +++ b/charts/stable/godaddy-ddns/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/godaddy-ddns) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/godaddy-ddns` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/godaddy-ddns ## 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/truecharts/blob/master/charts/stable/godaddy-ddns/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/godaddy-ddns/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gokapi/Chart.yaml b/charts/stable/gokapi/Chart.yaml index 6361c130691..9c75d080979 100644 --- a/charts/stable/gokapi/Chart.yaml +++ b/charts/stable/gokapi/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.1.0 @@ -34,7 +36,7 @@ maintainers: name: gokapi sources: - https://github.com/Forceu/gokapi - - https://github.com/truecharts/charts/tree/master/charts/stable/gokapi + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gokapi - https://hub.docker.com/r/f0rc3/gokapi type: application version: 9.7.0 diff --git a/charts/stable/gokapi/README.md b/charts/stable/gokapi/README.md index 3615b7c4595..7bd6ecffd4e 100644 --- a/charts/stable/gokapi/README.md +++ b/charts/stable/gokapi/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gokapi) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/gokapi` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/gokapi ## 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/truecharts/blob/master/charts/stable/gokapi/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/gokapi/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/golinks/Chart.yaml b/charts/stable/golinks/Chart.yaml index 14ed59ca889..f70d8f006dc 100644 --- a/charts/stable/golinks/Chart.yaml +++ b/charts/stable/golinks/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 154c581 @@ -38,7 +40,7 @@ sources: - https://ghcr.io/nicholaswilde/golinks - https://github.com/nicholaswilde/docker-golinks - https://github.com/prologic/golinks - - https://github.com/truecharts/charts/tree/master/charts/stable/golinks + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/golinks type: application version: 14.6.0 diff --git a/charts/stable/golinks/README.md b/charts/stable/golinks/README.md index 53f1ee4bfd0..2c04f10f7a6 100644 --- a/charts/stable/golinks/README.md +++ b/charts/stable/golinks/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/golinks) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/golinks` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/golinks ## 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/truecharts/blob/master/charts/stable/golinks/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/golinks/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml index 4e369c3b58f..388d9d9f9f5 100644 --- a/charts/stable/gonic/Chart.yaml +++ b/charts/stable/gonic/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.18.0 @@ -33,7 +35,6 @@ maintainers: name: gonic sources: - https://github.com/sentriz/gonic - - https://github.com/truecharts/charts/tree/master/charts/stable/gonic - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gonic - https://hub.docker.com/r/sentriz/gonic type: application diff --git a/charts/stable/gonic/README.md b/charts/stable/gonic/README.md index 7571e313ffa..c70c371c80f 100644 --- a/charts/stable/gonic/README.md +++ b/charts/stable/gonic/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/gonic` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/gonic/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/googlephotossync/Chart.yaml b/charts/stable/googlephotossync/Chart.yaml index 104afc0f863..fa120fe665e 100644 --- a/charts/stable/googlephotossync/Chart.yaml +++ b/charts/stable/googlephotossync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.2.5 @@ -33,7 +35,7 @@ maintainers: name: googlephotossync sources: - https://ghcr.io/gilesknap/gphotos-sync - - https://github.com/truecharts/charts/tree/master/charts/stable/googlephotossync + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/googlephotossync type: application version: 9.6.0 diff --git a/charts/stable/googlephotossync/README.md b/charts/stable/googlephotossync/README.md index 74bb562815d..d7291503784 100644 --- a/charts/stable/googlephotossync/README.md +++ b/charts/stable/googlephotossync/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/googlephotossync) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/googlephotossync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/googlephotossync ## 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/truecharts/blob/master/charts/stable/googlephotossync/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/googlephotossync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gpodder/Chart.yaml b/charts/stable/gpodder/Chart.yaml index 3764d1f368b..c30686dc7e7 100644 --- a/charts/stable/gpodder/Chart.yaml +++ b/charts/stable/gpodder/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: gpodder sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/gpodder + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gpodder - https://gpodder.github.io/ - https://hub.docker.com/r/xthursdayx/gpodder-docker type: application diff --git a/charts/stable/gpodder/README.md b/charts/stable/gpodder/README.md index 7e7b7d3de13..3d6a628dc95 100644 --- a/charts/stable/gpodder/README.md +++ b/charts/stable/gpodder/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gpodder) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/gpodder` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/gpodder ## 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/truecharts/blob/master/charts/stable/gpodder/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/gpodder/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/grafana-image-renderer/Chart.yaml b/charts/stable/grafana-image-renderer/Chart.yaml index 4ced9003cf5..7c11752c996 100644 --- a/charts/stable/grafana-image-renderer/Chart.yaml +++ b/charts/stable/grafana-image-renderer/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: grafana-image-renderer sources: - https://github.com/grafana/grafana-image-renderer/blob/master/docs/remote_rendering_using_docker.md - - https://github.com/truecharts/charts/tree/master/charts/stable/grafana-image-renderer + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/grafana-image-renderer - https://hub.docker.com/r/grafana/grafana-image-renderer type: application version: 8.6.1 diff --git a/charts/stable/grafana-image-renderer/README.md b/charts/stable/grafana-image-renderer/README.md index 9ac12b7bd20..f31f024f39a 100644 --- a/charts/stable/grafana-image-renderer/README.md +++ b/charts/stable/grafana-image-renderer/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/grafana-image-renderer) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/grafana-image-renderer` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/grafana-image-renderer ## 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/truecharts/blob/master/charts/stable/grafana-image-renderer/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/grafana-image-renderer/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/grav/Chart.yaml b/charts/stable/grav/Chart.yaml index 994aa4b7786..1aee1bce86d 100644 --- a/charts/stable/grav/Chart.yaml +++ b/charts/stable/grav/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.7.49 @@ -37,7 +39,7 @@ sources: - https://ghcr.io/linuxserver/grav - https://github.com/getgrav/grav/ - https://github.com/linuxserver/docker-grav - - https://github.com/truecharts/charts/tree/master/charts/stable/grav + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/grav type: application version: 14.6.0 diff --git a/charts/stable/grav/README.md b/charts/stable/grav/README.md index 3d557cf2499..b1be6f1ef31 100644 --- a/charts/stable/grav/README.md +++ b/charts/stable/grav/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/grav) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/grav` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/grav ## 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/truecharts/blob/master/charts/stable/grav/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/grav/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gravity/Chart.yaml b/charts/stable/gravity/Chart.yaml index ec57f7e7c7a..c45f3f8db58 100644 --- a/charts/stable/gravity/Chart.yaml +++ b/charts/stable/gravity/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: dns truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.28.1 @@ -35,7 +37,7 @@ name: gravity sources: - https://ghcr.io/beryju/gravity - https://github.com/BeryJu/gravity - - https://github.com/truecharts/charts/tree/master/charts/stable/gravity + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gravity type: application version: 6.7.0 diff --git a/charts/stable/gravity/README.md b/charts/stable/gravity/README.md index d7f11ec75fe..7077ac1cf51 100644 --- a/charts/stable/gravity/README.md +++ b/charts/stable/gravity/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gravity) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/gravity` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/gravity ## 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/truecharts/blob/master/charts/stable/gravity/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/gravity/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/gridcoinwalletgui/Chart.yaml b/charts/stable/gridcoinwalletgui/Chart.yaml index c4ff643dd33..c9bdb074718 100644 --- a/charts/stable/gridcoinwalletgui/Chart.yaml +++ b/charts/stable/gridcoinwalletgui/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Crypto truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: gridcoinwalletgui sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/gridcoinwalletgui + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gridcoinwalletgui - https://gridcoin.us/ - https://hub.docker.com/r/sublivion/gridcoinwalletgui type: application diff --git a/charts/stable/gridcoinwalletgui/README.md b/charts/stable/gridcoinwalletgui/README.md index 37911a29aec..24e134c081a 100644 --- a/charts/stable/gridcoinwalletgui/README.md +++ b/charts/stable/gridcoinwalletgui/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/gridcoinwalletgui) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/gridcoinwalletgui` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/gridcoinwalletgui ## 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/truecharts/blob/master/charts/stable/gridcoinwalletgui/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/gridcoinwalletgui/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml index 1b32ca24cf4..b458607724a 100644 --- a/charts/stable/grocy/Chart.yaml +++ b/charts/stable/grocy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.5.0 @@ -34,7 +36,7 @@ name: grocy sources: - https://ghcr.io/linuxserver/grocy - https://github.com/grocy/grocy - - https://github.com/truecharts/charts/tree/master/charts/stable/grocy + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/grocy type: application version: 21.6.1 diff --git a/charts/stable/grocy/README.md b/charts/stable/grocy/README.md index ab7cd51d526..8a4aeb1e562 100644 --- a/charts/stable/grocy/README.md +++ b/charts/stable/grocy/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/grocy) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/grocy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/grocy ## 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/truecharts/blob/master/charts/stable/grocy/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/grocy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/guacamole/Chart.yaml b/charts/stable/guacamole/Chart.yaml index cb4ee514b6e..f67b058bb1d 100644 --- a/charts/stable/guacamole/Chart.yaml +++ b/charts/stable/guacamole/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.6.0 @@ -33,7 +35,7 @@ maintainers: name: guacamole sources: - https://github.com/apache/guacamole-client - - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/guacamole - https://hub.docker.com/r/guacamole/guacamole - https://hub.docker.com/r/guacamole/guacd type: application diff --git a/charts/stable/guacamole/README.md b/charts/stable/guacamole/README.md index a32156f56ac..dbd78a5699c 100644 --- a/charts/stable/guacamole/README.md +++ b/charts/stable/guacamole/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/guacamole) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/guacamole` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/guacamole ## 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/truecharts/blob/master/charts/stable/guacamole/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/guacamole/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/guacd/Chart.yaml b/charts/stable/guacd/Chart.yaml index 2cb440fdaa1..0becd06e324 100644 --- a/charts/stable/guacd/Chart.yaml +++ b/charts/stable/guacd/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.6.0 @@ -34,7 +36,6 @@ maintainers: name: guacd sources: - https://github.com/apache/guacamole-server - - https://github.com/truecharts/charts/tree/master/charts/stable/guacd - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/guacd - https://hub.docker.com/r/guacamole/guacd type: application diff --git a/charts/stable/guacd/README.md b/charts/stable/guacd/README.md index c042fc74a2b..9abd738cfef 100644 --- a/charts/stable/guacd/README.md +++ b/charts/stable/guacd/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/guacd` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/guacd/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/guide2go/Chart.yaml b/charts/stable/guide2go/Chart.yaml index ae9999998ec..c3e271906b4 100644 --- a/charts/stable/guide2go/Chart.yaml +++ b/charts/stable/guide2go/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: guide2go sources: - https://github.com/alturismo/guide2go - - https://github.com/truecharts/charts/tree/master/charts/stable/guide2go + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/guide2go - https://hub.docker.com/r/alturismo/guide2go type: application version: 8.6.0 diff --git a/charts/stable/guide2go/README.md b/charts/stable/guide2go/README.md index 96233d62893..618bfe8ff59 100644 --- a/charts/stable/guide2go/README.md +++ b/charts/stable/guide2go/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/guide2go) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/guide2go` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/guide2go ## 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/truecharts/blob/master/charts/stable/guide2go/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/guide2go/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/h5ai/Chart.yaml b/charts/stable/h5ai/Chart.yaml index 3e1ac6d9bcc..612316816f3 100644 --- a/charts/stable/h5ai/Chart.yaml +++ b/charts/stable/h5ai/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: h5ai sources: - https://github.com/awesometic/docker-h5ai - - https://github.com/truecharts/charts/tree/master/charts/stable/h5ai + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/h5ai - https://hub.docker.com/r/awesometic/h5ai type: application version: 8.6.0 diff --git a/charts/stable/h5ai/README.md b/charts/stable/h5ai/README.md index d1e0c7c19f8..ecea63e5446 100644 --- a/charts/stable/h5ai/README.md +++ b/charts/stable/h5ai/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/h5ai) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/h5ai` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/h5ai/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -38,13 +38,13 @@ For information about the common chart and all defaults included with it, please - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/halflife2deathmatch/Chart.yaml b/charts/stable/halflife2deathmatch/Chart.yaml index 02958a8a30c..286586b542e 100644 --- a/charts/stable/halflife2deathmatch/Chart.yaml +++ b/charts/stable/halflife2deathmatch/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: hl2dm @@ -33,7 +35,7 @@ maintainers: name: halflife2deathmatch sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/halflife2deathmatch + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/halflife2deathmatch - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/halflife2deathmatch/README.md b/charts/stable/halflife2deathmatch/README.md index ba291ad9f04..8959fc167d5 100644 --- a/charts/stable/halflife2deathmatch/README.md +++ b/charts/stable/halflife2deathmatch/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/halflife2deathmatch) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge/truecharts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/halflife2deathmatch` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/halflife2deathmatch ## 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/truecharts/blob/master/charts/stable/halflife2deathmatch/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/halflife2deathmatch/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hammond/Chart.yaml b/charts/stable/hammond/Chart.yaml index 1fc61b2bf26..9f2ebbbca42 100644 --- a/charts/stable/hammond/Chart.yaml +++ b/charts/stable/hammond/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.0.24 @@ -34,7 +36,7 @@ sources: - https://ghcr.io/alfhou/hammond - https://github.com/AlfHou/hammond - https://github.com/alfhou/hammond/pkgs/container/hammond - - https://github.com/truecharts/charts/tree/master/charts/stable/hammond + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hammond type: application version: 12.6.0 diff --git a/charts/stable/hammond/README.md b/charts/stable/hammond/README.md index 6dd2e42743d..b47173bbb7e 100644 --- a/charts/stable/hammond/README.md +++ b/charts/stable/hammond/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hammond) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/hammond` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/hammond ## 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/truecharts/blob/master/charts/stable/hammond/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/hammond/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml index 21367f2282a..d827c740874 100644 --- a/charts/stable/handbrake/Chart.yaml +++ b/charts/stable/handbrake/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.09.1 @@ -35,7 +37,7 @@ name: handbrake sources: - https://ghcr.io/jlesage/handbrake - https://github.com/jlesage/docker-handbrake - - https://github.com/truecharts/charts/tree/master/charts/stable/handbrake + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/handbrake - https://handbrake.fr/ type: application version: 25.7.0 diff --git a/charts/stable/handbrake/README.md b/charts/stable/handbrake/README.md index 049bd76ec93..fb00cb45587 100644 --- a/charts/stable/handbrake/README.md +++ b/charts/stable/handbrake/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/handbrake) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/handbrake` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/handbrake ## 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/truecharts/blob/master/charts/stable/handbrake/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/handbrake/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hassconfigurator/Chart.yaml b/charts/stable/hassconfigurator/Chart.yaml index 99df06b348c..2b67b88a351 100644 --- a/charts/stable/hassconfigurator/Chart.yaml +++ b/charts/stable/hassconfigurator/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: x86_64 @@ -33,7 +35,7 @@ maintainers: name: hassconfigurator sources: - https://github.com/danielperna84/hass-configurator - - https://github.com/truecharts/charts/tree/master/charts/stable/hassconfigurator + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hassconfigurator - https://hub.docker.com/r/causticlab/hass-configurator-docker type: application version: 8.6.0 diff --git a/charts/stable/hassconfigurator/README.md b/charts/stable/hassconfigurator/README.md index 5a002204f46..a9046c5f51e 100644 --- a/charts/stable/hassconfigurator/README.md +++ b/charts/stable/hassconfigurator/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hassconfigurator) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/hassconfigurator` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/hassconfigurator ## 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/truecharts/blob/master/charts/stable/hassconfigurator/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/hassconfigurator/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml index 5f5434c3d7f..440e5608e18 100644 --- a/charts/stable/haste-server/Chart.yaml +++ b/charts/stable/haste-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -37,7 +39,7 @@ sources: - https://ghcr.io/k8s-at-home/haste-server - https://github.com/k8s-at-home/container-images - https://github.com/seejohnrun/haste-server - - https://github.com/truecharts/charts/tree/master/charts/stable/haste-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/haste-server type: application version: 16.6.0 diff --git a/charts/stable/haste-server/README.md b/charts/stable/haste-server/README.md index ad7c9de1877..318e2d7f0cd 100644 --- a/charts/stable/haste-server/README.md +++ b/charts/stable/haste-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/haste-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/haste-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/haste-server ## 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/truecharts/blob/master/charts/stable/haste-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/haste-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hastebin/Chart.yaml b/charts/stable/hastebin/Chart.yaml index 7c3899ac9cb..538b12f7839 100644 --- a/charts/stable/hastebin/Chart.yaml +++ b/charts/stable/hastebin/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,7 @@ maintainers: name: hastebin sources: - https://github.com/nzzane/haste-server - - https://github.com/truecharts/charts/tree/master/charts/stable/hastebin + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hastebin - https://hub.docker.com/r/flippinturt/hastebin type: application version: 8.6.0 diff --git a/charts/stable/hastebin/README.md b/charts/stable/hastebin/README.md index c59be21ebea..28109ac5843 100644 --- a/charts/stable/hastebin/README.md +++ b/charts/stable/hastebin/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hastebin) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/hastebin` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/hastebin ## 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/truecharts/blob/master/charts/stable/hastebin/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/hastebin/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hasty-paste/Chart.yaml b/charts/stable/hasty-paste/Chart.yaml index cd2cf2af18e..535953d00d8 100644 --- a/charts/stable/hasty-paste/Chart.yaml +++ b/charts/stable/hasty-paste/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.2.0 @@ -38,7 +40,6 @@ sources: - https://ghcr.io/enchant97/hasty-paste - https://github.com/enchant97/hasty-paste - https://github.com/enchant97/hasty-paste/blob/main/docs/install.md - - https://github.com/truecharts/charts/tree/master/charts/stable/hasty-paste - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hasty-paste type: application version: 10.7.0 diff --git a/charts/stable/hasty-paste/README.md b/charts/stable/hasty-paste/README.md index d1978cee506..139f9866691 100644 --- a/charts/stable/hasty-paste/README.md +++ b/charts/stable/hasty-paste/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/hasty-paste` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/hasty-paste/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/headphones/Chart.yaml b/charts/stable/headphones/Chart.yaml index 31158efcf36..17cf715250a 100644 --- a/charts/stable/headphones/Chart.yaml +++ b/charts/stable/headphones/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: a78f38c1 @@ -36,7 +38,7 @@ sources: - https://ghcr.io/linuxserver/headphones - https://github.com/linuxserver/docker-headphones - https://github.com/rembo10/headphones - - https://github.com/truecharts/charts/tree/master/charts/stable/headphones + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/headphones type: application version: 14.6.0 diff --git a/charts/stable/headphones/README.md b/charts/stable/headphones/README.md index ed82732921e..a969f6249e9 100644 --- a/charts/stable/headphones/README.md +++ b/charts/stable/headphones/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/headphones) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/headphones` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/headphones ## 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/truecharts/blob/master/charts/stable/headphones/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/headphones/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index 26418cc524c..442539b1654 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.11.20250828 @@ -35,7 +37,7 @@ name: healthchecks sources: - https://ghcr.io/linuxserver/healthchecks - https://github.com/healthchecks/healthchecks - - https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/healthchecks type: application version: 17.7.0 diff --git a/charts/stable/healthchecks/README.md b/charts/stable/healthchecks/README.md index adb1c03fd90..e630fb30d69 100644 --- a/charts/stable/healthchecks/README.md +++ b/charts/stable/healthchecks/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/healthchecks) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/healthchecks` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/healthchecks ## 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/truecharts/blob/master/charts/stable/healthchecks/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/healthchecks/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hedgedoc/Chart.yaml b/charts/stable/hedgedoc/Chart.yaml index c2b4e8c845c..7bd617c6ce2 100644 --- a/charts/stable/hedgedoc/Chart.yaml +++ b/charts/stable/hedgedoc/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.10.3 @@ -31,7 +33,7 @@ maintainers: url: https://truecharts.org name: hedgedoc sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/hedgedoc + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hedgedoc - https://quay.io/hedgedoc/hedgedoc type: application version: 15.6.0 diff --git a/charts/stable/hedgedoc/README.md b/charts/stable/hedgedoc/README.md index 747df048db8..a618901c5df 100644 --- a/charts/stable/hedgedoc/README.md +++ b/charts/stable/hedgedoc/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hedgedoc) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/hedgedoc` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/hedgedoc ## 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/truecharts/blob/master/charts/stable/hedgedoc/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/hedgedoc/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml index b509ca5292d..2a76a5e13cf 100644 --- a/charts/stable/heimdall/Chart.yaml +++ b/charts/stable/heimdall/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: organizers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.6.3 @@ -33,7 +35,6 @@ name: heimdall sources: - https://fleet.linuxserver.io/image?name=linuxserver/heimdall - https://github.com/linuxserver/Heimdall/ - - https://github.com/truecharts/charts/tree/master/charts/stable/heimdall - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/heimdall type: application version: 24.6.0 diff --git a/charts/stable/heimdall/README.md b/charts/stable/heimdall/README.md index 047a5035e44..5247717e690 100644 --- a/charts/stable/heimdall/README.md +++ b/charts/stable/heimdall/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/heimdall` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/heimdall/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hetzner-ddns/Chart.yaml b/charts/stable/hetzner-ddns/Chart.yaml index ca49b197aa4..ff894880ea2 100644 --- a/charts/stable/hetzner-ddns/Chart.yaml +++ b/charts/stable/hetzner-ddns/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-DNS truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: hetzner-ddns sources: - https://github.com/kutzilla/docker-hetzner-ddns - - https://github.com/truecharts/charts/tree/master/charts/stable/hetzner-ddns + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hetzner-ddns - https://hub.docker.com/r/kutzilla/hetzner-ddns type: application version: 8.6.0 diff --git a/charts/stable/hetzner-ddns/README.md b/charts/stable/hetzner-ddns/README.md index 8dc812edd82..0579184cc6c 100644 --- a/charts/stable/hetzner-ddns/README.md +++ b/charts/stable/hetzner-ddns/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hetzner-ddns) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/hetzner-ddns` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/hetzner-ddns ## 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/truecharts/blob/master/charts/stable/hetzner-ddns/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/hetzner-ddns/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hexchat/Chart.yaml b/charts/stable/hexchat/Chart.yaml index fa6d80d8c46..2a19c5bba8e 100644 --- a/charts/stable/hexchat/Chart.yaml +++ b/charts/stable/hexchat/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: hexchat sources: - https://github.com/binhex/documentation - - https://github.com/truecharts/charts/tree/master/charts/stable/hexchat + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hexchat - https://hexchat.github.io/ - https://quay.io/binhex/arch-hexchat - https://registry.hub.docker.com/r/binhex/arch-hexchat/ diff --git a/charts/stable/hexchat/README.md b/charts/stable/hexchat/README.md index 519aef3f627..f3755b307b7 100644 --- a/charts/stable/hexchat/README.md +++ b/charts/stable/hexchat/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hexchat) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/hexchat` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/hexchat ## 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/truecharts/blob/master/charts/stable/hexchat/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/hexchat/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hexo-blog/Chart.yaml b/charts/stable/hexo-blog/Chart.yaml index 1f598f55c0b..d1aba1d1844 100644 --- a/charts/stable/hexo-blog/Chart.yaml +++ b/charts/stable/hexo-blog/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: hexo-blog sources: - https://github.com/fletchto99/hexo-dev-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/hexo-blog - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hexo-blog - https://hub.docker.com/r/fletchto99/hexo-dev-blog type: application diff --git a/charts/stable/hexo-blog/README.md b/charts/stable/hexo-blog/README.md index 00b234518e6..34ab7853522 100644 --- a/charts/stable/hexo-blog/README.md +++ b/charts/stable/hexo-blog/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/hexo-blog` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/hexo-blog/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/homarr/Chart.yaml b/charts/stable/homarr/Chart.yaml index 111eb877373..bd4e7350235 100644 --- a/charts/stable/homarr/Chart.yaml +++ b/charts/stable/homarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.16.0 @@ -33,7 +35,6 @@ name: homarr sources: - https://ghcr.io/ajnart/homarr - https://github.com/ajnart/homarr - - https://github.com/truecharts/charts/tree/master/charts/stable/homarr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/homarr type: application version: 13.7.0 diff --git a/charts/stable/homarr/README.md b/charts/stable/homarr/README.md index 267debb4ee5..0e96584ad49 100644 --- a/charts/stable/homarr/README.md +++ b/charts/stable/homarr/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/homarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/homarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index 496c6f93579..45f3073f5ba 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.9.4 @@ -35,7 +37,7 @@ name: home-assistant sources: - https://github.com/cdr/code-server - https://github.com/home-assistant/home-assistant - - https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/home-assistant - https://hub.docker.com/r/homeassistant/home-assistant type: application version: 28.8.0 diff --git a/charts/stable/home-assistant/README.md b/charts/stable/home-assistant/README.md index 9a314431ff0..85d5b417c07 100644 --- a/charts/stable/home-assistant/README.md +++ b/charts/stable/home-assistant/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/home-assistant) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/home-assistant` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/home-assistant ## 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/truecharts/blob/master/charts/stable/home-assistant/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/home-assistant/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/homebox/Chart.yaml b/charts/stable/homebox/Chart.yaml index 4c87ce3db3f..5489c98ae7a 100644 --- a/charts/stable/homebox/Chart.yaml +++ b/charts/stable/homebox/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: inventory truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.21.0 @@ -34,7 +36,7 @@ name: homebox sources: - https://ghcr.io/sysadminsmedia/homebox - https://github.com/sysadminsmedia/homebox - - https://github.com/truecharts/charts/tree/master/charts/stable/homebox + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/homebox type: application version: 9.7.0 diff --git a/charts/stable/homebox/README.md b/charts/stable/homebox/README.md index e8fbdb96d2a..8edda55787c 100644 --- a/charts/stable/homebox/README.md +++ b/charts/stable/homebox/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homebox) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/homebox` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/homebox ## 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/truecharts/blob/master/charts/stable/homebox/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/homebox/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/homebridge/Chart.yaml b/charts/stable/homebridge/Chart.yaml index 6521df81c23..1476e2a7c0a 100644 --- a/charts/stable/homebridge/Chart.yaml +++ b/charts/stable/homebridge/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.7.25 @@ -33,7 +35,7 @@ maintainers: name: homebridge sources: - https://github.com/oznu/docker-homebridge - - https://github.com/truecharts/charts/tree/master/charts/stable/homebridge + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/homebridge - https://homebridge.io/ - https://hub.docker.com/r/homebridge/homebridge type: application diff --git a/charts/stable/homebridge/README.md b/charts/stable/homebridge/README.md index 1b5109dc515..c41aff287d6 100644 --- a/charts/stable/homebridge/README.md +++ b/charts/stable/homebridge/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homebridge) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/homebridge` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/homebridge ## 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/truecharts/blob/master/charts/stable/homebridge/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/homebridge/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/homelablabelmaker/Chart.yaml b/charts/stable/homelablabelmaker/Chart.yaml index 6627e41eb20..1737549a886 100644 --- a/charts/stable/homelablabelmaker/Chart.yaml +++ b/charts/stable/homelablabelmaker/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,6 @@ maintainers: name: homelablabelmaker sources: - https://github.com/DavidSpek/homelablabelmaker - - https://github.com/truecharts/charts/tree/master/charts/stable/homelablabelmaker - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/homelablabelmaker - https://hub.docker.com/r/davidspek/homelablabelmaker type: application diff --git a/charts/stable/homelablabelmaker/README.md b/charts/stable/homelablabelmaker/README.md index 9a1b770e420..3c414b54e45 100644 --- a/charts/stable/homelablabelmaker/README.md +++ b/charts/stable/homelablabelmaker/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/homelablabelmaker` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/homelablabelmaker/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/homepage/Chart.yaml b/charts/stable/homepage/Chart.yaml index 7cb867bed39..4ed1f36d108 100644 --- a/charts/stable/homepage/Chart.yaml +++ b/charts/stable/homepage/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: dashboard truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.5.0 @@ -33,7 +35,7 @@ name: homepage sources: - https://ghcr.io/gethomepage/homepage - https://github.com/benphelps/homepage - - https://github.com/truecharts/charts/tree/master/charts/stable/homepage + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/homepage type: application version: 11.7.0 diff --git a/charts/stable/homepage/README.md b/charts/stable/homepage/README.md index 759afcf4fa3..c0048a5b685 100644 --- a/charts/stable/homepage/README.md +++ b/charts/stable/homepage/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homepage) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/homepage` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/homepage ## 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/truecharts/blob/master/charts/stable/homepage/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/homepage/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/homer/Chart.yaml b/charts/stable/homer/Chart.yaml index daebe644721..f1ef512d903 100644 --- a/charts/stable/homer/Chart.yaml +++ b/charts/stable/homer/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.09.1 @@ -34,7 +36,7 @@ maintainers: name: homer sources: - https://github.com/bastienwirtz/homer - - https://github.com/truecharts/charts/tree/master/charts/stable/homer + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/homer - https://hub.docker.com/r/b4bz/homer type: application version: 13.8.0 diff --git a/charts/stable/homer/README.md b/charts/stable/homer/README.md index 3c1cfd51484..ada08c3a8da 100644 --- a/charts/stable/homer/README.md +++ b/charts/stable/homer/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/homer) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/homer` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/homer ## 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/truecharts/blob/master/charts/stable/homer/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/homer/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hoobs/Chart.yaml b/charts/stable/hoobs/Chart.yaml index b9cda3f8853..2ea3d439194 100644 --- a/charts/stable/hoobs/Chart.yaml +++ b/charts/stable/hoobs/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: hoobs sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/hoobs + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hoobs - https://hub.docker.com/r/hoobs/hoobs type: application version: 8.6.0 diff --git a/charts/stable/hoobs/README.md b/charts/stable/hoobs/README.md index 9c4e11a1c4b..31f081091f2 100644 --- a/charts/stable/hoobs/README.md +++ b/charts/stable/hoobs/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hoobs) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/hoobs` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/hoobs ## 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/truecharts/blob/master/charts/stable/hoobs/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/hoobs/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/htpcmanager/Chart.yaml b/charts/stable/htpcmanager/Chart.yaml index c020a44faa0..b613201c98c 100644 --- a/charts/stable/htpcmanager/Chart.yaml +++ b/charts/stable/htpcmanager/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2021.11.17 @@ -32,7 +34,7 @@ maintainers: name: htpcmanager sources: - https://ghcr.io/linuxserver/htpcmanager - - https://github.com/truecharts/charts/tree/master/charts/stable/htpcmanager + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/htpcmanager type: application version: 12.6.0 diff --git a/charts/stable/htpcmanager/README.md b/charts/stable/htpcmanager/README.md index 0fe3b1f9002..c33f0cae1ee 100644 --- a/charts/stable/htpcmanager/README.md +++ b/charts/stable/htpcmanager/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/htpcmanager) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/htpcmanager` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/htpcmanager ## 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/truecharts/blob/master/charts/stable/htpcmanager/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/htpcmanager/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/humhub/Chart.yaml b/charts/stable/humhub/Chart.yaml index 9facab2ec5b..812cf451941 100644 --- a/charts/stable/humhub/Chart.yaml +++ b/charts/stable/humhub/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Web truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.17.2 @@ -48,7 +50,7 @@ name: humhub sources: - https://ghcr.io/mriedmann/humhub-nginx - https://ghcr.io/mriedmann/humhub-phponly - - https://github.com/truecharts/charts/tree/master/charts/stable/humhub + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/humhub type: application version: 12.6.2 diff --git a/charts/stable/humhub/README.md b/charts/stable/humhub/README.md index 1b4f507d39f..fbeee29f4d7 100644 --- a/charts/stable/humhub/README.md +++ b/charts/stable/humhub/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/humhub) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/humhub` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/humhub ## 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/truecharts/blob/master/charts/stable/humhub/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/humhub/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hurtworld/Chart.yaml b/charts/stable/hurtworld/Chart.yaml index 40e42127250..d4241c46a43 100644 --- a/charts/stable/hurtworld/Chart.yaml +++ b/charts/stable/hurtworld/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: hurtworld @@ -33,7 +35,6 @@ maintainers: name: hurtworld sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/hurtworld - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hurtworld - https://www.steampowered.com/ type: application diff --git a/charts/stable/hurtworld/README.md b/charts/stable/hurtworld/README.md index 3a8c710e092..4d067dca9df 100644 --- a/charts/stable/hurtworld/README.md +++ b/charts/stable/hurtworld/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/hurtworld` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/hurtworld/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml index b0a289adcb6..95cde39e4aa 100644 --- a/charts/stable/hyperion-ng/Chart.yaml +++ b/charts/stable/hyperion-ng/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.0.16 @@ -33,7 +35,7 @@ maintainers: name: hyperion-ng sources: - https://github.com/hyperion-project/hyperion.ng - - https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/hyperion-ng - https://hub.docker.com/r/sirfragalot/hyperion.ng type: application version: 16.6.0 diff --git a/charts/stable/hyperion-ng/README.md b/charts/stable/hyperion-ng/README.md index 14f30a55ff7..dac6ea01b75 100644 --- a/charts/stable/hyperion-ng/README.md +++ b/charts/stable/hyperion-ng/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/hyperion-ng) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/hyperion-ng` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/hyperion-ng ## 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/truecharts/blob/master/charts/stable/hyperion-ng/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/hyperion-ng/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/icloudpd/Chart.yaml b/charts/stable/icloudpd/Chart.yaml index f530e1b0932..f5fd9d2a4ed 100644 --- a/charts/stable/icloudpd/Chart.yaml +++ b/charts/stable/icloudpd/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Backup truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.0.826 @@ -34,7 +36,6 @@ maintainers: url: https://truecharts.org name: icloudpd sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/icloudpd - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/icloudpd - https://hub.docker.com/r/boredazfcuk/icloudpd type: application diff --git a/charts/stable/icloudpd/README.md b/charts/stable/icloudpd/README.md index ddd3f93a60c..1f3928e8ae0 100644 --- a/charts/stable/icloudpd/README.md +++ b/charts/stable/icloudpd/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/icloudpd` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/icloudpd/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/imgpush/Chart.yaml b/charts/stable/imgpush/Chart.yaml index ff220efb63f..7fe05525792 100644 --- a/charts/stable/imgpush/Chart.yaml +++ b/charts/stable/imgpush/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -37,7 +39,7 @@ maintainers: name: imgpush sources: - https://github.com/hauxir/imgpush - - https://github.com/truecharts/charts/tree/master/charts/stable/imgpush + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/imgpush - https://hub.docker.com/r/hauxir/imgpush type: application version: 8.6.0 diff --git a/charts/stable/imgpush/README.md b/charts/stable/imgpush/README.md index 87df5119913..66790fec391 100644 --- a/charts/stable/imgpush/README.md +++ b/charts/stable/imgpush/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/imgpush) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/imgpush` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/imgpush ## 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/truecharts/blob/master/charts/stable/imgpush/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/imgpush/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml index 424763d3140..e7f17d12484 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.143.1 @@ -41,7 +43,7 @@ sources: - https://ghcr.io/immich-app/immich-machine-learning - https://ghcr.io/immich-app/immich-server - https://github.com/immich-app/immich - - https://github.com/truecharts/charts/tree/master/charts/stable/immich + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/immich type: application version: 19.48.6 diff --git a/charts/stable/immich/README.md b/charts/stable/immich/README.md index ae71df8abc6..72ba22bf04f 100644 --- a/charts/stable/immich/README.md +++ b/charts/stable/immich/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/immich) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/immich` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/immich ## 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/truecharts/blob/master/charts/stable/immich/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/immich/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/import-ics/Chart.yaml b/charts/stable/import-ics/Chart.yaml index 36f265e33a0..6c8a20691c9 100644 --- a/charts/stable/import-ics/Chart.yaml +++ b/charts/stable/import-ics/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: import-ics sources: - https://github.com/Vilhjalmr26/import_ics - - https://github.com/truecharts/charts/tree/master/charts/stable/import-ics + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/import-ics - https://hub.docker.com/r/vilhjalmr26/import_ics type: application version: 8.6.0 diff --git a/charts/stable/import-ics/README.md b/charts/stable/import-ics/README.md index 05af6b19e78..acc6701251d 100644 --- a/charts/stable/import-ics/README.md +++ b/charts/stable/import-ics/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/import-ics) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/import-ics` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/import-ics ## 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/truecharts/blob/master/charts/stable/import-ics/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/import-ics/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/impostor-server/Chart.yaml b/charts/stable/impostor-server/Chart.yaml index acb857c36d2..314f312f86b 100644 --- a/charts/stable/impostor-server/Chart.yaml +++ b/charts/stable/impostor-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: games truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.10.3 @@ -31,7 +33,7 @@ maintainers: url: https://truecharts.org name: impostor-server sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/impostor-server - https://hub.docker.com/r/aeonlucid/impostor type: application version: 11.6.0 diff --git a/charts/stable/impostor-server/README.md b/charts/stable/impostor-server/README.md index b78c3519fd5..237f2d5c460 100644 --- a/charts/stable/impostor-server/README.md +++ b/charts/stable/impostor-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/impostor-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/impostor-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/impostor-server ## 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/truecharts/blob/master/charts/stable/impostor-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/impostor-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/inkscape-desktop-g3/Chart.yaml b/charts/stable/inkscape-desktop-g3/Chart.yaml index 6f799d639e1..5d381be9bc5 100644 --- a/charts/stable/inkscape-desktop-g3/Chart.yaml +++ b/charts/stable/inkscape-desktop-g3/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,6 @@ maintainers: name: inkscape-desktop-g3 sources: - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/inkscape-desktop-g3 - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/inkscape-desktop-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3 type: application diff --git a/charts/stable/inkscape-desktop-g3/README.md b/charts/stable/inkscape-desktop-g3/README.md index 12f8fd1afca..0e3a71fd1a7 100644 --- a/charts/stable/inkscape-desktop-g3/README.md +++ b/charts/stable/inkscape-desktop-g3/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/inkscape-desktop-g3` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/inkscape-desktop-g3/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/insurgencysandstorm/Chart.yaml b/charts/stable/insurgencysandstorm/Chart.yaml index e6296515ca1..04c99364c8f 100644 --- a/charts/stable/insurgencysandstorm/Chart.yaml +++ b/charts/stable/insurgencysandstorm/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: insurgencysandstorm @@ -33,7 +35,7 @@ maintainers: name: insurgencysandstorm sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/insurgencysandstorm + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/insurgencysandstorm - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/insurgencysandstorm/README.md b/charts/stable/insurgencysandstorm/README.md index 36d2ba5efce..7b86a8e340a 100644 --- a/charts/stable/insurgencysandstorm/README.md +++ b/charts/stable/insurgencysandstorm/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/insurgencysandstorm) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/insurgencysandstorm` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/insurgencysandstorm ## 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/truecharts/blob/master/charts/stable/insurgencysandstorm/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/insurgencysandstorm/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/invidious/Chart.yaml b/charts/stable/invidious/Chart.yaml index 9fd2df2d55d..50b530e04b8 100644 --- a/charts/stable/invidious/Chart.yaml +++ b/charts/stable/invidious/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ name: invidious sources: - https://docs.invidious.io/installation/#docker - https://github.com/iv-org/invidious - - https://github.com/truecharts/charts/tree/master/charts/stable/invidious + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/invidious - https://quay.io/invidious/invidious type: application version: 12.6.0 diff --git a/charts/stable/invidious/README.md b/charts/stable/invidious/README.md index 75b709e3604..9dc0a352912 100644 --- a/charts/stable/invidious/README.md +++ b/charts/stable/invidious/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/invidious) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/invidious` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/invidious ## 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/truecharts/blob/master/charts/stable/invidious/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/invidious/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/invitarr/Chart.yaml b/charts/stable/invitarr/Chart.yaml index 7df52b00a85..d9cbacc4663 100644 --- a/charts/stable/invitarr/Chart.yaml +++ b/charts/stable/invitarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: invitarr sources: - https://github.com/Sleepingpirates/Invitarr - - https://github.com/truecharts/charts/tree/master/charts/stable/invitarr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/invitarr - https://hub.docker.com/r/piratify/invitarr type: application version: 8.6.0 diff --git a/charts/stable/invitarr/README.md b/charts/stable/invitarr/README.md index 280a3642ad5..32b2d15829f 100644 --- a/charts/stable/invitarr/README.md +++ b/charts/stable/invitarr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/invitarr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/invitarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/invitarr ## 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/truecharts/blob/master/charts/stable/invitarr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/invitarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ipfs/Chart.yaml b/charts/stable/ipfs/Chart.yaml index 6cc9401bcc4..664e9670970 100644 --- a/charts/stable/ipfs/Chart.yaml +++ b/charts/stable/ipfs/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: storage truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.37.0 @@ -33,7 +35,7 @@ maintainers: name: ipfs sources: - https://github.com/ipfs/kubo - - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ipfs - https://hub.docker.com/r/ipfs/kubo type: application version: 13.8.0 diff --git a/charts/stable/ipfs/README.md b/charts/stable/ipfs/README.md index b0d6752e749..f068678652f 100644 --- a/charts/stable/ipfs/README.md +++ b/charts/stable/ipfs/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ipfs) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ipfs` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ipfs ## 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/truecharts/blob/master/charts/stable/ipfs/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ipfs/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ipmi-tools/Chart.yaml b/charts/stable/ipmi-tools/Chart.yaml index 8824f5a1fb5..3dce846f436 100644 --- a/charts/stable/ipmi-tools/Chart.yaml +++ b/charts/stable/ipmi-tools/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: ipmi-tools sources: - https://github.com/EdwardChamberlain/IPMI-Fan-Controller - - https://github.com/truecharts/charts/tree/master/charts/stable/ipmi-tools + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ipmi-tools - https://hub.docker.com/r/edchamberlain/ipmi-tools type: application version: 9.6.0 diff --git a/charts/stable/ipmi-tools/README.md b/charts/stable/ipmi-tools/README.md index 2b311878c28..1d1a3f0b870 100644 --- a/charts/stable/ipmi-tools/README.md +++ b/charts/stable/ipmi-tools/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ipmi-tools) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ipmi-tools` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ipmi-tools ## 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/truecharts/blob/master/charts/stable/ipmi-tools/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ipmi-tools/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ispy-agent-dvr/Chart.yaml b/charts/stable/ispy-agent-dvr/Chart.yaml index f3724ebd15c..4025b5fb371 100644 --- a/charts/stable/ispy-agent-dvr/Chart.yaml +++ b/charts/stable/ispy-agent-dvr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: security truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 6.6.6.0 @@ -34,7 +36,6 @@ maintainers: name: ispy-agent-dvr sources: - https://github.com/doitandbedone/ispyagentdvr-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ispy-agent-dvr - https://hub.docker.com/r/doitandbedone/ispyagentdvr type: application diff --git a/charts/stable/ispy-agent-dvr/README.md b/charts/stable/ispy-agent-dvr/README.md index 12cda6ca88d..6f10d9c6a11 100644 --- a/charts/stable/ispy-agent-dvr/README.md +++ b/charts/stable/ispy-agent-dvr/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ispy-agent-dvr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ispy-agent-dvr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/it-tools/Chart.yaml b/charts/stable/it-tools/Chart.yaml index 435a11fed1b..6a44c75d330 100644 --- a/charts/stable/it-tools/Chart.yaml +++ b/charts/stable/it-tools/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: tools truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2024.10.22 @@ -33,7 +35,6 @@ name: it-tools sources: - https://ghcr.io/corentinth/it-tools - https://github.com/CorentinTh/it-tools - - https://github.com/truecharts/charts/tree/master/charts/stable/it-tools - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/it-tools type: application version: 8.6.0 diff --git a/charts/stable/it-tools/README.md b/charts/stable/it-tools/README.md index b31da242043..d7d268a8f57 100644 --- a/charts/stable/it-tools/README.md +++ b/charts/stable/it-tools/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/it-tools` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/it-tools/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/iyuuplus/Chart.yaml b/charts/stable/iyuuplus/Chart.yaml index d518de69727..4c1a2e27f3f 100644 --- a/charts/stable/iyuuplus/Chart.yaml +++ b/charts/stable/iyuuplus/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,6 @@ maintainers: url: https://truecharts.org name: iyuuplus sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/iyuuplus - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/iyuuplus - https://hub.docker.com/r/iyuucn/iyuuplus type: application diff --git a/charts/stable/iyuuplus/README.md b/charts/stable/iyuuplus/README.md index 39c4a8961b3..1ac2f1988af 100644 --- a/charts/stable/iyuuplus/README.md +++ b/charts/stable/iyuuplus/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/iyuuplus` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/iyuuplus/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index b7895484dae..0ad00011a46 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.23.69 @@ -36,7 +38,6 @@ sources: - https://ghcr.io/home-operations/jackett - https://github.com/Jackett/Jackett - https://github.com/geek-cookbook/containers/pkgs/container/jackett - - https://github.com/truecharts/charts/tree/master/charts/stable/jackett - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/jackett type: application version: 25.5.3 diff --git a/charts/stable/jackett/README.md b/charts/stable/jackett/README.md index 6753b4d41e3..1649967a8e2 100644 --- a/charts/stable/jackett/README.md +++ b/charts/stable/jackett/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/jackett` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/jackett/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jdownloader2/Chart.yaml b/charts/stable/jdownloader2/Chart.yaml index 6deb7e562e5..bfbf9c93e53 100644 --- a/charts/stable/jdownloader2/Chart.yaml +++ b/charts/stable/jdownloader2/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: downloads truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.07.2 @@ -33,7 +35,7 @@ maintainers: name: jdownloader2 sources: - https://github.com/jlesage/docker-jdownloader-2 - - https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/jdownloader2 - https://hub.docker.com/r/jlesage/jdownloader-2 - https://jdownloader.org/ type: application diff --git a/charts/stable/jdownloader2/README.md b/charts/stable/jdownloader2/README.md index df3f8a06236..7637a954744 100644 --- a/charts/stable/jdownloader2/README.md +++ b/charts/stable/jdownloader2/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jdownloader2) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/jdownloader2` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/jdownloader2 ## 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/truecharts/blob/master/charts/stable/jdownloader2/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/jdownloader2/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index aecb731ab90..143f548d808 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 10.10.7 @@ -35,7 +37,7 @@ name: jellyfin sources: - https://ghcr.io/jellyfin/jellyfin - https://github.com/jellyfin/jellyfin - - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/jellyfin - https://hub.docker.com/r/alpine/socat type: application version: 21.6.1 diff --git a/charts/stable/jellyfin/README.md b/charts/stable/jellyfin/README.md index 4f048e8e942..4c11c0a9e73 100644 --- a/charts/stable/jellyfin/README.md +++ b/charts/stable/jellyfin/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jellyfin) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/jellyfin` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/jellyfin ## 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/truecharts/blob/master/charts/stable/jellyfin/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/jellyfin/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jellyseerr/Chart.yaml b/charts/stable/jellyseerr/Chart.yaml index 4c12c1b94bf..008d2d151e8 100644 --- a/charts/stable/jellyseerr/Chart.yaml +++ b/charts/stable/jellyseerr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.7.3 @@ -33,7 +35,6 @@ name: jellyseerr sources: - https://ghcr.io/fallenbagel/jellyseerr - https://github.com/Fallenbagel/jellyseerr - - https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/jellyseerr type: application version: 13.6.0 diff --git a/charts/stable/jellyseerr/README.md b/charts/stable/jellyseerr/README.md index d21945b064e..029cba28bf4 100644 --- a/charts/stable/jellyseerr/README.md +++ b/charts/stable/jellyseerr/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/jellyseerr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/jellyseerr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jellystat/Chart.yaml b/charts/stable/jellystat/Chart.yaml index 7fb827be3ac..e1c00e0686d 100644 --- a/charts/stable/jellystat/Chart.yaml +++ b/charts/stable/jellystat/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: statistics truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: jellystat sources: - https://github.com/CyferShepard/Jellystat - - https://github.com/truecharts/charts/tree/master/charts/stable/jellystat + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/jellystat - https://hub.docker.com/r/cyfershepard/jellystat type: application version: 6.6.0 diff --git a/charts/stable/jellystat/README.md b/charts/stable/jellystat/README.md index 916e218fdb9..5507e020a7a 100644 --- a/charts/stable/jellystat/README.md +++ b/charts/stable/jellystat/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jellystat) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/jellystat` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/jellystat ## 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/truecharts/blob/master/charts/stable/jellystat/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/jellystat/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jelu/Chart.yaml b/charts/stable/jelu/Chart.yaml index 189a7af5c29..0e32e1b1b22 100644 --- a/charts/stable/jelu/Chart.yaml +++ b/charts/stable/jelu/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp-Books truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: jelu sources: - https://github.com/bayang/jelu - - https://github.com/truecharts/charts/tree/master/charts/stable/jelu + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/jelu - https://hub.docker.com/r/wabayang/jelu type: application version: 8.6.0 diff --git a/charts/stable/jelu/README.md b/charts/stable/jelu/README.md index 74c9d07b645..051d68119c9 100644 --- a/charts/stable/jelu/README.md +++ b/charts/stable/jelu/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jelu) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/jelu` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/jelu ## 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/truecharts/blob/master/charts/stable/jelu/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/jelu/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jenkins/Chart.yaml b/charts/stable/jenkins/Chart.yaml index 6dd652772ec..a35af879c9a 100644 --- a/charts/stable/jenkins/Chart.yaml +++ b/charts/stable/jenkins/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.529.0 @@ -33,7 +35,6 @@ maintainers: name: jenkins sources: - https://github.com/jenkinsci/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/jenkins - https://hub.docker.com/r/jenkins/jenkins type: application diff --git a/charts/stable/jenkins/README.md b/charts/stable/jenkins/README.md index 053fe8f80c0..cdaf5fc9844 100644 --- a/charts/stable/jenkins/README.md +++ b/charts/stable/jenkins/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/jenkins` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/jenkins/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jmzhomeproxy/Chart.yaml b/charts/stable/jmzhomeproxy/Chart.yaml index 80b610a3b1e..d3f36da0f7c 100644 --- a/charts/stable/jmzhomeproxy/Chart.yaml +++ b/charts/stable/jmzhomeproxy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: jmzhomeproxy sources: - https://github.com/JmzTaylor/homelab_proxy/ - - https://github.com/truecharts/charts/tree/master/charts/stable/jmzhomeproxy + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/jmzhomeproxy - https://hub.docker.com/r/jmzsoftware/jmzhomelabproxy type: application version: 8.6.0 diff --git a/charts/stable/jmzhomeproxy/README.md b/charts/stable/jmzhomeproxy/README.md index 5954565b697..3ccc5ae4038 100644 --- a/charts/stable/jmzhomeproxy/README.md +++ b/charts/stable/jmzhomeproxy/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jmzhomeproxy) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/jmzhomeproxy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/jmzhomeproxy ## 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/truecharts/blob/master/charts/stable/jmzhomeproxy/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/jmzhomeproxy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml index 4a72e83c82e..7073acdd510 100644 --- a/charts/stable/joplin-server/Chart.yaml +++ b/charts/stable/joplin-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.4.3 @@ -34,7 +36,7 @@ name: joplin-server sources: - https://github.com/laurent22/joplin - https://github.com/laurent22/joplin/tree/dev/packages/server - - https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/joplin-server - https://hub.docker.com/r/joplin/server type: application version: 21.7.0 diff --git a/charts/stable/joplin-server/README.md b/charts/stable/joplin-server/README.md index ed629f3a629..273661ab3d2 100644 --- a/charts/stable/joplin-server/README.md +++ b/charts/stable/joplin-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/joplin-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/joplin-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/joplin-server ## 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/truecharts/blob/master/charts/stable/joplin-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/joplin-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jts3servermod/Chart.yaml b/charts/stable/jts3servermod/Chart.yaml index d0ec1682aab..51e11e9cbf7 100644 --- a/charts/stable/jts3servermod/Chart.yaml +++ b/charts/stable/jts3servermod/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 20240301.0.0 @@ -35,7 +37,7 @@ name: jts3servermod sources: - https://ghcr.io/galexrt/jts3servermod - https://github.com/galexrt/container-jts3servermod - - https://github.com/truecharts/charts/tree/master/charts/stable/jts3servermod + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/jts3servermod - https://www.stefan1200.de/documentation/jts3servermod/readme.html - https://www.stefan1200.de/forum/index.php?PHPSESSID=r0m44032akt9jk7903ru9ejv2f&topic=2.0 type: application diff --git a/charts/stable/jts3servermod/README.md b/charts/stable/jts3servermod/README.md index 3ce33775301..c806fba674b 100644 --- a/charts/stable/jts3servermod/README.md +++ b/charts/stable/jts3servermod/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/jts3servermod) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/jts3servermod` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/jts3servermod ## 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/truecharts/blob/master/charts/stable/jts3servermod/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/jts3servermod/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index f45533f0979..f655f474058 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.9.23 @@ -34,7 +36,6 @@ maintainers: name: jupyter sources: - https://github.com/jupyter/docker-stacks - - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/jupyter - https://quay.io/jupyter/all-spark-notebook - https://quay.io/jupyter/base-notebook diff --git a/charts/stable/jupyter/README.md b/charts/stable/jupyter/README.md index 955ea15f8a4..f830442e590 100644 --- a/charts/stable/jupyter/README.md +++ b/charts/stable/jupyter/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/jupyter` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/jupyter/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kanboard/Chart.yaml b/charts/stable/kanboard/Chart.yaml index f74a47bf6e0..402ea9232c8 100644 --- a/charts/stable/kanboard/Chart.yaml +++ b/charts/stable/kanboard/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.2.47 @@ -33,7 +35,7 @@ maintainers: name: kanboard sources: - https://github.com/kanboard/kanboard - - https://github.com/truecharts/charts/tree/master/charts/stable/kanboard + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kanboard - https://quay.io/kanboard/kanboard type: application version: 19.6.0 diff --git a/charts/stable/kanboard/README.md b/charts/stable/kanboard/README.md index 28e5d148e23..4a1699b2d4c 100644 --- a/charts/stable/kanboard/README.md +++ b/charts/stable/kanboard/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kanboard) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kanboard` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/kanboard ## 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/truecharts/blob/master/charts/stable/kanboard/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kanboard/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kapowarr/Chart.yaml b/charts/stable/kapowarr/Chart.yaml index 4c4dd64c15c..1f3e856f4c2 100644 --- a/charts/stable/kapowarr/Chart.yaml +++ b/charts/stable/kapowarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.0.0 @@ -33,7 +35,7 @@ maintainers: name: kapowarr sources: - https://github.com/Casvt/Kapowarr - - https://github.com/truecharts/charts/tree/master/charts/stable/kapowarr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kapowarr - https://hub.docker.com/r/mrcas/kapowarr type: application version: 3.6.0 diff --git a/charts/stable/kapowarr/README.md b/charts/stable/kapowarr/README.md index 0d12f012931..88f80e1d098 100644 --- a/charts/stable/kapowarr/README.md +++ b/charts/stable/kapowarr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kapowarr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kapowarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/kapowarr ## 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/truecharts/blob/master/charts/stable/kapowarr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kapowarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kasm/Chart.yaml b/charts/stable/kasm/Chart.yaml index 86bc75120a3..e9198e16f75 100644 --- a/charts/stable/kasm/Chart.yaml +++ b/charts/stable/kasm/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.17.0 @@ -34,7 +36,7 @@ name: kasm sources: - https://github.com/linuxserver/docker-kasm#readme - https://github.com/orgs/linuxserver/packages/container/package/kasm - - https://github.com/truecharts/charts/tree/master/charts/stable/kasm + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kasm - https://hub.docker.com/r/kasmweb/workspaces - https://www.kasmweb.com/ type: application diff --git a/charts/stable/kasm/README.md b/charts/stable/kasm/README.md index 286dcfccd6a..113c7e05266 100644 --- a/charts/stable/kasm/README.md +++ b/charts/stable/kasm/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kasm) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kasm` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/kasm ## 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/truecharts/blob/master/charts/stable/kasm/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kasm/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kavita/Chart.yaml b/charts/stable/kavita/Chart.yaml index a33c791241e..4453289ff0d 100644 --- a/charts/stable/kavita/Chart.yaml +++ b/charts/stable/kavita/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.8.7 @@ -35,7 +37,7 @@ maintainers: name: kavita sources: - https://ghcr.io/kareadita/kavita - - https://github.com/truecharts/charts/tree/master/charts/stable/kavita + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kavita - https://www.kavitareader.com type: application version: 12.7.0 diff --git a/charts/stable/kavita/README.md b/charts/stable/kavita/README.md index 199b854570d..caa382ef37e 100644 --- a/charts/stable/kavita/README.md +++ b/charts/stable/kavita/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kavita) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kavita` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/kavita ## 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/truecharts/blob/master/charts/stable/kavita/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kavita/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kdenlive-vnc/Chart.yaml b/charts/stable/kdenlive-vnc/Chart.yaml index 42ebf4357e7..37dbb5d2643 100644 --- a/charts/stable/kdenlive-vnc/Chart.yaml +++ b/charts/stable/kdenlive-vnc/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp-Video truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,7 @@ maintainers: name: kdenlive-vnc sources: - https://github.com/JonathanTreffler/kdenlive-vnc-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive-vnc + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kdenlive-vnc - https://hub.docker.com/r/tessypowder/docker-kdenlive type: application version: 8.6.0 diff --git a/charts/stable/kdenlive-vnc/README.md b/charts/stable/kdenlive-vnc/README.md index df2fb2f4a0c..675b8234520 100644 --- a/charts/stable/kdenlive-vnc/README.md +++ b/charts/stable/kdenlive-vnc/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kdenlive-vnc) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kdenlive-vnc` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/kdenlive-vnc ## 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/truecharts/blob/master/charts/stable/kdenlive-vnc/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kdenlive-vnc/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kdenlive/Chart.yaml b/charts/stable/kdenlive/Chart.yaml index e7dc6979be1..cda6a7c7388 100644 --- a/charts/stable/kdenlive/Chart.yaml +++ b/charts/stable/kdenlive/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,6 @@ sources: - https://fleet.linuxserver.io/image?name=linuxserver/kdenlive - https://github.com/linuxserver/docker-kdenlive#readme - https://github.com/orgs/linuxserver/packages/container/package/kdenlive - - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kdenlive - https://kdenlive.org/ type: application diff --git a/charts/stable/kdenlive/README.md b/charts/stable/kdenlive/README.md index 22247318924..8d14ac59f72 100644 --- a/charts/stable/kdenlive/README.md +++ b/charts/stable/kdenlive/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kdenlive` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kdenlive/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/keeweb/Chart.yaml b/charts/stable/keeweb/Chart.yaml index 8430efb97ba..41837c223ca 100644 --- a/charts/stable/keeweb/Chart.yaml +++ b/charts/stable/keeweb/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,7 @@ maintainers: name: keeweb sources: - https://github.com/keeweb/keeweb - - https://github.com/truecharts/charts/tree/master/charts/stable/keeweb + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/keeweb - https://hub.docker.com/r/antelle/keeweb type: application version: 8.6.0 diff --git a/charts/stable/keeweb/README.md b/charts/stable/keeweb/README.md index 3de65a7d76a..4d6d22a6bcc 100644 --- a/charts/stable/keeweb/README.md +++ b/charts/stable/keeweb/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/keeweb) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/keeweb` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/keeweb ## 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/truecharts/blob/master/charts/stable/keeweb/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/keeweb/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kerbalspaceprogram-lmp/Chart.yaml b/charts/stable/kerbalspaceprogram-lmp/Chart.yaml index fbce48cb84c..20675aaf1d6 100644 --- a/charts/stable/kerbalspaceprogram-lmp/Chart.yaml +++ b/charts/stable/kerbalspaceprogram-lmp/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ name: kerbalspaceprogram-lmp sources: - https://ghcr.io/ich777/lunamultiplayer-ksp - https://github.com/LunaMultiplayer/LunaMultiplayer - - https://github.com/truecharts/charts/tree/master/charts/stable/kerbalspaceprogram-lmp + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kerbalspaceprogram-lmp type: application version: 8.6.0 diff --git a/charts/stable/kerbalspaceprogram-lmp/README.md b/charts/stable/kerbalspaceprogram-lmp/README.md index 9994ab1fa47..8f03ee10cf3 100644 --- a/charts/stable/kerbalspaceprogram-lmp/README.md +++ b/charts/stable/kerbalspaceprogram-lmp/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kerbalspaceprogram-lmp) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kerbalspaceprogram-lmp` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/kerbalspaceprogram-lmp ## 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/truecharts/blob/master/charts/stable/kerbalspaceprogram-lmp/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kerbalspaceprogram-lmp/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kerio-connect/Chart.yaml b/charts/stable/kerio-connect/Chart.yaml index 86e920d40fc..e737b772783 100644 --- a/charts/stable/kerio-connect/Chart.yaml +++ b/charts/stable/kerio-connect/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Web truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: kerio-connect sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kerio-connect + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kerio-connect - https://hub.docker.com/r/chvb/docker-kerio-connect type: application version: 8.6.0 diff --git a/charts/stable/kerio-connect/README.md b/charts/stable/kerio-connect/README.md index d8a12f68c38..e8c6a78efca 100644 --- a/charts/stable/kerio-connect/README.md +++ b/charts/stable/kerio-connect/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kerio-connect) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kerio-connect` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/kerio-connect ## 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/truecharts/blob/master/charts/stable/kerio-connect/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kerio-connect/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kitana/Chart.yaml b/charts/stable/kitana/Chart.yaml index 07ac2ca456b..458b48c9c53 100644 --- a/charts/stable/kitana/Chart.yaml +++ b/charts/stable/kitana/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: kitana sources: - https://github.com/pannal/Kitana - - https://github.com/truecharts/charts/tree/master/charts/stable/kitana + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kitana - https://hub.docker.com/r/pannal/kitana type: application version: 8.6.0 diff --git a/charts/stable/kitana/README.md b/charts/stable/kitana/README.md index 260e3d53286..f984693cccc 100644 --- a/charts/stable/kitana/README.md +++ b/charts/stable/kitana/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kitana) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kitana` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/kitana ## 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/truecharts/blob/master/charts/stable/kitana/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kitana/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kitchenowl/Chart.yaml b/charts/stable/kitchenowl/Chart.yaml index 8ff6b40354e..41bf9dc5f01 100644 --- a/charts/stable/kitchenowl/Chart.yaml +++ b/charts/stable/kitchenowl/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: kitchenowl sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kitchenowl - https://hub.docker.com/r/tombursch/kitchenowl - https://hub.docker.com/r/tombursch/kitchenowl-web - https://tombursch.github.io/kitchenowl diff --git a/charts/stable/kitchenowl/README.md b/charts/stable/kitchenowl/README.md index 5c5c2b14fac..21dcba7d1db 100644 --- a/charts/stable/kitchenowl/README.md +++ b/charts/stable/kitchenowl/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kitchenowl) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kitchenowl` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/kitchenowl ## 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/truecharts/blob/master/charts/stable/kitchenowl/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kitchenowl/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kiwix-serve/Chart.yaml b/charts/stable/kiwix-serve/Chart.yaml index 976a696ac99..2af13c29481 100644 --- a/charts/stable/kiwix-serve/Chart.yaml +++ b/charts/stable/kiwix-serve/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.7.0 @@ -34,7 +36,6 @@ name: kiwix-serve sources: - https://ghcr.io/kiwix/kiwix-serve - https://github.com/kiwix/kiwix-tools/blob/master/docker/server - - https://github.com/truecharts/charts/tree/master/charts/stable/kiwix-serve - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kiwix-serve - https://www.kiwix.org/ type: application diff --git a/charts/stable/kiwix-serve/README.md b/charts/stable/kiwix-serve/README.md index 6a3471fdb26..4a0cb41fab0 100644 --- a/charts/stable/kiwix-serve/README.md +++ b/charts/stable/kiwix-serve/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kiwix-serve` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kiwix-serve/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml index aa8f640e81c..7ded84e3601 100644 --- a/charts/stable/kms/Chart.yaml +++ b/charts/stable/kms/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: graywares truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: minimal @@ -32,7 +34,7 @@ maintainers: name: kms sources: - https://github.com/Py-KMS-Organization/py-kms - - https://github.com/truecharts/charts/tree/master/charts/stable/kms + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kms - https://hub.docker.com/r/pykmsorg/py-kms type: application version: 21.6.0 diff --git a/charts/stable/kms/README.md b/charts/stable/kms/README.md index 0c68c2da5da..71c706452e5 100644 --- a/charts/stable/kms/README.md +++ b/charts/stable/kms/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kms) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kms` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/kms ## 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/truecharts/blob/master/charts/stable/kms/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kms/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kodi-headless/Chart.yaml b/charts/stable/kodi-headless/Chart.yaml index e2b10d387e6..85303953a89 100644 --- a/charts/stable/kodi-headless/Chart.yaml +++ b/charts/stable/kodi-headless/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 190.0.0 @@ -31,7 +33,7 @@ maintainers: url: https://truecharts.org name: kodi-headless sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kodi-headless - https://hub.docker.com/r/linuxserver/kodi-headless type: application version: 12.6.0 diff --git a/charts/stable/kodi-headless/README.md b/charts/stable/kodi-headless/README.md index c237367d9a8..fab8402f441 100644 --- a/charts/stable/kodi-headless/README.md +++ b/charts/stable/kodi-headless/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kodi-headless) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kodi-headless` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/kodi-headless ## 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/truecharts/blob/master/charts/stable/kodi-headless/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kodi-headless/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kometa/Chart.yaml b/charts/stable/kometa/Chart.yaml index 4dd7f5bb3be..de61b4f420d 100644 --- a/charts/stable/kometa/Chart.yaml +++ b/charts/stable/kometa/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.2.1 @@ -32,7 +34,7 @@ maintainers: name: kometa sources: - https://github.com/kometa-team/kometa - - https://github.com/truecharts/charts/tree/master/charts/stable/kometa + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kometa - https://hub.docker.com/r/kometateam/kometa type: application version: 4.6.0 diff --git a/charts/stable/kometa/README.md b/charts/stable/kometa/README.md index db68d09bc76..de3740ab2dd 100644 --- a/charts/stable/kometa/README.md +++ b/charts/stable/kometa/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kometa) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kometa` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/kometa ## 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/truecharts/blob/master/charts/stable/kometa/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kometa/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml index d7dec2b4b72..00803b16da6 100644 --- a/charts/stable/komga/Chart.yaml +++ b/charts/stable/komga/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.23.4 @@ -35,7 +37,7 @@ maintainers: name: komga sources: - https://github.com/gotson/komga - - https://github.com/truecharts/charts/tree/master/charts/stable/komga + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/komga - https://hub.docker.com/r/gotson/komga - https://komga.org/ type: application diff --git a/charts/stable/komga/README.md b/charts/stable/komga/README.md index dc08b2bd105..90ede4a82a3 100644 --- a/charts/stable/komga/README.md +++ b/charts/stable/komga/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/komga) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/komga` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/komga ## 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/truecharts/blob/master/charts/stable/komga/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/komga/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/kopia/Chart.yaml b/charts/stable/kopia/Chart.yaml index bc35c6efa93..c070fa08b7f 100644 --- a/charts/stable/kopia/Chart.yaml +++ b/charts/stable/kopia/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utility truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 20250925.0.175035 @@ -32,7 +34,7 @@ maintainers: name: kopia sources: - https://github.com/kopia/kopia - - https://github.com/truecharts/charts/tree/master/charts/stable/kopia + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kopia - https://hub.docker.com/r/kopia/kopia - https://kopia.io/docs/installation/#docker-images type: application diff --git a/charts/stable/kopia/README.md b/charts/stable/kopia/README.md index 247c7931371..b5c8914a086 100644 --- a/charts/stable/kopia/README.md +++ b/charts/stable/kopia/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/kopia) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kopia` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/kopia ## 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/truecharts/blob/master/charts/stable/kopia/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/kopia/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/krusader/Chart.yaml b/charts/stable/krusader/Chart.yaml index 2a297a1c50d..80a1b675888 100644 --- a/charts/stable/krusader/Chart.yaml +++ b/charts/stable/krusader/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: krusader sources: - https://ghcr.io/ich777/krusader - - https://github.com/truecharts/charts/tree/master/charts/stable/krusader + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/krusader - https://krusader.org/ type: application version: 8.6.0 diff --git a/charts/stable/krusader/README.md b/charts/stable/krusader/README.md index 2fd7a267c94..2f34b6d0bc4 100644 --- a/charts/stable/krusader/README.md +++ b/charts/stable/krusader/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/krusader) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/krusader` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/krusader ## 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/truecharts/blob/master/charts/stable/krusader/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/krusader/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lama-cleaner/Chart.yaml b/charts/stable/lama-cleaner/Chart.yaml index bca82d0adcf..c6a9d43f64b 100644 --- a/charts/stable/lama-cleaner/Chart.yaml +++ b/charts/stable/lama-cleaner/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.33.0 @@ -34,7 +36,6 @@ maintainers: name: lama-cleaner sources: - https://github.com/Sanster/lama-cleaner - - https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/lama-cleaner - https://hub.docker.com/r/cwq1913/lama-cleaner type: application diff --git a/charts/stable/lama-cleaner/README.md b/charts/stable/lama-cleaner/README.md index c0ce17373f6..2559e1c02b8 100644 --- a/charts/stable/lama-cleaner/README.md +++ b/charts/stable/lama-cleaner/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/lama-cleaner` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/lama-cleaner/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lancache-dns/Chart.yaml b/charts/stable/lancache-dns/Chart.yaml index 3b6e1f9d66a..7fb4c8573da 100644 --- a/charts/stable/lancache-dns/Chart.yaml +++ b/charts/stable/lancache-dns/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: networking truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: lancache-dns sources: - https://github.com/lancachenet/lancache-dns - - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-dns + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/lancache-dns - https://hub.docker.com/r/lancachenet/lancache-dns type: application version: 11.6.0 diff --git a/charts/stable/lancache-dns/README.md b/charts/stable/lancache-dns/README.md index 98eebb47aab..e3d8d98834a 100644 --- a/charts/stable/lancache-dns/README.md +++ b/charts/stable/lancache-dns/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lancache-dns) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/lancache-dns` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/lancache-dns ## 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/truecharts/blob/master/charts/stable/lancache-dns/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/lancache-dns/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lancache-monolithic/Chart.yaml b/charts/stable/lancache-monolithic/Chart.yaml index 1577602f4da..334e27f57ae 100644 --- a/charts/stable/lancache-monolithic/Chart.yaml +++ b/charts/stable/lancache-monolithic/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: gaming truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ name: lancache-monolithic sources: - https://ghcr.io/ich777/lancache-prefill - https://github.com/lancachenet/monolithic - - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/lancache-monolithic - https://hub.docker.com/r/lancachenet/monolithic type: application version: 11.6.0 diff --git a/charts/stable/lancache-monolithic/README.md b/charts/stable/lancache-monolithic/README.md index eb46af35ec2..8d5b85d5f9b 100644 --- a/charts/stable/lancache-monolithic/README.md +++ b/charts/stable/lancache-monolithic/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lancache-monolithic) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/lancache-monolithic` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/lancache-monolithic ## 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/truecharts/blob/master/charts/stable/lancache-monolithic/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/lancache-monolithic/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lanraragi/Chart.yaml b/charts/stable/lanraragi/Chart.yaml index a159c6fec17..065ec251b45 100644 --- a/charts/stable/lanraragi/Chart.yaml +++ b/charts/stable/lanraragi/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.9.41 @@ -34,7 +36,7 @@ maintainers: name: lanraragi sources: - https://github.com/Difegue/LANraragi - - https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/lanraragi - https://hub.docker.com/r/difegue/lanraragi - https://sugoi.gitbook.io/lanraragi/ type: application diff --git a/charts/stable/lanraragi/README.md b/charts/stable/lanraragi/README.md index c9b427e9e65..97080faaa72 100644 --- a/charts/stable/lanraragi/README.md +++ b/charts/stable/lanraragi/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lanraragi) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/lanraragi` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/lanraragi ## 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/truecharts/blob/master/charts/stable/lanraragi/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/lanraragi/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lastoasis/Chart.yaml b/charts/stable/lastoasis/Chart.yaml index 3b63d3f3626..499d971d5e1 100644 --- a/charts/stable/lastoasis/Chart.yaml +++ b/charts/stable/lastoasis/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: lastoasis @@ -33,7 +35,7 @@ maintainers: name: lastoasis sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/lastoasis + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/lastoasis - https://store.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/lastoasis/README.md b/charts/stable/lastoasis/README.md index 9180fdf5988..463229d54b8 100644 --- a/charts/stable/lastoasis/README.md +++ b/charts/stable/lastoasis/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lastoasis) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/lastoasis` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/lastoasis ## 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/truecharts/blob/master/charts/stable/lastoasis/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/lastoasis/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index 2f0aa2cc7f5..98c9dd05749 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: lazylibrarian sources: - https://ghcr.io/linuxserver/lazylibrarian - - https://github.com/truecharts/charts/tree/master/charts/stable/lazylibrarian + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/lazylibrarian - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - https://lazylibrarian.gitlab.io type: application diff --git a/charts/stable/lazylibrarian/README.md b/charts/stable/lazylibrarian/README.md index 998444e22d4..5987f5f8810 100644 --- a/charts/stable/lazylibrarian/README.md +++ b/charts/stable/lazylibrarian/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lazylibrarian) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/lazylibrarian` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/lazylibrarian ## 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/truecharts/blob/master/charts/stable/lazylibrarian/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/lazylibrarian/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/leaf2mqtt/Chart.yaml b/charts/stable/leaf2mqtt/Chart.yaml index 2a6d08d8d08..889df23542b 100644 --- a/charts/stable/leaf2mqtt/Chart.yaml +++ b/charts/stable/leaf2mqtt/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.6.0 @@ -38,7 +40,6 @@ sources: - https://ghcr.io/k8s-at-home/leaf2mqtt - https://github.com/k8s-at-home/container-images - https://github.com/mitsumaui/leaf2mqtt - - https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/leaf2mqtt type: application version: 14.6.0 diff --git a/charts/stable/leaf2mqtt/README.md b/charts/stable/leaf2mqtt/README.md index 68a1ceeb768..9db07b92545 100644 --- a/charts/stable/leaf2mqtt/README.md +++ b/charts/stable/leaf2mqtt/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/leaf2mqtt` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/leaf2mqtt/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/left4dead/Chart.yaml b/charts/stable/left4dead/Chart.yaml index 03053f3c060..c26a7a34fb1 100644 --- a/charts/stable/left4dead/Chart.yaml +++ b/charts/stable/left4dead/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: l4d @@ -33,7 +35,7 @@ maintainers: name: left4dead sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/left4dead + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/left4dead - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/left4dead/README.md b/charts/stable/left4dead/README.md index 45b9ddd7325..9946e588b66 100644 --- a/charts/stable/left4dead/README.md +++ b/charts/stable/left4dead/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/left4dead) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/left4dead` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/left4dead ## 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/truecharts/blob/master/charts/stable/left4dead/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/left4dead/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lemur-cfssl/Chart.yaml b/charts/stable/lemur-cfssl/Chart.yaml index cff1e643fdd..b0268ea3f1e 100644 --- a/charts/stable/lemur-cfssl/Chart.yaml +++ b/charts/stable/lemur-cfssl/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: lemur-cfssl sources: - https://github.com/Netflix/lemur - - https://github.com/truecharts/charts/tree/master/charts/stable/lemur-cfssl + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/lemur-cfssl - https://hub.docker.com/r/halianelf/lemur type: application version: 8.6.0 diff --git a/charts/stable/lemur-cfssl/README.md b/charts/stable/lemur-cfssl/README.md index 71cc62f81c2..ec27119d800 100644 --- a/charts/stable/lemur-cfssl/README.md +++ b/charts/stable/lemur-cfssl/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lemur-cfssl) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/lemur-cfssl` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/lemur-cfssl ## 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/truecharts/blob/master/charts/stable/lemur-cfssl/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/lemur-cfssl/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/libreddit/Chart.yaml b/charts/stable/libreddit/Chart.yaml index 3d2f361cd53..0ecae73338c 100644 --- a/charts/stable/libreddit/Chart.yaml +++ b/charts/stable/libreddit/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: libreddit sources: - https://github.com/spikecodes/libreddit - - https://github.com/truecharts/charts/tree/master/charts/stable/libreddit + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/libreddit - https://github.com/trueforge/truecharts/tree/master/charts/stable/libreddit - https://hub.docker.com/r/libreddit/libreddit type: application diff --git a/charts/stable/libreddit/README.md b/charts/stable/libreddit/README.md index ac363d28d2c..a84cc4c5ca7 100644 --- a/charts/stable/libreddit/README.md +++ b/charts/stable/libreddit/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/libreddit) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge/truecharts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/libreddit` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/libreddit ## 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/truecharts/blob/master/charts/stable/libreddit/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/libreddit/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml index c4e57a189c7..bbf277836c3 100644 --- a/charts/stable/librespeed/Chart.yaml +++ b/charts/stable/librespeed/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.4.20240804 @@ -34,7 +36,7 @@ name: librespeed sources: - https://ghcr.io/linuxserver/librespeed - https://github.com/librespeed/speedtest - - https://github.com/truecharts/charts/tree/master/charts/stable/librespeed + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/librespeed type: application version: 16.6.0 diff --git a/charts/stable/librespeed/README.md b/charts/stable/librespeed/README.md index b085594c02f..c0bf22c02de 100644 --- a/charts/stable/librespeed/README.md +++ b/charts/stable/librespeed/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/librespeed) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/librespeed` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/librespeed ## 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/truecharts/blob/master/charts/stable/librespeed/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/librespeed/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index 9704b504662..3703ec50eb5 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.14.3 @@ -36,7 +38,7 @@ sources: - https://ghcr.io/home-operations/lidarr - https://ghcr.io/onedr0p/exportarr - https://github.com/Lidarr/Lidarr - - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/lidarr type: application version: 26.5.0 diff --git a/charts/stable/lidarr/README.md b/charts/stable/lidarr/README.md index 4340278a866..ea239ce13e0 100644 --- a/charts/stable/lidarr/README.md +++ b/charts/stable/lidarr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lidarr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge/truecharts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/lidarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/lidarr ## 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/truecharts/blob/master/charts/stable/lidarr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/lidarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lingva/Chart.yaml b/charts/stable/lingva/Chart.yaml index cd89e19705c..b8fa908f6b9 100644 --- a/charts/stable/lingva/Chart.yaml +++ b/charts/stable/lingva/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: lingva sources: - https://github.com/TheDavidDelta/lingva-translate - - https://github.com/truecharts/charts/tree/master/charts/stable/lingva + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/lingva - https://hub.docker.com/r/thedaviddelta/lingva-translate type: application version: 8.6.0 diff --git a/charts/stable/lingva/README.md b/charts/stable/lingva/README.md index 4f599e440bc..ad207e299d1 100644 --- a/charts/stable/lingva/README.md +++ b/charts/stable/lingva/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lingva) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/lingva` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/lingva ## 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/truecharts/blob/master/charts/stable/lingva/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/lingva/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/linkding/Chart.yaml b/charts/stable/linkding/Chart.yaml index 93e51ead6c6..d56ddc7031a 100644 --- a/charts/stable/linkding/Chart.yaml +++ b/charts/stable/linkding/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: bookmarks truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.42.0 @@ -33,7 +35,6 @@ maintainers: name: linkding sources: - https://github.com/sissbruecker/linkding - - https://github.com/truecharts/charts/tree/master/charts/stable/linkding - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/linkding - https://hub.docker.com/r/sissbruecker/linkding type: application diff --git a/charts/stable/linkding/README.md b/charts/stable/linkding/README.md index f484ba0ada5..9b2a462717a 100644 --- a/charts/stable/linkding/README.md +++ b/charts/stable/linkding/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/linkding` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/linkding/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/linkwallet/Chart.yaml b/charts/stable/linkwallet/Chart.yaml index 073e3dbda77..0c168f758ce 100644 --- a/charts/stable/linkwallet/Chart.yaml +++ b/charts/stable/linkwallet/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: bookmarks truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.1.1 @@ -32,7 +34,7 @@ maintainers: name: linkwallet sources: - https://github.com/tardisx/linkwallet - - https://github.com/truecharts/charts/tree/master/charts/stable/linkwallet + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/linkwallet - https://hub.docker.com/r/tardisx/linkwallet type: application version: 8.6.0 diff --git a/charts/stable/linkwallet/README.md b/charts/stable/linkwallet/README.md index 2d11bdf186a..31fb73b24e1 100644 --- a/charts/stable/linkwallet/README.md +++ b/charts/stable/linkwallet/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/linkwallet) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/linkwallet` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/linkwallet ## 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/truecharts/blob/master/charts/stable/linkwallet/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/linkwallet/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/linkwarden/Chart.yaml b/charts/stable/linkwarden/Chart.yaml index 8c0bebdf80c..204d620b63c 100644 --- a/charts/stable/linkwarden/Chart.yaml +++ b/charts/stable/linkwarden/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: bookmarks truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.13.0 @@ -35,7 +37,6 @@ name: linkwarden sources: - https://ghcr.io/linkwarden/linkwarden - https://github.com/linkwarden/linkwarden - - https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/linkwarden type: application version: 7.8.0 diff --git a/charts/stable/linkwarden/README.md b/charts/stable/linkwarden/README.md index 63260527e12..ba5d1b18f2b 100644 --- a/charts/stable/linkwarden/README.md +++ b/charts/stable/linkwarden/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/linkwarden` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/linkwarden/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml index a1264f04fe0..8e575383c3a 100644 --- a/charts/stable/littlelink/Chart.yaml +++ b/charts/stable/littlelink/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: social truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ sources: - https://ghcr.io/techno-tim/littlelink-server - https://github.com/sethcottle/littlelink - https://github.com/techno-tim/littlelink-server - - https://github.com/truecharts/charts/tree/master/charts/stable/littlelink + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/littlelink type: application version: 17.6.0 diff --git a/charts/stable/littlelink/README.md b/charts/stable/littlelink/README.md index 770fc691c4e..e228a989ccd 100644 --- a/charts/stable/littlelink/README.md +++ b/charts/stable/littlelink/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/littlelink) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/littlelink` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/littlelink ## 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/truecharts/blob/master/charts/stable/littlelink/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/littlelink/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/livestreamdvr/Chart.yaml b/charts/stable/livestreamdvr/Chart.yaml index e4b4a50285d..85c40da759d 100644 --- a/charts/stable/livestreamdvr/Chart.yaml +++ b/charts/stable/livestreamdvr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp-Video truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: master @@ -33,7 +35,7 @@ maintainers: name: livestreamdvr sources: - https://github.com/MrBrax/LiveStreamDVR - - https://github.com/truecharts/charts/tree/master/charts/stable/livestreamdvr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/livestreamdvr - https://hub.docker.com/r/mrbrax/twitchautomator type: application version: 8.6.0 diff --git a/charts/stable/livestreamdvr/README.md b/charts/stable/livestreamdvr/README.md index 8da07c4891d..db379c89538 100644 --- a/charts/stable/livestreamdvr/README.md +++ b/charts/stable/livestreamdvr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/livestreamdvr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/livestreamdvr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/livestreamdvr ## 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/truecharts/blob/master/charts/stable/livestreamdvr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/livestreamdvr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/llalon-github-backup/Chart.yaml b/charts/stable/llalon-github-backup/Chart.yaml index a6b4cdd4ab0..3f614ed5b24 100644 --- a/charts/stable/llalon-github-backup/Chart.yaml +++ b/charts/stable/llalon-github-backup/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Backup truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: llalon-github-backup sources: - https://github.com/abusesa/github-backup - - https://github.com/truecharts/charts/tree/master/charts/stable/llalon-github-backup + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/llalon-github-backup - https://hub.docker.com/r/llalon/github-backup type: application version: 8.6.0 diff --git a/charts/stable/llalon-github-backup/README.md b/charts/stable/llalon-github-backup/README.md index b576769101d..55749db2446 100644 --- a/charts/stable/llalon-github-backup/README.md +++ b/charts/stable/llalon-github-backup/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/llalon-github-backup) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/llalon-github-backup` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/llalon-github-backup ## 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/truecharts/blob/master/charts/stable/llalon-github-backup/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/llalon-github-backup/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lldap/Chart.yaml b/charts/stable/lldap/Chart.yaml index 1c969fad8bf..dfe16d20eb5 100644 --- a/charts/stable/lldap/Chart.yaml +++ b/charts/stable/lldap/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: ldap truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.6.2 @@ -35,7 +37,7 @@ maintainers: name: lldap sources: - https://github.com/nitnelave/lldap - - https://github.com/truecharts/charts/tree/master/charts/stable/lldap + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/lldap - https://hub.docker.com/r/nitnelave/lldap type: application version: 8.6.0 diff --git a/charts/stable/lldap/README.md b/charts/stable/lldap/README.md index e3a851ff2c7..b2b6a502538 100644 --- a/charts/stable/lldap/README.md +++ b/charts/stable/lldap/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lldap) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/lldap` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/lldap ## 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/truecharts/blob/master/charts/stable/lldap/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/lldap/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index bc21ac54876..20617082ddb 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: ai truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.5.4 @@ -33,7 +35,7 @@ maintainers: name: local-ai sources: - https://github.com/go-skynet/LocalAI - - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/local-ai - https://hub.docker.com/r/localai/localai type: application version: 16.22.0 diff --git a/charts/stable/local-ai/README.md b/charts/stable/local-ai/README.md index d495ce46951..7a5500494b2 100644 --- a/charts/stable/local-ai/README.md +++ b/charts/stable/local-ai/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/local-ai) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/local-ai` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/local-ai ## 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/truecharts/blob/master/charts/stable/local-ai/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/local-ai/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/longvinter/Chart.yaml b/charts/stable/longvinter/Chart.yaml index 2b9e0cbf443..81a6653341e 100644 --- a/charts/stable/longvinter/Chart.yaml +++ b/charts/stable/longvinter/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: longinter @@ -33,7 +35,7 @@ maintainers: name: longvinter sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/longvinter + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/longvinter - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/longvinter/README.md b/charts/stable/longvinter/README.md index 8fecf56b0f3..061c5c5e880 100644 --- a/charts/stable/longvinter/README.md +++ b/charts/stable/longvinter/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/longvinter) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/longvinter` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/longvinter ## 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/truecharts/blob/master/charts/stable/longvinter/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/longvinter/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/lyrion-music-server/Chart.yaml b/charts/stable/lyrion-music-server/Chart.yaml index d0a3e515859..39468120324 100644 --- a/charts/stable/lyrion-music-server/Chart.yaml +++ b/charts/stable/lyrion-music-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 9.1.0 @@ -36,7 +38,7 @@ maintainers: name: lyrion-music-server sources: - https://github.com/LMS-Community/slimserver - - https://github.com/truecharts/charts/tree/master/charts/stable/lyrion-music-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/lyrion-music-server - https://hub.docker.com/r/lmscommunity/lyrionmusicserver type: application version: 5.6.2 diff --git a/charts/stable/lyrion-music-server/README.md b/charts/stable/lyrion-music-server/README.md index 79e03257f9b..261c6919fe5 100644 --- a/charts/stable/lyrion-music-server/README.md +++ b/charts/stable/lyrion-music-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/lyrion-music-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/lyrion-music-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/lyrion-music-server ## 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/truecharts/blob/master/charts/stable/lyrion-music-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/lyrion-music-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mailpile/Chart.yaml b/charts/stable/mailpile/Chart.yaml index 06311f42a6d..99a56132281 100644 --- a/charts/stable/mailpile/Chart.yaml +++ b/charts/stable/mailpile/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: url: https://truecharts.org name: mailpile sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mailpile + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mailpile - https://hub.docker.com/r/rroemhild/mailpile - https://www.mailpile.is/ type: application diff --git a/charts/stable/mailpile/README.md b/charts/stable/mailpile/README.md index 167c0ffa7d9..f2ec25dc98d 100644 --- a/charts/stable/mailpile/README.md +++ b/charts/stable/mailpile/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mailpile) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mailpile` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mailpile ## 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/truecharts/blob/master/charts/stable/mailpile/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mailpile/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/maintainerr/Chart.yaml b/charts/stable/maintainerr/Chart.yaml index 9a427ea4077..ed9dce5b0cb 100644 --- a/charts/stable/maintainerr/Chart.yaml +++ b/charts/stable/maintainerr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.19.0 @@ -33,7 +35,7 @@ maintainers: name: maintainerr sources: - https://github.com/jorenn92/Maintainerr - - https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/maintainerr - https://hub.docker.com/r/jorenn92/maintainerr type: application version: 5.7.0 diff --git a/charts/stable/maintainerr/README.md b/charts/stable/maintainerr/README.md index 4f2e71dfe22..f55da009077 100644 --- a/charts/stable/maintainerr/README.md +++ b/charts/stable/maintainerr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/maintainerr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/maintainerr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/maintainerr ## 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/truecharts/blob/master/charts/stable/maintainerr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/maintainerr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/makemkv/Chart.yaml b/charts/stable/makemkv/Chart.yaml index d2d13acdeb0..8729cf55e62 100644 --- a/charts/stable/makemkv/Chart.yaml +++ b/charts/stable/makemkv/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.09.1 @@ -33,7 +35,7 @@ name: makemkv sources: - https://ghcr.io/jlesage/makemkv - https://github.com/jlesage/docker-makemkv - - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/makemkv type: application version: 14.8.0 diff --git a/charts/stable/makemkv/README.md b/charts/stable/makemkv/README.md index 64c2b9f4cea..43608ca4637 100644 --- a/charts/stable/makemkv/README.md +++ b/charts/stable/makemkv/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/makemkv) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/makemkv` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/makemkv ## 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/truecharts/blob/master/charts/stable/makemkv/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/makemkv/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/maloja/Chart.yaml b/charts/stable/maloja/Chart.yaml index 123fef2ac28..7c6a9352d9b 100644 --- a/charts/stable/maloja/Chart.yaml +++ b/charts/stable/maloja/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaServer-Music truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: maloja sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/maloja + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/maloja - https://hub.docker.com/r/krateng/maloja - https://maloja.krateng.ch/ type: application diff --git a/charts/stable/maloja/README.md b/charts/stable/maloja/README.md index 199d8f7a77c..bb9e1e80756 100644 --- a/charts/stable/maloja/README.md +++ b/charts/stable/maloja/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/maloja) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/maloja` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/maloja ## 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/truecharts/blob/master/charts/stable/maloja/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/maloja/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mango/Chart.yaml b/charts/stable/mango/Chart.yaml index ee30536cf73..25ed49e8138 100644 --- a/charts/stable/mango/Chart.yaml +++ b/charts/stable/mango/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp-Books truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: mango sources: - https://github.com/hkalexling/mango - - https://github.com/truecharts/charts/tree/master/charts/stable/mango + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mango - https://hub.docker.com/r/hkalexling/mango type: application version: 8.6.0 diff --git a/charts/stable/mango/README.md b/charts/stable/mango/README.md index 260926c59c9..d81d6049142 100644 --- a/charts/stable/mango/README.md +++ b/charts/stable/mango/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mango) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mango` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mango ## 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/truecharts/blob/master/charts/stable/mango/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mango/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/manyfold/Chart.yaml b/charts/stable/manyfold/Chart.yaml index 249e196c634..879c7bd3835 100644 --- a/charts/stable/manyfold/Chart.yaml +++ b/charts/stable/manyfold/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.124.0 @@ -40,7 +42,7 @@ maintainers: name: manyfold sources: - https://ghcr.io/manyfold3d/manyfold - - https://github.com/truecharts/charts/tree/master/charts/stable/manyfold + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/manyfold type: application version: 4.19.0 diff --git a/charts/stable/manyfold/README.md b/charts/stable/manyfold/README.md index 0a96d59b539..cb127307436 100644 --- a/charts/stable/manyfold/README.md +++ b/charts/stable/manyfold/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/manyfold) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/manyfold` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/manyfold ## 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/truecharts/blob/master/charts/stable/manyfold/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/manyfold/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mariadb/Chart.yaml b/charts/stable/mariadb/Chart.yaml index 925c34ea506..f4c909620f2 100644 --- a/charts/stable/mariadb/Chart.yaml +++ b/charts/stable/mariadb/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: database truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,7 @@ name: mariadb sources: - https://github.com/bitnami/bitnami-docker-mariadb - https://github.com/prometheus/mysqld_exporter - - https://github.com/truecharts/charts/tree/master/charts/stable/mariadb + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mariadb - https://hub.docker.com/r/bitnamisecure/mariadb - https://mariadb.org type: application diff --git a/charts/stable/mariadb/README.md b/charts/stable/mariadb/README.md index f4d7269afeb..641a326d678 100644 --- a/charts/stable/mariadb/README.md +++ b/charts/stable/mariadb/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mariadb) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mariadb` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mariadb ## 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/truecharts/blob/master/charts/stable/mariadb/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mariadb/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml index 207f4b746c2..80b3fd9f223 100644 --- a/charts/stable/matomo/Chart.yaml +++ b/charts/stable/matomo/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.4.0 @@ -41,7 +43,6 @@ sources: - https://gallery.ecr.aws/bitnami/matomo - https://github.com/bitnami/bitnami-docker-matomo - https://github.com/matomo-org/matomo - - https://github.com/truecharts/charts/tree/master/charts/stable/matomo - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/matomo type: application version: 17.4.1 diff --git a/charts/stable/matomo/README.md b/charts/stable/matomo/README.md index 05b975031a5..2707a0f3adf 100644 --- a/charts/stable/matomo/README.md +++ b/charts/stable/matomo/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/matomo` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/matomo/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mattermost/Chart.yaml b/charts/stable/mattermost/Chart.yaml index 87dd590eb46..eee64e248c0 100644 --- a/charts/stable/mattermost/Chart.yaml +++ b/charts/stable/mattermost/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: hosting truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 9.6.0 @@ -35,7 +37,7 @@ name: mattermost sources: - https://github.com/mattermost/docker - https://github.com/mattermost/mattermost-server - - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mattermost - https://hub.docker.com/r/mattermost/mattermost-enterprise-edition type: application version: 15.6.0 diff --git a/charts/stable/mattermost/README.md b/charts/stable/mattermost/README.md index d7fcc8c7acb..94a5062ca5a 100644 --- a/charts/stable/mattermost/README.md +++ b/charts/stable/mattermost/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mattermost) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge/truecharts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mattermost` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mattermost ## 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/truecharts/blob/master/charts/stable/mattermost/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mattermost/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index 5be6bef3a18..97cdaee675e 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.2.1 @@ -33,7 +35,6 @@ name: mealie sources: - https://ghcr.io/mealie-recipes/mealie - https://github.com/mealie-recipes/mealie - - https://github.com/truecharts/charts/tree/master/charts/stable/mealie - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mealie type: application version: 26.7.0 diff --git a/charts/stable/mealie/README.md b/charts/stable/mealie/README.md index 4218a025150..747087e0f8d 100644 --- a/charts/stable/mealie/README.md +++ b/charts/stable/mealie/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mealie` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mealie/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/media-roller/Chart.yaml b/charts/stable/media-roller/Chart.yaml index ea87cebf2cc..8e5a9ac6723 100644 --- a/charts/stable/media-roller/Chart.yaml +++ b/charts/stable/media-roller/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: media-roller sources: - https://github.com/rroller/media-roller - - https://github.com/truecharts/charts/tree/master/charts/stable/media-roller + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/media-roller - https://hub.docker.com/r/ronnieroller/media-roller type: application version: 8.6.0 diff --git a/charts/stable/media-roller/README.md b/charts/stable/media-roller/README.md index 74df13603f7..dee4e55b512 100644 --- a/charts/stable/media-roller/README.md +++ b/charts/stable/media-roller/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/media-roller) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/media-roller` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/media-roller ## 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/truecharts/blob/master/charts/stable/media-roller/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/media-roller/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mediaelch/Chart.yaml b/charts/stable/mediaelch/Chart.yaml index 17aabd6ca81..ca71717bd27 100644 --- a/charts/stable/mediaelch/Chart.yaml +++ b/charts/stable/mediaelch/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: mediaelch sources: - https://github.com/Komet/MediaElch - - https://github.com/truecharts/charts/tree/master/charts/stable/mediaelch + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mediaelch - https://hub.docker.com/r/masonxx/mediaelch type: application version: 8.6.0 diff --git a/charts/stable/mediaelch/README.md b/charts/stable/mediaelch/README.md index 0d94a4e6adc..0a7df99f7d9 100644 --- a/charts/stable/mediaelch/README.md +++ b/charts/stable/mediaelch/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mediaelch) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mediaelch` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mediaelch ## 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/truecharts/blob/master/charts/stable/mediaelch/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mediaelch/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mediagoblin/Chart.yaml b/charts/stable/mediagoblin/Chart.yaml index 130a633fd9d..e820f41da54 100644 --- a/charts/stable/mediagoblin/Chart.yaml +++ b/charts/stable/mediagoblin/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp-Photos truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,6 @@ maintainers: url: https://truecharts.org name: mediagoblin sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mediagoblin - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mediagoblin - https://hub.docker.com/r/mtlynch/mediagoblin - https://mediagoblin.org/ diff --git a/charts/stable/mediagoblin/README.md b/charts/stable/mediagoblin/README.md index adfe7d8a8c6..9a96d80cb9c 100644 --- a/charts/stable/mediagoblin/README.md +++ b/charts/stable/mediagoblin/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mediagoblin` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mediagoblin/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mediainfo/Chart.yaml b/charts/stable/mediainfo/Chart.yaml index 47a6221b47b..e24444bcee9 100644 --- a/charts/stable/mediainfo/Chart.yaml +++ b/charts/stable/mediainfo/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.07.3 @@ -33,7 +35,7 @@ maintainers: name: mediainfo sources: - https://github.com/jlesage/docker-mediainfo - - https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mediainfo - https://hub.docker.com/r/jlesage/mediainfo type: application version: 13.7.0 diff --git a/charts/stable/mediainfo/README.md b/charts/stable/mediainfo/README.md index 8a72d644138..e2222b05120 100644 --- a/charts/stable/mediainfo/README.md +++ b/charts/stable/mediainfo/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mediainfo) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mediainfo` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mediainfo ## 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/truecharts/blob/master/charts/stable/mediainfo/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mediainfo/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/medusa/Chart.yaml b/charts/stable/medusa/Chart.yaml index 0a8d2eadeb0..4a734fe9af9 100644 --- a/charts/stable/medusa/Chart.yaml +++ b/charts/stable/medusa/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.0.22 @@ -38,7 +40,7 @@ name: medusa sources: - https://ghcr.io/linuxserver/medusa - https://github.com/linuxserver/docker-medusa - - https://github.com/truecharts/charts/tree/master/charts/stable/medusa + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/medusa - https://pymedusa.com/ type: application version: 13.6.1 diff --git a/charts/stable/medusa/README.md b/charts/stable/medusa/README.md index d102633194e..fc142ab1f32 100644 --- a/charts/stable/medusa/README.md +++ b/charts/stable/medusa/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/medusa) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/medusa` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/medusa ## 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/truecharts/blob/master/charts/stable/medusa/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/medusa/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/megasync/Chart.yaml b/charts/stable/megasync/Chart.yaml index 0d79702d20c..2280c3e2fed 100644 --- a/charts/stable/megasync/Chart.yaml +++ b/charts/stable/megasync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -37,7 +39,7 @@ name: megasync sources: - https://ghcr.io/ich777/megasync - https://github.com/ich777/docker-megasync - - https://github.com/truecharts/charts/tree/master/charts/stable/megasync + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/megasync type: application version: 9.6.0 diff --git a/charts/stable/megasync/README.md b/charts/stable/megasync/README.md index 1f5b83a16ed..a01b1f7c2af 100644 --- a/charts/stable/megasync/README.md +++ b/charts/stable/megasync/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/megasync) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/megasync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/megasync ## 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/truecharts/blob/master/charts/stable/megasync/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/megasync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/memcached/Chart.yaml b/charts/stable/memcached/Chart.yaml index 805e5b90cab..00e4e029661 100644 --- a/charts/stable/memcached/Chart.yaml +++ b/charts/stable/memcached/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: database truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: memcached sources: - https://github.com/bitnami/bitnami-docker-memcached - - https://github.com/truecharts/charts/tree/master/charts/stable/memcached + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/memcached - https://hub.docker.com/r/bitnamisecure/memcached type: application version: 16.7.1 diff --git a/charts/stable/memcached/README.md b/charts/stable/memcached/README.md index 96583b38419..75c04d7f9f4 100644 --- a/charts/stable/memcached/README.md +++ b/charts/stable/memcached/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/memcached) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/memcached` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/memcached ## 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/truecharts/blob/master/charts/stable/memcached/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/memcached/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/memories-of-mars/Chart.yaml b/charts/stable/memories-of-mars/Chart.yaml index 5ad45d218c6..bd282073607 100644 --- a/charts/stable/memories-of-mars/Chart.yaml +++ b/charts/stable/memories-of-mars/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: memoriesofmars @@ -33,7 +35,6 @@ maintainers: name: memories-of-mars sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/memories-of-mars - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/memories-of-mars - https://memoriesofmars.com/ type: application diff --git a/charts/stable/memories-of-mars/README.md b/charts/stable/memories-of-mars/README.md index 1f7de6144e5..61aa39779b6 100644 --- a/charts/stable/memories-of-mars/README.md +++ b/charts/stable/memories-of-mars/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/memories-of-mars` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/memories-of-mars/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mend-renovate/Chart.yaml b/charts/stable/mend-renovate/Chart.yaml index 9664ee5bbe8..b5d846767f1 100644 --- a/charts/stable/mend-renovate/Chart.yaml +++ b/charts/stable/mend-renovate/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 11.3.0 @@ -34,7 +36,7 @@ name: mend-renovate sources: - https://ghcr.io/mend/renovate-ce - https://github.com/mend/renovate-ce-ee - - https://github.com/truecharts/charts/tree/master/charts/stable/mend-renovate + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mend-renovate type: application version: 4.7.0 diff --git a/charts/stable/mend-renovate/README.md b/charts/stable/mend-renovate/README.md index 3f11a03db22..1a8ad25163e 100644 --- a/charts/stable/mend-renovate/README.md +++ b/charts/stable/mend-renovate/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mend-renovate) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mend-renovate` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mend-renovate ## 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/truecharts/blob/master/charts/stable/mend-renovate/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mend-renovate/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/meshcentral/Chart.yaml b/charts/stable/meshcentral/Chart.yaml index 834daa11c4f..b88a991cb3b 100644 --- a/charts/stable/meshcentral/Chart.yaml +++ b/charts/stable/meshcentral/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.1.51 @@ -35,7 +37,7 @@ name: meshcentral sources: - https://ghcr.io/ylianst/meshcentral - https://github.com/Ylianst/MeshCentral - - https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/meshcentral type: application version: 18.6.1 diff --git a/charts/stable/meshcentral/README.md b/charts/stable/meshcentral/README.md index 7ebb85bd77f..6b7491a500d 100644 --- a/charts/stable/meshcentral/README.md +++ b/charts/stable/meshcentral/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/meshcentral) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/meshcentral` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/meshcentral ## 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/truecharts/blob/master/charts/stable/meshcentral/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/meshcentral/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/meshroom/Chart.yaml b/charts/stable/meshroom/Chart.yaml index 4c28531d629..3c88241be06 100644 --- a/charts/stable/meshroom/Chart.yaml +++ b/charts/stable/meshroom/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.1.0 @@ -32,7 +34,7 @@ maintainers: name: meshroom sources: - https://github.com/alicevision/meshroom - - https://github.com/truecharts/charts/tree/master/charts/stable/meshroom + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/meshroom - https://hub.docker.com/r/alicevision/meshroom type: application version: 13.3.0 diff --git a/charts/stable/meshroom/README.md b/charts/stable/meshroom/README.md index b26094583e1..06a42b26ea2 100644 --- a/charts/stable/meshroom/README.md +++ b/charts/stable/meshroom/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/meshroom) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/meshroom` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/meshroom ## 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/truecharts/blob/master/charts/stable/meshroom/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/meshroom/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/metabase/Chart.yaml b/charts/stable/metabase/Chart.yaml index e063b121fae..beff494cda1 100644 --- a/charts/stable/metabase/Chart.yaml +++ b/charts/stable/metabase/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: reporting truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.56.7 @@ -32,7 +34,6 @@ maintainers: name: metabase sources: - https://github.com/metabase/metabase - - https://github.com/truecharts/charts/tree/master/charts/stable/metabase - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/metabase - https://hub.docker.com/r/metabase/metabase type: application diff --git a/charts/stable/metabase/README.md b/charts/stable/metabase/README.md index bd2a408822d..feae720f1b5 100644 --- a/charts/stable/metabase/README.md +++ b/charts/stable/metabase/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/metabase` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/metabase/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/metatube/Chart.yaml b/charts/stable/metatube/Chart.yaml index 2d71e2e59cf..05facc8dc1d 100644 --- a/charts/stable/metatube/Chart.yaml +++ b/charts/stable/metatube/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: metatube sources: - https://github.com/JVT038/MetaTube - - https://github.com/truecharts/charts/tree/master/charts/stable/metatube + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/metatube - https://hub.docker.com/r/jvt038/metatube type: application version: 8.6.0 diff --git a/charts/stable/metatube/README.md b/charts/stable/metatube/README.md index b38210c4f40..daaca514170 100644 --- a/charts/stable/metatube/README.md +++ b/charts/stable/metatube/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/metatube) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/metatube` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/metatube ## 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/truecharts/blob/master/charts/stable/metatube/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/metatube/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/metube/Chart.yaml b/charts/stable/metube/Chart.yaml index c254e33005b..9b5ff3a2a78 100644 --- a/charts/stable/metube/Chart.yaml +++ b/charts/stable/metube/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.09.27 @@ -34,7 +36,7 @@ name: metube sources: - https://ghcr.io/alexta69/metube - https://github.com/alexta69/metube - - https://github.com/truecharts/charts/tree/master/charts/stable/metube + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/metube type: application version: 16.8.3 diff --git a/charts/stable/metube/README.md b/charts/stable/metube/README.md index aeca0fc791f..a9d888a86b9 100644 --- a/charts/stable/metube/README.md +++ b/charts/stable/metube/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/metube) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/metube` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/metube ## 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/truecharts/blob/master/charts/stable/metube/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/metube/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mindustry/Chart.yaml b/charts/stable/mindustry/Chart.yaml index 2dea01c764a..1e3d4df3571 100644 --- a/charts/stable/mindustry/Chart.yaml +++ b/charts/stable/mindustry/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ name: mindustry sources: - https://anuke.itch.io/mindustry - https://ghcr.io/ich777/mindustry-server - - https://github.com/truecharts/charts/tree/master/charts/stable/mindustry + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mindustry type: application version: 8.6.0 diff --git a/charts/stable/mindustry/README.md b/charts/stable/mindustry/README.md index 49ef113519d..e0e68ecfdc2 100644 --- a/charts/stable/mindustry/README.md +++ b/charts/stable/mindustry/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mindustry) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mindustry` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mindustry ## 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/truecharts/blob/master/charts/stable/mindustry/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mindustry/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minecraft-bedrock/Chart.yaml b/charts/stable/minecraft-bedrock/Chart.yaml index df2f41904b8..b0a0e3ad5ff 100644 --- a/charts/stable/minecraft-bedrock/Chart.yaml +++ b/charts/stable/minecraft-bedrock/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: games truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.9.0 @@ -32,7 +34,7 @@ maintainers: name: minecraft-bedrock sources: - https://github.com/itzg/docker-minecraft-server - - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/minecraft-bedrock - https://hub.docker.com/r/itzg/minecraft-bedrock-server type: application version: 12.8.0 diff --git a/charts/stable/minecraft-bedrock/README.md b/charts/stable/minecraft-bedrock/README.md index e0c4f6635a2..7eded4c0ac0 100644 --- a/charts/stable/minecraft-bedrock/README.md +++ b/charts/stable/minecraft-bedrock/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minecraft-bedrock) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/minecraft-bedrock` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/minecraft-bedrock ## 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/truecharts/blob/master/charts/stable/minecraft-bedrock/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/minecraft-bedrock/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minecraft-gate/Chart.yaml b/charts/stable/minecraft-gate/Chart.yaml index ffd683a752b..cc038073375 100644 --- a/charts/stable/minecraft-gate/Chart.yaml +++ b/charts/stable/minecraft-gate/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: games truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ name: minecraft-gate sources: - https://ghcr.io/minekube/gate - https://github.com/minekube/gate - - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-gate + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/minecraft-gate type: application version: 2.6.1 diff --git a/charts/stable/minecraft-gate/README.md b/charts/stable/minecraft-gate/README.md index bf17d0b9560..3363f0e3015 100644 --- a/charts/stable/minecraft-gate/README.md +++ b/charts/stable/minecraft-gate/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minecraft-gate) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/minecraft-gate` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/minecraft-gate ## 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/truecharts/blob/master/charts/stable/minecraft-gate/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/minecraft-gate/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minecraft-java/Chart.yaml b/charts/stable/minecraft-java/Chart.yaml index 8e1f5ea0970..f894b89e4b1 100644 --- a/charts/stable/minecraft-java/Chart.yaml +++ b/charts/stable/minecraft-java/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: games truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.9.2 @@ -34,7 +36,7 @@ name: minecraft-java sources: - https://ghcr.io/itzg/minecraft-server - https://github.com/itzg/docker-minecraft-server - - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/minecraft-java - https://hub.docker.com/r/itzg/mc-backup type: application version: 23.28.0 diff --git a/charts/stable/minecraft-java/README.md b/charts/stable/minecraft-java/README.md index ec2fad5aa52..6013162333a 100644 --- a/charts/stable/minecraft-java/README.md +++ b/charts/stable/minecraft-java/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minecraft-java) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/minecraft-java` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/minecraft-java ## 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/truecharts/blob/master/charts/stable/minecraft-java/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/minecraft-java/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minecraft-proxy/Chart.yaml b/charts/stable/minecraft-proxy/Chart.yaml index 84b3a3277b5..56dcb350bf3 100644 --- a/charts/stable/minecraft-proxy/Chart.yaml +++ b/charts/stable/minecraft-proxy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: proxy truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.1.0 @@ -36,7 +38,7 @@ name: minecraft-proxy sources: - https://ghcr.io/itzg/mc-proxy - https://github.com/itzg/docker-mc-proxy - - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-proxy + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/minecraft-proxy type: application version: 2.6.0 diff --git a/charts/stable/minecraft-proxy/README.md b/charts/stable/minecraft-proxy/README.md index 5884b132ee3..1c00fb52261 100644 --- a/charts/stable/minecraft-proxy/README.md +++ b/charts/stable/minecraft-proxy/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minecraft-proxy) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/minecraft-proxy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/minecraft-proxy ## 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/truecharts/blob/master/charts/stable/minecraft-proxy/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/minecraft-proxy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minecraft-router/Chart.yaml b/charts/stable/minecraft-router/Chart.yaml index 125023fe7d8..d794ed48421 100644 --- a/charts/stable/minecraft-router/Chart.yaml +++ b/charts/stable/minecraft-router/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: minecraft truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.36.0 @@ -34,7 +36,7 @@ maintainers: name: minecraft-router sources: - https://github.com/itzg/mc-router - - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-router + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/minecraft-router - https://hub.docker.com/r/itzg/mc-router type: application version: 2.11.0 diff --git a/charts/stable/minecraft-router/README.md b/charts/stable/minecraft-router/README.md index 4d36b2c35f5..ec254ef1bf0 100644 --- a/charts/stable/minecraft-router/README.md +++ b/charts/stable/minecraft-router/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minecraft-router) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/minecraft-router` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/minecraft-router ## 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/truecharts/blob/master/charts/stable/minecraft-router/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/minecraft-router/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minetest/Chart.yaml b/charts/stable/minetest/Chart.yaml index 21710b52920..dafb646eeab 100644 --- a/charts/stable/minetest/Chart.yaml +++ b/charts/stable/minetest/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: games truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.10.0 @@ -32,7 +34,7 @@ maintainers: name: minetest sources: - https://ghcr.io/linuxserver/minetest - - https://github.com/truecharts/charts/tree/master/charts/stable/minetest + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/minetest type: application version: 11.6.0 diff --git a/charts/stable/minetest/README.md b/charts/stable/minetest/README.md index bd140bce186..0fc19d8caf0 100644 --- a/charts/stable/minetest/README.md +++ b/charts/stable/minetest/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minetest) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/minetest` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/minetest ## 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/truecharts/blob/master/charts/stable/minetest/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/minetest/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/miniflux/Chart.yaml b/charts/stable/miniflux/Chart.yaml index efe140d2dc3..6e32a4384f6 100644 --- a/charts/stable/miniflux/Chart.yaml +++ b/charts/stable/miniflux/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: rss truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.2.13 @@ -34,7 +36,6 @@ maintainers: name: miniflux sources: - https://github.com/miniflux/v2 - - https://github.com/truecharts/charts/tree/master/charts/stable/miniflux - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/miniflux - https://quay.io/miniflux/miniflux type: application diff --git a/charts/stable/miniflux/README.md b/charts/stable/miniflux/README.md index 97db91e7b98..d09ac7fe7b8 100644 --- a/charts/stable/miniflux/README.md +++ b/charts/stable/miniflux/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/miniflux` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/miniflux/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mininote/Chart.yaml b/charts/stable/mininote/Chart.yaml index 14c0ac37715..1a1eab69545 100644 --- a/charts/stable/mininote/Chart.yaml +++ b/charts/stable/mininote/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,6 @@ maintainers: name: mininote sources: - https://github.com/muety/mininote - - https://github.com/truecharts/charts/tree/master/charts/stable/mininote - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mininote - https://hub.docker.com/r/n1try/mininote type: application diff --git a/charts/stable/mininote/README.md b/charts/stable/mininote/README.md index a9d8d807443..529f0d41deb 100644 --- a/charts/stable/mininote/README.md +++ b/charts/stable/mininote/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mininote` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mininote/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minio/Chart.yaml b/charts/stable/minio/Chart.yaml index 27ee6fc67fd..186950090a1 100644 --- a/charts/stable/minio/Chart.yaml +++ b/charts/stable/minio/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.04.22 @@ -34,7 +36,7 @@ maintainers: name: minio sources: - https://github.com/minio/minio - - https://github.com/truecharts/charts/tree/master/charts/stable/minio + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/minio - https://quay.io/minio/minio type: application version: 16.6.0 diff --git a/charts/stable/minio/README.md b/charts/stable/minio/README.md index 3dfe1c684b3..8aad986aa9a 100644 --- a/charts/stable/minio/README.md +++ b/charts/stable/minio/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/minio) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/minio` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/minio ## 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/truecharts/blob/master/charts/stable/minio/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/minio/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/minisatip/Chart.yaml b/charts/stable/minisatip/Chart.yaml index adcbe1e7cfb..9c5c9d8c8c3 100644 --- a/charts/stable/minisatip/Chart.yaml +++ b/charts/stable/minisatip/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utility truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2021.12.01 @@ -32,7 +34,6 @@ maintainers: name: minisatip sources: - https://ghcr.io/linuxserver/minisatip - - https://github.com/truecharts/charts/tree/master/charts/stable/minisatip - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/minisatip type: application version: 12.6.0 diff --git a/charts/stable/minisatip/README.md b/charts/stable/minisatip/README.md index 27f661084f5..e0fb5f03e0c 100644 --- a/charts/stable/minisatip/README.md +++ b/charts/stable/minisatip/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/minisatip` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/minisatip/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/misskey/Chart.yaml b/charts/stable/misskey/Chart.yaml index c3a1d9e0b4e..858df412c57 100644 --- a/charts/stable/misskey/Chart.yaml +++ b/charts/stable/misskey/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Social truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.9.0 @@ -44,7 +46,7 @@ maintainers: name: misskey sources: - https://github.com/misskey-dev/misskey/ - - https://github.com/truecharts/charts/tree/master/charts/stable/misskey + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/misskey - https://hub.docker.com/r/misskey/misskey type: application version: 13.16.1 diff --git a/charts/stable/misskey/README.md b/charts/stable/misskey/README.md index cbd7111b330..ce0994cb135 100644 --- a/charts/stable/misskey/README.md +++ b/charts/stable/misskey/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/misskey) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/misskey` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/misskey ## 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/truecharts/blob/master/charts/stable/misskey/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/misskey/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mixpost/Chart.yaml b/charts/stable/mixpost/Chart.yaml index 4cd17b3999f..3d3058d60f2 100644 --- a/charts/stable/mixpost/Chart.yaml +++ b/charts/stable/mixpost/Chart.yaml @@ -4,7 +4,9 @@ annotations: url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.3.0 @@ -47,7 +49,7 @@ maintainers: name: mixpost sources: - https://github.com/inovector/mixpost - - https://github.com/truecharts/charts/tree/master/charts/stable/mixpost + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mixpost - https://hub.docker.com/r/inovector/mixpost type: application version: 6.6.2 diff --git a/charts/stable/mixpost/README.md b/charts/stable/mixpost/README.md index 56ae3992163..d2bb51d1f0b 100644 --- a/charts/stable/mixpost/README.md +++ b/charts/stable/mixpost/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mixpost) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mixpost` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mixpost ## 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/truecharts/blob/master/charts/stable/mixpost/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mixpost/values.yaml All our Charts use a shared "common" library chart that contains most of the templating and options. -For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mkvcleaver/Chart.yaml b/charts/stable/mkvcleaver/Chart.yaml index 159378266ba..9dba46472e0 100644 --- a/charts/stable/mkvcleaver/Chart.yaml +++ b/charts/stable/mkvcleaver/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.07.2 @@ -33,7 +35,6 @@ maintainers: name: mkvcleaver sources: - https://github.com/jlesage/docker-mkvcleaver - - https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mkvcleaver - https://hub.docker.com/r/jlesage/mkvcleaver type: application diff --git a/charts/stable/mkvcleaver/README.md b/charts/stable/mkvcleaver/README.md index 0b3b67a334c..6fc6c503185 100644 --- a/charts/stable/mkvcleaver/README.md +++ b/charts/stable/mkvcleaver/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mkvcleaver` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mkvcleaver/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mkvtoolnix/Chart.yaml b/charts/stable/mkvtoolnix/Chart.yaml index 187c46d81f9..9ce42a32900 100644 --- a/charts/stable/mkvtoolnix/Chart.yaml +++ b/charts/stable/mkvtoolnix/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.09.1 @@ -34,7 +36,7 @@ maintainers: name: mkvtoolnix sources: - https://github.com/jlesage/docker-mkvtoolnix - - https://github.com/truecharts/charts/tree/master/charts/stable/mkvtoolnix + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mkvtoolnix - https://hub.docker.com/r/jlesage/mkvtoolnix - https://mkvtoolnix.download/ type: application diff --git a/charts/stable/mkvtoolnix/README.md b/charts/stable/mkvtoolnix/README.md index 4e7e18c72ef..a54baaf5702 100644 --- a/charts/stable/mkvtoolnix/README.md +++ b/charts/stable/mkvtoolnix/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mkvtoolnix) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mkvtoolnix` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mkvtoolnix ## 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/truecharts/blob/master/charts/stable/mkvtoolnix/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mkvtoolnix/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/modsecurity-crs/Chart.yaml b/charts/stable/modsecurity-crs/Chart.yaml index d5df3a5c797..b6adec4a134 100644 --- a/charts/stable/modsecurity-crs/Chart.yaml +++ b/charts/stable/modsecurity-crs/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: networking truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.3.4 @@ -34,7 +36,7 @@ maintainers: name: modsecurity-crs sources: - https://github.com/coreruleset/modsecurity-crs-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/modsecurity-crs + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/modsecurity-crs - https://hub.docker.com/r/owasp/modsecurity-crs type: application version: 6.6.0 diff --git a/charts/stable/modsecurity-crs/README.md b/charts/stable/modsecurity-crs/README.md index 52b29e6f5bc..577906cd1d3 100644 --- a/charts/stable/modsecurity-crs/README.md +++ b/charts/stable/modsecurity-crs/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/modsecurity-crs) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/modsecurity-crs` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/modsecurity-crs ## 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/truecharts/blob/master/charts/stable/modsecurity-crs/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/modsecurity-crs/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mojopaste/Chart.yaml b/charts/stable/mojopaste/Chart.yaml index 8775a7604f2..1da31526b3e 100644 --- a/charts/stable/mojopaste/Chart.yaml +++ b/charts/stable/mojopaste/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,7 @@ maintainers: name: mojopaste sources: - https://github.com/jhthorsen/app-mojopaste - - https://github.com/truecharts/charts/tree/master/charts/stable/mojopaste + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mojopaste - https://hub.docker.com/r/jhthorsen/mojopaste type: application version: 8.6.0 diff --git a/charts/stable/mojopaste/README.md b/charts/stable/mojopaste/README.md index 825d32414ce..e9212ed7960 100644 --- a/charts/stable/mojopaste/README.md +++ b/charts/stable/mojopaste/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mojopaste) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mojopaste` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mojopaste ## 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/truecharts/blob/master/charts/stable/mojopaste/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mojopaste/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/monero-node/Chart.yaml b/charts/stable/monero-node/Chart.yaml index 1921e56291f..9d80f2c2597 100644 --- a/charts/stable/monero-node/Chart.yaml +++ b/charts/stable/monero-node/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Crypto truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.18.4.2 @@ -36,7 +38,6 @@ name: monero-node sources: - https://ghcr.io/sethforprivacy/simple-monerod - https://github.com/kannix/monero-full-node - - https://github.com/truecharts/charts/tree/master/charts/stable/monero-node - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/monero-node type: application version: 9.6.0 diff --git a/charts/stable/monero-node/README.md b/charts/stable/monero-node/README.md index f46bd6a1576..9239f23ff8b 100644 --- a/charts/stable/monero-node/README.md +++ b/charts/stable/monero-node/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/monero-node` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/monero-node/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mongo-express/Chart.yaml b/charts/stable/mongo-express/Chart.yaml index 353e8055590..33fb5009e9e 100644 --- a/charts/stable/mongo-express/Chart.yaml +++ b/charts/stable/mongo-express/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: database truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -42,7 +44,7 @@ name: mongo-express sources: - https://gallery.ecr.aws/docker/library/mongo-express - https://github.com/mongo-express/mongo-express - - https://github.com/truecharts/charts/tree/master/charts/stable/mongo-express + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mongo-express type: application version: 9.12.1 diff --git a/charts/stable/mongo-express/README.md b/charts/stable/mongo-express/README.md index 316ec472ef9..d6046e06ff6 100644 --- a/charts/stable/mongo-express/README.md +++ b/charts/stable/mongo-express/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mongo-express) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mongo-express` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mongo-express ## 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/truecharts/blob/master/charts/stable/mongo-express/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mongo-express/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mongodb/Chart.yaml b/charts/stable/mongodb/Chart.yaml index e4bdb8bc6ea..b224657cd3f 100644 --- a/charts/stable/mongodb/Chart.yaml +++ b/charts/stable/mongodb/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: database truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: mongodb sources: - https://github.com/bitnami/bitnami-docker-mongodb - - https://github.com/truecharts/charts/tree/master/charts/stable/mongodb + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mongodb - https://hub.docker.com/r/bitnamisecure/mongodb - https://www.mongodb.com type: application diff --git a/charts/stable/mongodb/README.md b/charts/stable/mongodb/README.md index ba52d91ccb6..6c8363710ca 100644 --- a/charts/stable/mongodb/README.md +++ b/charts/stable/mongodb/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mongodb) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mongodb` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mongodb ## 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/truecharts/blob/master/charts/stable/mongodb/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mongodb/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index da4e44cfebf..2c0c75cb2fe 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: crm truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.1.2 @@ -39,7 +41,7 @@ maintainers: name: monica sources: - https://github.com/monicahq/monica - - https://github.com/truecharts/charts/tree/master/charts/stable/monica + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/monica - https://hub.docker.com/_/monica type: application version: 16.4.1 diff --git a/charts/stable/monica/README.md b/charts/stable/monica/README.md index 68678463c57..d8d9ef25c37 100644 --- a/charts/stable/monica/README.md +++ b/charts/stable/monica/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/monica) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/monica` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/monica ## 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/truecharts/blob/master/charts/stable/monica/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/monica/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mordhau/Chart.yaml b/charts/stable/mordhau/Chart.yaml index ec19af7a589..fb11f5d875c 100644 --- a/charts/stable/mordhau/Chart.yaml +++ b/charts/stable/mordhau/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: mordhau @@ -33,7 +35,7 @@ maintainers: name: mordhau sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/mordhau + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mordhau - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/mordhau/README.md b/charts/stable/mordhau/README.md index 3ecafc9366c..3e0f947fb19 100644 --- a/charts/stable/mordhau/README.md +++ b/charts/stable/mordhau/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mordhau) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mordhau` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mordhau ## 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/truecharts/blob/master/charts/stable/mordhau/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mordhau/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mosdns/Chart.yaml b/charts/stable/mosdns/Chart.yaml index 773cfd69136..d3521b8c9c6 100644 --- a/charts/stable/mosdns/Chart.yaml +++ b/charts/stable/mosdns/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: networking truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.3.3 @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: mosdns sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mosdns + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mosdns - https://hub.docker.com/r/601096721/mosdns type: application version: 12.6.0 diff --git a/charts/stable/mosdns/README.md b/charts/stable/mosdns/README.md index 5cf20f5e2b3..29005bf382b 100644 --- a/charts/stable/mosdns/README.md +++ b/charts/stable/mosdns/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mosdns) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mosdns` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mosdns ## 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/truecharts/blob/master/charts/stable/mosdns/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mosdns/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index 717cbbd985c..1cb90f091b5 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.0.22 @@ -35,7 +37,7 @@ maintainers: name: mosquitto sources: - https://github.com/eclipse/mosquitto - - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mosquitto - https://hub.docker.com/_/eclipse-mosquitto type: application version: 17.6.0 diff --git a/charts/stable/mosquitto/README.md b/charts/stable/mosquitto/README.md index 55e9da0b90a..90b10046023 100644 --- a/charts/stable/mosquitto/README.md +++ b/charts/stable/mosquitto/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mosquitto) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mosquitto` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mosquitto ## 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/truecharts/blob/master/charts/stable/mosquitto/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mosquitto/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mstream/Chart.yaml b/charts/stable/mstream/Chart.yaml index 8ecfc7d0e39..f3f8bceb74b 100644 --- a/charts/stable/mstream/Chart.yaml +++ b/charts/stable/mstream/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.13.1 @@ -35,7 +37,7 @@ name: mstream sources: - https://ghcr.io/linuxserver/mstream - https://github.com/linuxserver/docker-mstream - - https://github.com/truecharts/charts/tree/master/charts/stable/mstream + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mstream - https://mstream.io/ type: application version: 13.6.0 diff --git a/charts/stable/mstream/README.md b/charts/stable/mstream/README.md index a6f11daf1b3..d2d96f7ce49 100644 --- a/charts/stable/mstream/README.md +++ b/charts/stable/mstream/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mstream) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mstream` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mstream ## 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/truecharts/blob/master/charts/stable/mstream/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mstream/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/multi-scrobbler/Chart.yaml b/charts/stable/multi-scrobbler/Chart.yaml index 1c5a3813837..b01bdd5981f 100644 --- a/charts/stable/multi-scrobbler/Chart.yaml +++ b/charts/stable/multi-scrobbler/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Web truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: url: https://truecharts.org name: multi-scrobbler sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/multi-scrobbler - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/multi-scrobbler - https://hub.docker.com/r/foxxmd/multi-scrobbler type: application diff --git a/charts/stable/multi-scrobbler/README.md b/charts/stable/multi-scrobbler/README.md index 5178d87750d..466d24c8f93 100644 --- a/charts/stable/multi-scrobbler/README.md +++ b/charts/stable/multi-scrobbler/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/multi-scrobbler` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/multi-scrobbler/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/muse/Chart.yaml b/charts/stable/muse/Chart.yaml index a79842ff521..dccd266dc2c 100644 --- a/charts/stable/muse/Chart.yaml +++ b/charts/stable/muse/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.11.1 @@ -35,7 +37,7 @@ name: muse sources: - https://ghcr.io/museofficial/muse - https://github.com/museofficial/muse - - https://github.com/truecharts/charts/tree/master/charts/stable/muse + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/muse type: application version: 8.6.0 diff --git a/charts/stable/muse/README.md b/charts/stable/muse/README.md index 85ec4361fc9..0dc90492b21 100644 --- a/charts/stable/muse/README.md +++ b/charts/stable/muse/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/muse) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/muse` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/muse ## 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/truecharts/blob/master/charts/stable/muse/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/muse/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/muximux/Chart.yaml b/charts/stable/muximux/Chart.yaml index 02aab54bced..70f5a4439c5 100644 --- a/charts/stable/muximux/Chart.yaml +++ b/charts/stable/muximux/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: "057352e8" @@ -37,7 +39,7 @@ sources: - https://ghcr.io/linuxserver/muximux - https://github.com/linuxserver/docker-muximux - https://github.com/mescon/Muximux - - https://github.com/truecharts/charts/tree/master/charts/stable/muximux + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/muximux type: application version: 13.6.0 diff --git a/charts/stable/muximux/README.md b/charts/stable/muximux/README.md index 48111cabec2..13f624b5e3b 100644 --- a/charts/stable/muximux/README.md +++ b/charts/stable/muximux/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/muximux) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/muximux` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/muximux ## 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/truecharts/blob/master/charts/stable/muximux/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/muximux/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index da0c6f0766a..1bf520fda35 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.8.3 @@ -34,7 +36,7 @@ sources: - https://fleet.linuxserver.io/image?name=linuxserver/mylar3 - https://github.com/linuxserver/docker-mylar3 - https://github.com/mylar3/mylar3 - - https://github.com/truecharts/charts/tree/master/charts/stable/mylar + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mylar type: application version: 16.6.0 diff --git a/charts/stable/mylar/README.md b/charts/stable/mylar/README.md index 9c6479ac7fa..21332405161 100644 --- a/charts/stable/mylar/README.md +++ b/charts/stable/mylar/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mylar) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mylar` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mylar ## 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/truecharts/blob/master/charts/stable/mylar/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mylar/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mymediaforalexa/Chart.yaml b/charts/stable/mymediaforalexa/Chart.yaml index 613f9c38bae..0e4c7e579aa 100644 --- a/charts/stable/mymediaforalexa/Chart.yaml +++ b/charts/stable/mymediaforalexa/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.3.152.3 @@ -32,7 +34,6 @@ maintainers: url: https://truecharts.org name: mymediaforalexa sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mymediaforalexa - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mymediaforalexa - https://hub.docker.com/r/bizmodeller/mymediaforalexa - https://www.mymediaalexa.com/home/docker#dockerhub diff --git a/charts/stable/mymediaforalexa/README.md b/charts/stable/mymediaforalexa/README.md index d06e1fb32af..6b944d91369 100644 --- a/charts/stable/mymediaforalexa/README.md +++ b/charts/stable/mymediaforalexa/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mymediaforalexa` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mymediaforalexa/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/myspeed/Chart.yaml b/charts/stable/myspeed/Chart.yaml index 74706052255..c281777b9ad 100644 --- a/charts/stable/myspeed/Chart.yaml +++ b/charts/stable/myspeed/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: system truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.0.9 @@ -33,7 +35,6 @@ maintainers: name: myspeed sources: - https://github.com/gnmyt/myspeed - - https://github.com/truecharts/charts/tree/master/charts/stable/myspeed - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/myspeed - https://hub.docker.com/r/germannewsmaker/myspeed - https://myspeed.dev/ diff --git a/charts/stable/myspeed/README.md b/charts/stable/myspeed/README.md index b60b1776ac8..9db7c1216f4 100644 --- a/charts/stable/myspeed/README.md +++ b/charts/stable/myspeed/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/myspeed` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/myspeed/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/mysql-workbench/Chart.yaml b/charts/stable/mysql-workbench/Chart.yaml index 5c88ed34b2a..b77b2f44c1f 100644 --- a/charts/stable/mysql-workbench/Chart.yaml +++ b/charts/stable/mysql-workbench/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 8.0.43 @@ -32,7 +34,7 @@ maintainers: name: mysql-workbench sources: - https://ghcr.io/linuxserver/mysql-workbench - - https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/mysql-workbench type: application version: 12.6.1 diff --git a/charts/stable/mysql-workbench/README.md b/charts/stable/mysql-workbench/README.md index 080de2b7c41..67348251ecd 100644 --- a/charts/stable/mysql-workbench/README.md +++ b/charts/stable/mysql-workbench/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/mysql-workbench) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/mysql-workbench` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/mysql-workbench ## 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/truecharts/blob/master/charts/stable/mysql-workbench/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/mysql-workbench/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/n8n/Chart.yaml b/charts/stable/n8n/Chart.yaml index 4f7c4acadba..ff870057c76 100644 --- a/charts/stable/n8n/Chart.yaml +++ b/charts/stable/n8n/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.113.3 @@ -42,7 +44,7 @@ sources: - https://docs.n8n.io/ - https://ghcr.io/n8n-io/n8n - https://github.com/n8n-io/n8n - - https://github.com/truecharts/charts/tree/master/charts/stable/n8n + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/n8n type: application version: 17.23.4 diff --git a/charts/stable/n8n/README.md b/charts/stable/n8n/README.md index 32a6d081d1e..cea924c2632 100644 --- a/charts/stable/n8n/README.md +++ b/charts/stable/n8n/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/n8n) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/n8n` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/n8n ## 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/truecharts/blob/master/charts/stable/n8n/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/n8n/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/namecheap-ddns/Chart.yaml b/charts/stable/namecheap-ddns/Chart.yaml index b2e8fbc70d9..15649a30c34 100644 --- a/charts/stable/namecheap-ddns/Chart.yaml +++ b/charts/stable/namecheap-ddns/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: namecheap-ddns sources: - https://github.com/EdwardChamberlain/namecheap_ddns - - https://github.com/truecharts/charts/tree/master/charts/stable/namecheap-ddns + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/namecheap-ddns - https://hub.docker.com/r/edchamberlain/namecheap_ddns type: application version: 8.6.0 diff --git a/charts/stable/namecheap-ddns/README.md b/charts/stable/namecheap-ddns/README.md index 43836051822..828fa03cc34 100644 --- a/charts/stable/namecheap-ddns/README.md +++ b/charts/stable/namecheap-ddns/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/namecheap-ddns) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/namecheap-ddns` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/namecheap-ddns ## 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/truecharts/blob/master/charts/stable/namecheap-ddns/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/namecheap-ddns/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nano-wallet/Chart.yaml b/charts/stable/nano-wallet/Chart.yaml index acfad4e06ec..53ba4ea10e8 100644 --- a/charts/stable/nano-wallet/Chart.yaml +++ b/charts/stable/nano-wallet/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2021.12.16 @@ -32,7 +34,7 @@ maintainers: name: nano-wallet sources: - https://ghcr.io/linuxserver/nano-wallet - - https://github.com/truecharts/charts/tree/master/charts/stable/nano-wallet + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nano-wallet type: application version: 12.6.0 diff --git a/charts/stable/nano-wallet/README.md b/charts/stable/nano-wallet/README.md index 869c190c8d0..f0061c8ae88 100644 --- a/charts/stable/nano-wallet/README.md +++ b/charts/stable/nano-wallet/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nano-wallet) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/nano-wallet` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/nano-wallet ## 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/truecharts/blob/master/charts/stable/nano-wallet/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/nano-wallet/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml index 607d7f45c9d..02b2f4f8981 100644 --- a/charts/stable/navidrome/Chart.yaml +++ b/charts/stable/navidrome/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.58.0 @@ -34,7 +36,6 @@ maintainers: name: navidrome sources: - https://github.com/deluan/navidrome - - https://github.com/truecharts/charts/tree/master/charts/stable/navidrome - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/navidrome - https://hub.docker.com/r/deluan/navidrome type: application diff --git a/charts/stable/navidrome/README.md b/charts/stable/navidrome/README.md index aa3df1f46af..6e4b84b2fa4 100644 --- a/charts/stable/navidrome/README.md +++ b/charts/stable/navidrome/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/navidrome` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/navidrome/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nebula-sync/Chart.yaml b/charts/stable/nebula-sync/Chart.yaml index 63d6d677fb2..31774dd6769 100644 --- a/charts/stable/nebula-sync/Chart.yaml +++ b/charts/stable/nebula-sync/Chart.yaml @@ -4,7 +4,9 @@ annotations: url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: networking truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.11.1 @@ -32,7 +34,7 @@ maintainers: name: nebula-sync sources: - https://ghcr.io/lovelaze/nebula-sync - - https://github.com/truecharts/charts/tree/master/charts/stable/nebula-sync + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nebula-sync type: application version: 0.6.0 diff --git a/charts/stable/nebula-sync/README.md b/charts/stable/nebula-sync/README.md index 7ef0b890d73..5f6ce66378a 100644 --- a/charts/stable/nebula-sync/README.md +++ b/charts/stable/nebula-sync/README.md @@ -1,3 +1,50 @@ --- title: README ---- \ No newline at end of file +--- + +## General Info + +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nebula-sync) + +**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/nebula-sync` + +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/nebula-sync + +## 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/stable/nebula-sync/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://truecharts.org/common/) + +For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/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://truecharts.org/general/sponsor/) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/necesse/Chart.yaml b/charts/stable/necesse/Chart.yaml index 0f10d38ae33..bdc983fa2a1 100644 --- a/charts/stable/necesse/Chart.yaml +++ b/charts/stable/necesse/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: necesse @@ -33,7 +35,6 @@ maintainers: name: necesse sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/necesse - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/necesse - https://www.steampowered.com/ type: application diff --git a/charts/stable/necesse/README.md b/charts/stable/necesse/README.md index b0c51cde3b2..6cba8820821 100644 --- a/charts/stable/necesse/README.md +++ b/charts/stable/necesse/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/necesse` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/necesse/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/neko/Chart.yaml b/charts/stable/neko/Chart.yaml index fdc1c9ad2ce..c7ba1b1d4a7 100644 --- a/charts/stable/neko/Chart.yaml +++ b/charts/stable/neko/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.0.8 @@ -43,7 +45,6 @@ sources: - https://ghcr.io/m1k1o/neko/vlc - https://ghcr.io/m1k1o/neko/xfce - https://github.com/m1k1o/neko - - https://github.com/truecharts/charts/tree/master/charts/stable/neko - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/neko type: application version: 10.6.0 diff --git a/charts/stable/neko/README.md b/charts/stable/neko/README.md index a72bb3c2f5f..d6a55eff4cb 100644 --- a/charts/stable/neko/README.md +++ b/charts/stable/neko/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/neko` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/neko/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/netbootxyz/Chart.yaml b/charts/stable/netbootxyz/Chart.yaml index d53657f1eae..54f551c133e 100644 --- a/charts/stable/netbootxyz/Chart.yaml +++ b/charts/stable/netbootxyz/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: networking truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.7.6 @@ -34,7 +36,7 @@ name: netbootxyz sources: - https://ghcr.io/netbootxyz/netbootxyz - https://github.com/netbootxyz/netboot.xyz - - https://github.com/truecharts/charts/tree/master/charts/stable/netbootxyz + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/netbootxyz type: application version: 7.6.0 diff --git a/charts/stable/netbootxyz/README.md b/charts/stable/netbootxyz/README.md index f7a54ec1643..bae4523a5a5 100644 --- a/charts/stable/netbootxyz/README.md +++ b/charts/stable/netbootxyz/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/netbootxyz) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/netbootxyz` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/netbootxyz ## 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/truecharts/blob/master/charts/stable/netbootxyz/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/netbootxyz/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/netdata/Chart.yaml b/charts/stable/netdata/Chart.yaml index 6e6ed745d45..aa149df3a2b 100644 --- a/charts/stable/netdata/Chart.yaml +++ b/charts/stable/netdata/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.7.0 @@ -33,7 +35,7 @@ maintainers: name: netdata sources: - https://github.com/netdata - - https://github.com/truecharts/charts/tree/master/charts/stable/netdata + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/netdata - https://quay.io/netdata/netdata type: application version: 13.8.0 diff --git a/charts/stable/netdata/README.md b/charts/stable/netdata/README.md index 90a99b0f1e6..2a801e697ea 100644 --- a/charts/stable/netdata/README.md +++ b/charts/stable/netdata/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/netdata) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/netdata` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/netdata ## 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/truecharts/blob/master/charts/stable/netdata/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/netdata/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/neverwinternights-ee/Chart.yaml b/charts/stable/neverwinternights-ee/Chart.yaml index 7c830326f6b..98fb538f540 100644 --- a/charts/stable/neverwinternights-ee/Chart.yaml +++ b/charts/stable/neverwinternights-ee/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: neverwinternights-ee sources: - https://ghcr.io/ich777/nwnee-server - - https://github.com/truecharts/charts/tree/master/charts/stable/neverwinternights-ee + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/neverwinternights-ee - https://www.beamdog.com/games/neverwinter-nights-enhanced/ type: application version: 8.6.0 diff --git a/charts/stable/neverwinternights-ee/README.md b/charts/stable/neverwinternights-ee/README.md index 0c80eec43eb..f9454a23a97 100644 --- a/charts/stable/neverwinternights-ee/README.md +++ b/charts/stable/neverwinternights-ee/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/neverwinternights-ee) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/neverwinternights-ee` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/neverwinternights-ee ## 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/truecharts/blob/master/charts/stable/neverwinternights-ee/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/neverwinternights-ee/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/newyearcountdownclock/Chart.yaml b/charts/stable/newyearcountdownclock/Chart.yaml index 0e059248084..5fcc70ee3bd 100644 --- a/charts/stable/newyearcountdownclock/Chart.yaml +++ b/charts/stable/newyearcountdownclock/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: newyearcountdownclock sources: - https://github.com/modem7/Docker-NewYearCountdown - - https://github.com/truecharts/charts/tree/master/charts/stable/newyearcountdownclock + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/newyearcountdownclock - https://hub.docker.com/r/modem7/newyearcountdown type: application version: 8.6.0 diff --git a/charts/stable/newyearcountdownclock/README.md b/charts/stable/newyearcountdownclock/README.md index 7eb116ce197..a51b3267717 100644 --- a/charts/stable/newyearcountdownclock/README.md +++ b/charts/stable/newyearcountdownclock/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/newyearcountdownclock) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/newyearcountdownclock` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/newyearcountdownclock ## 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/truecharts/blob/master/charts/stable/newyearcountdownclock/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/newyearcountdownclock/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nextpvr/Chart.yaml b/charts/stable/nextpvr/Chart.yaml index c571c42e2d4..12a5f0d39f3 100644 --- a/charts/stable/nextpvr/Chart.yaml +++ b/charts/stable/nextpvr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: stable @@ -33,7 +35,6 @@ maintainers: name: nextpvr sources: - https://github.com/sub3/NextPVR/wiki/Install-Docker - - https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nextpvr - https://hub.docker.com/r/nextpvr/nextpvr_amd64 type: application diff --git a/charts/stable/nextpvr/README.md b/charts/stable/nextpvr/README.md index 843116a2ac7..118ff1e87e4 100644 --- a/charts/stable/nextpvr/README.md +++ b/charts/stable/nextpvr/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/nextpvr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/nextpvr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nexus-oss/Chart.yaml b/charts/stable/nexus-oss/Chart.yaml index f035669191e..d7fc76e7f33 100644 --- a/charts/stable/nexus-oss/Chart.yaml +++ b/charts/stable/nexus-oss/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.84.1 @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: nexus-oss sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nexus-oss + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nexus-oss - https://hub.docker.com/r/sonatype/nexus3 type: application version: 8.9.0 diff --git a/charts/stable/nexus-oss/README.md b/charts/stable/nexus-oss/README.md index 22a5c234161..1d597b8ede0 100644 --- a/charts/stable/nexus-oss/README.md +++ b/charts/stable/nexus-oss/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nexus-oss) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/nexus-oss` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/nexus-oss ## 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/truecharts/blob/master/charts/stable/nexus-oss/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/nexus-oss/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nginx-proxy-manager/Chart.yaml b/charts/stable/nginx-proxy-manager/Chart.yaml index 41cae5004fb..f5fd99820c7 100644 --- a/charts/stable/nginx-proxy-manager/Chart.yaml +++ b/charts/stable/nginx-proxy-manager/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: networking truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.12.6 @@ -41,7 +43,7 @@ maintainers: name: nginx-proxy-manager sources: - https://github.com/NginxProxyManager/nginx-proxy-manager - - https://github.com/truecharts/charts/tree/master/charts/stable/nginx-proxy-manager + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nginx-proxy-manager - https://hub.docker.com/r/jc21/nginx-proxy-manager - https://nginxproxymanager.com/ type: application diff --git a/charts/stable/nginx-proxy-manager/README.md b/charts/stable/nginx-proxy-manager/README.md index 14bc14fe460..bdc3d0dd0a1 100644 --- a/charts/stable/nginx-proxy-manager/README.md +++ b/charts/stable/nginx-proxy-manager/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nginx-proxy-manager) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/nginx-proxy-manager` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/nginx-proxy-manager ## 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/truecharts/blob/master/charts/stable/nginx-proxy-manager/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/nginx-proxy-manager/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ngircd/Chart.yaml b/charts/stable/ngircd/Chart.yaml index 55b7273dee0..bb64a5308bb 100644 --- a/charts/stable/ngircd/Chart.yaml +++ b/charts/stable/ngircd/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2021.11.21 @@ -32,7 +34,7 @@ maintainers: name: ngircd sources: - https://ghcr.io/linuxserver/ngircd - - https://github.com/truecharts/charts/tree/master/charts/stable/ngircd + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ngircd type: application version: 12.6.0 diff --git a/charts/stable/ngircd/README.md b/charts/stable/ngircd/README.md index 7eeff942222..a7c675a269d 100644 --- a/charts/stable/ngircd/README.md +++ b/charts/stable/ngircd/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ngircd) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ngircd` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ngircd ## 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/truecharts/blob/master/charts/stable/ngircd/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ngircd/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nightscout/Chart.yaml b/charts/stable/nightscout/Chart.yaml index 265449d84b6..c6cb9f5b842 100644 --- a/charts/stable/nightscout/Chart.yaml +++ b/charts/stable/nightscout/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: nightscout sources: - https://github.com/nightscout/cgm-remote-monitor - - https://github.com/truecharts/charts/tree/master/charts/stable/nightscout + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nightscout - https://hub.docker.com/r/nightscout/cgm-remote-monitor-travis - https://registry.hub.docker.com/r/nightscout/cgm-remote-monitor-travis type: application diff --git a/charts/stable/nightscout/README.md b/charts/stable/nightscout/README.md index 5004d380d94..6f26b091642 100644 --- a/charts/stable/nightscout/README.md +++ b/charts/stable/nightscout/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nightscout) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/nightscout` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/nightscout ## 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/truecharts/blob/master/charts/stable/nightscout/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/nightscout/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nitter/Chart.yaml b/charts/stable/nitter/Chart.yaml index f77a210f06b..674f687b7d2 100644 --- a/charts/stable/nitter/Chart.yaml +++ b/charts/stable/nitter/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -39,7 +41,7 @@ maintainers: url: https://truecharts.org name: nitter sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nitter + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nitter - https://github.com/zedeus/nitter - https://hub.docker.com/r/zedeus/nitter type: application diff --git a/charts/stable/nitter/README.md b/charts/stable/nitter/README.md index a312f9c4480..fb0e3fda159 100644 --- a/charts/stable/nitter/README.md +++ b/charts/stable/nitter/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nitter) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/nitter` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/nitter ## 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/truecharts/blob/master/charts/stable/nitter/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/nitter/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nntp2nntp/Chart.yaml b/charts/stable/nntp2nntp/Chart.yaml index 9baf0207c0d..1da02494e32 100644 --- a/charts/stable/nntp2nntp/Chart.yaml +++ b/charts/stable/nntp2nntp/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.3.20230704 @@ -32,7 +34,7 @@ maintainers: name: nntp2nntp sources: - https://ghcr.io/linuxserver/nntp2nntp - - https://github.com/truecharts/charts/tree/master/charts/stable/nntp2nntp + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nntp2nntp type: application version: 12.6.0 diff --git a/charts/stable/nntp2nntp/README.md b/charts/stable/nntp2nntp/README.md index 423a0c2d6cd..f85177dc44a 100644 --- a/charts/stable/nntp2nntp/README.md +++ b/charts/stable/nntp2nntp/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nntp2nntp) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/nntp2nntp` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/nntp2nntp ## 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/truecharts/blob/master/charts/stable/nntp2nntp/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/nntp2nntp/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nocodb/Chart.yaml b/charts/stable/nocodb/Chart.yaml index db617456c2b..0e89ab26f22 100644 --- a/charts/stable/nocodb/Chart.yaml +++ b/charts/stable/nocodb/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.264.9 @@ -39,7 +41,7 @@ maintainers: name: nocodb sources: - https://github.com/nocodb/nocodb - - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nocodb - https://hub.docker.com/r/nocodb/nocodb type: application version: 17.14.1 diff --git a/charts/stable/nocodb/README.md b/charts/stable/nocodb/README.md index 04f83e559ea..a25628c382e 100644 --- a/charts/stable/nocodb/README.md +++ b/charts/stable/nocodb/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nocodb) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/nocodb` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/nocodb ## 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/truecharts/blob/master/charts/stable/nocodb/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/nocodb/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index 52257623278..ad2665fbbac 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/node-red/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: tools truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.1.0 @@ -33,7 +35,7 @@ maintainers: name: node-red sources: - https://github.com/node-red/node-red-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/node-red + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/node-red - https://hub.docker.com/r/nodered/node-red type: application version: 22.7.0 diff --git a/charts/stable/node-red/README.md b/charts/stable/node-red/README.md index cea79aa6eb4..0dd6757bc4a 100644 --- a/charts/stable/node-red/README.md +++ b/charts/stable/node-red/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/node-red) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/node-red` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/node-red ## 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/truecharts/blob/master/charts/stable/node-red/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/node-red/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nosqlclient/Chart.yaml b/charts/stable/nosqlclient/Chart.yaml index 1bb5ddb9585..b113348c144 100644 --- a/charts/stable/nosqlclient/Chart.yaml +++ b/charts/stable/nosqlclient/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: nosqlclient sources: - https://github.com/nosqlclient/nosqlclient - - https://github.com/truecharts/charts/tree/master/charts/stable/nosqlclient + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nosqlclient - https://hub.docker.com/r/mongoclient/mongoclient type: application version: 8.6.0 diff --git a/charts/stable/nosqlclient/README.md b/charts/stable/nosqlclient/README.md index 046100e4f63..2de36e88a7b 100644 --- a/charts/stable/nosqlclient/README.md +++ b/charts/stable/nosqlclient/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nosqlclient) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/nosqlclient` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/nosqlclient ## 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/truecharts/blob/master/charts/stable/nosqlclient/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/nosqlclient/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/notarius/Chart.yaml b/charts/stable/notarius/Chart.yaml index ef78e1261aa..96a18adc54b 100644 --- a/charts/stable/notarius/Chart.yaml +++ b/charts/stable/notarius/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: notarius sources: - https://github.com/agusalex/Notarius - - https://github.com/truecharts/charts/tree/master/charts/stable/notarius + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/notarius - https://hub.docker.com/r/agusalex/notarius type: application version: 8.6.0 diff --git a/charts/stable/notarius/README.md b/charts/stable/notarius/README.md index 66d121838f2..0f315e07aa6 100644 --- a/charts/stable/notarius/README.md +++ b/charts/stable/notarius/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/notarius) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/notarius` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/notarius ## 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/truecharts/blob/master/charts/stable/notarius/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/notarius/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/notea/Chart.yaml b/charts/stable/notea/Chart.yaml index 81db8b59cfb..2bfe9f31e9f 100644 --- a/charts/stable/notea/Chart.yaml +++ b/charts/stable/notea/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: notea sources: - https://github.com/diamkil/docker-notea - - https://github.com/truecharts/charts/tree/master/charts/stable/notea + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/notea - https://hub.docker.com/r/diamkil/notea - https://registry.hub.docker.com/r/diamkil/notea/ type: application diff --git a/charts/stable/notea/README.md b/charts/stable/notea/README.md index fc158143bea..a0c468410d8 100644 --- a/charts/stable/notea/README.md +++ b/charts/stable/notea/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/notea) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/notea` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/notea ## 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/truecharts/blob/master/charts/stable/notea/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/notea/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/notifiarr/Chart.yaml b/charts/stable/notifiarr/Chart.yaml index bc1b878bcb3..52b91afb52c 100644 --- a/charts/stable/notifiarr/Chart.yaml +++ b/charts/stable/notifiarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.8.3 @@ -35,7 +37,6 @@ maintainers: name: notifiarr sources: - https://github.com/Notifiarr/notifiarr - - https://github.com/truecharts/charts/tree/master/charts/stable/notifiarr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/notifiarr - https://hub.docker.com/r/golift/notifiarr type: application diff --git a/charts/stable/notifiarr/README.md b/charts/stable/notifiarr/README.md index 2cc101ba557..8f2ce64d385 100644 --- a/charts/stable/notifiarr/README.md +++ b/charts/stable/notifiarr/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/notifiarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/notifiarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/novnc/Chart.yaml b/charts/stable/novnc/Chart.yaml index 59fc6a38f61..0aa7f5af4c4 100644 --- a/charts/stable/novnc/Chart.yaml +++ b/charts/stable/novnc/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.2.0 @@ -35,7 +37,7 @@ maintainers: name: novnc sources: - https://ghcr.io/nicholaswilde/novnc - - https://github.com/truecharts/charts/tree/master/charts/stable/novnc + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/novnc - https://novnc.com/ type: application version: 13.6.0 diff --git a/charts/stable/novnc/README.md b/charts/stable/novnc/README.md index 4732bbfaf78..0482d86a310 100644 --- a/charts/stable/novnc/README.md +++ b/charts/stable/novnc/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/novnc) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/novnc` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/novnc ## 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/truecharts/blob/master/charts/stable/novnc/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/novnc/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ntfy/Chart.yaml b/charts/stable/ntfy/Chart.yaml index 3d2a6f9cfcb..38d14161a83 100644 --- a/charts/stable/ntfy/Chart.yaml +++ b/charts/stable/ntfy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.14.0 @@ -32,7 +34,7 @@ maintainers: name: ntfy sources: - https://github.com/binwiederhier/ntfy/ - - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ntfy - https://hub.docker.com/r/binwiederhier/ntfy type: application version: 12.8.0 diff --git a/charts/stable/ntfy/README.md b/charts/stable/ntfy/README.md index 530fed2daec..a659ff14bd0 100644 --- a/charts/stable/ntfy/README.md +++ b/charts/stable/ntfy/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ntfy) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ntfy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ntfy ## 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/truecharts/blob/master/charts/stable/ntfy/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ntfy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nullserv/Chart.yaml b/charts/stable/nullserv/Chart.yaml index 6e15ea110ca..c0418163206 100644 --- a/charts/stable/nullserv/Chart.yaml +++ b/charts/stable/nullserv/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.3.0 @@ -33,7 +35,7 @@ name: nullserv sources: - https://ghcr.io/k8s-at-home/nullserv - https://github.com/bmrzycki/nullserv - - https://github.com/truecharts/charts/tree/master/charts/stable/nullserv + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nullserv type: application version: 16.6.0 diff --git a/charts/stable/nullserv/README.md b/charts/stable/nullserv/README.md index 797b02d85a6..04c8e2c5a0b 100644 --- a/charts/stable/nullserv/README.md +++ b/charts/stable/nullserv/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nullserv) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/nullserv` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/nullserv ## 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/truecharts/blob/master/charts/stable/nullserv/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/nullserv/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nvidia-gpu-exporter/Chart.yaml b/charts/stable/nvidia-gpu-exporter/Chart.yaml index 41de1a36b4f..cf4dceec8f8 100644 --- a/charts/stable/nvidia-gpu-exporter/Chart.yaml +++ b/charts/stable/nvidia-gpu-exporter/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: metrics truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.3.2 @@ -33,7 +35,6 @@ maintainers: url: https://truecharts.org name: nvidia-gpu-exporter sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nvidia-gpu-exporter - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nvidia-gpu-exporter - https://github.com/utkuozdemir/nvidia_gpu_exporter - https://hub.docker.com/r/utkuozdemir/nvidia_gpu_exporter diff --git a/charts/stable/nvidia-gpu-exporter/README.md b/charts/stable/nvidia-gpu-exporter/README.md index bd9bbb7ff62..c7884ae2df9 100644 --- a/charts/stable/nvidia-gpu-exporter/README.md +++ b/charts/stable/nvidia-gpu-exporter/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/nvidia-gpu-exporter` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/nvidia-gpu-exporter/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml index 8010b7e745d..170d7cf2e24 100644 --- a/charts/stable/nzbget/Chart.yaml +++ b/charts/stable/nzbget/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.3.0 @@ -34,7 +36,6 @@ name: nzbget sources: - https://ghcr.io/home-operations/nzbget - https://github.com/nzbgetcom/nzbget - - https://github.com/truecharts/charts/tree/master/charts/stable/nzbget - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nzbget - https://nzbget.net/ type: application diff --git a/charts/stable/nzbget/README.md b/charts/stable/nzbget/README.md index 3776408f410..4b517d78eaf 100644 --- a/charts/stable/nzbget/README.md +++ b/charts/stable/nzbget/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/nzbget` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/nzbget/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml index 0ef44937eb4..86841d7dfa9 100644 --- a/charts/stable/nzbhydra/Chart.yaml +++ b/charts/stable/nzbhydra/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 7.19.2 @@ -34,7 +36,7 @@ name: nzbhydra sources: - https://ghcr.io/home-operations/nzbhydra2 - https://github.com/theotherp/nzbhydra2 - - https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nzbhydra type: application version: 26.6.1 diff --git a/charts/stable/nzbhydra/README.md b/charts/stable/nzbhydra/README.md index 309cf25f750..018d557818b 100644 --- a/charts/stable/nzbhydra/README.md +++ b/charts/stable/nzbhydra/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/nzbhydra) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/nzbhydra` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/nzbhydra ## 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/truecharts/blob/master/charts/stable/nzbhydra/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/nzbhydra/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/obs-ndi/Chart.yaml b/charts/stable/obs-ndi/Chart.yaml index 48fc78e8a71..90badd397ce 100644 --- a/charts/stable/obs-ndi/Chart.yaml +++ b/charts/stable/obs-ndi/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,6 @@ maintainers: name: obs-ndi sources: - https://github.com/patrickstigler/docker-obs-ndi - - https://github.com/truecharts/charts/tree/master/charts/stable/obs-ndi - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/obs-ndi - https://hub.docker.com/r/patrickstigler/obs-ndi type: application diff --git a/charts/stable/obs-ndi/README.md b/charts/stable/obs-ndi/README.md index 1e35770d995..8a448a6d0dd 100644 --- a/charts/stable/obs-ndi/README.md +++ b/charts/stable/obs-ndi/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/obs-ndi` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/obs-ndi/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/observium/Chart.yaml b/charts/stable/observium/Chart.yaml index 73bdba42b3e..b89fa6b3aa9 100644 --- a/charts/stable/observium/Chart.yaml +++ b/charts/stable/observium/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Management truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 20250519.0.0 @@ -40,7 +42,7 @@ maintainers: name: observium sources: - https://github.com/pvrmza/docker-observium - - https://github.com/truecharts/charts/tree/master/charts/stable/observium + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/observium - https://hub.docker.com/r/pvrmza/docker-observium - https://www.observium.org/ type: application diff --git a/charts/stable/observium/README.md b/charts/stable/observium/README.md index 0315dba3c04..6df06fd2d96 100644 --- a/charts/stable/observium/README.md +++ b/charts/stable/observium/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/observium) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/observium` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/observium ## 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/truecharts/blob/master/charts/stable/observium/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/observium/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/obsidian/Chart.yaml b/charts/stable/obsidian/Chart.yaml index c91917f66b1..fef9ba44c7f 100644 --- a/charts/stable/obsidian/Chart.yaml +++ b/charts/stable/obsidian/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.1.1 @@ -35,7 +37,6 @@ sources: - https://ghcr.io/sytone/obsidian-remote - https://github.com/sytone/obsidian-remote - https://github.com/sytone/obsidian-remote/pkgs/container/obsidian-remote - - https://github.com/truecharts/charts/tree/master/charts/stable/obsidian - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/obsidian type: application version: 9.6.0 diff --git a/charts/stable/obsidian/README.md b/charts/stable/obsidian/README.md index 2a3bf543503..41828fb2c62 100644 --- a/charts/stable/obsidian/README.md +++ b/charts/stable/obsidian/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/obsidian` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/obsidian/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml index 2a04f1ea18b..d1ed37314e4 100644 --- a/charts/stable/octoprint/Chart.yaml +++ b/charts/stable/octoprint/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.11.3 @@ -34,7 +36,7 @@ maintainers: name: octoprint sources: - https://github.com/OctoPrint/OctoPrint - - https://github.com/truecharts/charts/tree/master/charts/stable/octoprint + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/octoprint - https://hub.docker.com/r/octoprint/octoprint type: application version: 16.6.0 diff --git a/charts/stable/octoprint/README.md b/charts/stable/octoprint/README.md index e0911b04607..cc50d18d766 100644 --- a/charts/stable/octoprint/README.md +++ b/charts/stable/octoprint/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/octoprint) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/octoprint` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/octoprint ## 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/truecharts/blob/master/charts/stable/octoprint/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/octoprint/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/odoo/Chart.yaml b/charts/stable/odoo/Chart.yaml index a935abf9a27..4c9b4bc9223 100644 --- a/charts/stable/odoo/Chart.yaml +++ b/charts/stable/odoo/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 19.0.0 @@ -39,7 +41,7 @@ name: odoo sources: - https://gallery.ecr.aws/docker/library/odoo - https://github.com/odoo/docker - - https://github.com/truecharts/charts/tree/master/charts/stable/odoo + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/odoo type: application version: 22.1.0 diff --git a/charts/stable/odoo/README.md b/charts/stable/odoo/README.md index 83fb29f4669..d8e4c7c9c57 100644 --- a/charts/stable/odoo/README.md +++ b/charts/stable/odoo/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/odoo) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/odoo` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/odoo ## 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/truecharts/blob/master/charts/stable/odoo/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/odoo/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 7307961cbc0..2ac93987407 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: AI truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.12.3 @@ -35,7 +37,6 @@ sources: - https://ghcr.io/open-webui/open-webui - https://github.com/ollama/ollama - https://github.com/open-webui/open-webui - - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application diff --git a/charts/stable/ollama/README.md b/charts/stable/ollama/README.md index 17a64fcbb2c..1f8f66f7146 100644 --- a/charts/stable/ollama/README.md +++ b/charts/stable/ollama/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ollama` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ollama/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index 9fdb5320ab3..cd49f618f47 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.15.0 @@ -32,7 +34,6 @@ maintainers: name: omada-controller sources: - https://github.com/mbentley/docker-omada-controller - - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/omada-controller - https://hub.docker.com/r/mbentley/omada-controller type: application diff --git a/charts/stable/omada-controller/README.md b/charts/stable/omada-controller/README.md index 72ded166f3f..b2bf5058e70 100644 --- a/charts/stable/omada-controller/README.md +++ b/charts/stable/omada-controller/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/omada-controller` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/omada-controller/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index 4c16e521aa8..27808c5bc4a 100644 --- a/charts/stable/ombi/Chart.yaml +++ b/charts/stable/ombi/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.47.1 @@ -37,7 +39,7 @@ maintainers: name: ombi sources: - https://ghcr.io/linuxserver/ombi - - https://github.com/truecharts/charts/tree/master/charts/stable/ombi + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ombi type: application version: 22.6.1 diff --git a/charts/stable/ombi/README.md b/charts/stable/ombi/README.md index a8bd0c0ea44..16fe285f400 100644 --- a/charts/stable/ombi/README.md +++ b/charts/stable/ombi/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ombi) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ombi` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ombi ## 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/truecharts/blob/master/charts/stable/ombi/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ombi/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/onlinecheckyourserver/Chart.yaml b/charts/stable/onlinecheckyourserver/Chart.yaml index 42400b1fe46..d56b0ebaee4 100644 --- a/charts/stable/onlinecheckyourserver/Chart.yaml +++ b/charts/stable/onlinecheckyourserver/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: onlinecheckyourserver sources: - https://ghcr.io/ich777/online-check-pushover - - https://github.com/truecharts/charts/tree/master/charts/stable/onlinecheckyourserver + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/onlinecheckyourserver type: application version: 8.6.0 diff --git a/charts/stable/onlinecheckyourserver/README.md b/charts/stable/onlinecheckyourserver/README.md index 40195835b72..9821141163a 100644 --- a/charts/stable/onlinecheckyourserver/README.md +++ b/charts/stable/onlinecheckyourserver/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/onlinecheckyourserver) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/onlinecheckyourserver` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/onlinecheckyourserver ## 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/truecharts/blob/master/charts/stable/onlinecheckyourserver/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/onlinecheckyourserver/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml index f5769e444b3..cae761b52aa 100644 --- a/charts/stable/onlyoffice-document-server/Chart.yaml +++ b/charts/stable/onlyoffice-document-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: office truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 9.0.4 @@ -40,7 +42,6 @@ name: onlyoffice-document-server sources: - https://github.com/ONLYOFFICE/Docker-DocumentServer - https://github.com/ONLYOFFICE/DocumentServer - - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/onlyoffice-document-server - https://hub.docker.com/r/onlyoffice/documentserver type: application diff --git a/charts/stable/onlyoffice-document-server/README.md b/charts/stable/onlyoffice-document-server/README.md index 115bf6d5f1a..51717e29b2f 100644 --- a/charts/stable/onlyoffice-document-server/README.md +++ b/charts/stable/onlyoffice-document-server/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/onlyoffice-document-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/onlyoffice-document-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openaudible/Chart.yaml b/charts/stable/openaudible/Chart.yaml index b62708f0bb6..6d162e5ad62 100644 --- a/charts/stable/openaudible/Chart.yaml +++ b/charts/stable/openaudible/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: name: openaudible sources: - https://github.com/openaudible/openaudible_docker - - https://github.com/truecharts/charts/tree/master/charts/stable/openaudible + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/openaudible - https://hub.docker.com/r/openaudible/openaudible type: application version: 8.6.0 diff --git a/charts/stable/openaudible/README.md b/charts/stable/openaudible/README.md index 72933f25963..7a7b79192f7 100644 --- a/charts/stable/openaudible/README.md +++ b/charts/stable/openaudible/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openaudible) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/openaudible` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/openaudible ## 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/truecharts/blob/master/charts/stable/openaudible/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/openaudible/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openbooks/Chart.yaml b/charts/stable/openbooks/Chart.yaml index 61acd2bcd46..a39a343d0b8 100644 --- a/charts/stable/openbooks/Chart.yaml +++ b/charts/stable/openbooks/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.5.0 @@ -33,7 +35,7 @@ maintainers: name: openbooks sources: - https://github.com/evan-buss/openbooks - - https://github.com/truecharts/charts/tree/master/charts/stable/openbooks + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/openbooks - https://hub.docker.com/r/evanbuss/openbooks type: application version: 7.6.0 diff --git a/charts/stable/openbooks/README.md b/charts/stable/openbooks/README.md index 74b0006bb69..d374cbc52c7 100644 --- a/charts/stable/openbooks/README.md +++ b/charts/stable/openbooks/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openbooks) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/openbooks` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/openbooks ## 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/truecharts/blob/master/charts/stable/openbooks/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/openbooks/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/opengl-desktop-g3/Chart.yaml b/charts/stable/opengl-desktop-g3/Chart.yaml index 309bddd66d8..fe7b86eb9e6 100644 --- a/charts/stable/opengl-desktop-g3/Chart.yaml +++ b/charts/stable/opengl-desktop-g3/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,6 @@ maintainers: name: opengl-desktop-g3 sources: - https://github.com/accetto/headless-drawing-g3/ - - https://github.com/truecharts/charts/tree/master/charts/stable/opengl-desktop-g3 - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/opengl-desktop-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3 type: application diff --git a/charts/stable/opengl-desktop-g3/README.md b/charts/stable/opengl-desktop-g3/README.md index 63bd0fc0fb2..2766796033c 100644 --- a/charts/stable/opengl-desktop-g3/README.md +++ b/charts/stable/opengl-desktop-g3/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/opengl-desktop-g3` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/opengl-desktop-g3/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openhab/Chart.yaml b/charts/stable/openhab/Chart.yaml index 77a0f08d3fd..36a62a99f2c 100644 --- a/charts/stable/openhab/Chart.yaml +++ b/charts/stable/openhab/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.0.1 @@ -31,7 +33,7 @@ maintainers: url: https://truecharts.org name: openhab sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/openhab + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/openhab - https://hub.docker.com/r/openhab/openhab type: application version: 13.5.0 diff --git a/charts/stable/openhab/README.md b/charts/stable/openhab/README.md index 08f36f4d1bf..a0a2682e281 100644 --- a/charts/stable/openhab/README.md +++ b/charts/stable/openhab/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openhab) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/openhab` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/openhab ## 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/truecharts/blob/master/charts/stable/openhab/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/openhab/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openobserve/Chart.yaml b/charts/stable/openobserve/Chart.yaml index 352959d32c5..ca2c825b2cf 100644 --- a/charts/stable/openobserve/Chart.yaml +++ b/charts/stable/openobserve/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: inventory truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.15.1 @@ -36,7 +38,7 @@ name: openobserve sources: - https://gallery.ecr.aws/zinclabs/openobserve - https://github.com/openobserve/openobserve - - https://github.com/truecharts/charts/tree/master/charts/stable/openobserve + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/openobserve type: application version: 1.5.0 diff --git a/charts/stable/openobserve/README.md b/charts/stable/openobserve/README.md index 2b8cc49d247..f6798f9924b 100644 --- a/charts/stable/openobserve/README.md +++ b/charts/stable/openobserve/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://truecharts.org/charts/stable/openobserve) + +**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/openobserve` + +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/openobserve + +## 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/stable/openobserve/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://truecharts.org/common/) + +For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/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://truecharts.org/general/sponsor/) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openra/Chart.yaml b/charts/stable/openra/Chart.yaml index dd730fa50fc..ce4e3d22055 100644 --- a/charts/stable/openra/Chart.yaml +++ b/charts/stable/openra/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: openra sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/openra + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/openra - https://hub.docker.com/r/rmoriz/openra type: application version: 8.6.0 diff --git a/charts/stable/openra/README.md b/charts/stable/openra/README.md index f6ae48898e1..35c8b5f2fbd 100644 --- a/charts/stable/openra/README.md +++ b/charts/stable/openra/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openra) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/openra` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/openra ## 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/truecharts/blob/master/charts/stable/openra/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/openra/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openspeedtest/Chart.yaml b/charts/stable/openspeedtest/Chart.yaml index 14487cc06a6..2ea57020e25 100644 --- a/charts/stable/openspeedtest/Chart.yaml +++ b/charts/stable/openspeedtest/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: openspeedtest sources: - https://github.com/openspeedtest/Speed-Test - - https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/openspeedtest - https://hub.docker.com/r/openspeedtest/latest type: application version: 11.6.0 diff --git a/charts/stable/openspeedtest/README.md b/charts/stable/openspeedtest/README.md index 1a4c8f32f0c..5a9d2af08de 100644 --- a/charts/stable/openspeedtest/README.md +++ b/charts/stable/openspeedtest/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openspeedtest) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/openspeedtest` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/openspeedtest ## 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/truecharts/blob/master/charts/stable/openspeedtest/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/openspeedtest/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openttd/Chart.yaml b/charts/stable/openttd/Chart.yaml index b08ad0db6ae..c88c8fea84d 100644 --- a/charts/stable/openttd/Chart.yaml +++ b/charts/stable/openttd/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: openttd sources: - https://ghcr.io/ich777/openttdserver - - https://github.com/truecharts/charts/tree/master/charts/stable/openttd - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/openttd - https://www.openttd.org/ type: application diff --git a/charts/stable/openttd/README.md b/charts/stable/openttd/README.md index f99010875e3..c710a6dc1ef 100644 --- a/charts/stable/openttd/README.md +++ b/charts/stable/openttd/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/openttd` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/openttd/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openvscode-server/Chart.yaml b/charts/stable/openvscode-server/Chart.yaml index e75ba8783d4..30ba36a6465 100644 --- a/charts/stable/openvscode-server/Chart.yaml +++ b/charts/stable/openvscode-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.103.1 @@ -32,7 +34,7 @@ maintainers: name: openvscode-server sources: - https://ghcr.io/linuxserver/openvscode-server - - https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/openvscode-server type: application version: 12.8.1 diff --git a/charts/stable/openvscode-server/README.md b/charts/stable/openvscode-server/README.md index 05291d96589..269d527ef40 100644 --- a/charts/stable/openvscode-server/README.md +++ b/charts/stable/openvscode-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openvscode-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/openvscode-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/openvscode-server ## 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/truecharts/blob/master/charts/stable/openvscode-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/openvscode-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/openwebrxplus/Chart.yaml b/charts/stable/openwebrxplus/Chart.yaml index d8e192c696e..3a123437792 100644 --- a/charts/stable/openwebrxplus/Chart.yaml +++ b/charts/stable/openwebrxplus/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: custom truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.2.93 @@ -33,7 +35,7 @@ maintainers: name: openwebrxplus sources: - https://github.com/luarvique/openwebrx - - https://github.com/truecharts/charts/tree/master/charts/stable/openwebrxplus + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/openwebrxplus - https://hub.docker.com/r/slechev/openwebrxplus-softmbe type: application version: 2.4.1 diff --git a/charts/stable/openwebrxplus/README.md b/charts/stable/openwebrxplus/README.md index dea56e54beb..ea963467dca 100644 --- a/charts/stable/openwebrxplus/README.md +++ b/charts/stable/openwebrxplus/README.md @@ -4,9 +4,9 @@ title: README ## General Info -For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/openwebrxplus) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/openwebrxplus) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,35 +16,35 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/openwebrxplus` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information All our charts have dedicated documentation pages. The documentation for this chart can be found here: -https://truecharts.org/charts/incubator/openwebrxplus +https://truecharts.org/charts/stable/openwebrxplus ## 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/truecharts/blob/master/charts/incubator/openwebrxplus/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/openwebrxplus/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/orcaslicer/Chart.yaml b/charts/stable/orcaslicer/Chart.yaml index 67fbb3c1600..5b292ca7185 100644 --- a/charts/stable/orcaslicer/Chart.yaml +++ b/charts/stable/orcaslicer/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.3.1 @@ -35,7 +37,7 @@ name: orcaslicer sources: - https://ghcr.io/linuxserver/orcaslicer - https://github.com/SoftFever/OrcaSlicer - - https://github.com/truecharts/charts/tree/master/charts/stable/orcaslicer + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/orcaslicer type: application version: 2.6.0 diff --git a/charts/stable/orcaslicer/README.md b/charts/stable/orcaslicer/README.md index 5816c20ae51..a76e27aa79d 100644 --- a/charts/stable/orcaslicer/README.md +++ b/charts/stable/orcaslicer/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/orcaslicer) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/orcaslicer` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/orcaslicer ## 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/truecharts/blob/master/charts/stable/orcaslicer/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/orcaslicer/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/organizr/Chart.yaml b/charts/stable/organizr/Chart.yaml index 319cf2afc5d..28bc68fbfab 100644 --- a/charts/stable/organizr/Chart.yaml +++ b/charts/stable/organizr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: organizers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,6 @@ maintainers: name: organizr sources: - https://github.com/causefx/Organizr - - https://github.com/truecharts/charts/tree/master/charts/stable/organizr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/organizr - https://hub.docker.com/r/organizr/organizr type: application diff --git a/charts/stable/organizr/README.md b/charts/stable/organizr/README.md index ac5df67aa2c..89287f081ec 100644 --- a/charts/stable/organizr/README.md +++ b/charts/stable/organizr/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/organizr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/organizr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/oscam/Chart.yaml b/charts/stable/oscam/Chart.yaml index 233574056fd..ee1bd227155 100644 --- a/charts/stable/oscam/Chart.yaml +++ b/charts/stable/oscam/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: DIY truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 11887.0.0 @@ -33,7 +35,7 @@ name: oscam sources: - https://ghcr.io/linuxserver/oscam - https://git.streamboard.tv/common/oscam - - https://github.com/truecharts/charts/tree/master/charts/stable/oscam + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/oscam type: application version: 16.6.0 diff --git a/charts/stable/oscam/README.md b/charts/stable/oscam/README.md index d024950234a..b445c06f400 100644 --- a/charts/stable/oscam/README.md +++ b/charts/stable/oscam/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/oscam) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/oscam` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/oscam ## 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/truecharts/blob/master/charts/stable/oscam/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/oscam/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml index 4234b659083..92701d4c548 100644 --- a/charts/stable/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.87.4 @@ -40,7 +42,7 @@ maintainers: name: outline sources: - https://github.com/outline/outline - - https://github.com/truecharts/charts/tree/master/charts/stable/outline + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/outline - https://hub.docker.com/r/outlinewiki/outline type: application version: 16.15.1 diff --git a/charts/stable/outline/README.md b/charts/stable/outline/README.md index a5a8c974939..2ba296f7203 100644 --- a/charts/stable/outline/README.md +++ b/charts/stable/outline/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/outline) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/outline` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/outline ## 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/truecharts/blob/master/charts/stable/outline/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/outline/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml index 4bec69f2e35..8b6f8160926 100644 --- a/charts/stable/overseerr/Chart.yaml +++ b/charts/stable/overseerr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.34.0 @@ -36,7 +38,6 @@ name: overseerr sources: - https://ghcr.io/sct/overseerr - https://github.com/sct/overseerr - - https://github.com/truecharts/charts/tree/master/charts/stable/overseerr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/overseerr type: application version: 16.6.0 diff --git a/charts/stable/overseerr/README.md b/charts/stable/overseerr/README.md index 70d5e93f275..4545fa16f9d 100644 --- a/charts/stable/overseerr/README.md +++ b/charts/stable/overseerr/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/overseerr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/overseerr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/owi2plex/Chart.yaml b/charts/stable/owi2plex/Chart.yaml index 1cd3ea27088..ef50545637a 100644 --- a/charts/stable/owi2plex/Chart.yaml +++ b/charts/stable/owi2plex/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: owi2plex sources: - https://github.com/alturismo/owi2plex - - https://github.com/truecharts/charts/tree/master/charts/stable/owi2plex + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/owi2plex - https://hub.docker.com/r/alturismo/owi2plex type: application version: 8.6.0 diff --git a/charts/stable/owi2plex/README.md b/charts/stable/owi2plex/README.md index 8fc9830f7f5..9ed3a578bfc 100644 --- a/charts/stable/owi2plex/README.md +++ b/charts/stable/owi2plex/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/owi2plex) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/owi2plex` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/owi2plex ## 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/truecharts/blob/master/charts/stable/owi2plex/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/owi2plex/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml index 9addc2fe1cd..b27bf8c7ba0 100644 --- a/charts/stable/owncast/Chart.yaml +++ b/charts/stable/owncast/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.2.3 @@ -35,7 +37,7 @@ maintainers: name: owncast sources: - https://github.com/owncast/owncast - - https://github.com/truecharts/charts/tree/master/charts/stable/owncast + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/owncast - https://hub.docker.com/r/gabekangas/owncast - https://owncast.online/ type: application diff --git a/charts/stable/owncast/README.md b/charts/stable/owncast/README.md index a3468f6c72d..8a4c79a9631 100644 --- a/charts/stable/owncast/README.md +++ b/charts/stable/owncast/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/owncast) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/owncast` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/owncast ## 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/truecharts/blob/master/charts/stable/owncast/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/owncast/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pairdrop/Chart.yaml b/charts/stable/pairdrop/Chart.yaml index d7b38e48adf..f26c711f75d 100644 --- a/charts/stable/pairdrop/Chart.yaml +++ b/charts/stable/pairdrop/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: file-sharing truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.11.2 @@ -34,7 +36,6 @@ sources: - https://ghcr.io/schlagmichdoch/pairdrop - https://github.com/schlagmichdoch/PairDrop - https://github.com/schlagmichdoch/PairDrop/pkgs/container/pairdrop - - https://github.com/truecharts/charts/tree/master/charts/stable/pairdrop - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pairdrop type: application version: 2.6.0 diff --git a/charts/stable/pairdrop/README.md b/charts/stable/pairdrop/README.md index 297086cb780..7b884d58528 100644 --- a/charts/stable/pairdrop/README.md +++ b/charts/stable/pairdrop/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pairdrop` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pairdrop/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/palworld/Chart.yaml b/charts/stable/palworld/Chart.yaml index bada14dd503..2f8d90fb56f 100644 --- a/charts/stable/palworld/Chart.yaml +++ b/charts/stable/palworld/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: palworld @@ -34,7 +36,7 @@ name: palworld sources: - https://ghcr.io/ich777/steamcmd - https://github.com/ich777/docker-steamcmd-server/tree/palworld - - https://github.com/truecharts/charts/tree/master/charts/stable/palworld + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/palworld type: application version: 6.6.0 diff --git a/charts/stable/palworld/README.md b/charts/stable/palworld/README.md index f9008d1d1bf..82e6168ec53 100644 --- a/charts/stable/palworld/README.md +++ b/charts/stable/palworld/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/palworld) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/palworld` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/palworld ## 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/truecharts/blob/master/charts/stable/palworld/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/palworld/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/paperless-ngx/Chart.yaml b/charts/stable/paperless-ngx/Chart.yaml index c822983cd8a..1bae0bb8af7 100644 --- a/charts/stable/paperless-ngx/Chart.yaml +++ b/charts/stable/paperless-ngx/Chart.yaml @@ -4,7 +4,9 @@ annotations: url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.18.4 @@ -41,7 +43,6 @@ name: paperless-ngx sources: - https://ghcr.io/paperless-ngx/paperless-ngx - https://github.com/paperless-ngx/paperless-ngx - - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/paperless-ngx - https://hub.docker.com/r/apache/tika - https://hub.docker.com/r/gotenberg/gotenberg diff --git a/charts/stable/paperless-ngx/README.md b/charts/stable/paperless-ngx/README.md index 84090f3a8e5..32a11990b09 100644 --- a/charts/stable/paperless-ngx/README.md +++ b/charts/stable/paperless-ngx/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/paperless-ngx` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/paperless-ngx/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/papermerge/Chart.yaml b/charts/stable/papermerge/Chart.yaml index 5dd5e525d01..8a18f4d3dff 100644 --- a/charts/stable/papermerge/Chart.yaml +++ b/charts/stable/papermerge/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.5.3 @@ -39,7 +41,7 @@ maintainers: name: papermerge sources: - https://github.com/ciur/papermerge - - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/papermerge - https://hub.docker.com/r/papermerge/papermerge type: application version: 17.13.1 diff --git a/charts/stable/papermerge/README.md b/charts/stable/papermerge/README.md index 35eeada90b3..50ff47e40aa 100644 --- a/charts/stable/papermerge/README.md +++ b/charts/stable/papermerge/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/papermerge) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/papermerge` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/papermerge ## 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/truecharts/blob/master/charts/stable/papermerge/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/papermerge/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/passwordpusherephemeral/Chart.yaml b/charts/stable/passwordpusherephemeral/Chart.yaml index ab349d2f54c..5827292be0a 100644 --- a/charts/stable/passwordpusherephemeral/Chart.yaml +++ b/charts/stable/passwordpusherephemeral/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: passwordpusherephemeral sources: - https://github.com/pglombardo/PasswordPusher - - https://github.com/truecharts/charts/tree/master/charts/stable/passwordpusherephemeral + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/passwordpusherephemeral - https://hub.docker.com/r/pglombardo/pwpush-ephemeral type: application version: 8.6.0 diff --git a/charts/stable/passwordpusherephemeral/README.md b/charts/stable/passwordpusherephemeral/README.md index d4ab9f4cbfd..d1fead0a02b 100644 --- a/charts/stable/passwordpusherephemeral/README.md +++ b/charts/stable/passwordpusherephemeral/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/passwordpusherephemeral) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/passwordpusherephemeral` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/passwordpusherephemeral ## 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/truecharts/blob/master/charts/stable/passwordpusherephemeral/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/passwordpusherephemeral/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pasta/Chart.yaml b/charts/stable/pasta/Chart.yaml index 339b891abb0..24f68955faa 100644 --- a/charts/stable/pasta/Chart.yaml +++ b/charts/stable/pasta/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.6.7 @@ -35,7 +37,7 @@ maintainers: name: pasta sources: - https://github.com/cglatot/pasta - - https://github.com/truecharts/charts/tree/master/charts/stable/pasta + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pasta - https://hub.docker.com/r/cglatot/pasta type: application version: 11.6.0 diff --git a/charts/stable/pasta/README.md b/charts/stable/pasta/README.md index b851c505026..86557fb4201 100644 --- a/charts/stable/pasta/README.md +++ b/charts/stable/pasta/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pasta) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pasta` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/pasta ## 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/truecharts/blob/master/charts/stable/pasta/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pasta/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pastey/Chart.yaml b/charts/stable/pastey/Chart.yaml index 1a1f1ad8012..03eb6b23a2c 100644 --- a/charts/stable/pastey/Chart.yaml +++ b/charts/stable/pastey/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.5.1 @@ -34,7 +36,7 @@ maintainers: name: pastey sources: - https://github.com/Cesura/pastey - - https://github.com/truecharts/charts/tree/master/charts/stable/pastey + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pastey - https://hub.docker.com/r/cesura/pastey type: application version: 9.6.0 diff --git a/charts/stable/pastey/README.md b/charts/stable/pastey/README.md index 45ed9e8697b..34601250543 100644 --- a/charts/stable/pastey/README.md +++ b/charts/stable/pastey/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pastey) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pastey` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/pastey ## 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/truecharts/blob/master/charts/stable/pastey/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pastey/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pavlovvr/Chart.yaml b/charts/stable/pavlovvr/Chart.yaml index 25c64cd6208..3a197f3520c 100644 --- a/charts/stable/pavlovvr/Chart.yaml +++ b/charts/stable/pavlovvr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: palor @@ -33,7 +35,7 @@ maintainers: name: pavlovvr sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/pavlovvr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pavlovvr - https://www.steampowered.com/ type: application version: 9.6.0 diff --git a/charts/stable/pavlovvr/README.md b/charts/stable/pavlovvr/README.md index 4cd59bbb12a..177c3691f9b 100644 --- a/charts/stable/pavlovvr/README.md +++ b/charts/stable/pavlovvr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pavlovvr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pavlovvr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/pavlovvr ## 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/truecharts/blob/master/charts/stable/pavlovvr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pavlovvr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/peanut/Chart.yaml b/charts/stable/peanut/Chart.yaml index 7faed7b7bca..d97625f7453 100644 --- a/charts/stable/peanut/Chart.yaml +++ b/charts/stable/peanut/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: system truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.15.0 @@ -33,7 +35,7 @@ maintainers: name: peanut sources: - https://github.com/Brandawg93/PeaNUT - - https://github.com/truecharts/charts/tree/master/charts/stable/peanut + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/peanut - https://hub.docker.com/r/brandawg93/peanut type: application version: 8.11.0 diff --git a/charts/stable/peanut/README.md b/charts/stable/peanut/README.md index 78bff1ffb4a..f2e98e72efa 100644 --- a/charts/stable/peanut/README.md +++ b/charts/stable/peanut/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/peanut) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/peanut` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/peanut ## 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/truecharts/blob/master/charts/stable/peanut/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/peanut/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/peppermint/Chart.yaml b/charts/stable/peppermint/Chart.yaml index a528bcdefca..9e088d4e6b2 100644 --- a/charts/stable/peppermint/Chart.yaml +++ b/charts/stable/peppermint/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: helpdesk truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: peppermint sources: - https://github.com/Peppermint-Lab/peppermint - - https://github.com/truecharts/charts/tree/master/charts/stable/peppermint - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/peppermint - https://hub.docker.com/r/pepperlabs/peppermint type: application diff --git a/charts/stable/peppermint/README.md b/charts/stable/peppermint/README.md index b02ed962aa2..58d295c4442 100644 --- a/charts/stable/peppermint/README.md +++ b/charts/stable/peppermint/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/peppermint` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/peppermint/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml index eb8db2affc4..187041d8fb1 100644 --- a/charts/stable/pgadmin/Chart.yaml +++ b/charts/stable/pgadmin/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: management truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 9.8.0 @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: pgadmin sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pgadmin - https://hub.docker.com/r/dpage/pgadmin4 - https://www.pgadmin.org/ type: application diff --git a/charts/stable/pgadmin/README.md b/charts/stable/pgadmin/README.md index 89f39ad7314..e77f2234917 100644 --- a/charts/stable/pgadmin/README.md +++ b/charts/stable/pgadmin/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pgadmin) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pgadmin` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/pgadmin ## 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/truecharts/blob/master/charts/stable/pgadmin/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pgadmin/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/phoronix-test-suite/Chart.yaml b/charts/stable/phoronix-test-suite/Chart.yaml index ff60be7d282..6a907b0d716 100644 --- a/charts/stable/phoronix-test-suite/Chart.yaml +++ b/charts/stable/phoronix-test-suite/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: phoronix-test-suite sources: - https://github.com/phoronix-test-suite/phoronix-test-suite - - https://github.com/truecharts/charts/tree/master/charts/stable/phoronix-test-suite + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/phoronix-test-suite - https://hub.docker.com/r/phoronix/pts type: application version: 8.6.0 diff --git a/charts/stable/phoronix-test-suite/README.md b/charts/stable/phoronix-test-suite/README.md index a9094472ca6..2497381f1f6 100644 --- a/charts/stable/phoronix-test-suite/README.md +++ b/charts/stable/phoronix-test-suite/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/phoronix-test-suite) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/phoronix-test-suite` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/phoronix-test-suite ## 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/truecharts/blob/master/charts/stable/phoronix-test-suite/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/phoronix-test-suite/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/photo-stream/Chart.yaml b/charts/stable/photo-stream/Chart.yaml index b235b7e92c9..5116767fe0a 100644 --- a/charts/stable/photo-stream/Chart.yaml +++ b/charts/stable/photo-stream/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: url: https://truecharts.org name: photo-stream sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/photo-stream + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/photo-stream - https://github.com/waschinski/photo-stream - https://hub.docker.com/r/waschinski/photo-stream type: application diff --git a/charts/stable/photo-stream/README.md b/charts/stable/photo-stream/README.md index f5dfd59cd49..e5d735cdbb2 100644 --- a/charts/stable/photo-stream/README.md +++ b/charts/stable/photo-stream/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/photo-stream) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/photo-stream` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/photo-stream ## 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/truecharts/blob/master/charts/stable/photo-stream/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/photo-stream/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index 2c95fdc670a..8a9b7f1a6f3 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 250707.0.0 @@ -42,7 +44,7 @@ maintainers: name: photoprism sources: - https://github.com/photoprism/photoprism - - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/photoprism - https://hub.docker.com/r/photoprism/photoprism type: application version: 27.4.1 diff --git a/charts/stable/photoprism/README.md b/charts/stable/photoprism/README.md index 360c6bba428..5adfe14ab09 100644 --- a/charts/stable/photoprism/README.md +++ b/charts/stable/photoprism/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/photoprism) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/photoprism` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/photoprism ## 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/truecharts/blob/master/charts/stable/photoprism/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/photoprism/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/photoshow/Chart.yaml b/charts/stable/photoshow/Chart.yaml index d9f75653225..8e75773529d 100644 --- a/charts/stable/photoshow/Chart.yaml +++ b/charts/stable/photoshow/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 48aabb98 @@ -38,7 +40,7 @@ sources: - https://ghcr.io/linuxserver/photoshow - https://github.com/linuxserver/docker-photoshow - https://github.com/thibaud-rohmer/PhotoShow - - https://github.com/truecharts/charts/tree/master/charts/stable/photoshow + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/photoshow type: application version: 13.6.0 diff --git a/charts/stable/photoshow/README.md b/charts/stable/photoshow/README.md index 51fcb57f848..68359b14ea8 100644 --- a/charts/stable/photoshow/README.md +++ b/charts/stable/photoshow/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/photoshow) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/photoshow` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/photoshow ## 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/truecharts/blob/master/charts/stable/photoshow/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/photoshow/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/photostructure/Chart.yaml b/charts/stable/photostructure/Chart.yaml index 435013fa5db..7c09bf33fc5 100644 --- a/charts/stable/photostructure/Chart.yaml +++ b/charts/stable/photostructure/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp-Photos truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2024.3.3 @@ -35,7 +37,6 @@ maintainers: name: photostructure sources: - https://github.com/photostructure/photostructure-for-servers - - https://github.com/truecharts/charts/tree/master/charts/stable/photostructure - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/photostructure - https://hub.docker.com/r/photostructure/server type: application diff --git a/charts/stable/photostructure/README.md b/charts/stable/photostructure/README.md index 5bdbacaff26..52257b16a8f 100644 --- a/charts/stable/photostructure/README.md +++ b/charts/stable/photostructure/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/photostructure` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/photostructure/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/photoview/Chart.yaml b/charts/stable/photoview/Chart.yaml index bae4390a9cc..f02a1583805 100644 --- a/charts/stable/photoview/Chart.yaml +++ b/charts/stable/photoview/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.4.0 @@ -33,7 +35,7 @@ maintainers: name: photoview sources: - https://github.com/photoview/photoview - - https://github.com/truecharts/charts/tree/master/charts/stable/photoview + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/photoview - https://hub.docker.com/r/viktorstrate/photoview type: application version: 16.6.0 diff --git a/charts/stable/photoview/README.md b/charts/stable/photoview/README.md index d861d6b042e..0392379e577 100644 --- a/charts/stable/photoview/README.md +++ b/charts/stable/photoview/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/photoview) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/photoview` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/photoview ## 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/truecharts/blob/master/charts/stable/photoview/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/photoview/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/phpldapadmin/Chart.yaml b/charts/stable/phpldapadmin/Chart.yaml index 1915ae66aff..bfd6e56e4cd 100644 --- a/charts/stable/phpldapadmin/Chart.yaml +++ b/charts/stable/phpldapadmin/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: management truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.9.0 @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: phpldapadmin sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/phpldapadmin - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog - https://hub.docker.com/r/osixia/phpldapadmin type: application diff --git a/charts/stable/phpldapadmin/README.md b/charts/stable/phpldapadmin/README.md index 0c2c61e6ea5..9fe26f7be3a 100644 --- a/charts/stable/phpldapadmin/README.md +++ b/charts/stable/phpldapadmin/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/phpldapadmin) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/phpldapadmin` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/phpldapadmin ## 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/truecharts/blob/master/charts/stable/phpldapadmin/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/phpldapadmin/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/phpmyadmin/Chart.yaml b/charts/stable/phpmyadmin/Chart.yaml index e6342525ddf..d5c1594e536 100644 --- a/charts/stable/phpmyadmin/Chart.yaml +++ b/charts/stable/phpmyadmin/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.2.2 @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: phpmyadmin sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/phpmyadmin + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/phpmyadmin - https://hub.docker.com/_/phpmyadmin type: application version: 8.6.0 diff --git a/charts/stable/phpmyadmin/README.md b/charts/stable/phpmyadmin/README.md index dbc211520f8..44a572a0060 100644 --- a/charts/stable/phpmyadmin/README.md +++ b/charts/stable/phpmyadmin/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/phpmyadmin) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/phpmyadmin` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/phpmyadmin ## 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/truecharts/blob/master/charts/stable/phpmyadmin/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/phpmyadmin/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/piaware/Chart.yaml b/charts/stable/piaware/Chart.yaml index cba34b2d4e1..f38ac173a1b 100644 --- a/charts/stable/piaware/Chart.yaml +++ b/charts/stable/piaware/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 10.0.0 @@ -34,7 +36,7 @@ maintainers: name: piaware sources: - https://github.com/flightaware/piaware - - https://github.com/truecharts/charts/tree/master/charts/stable/piaware + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/piaware - https://hub.docker.com/r/mikenye/piaware type: application version: 16.6.0 diff --git a/charts/stable/piaware/README.md b/charts/stable/piaware/README.md index 189b06bb4af..1b3c0c58453 100644 --- a/charts/stable/piaware/README.md +++ b/charts/stable/piaware/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/piaware) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/piaware` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/piaware ## 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/truecharts/blob/master/charts/stable/piaware/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/piaware/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/picoshare/Chart.yaml b/charts/stable/picoshare/Chart.yaml index 81514a3a140..7feaef233c4 100644 --- a/charts/stable/picoshare/Chart.yaml +++ b/charts/stable/picoshare/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.5.1 @@ -32,7 +34,6 @@ maintainers: name: picoshare sources: - https://github.com/mtlynch/picoshare - - https://github.com/truecharts/charts/tree/master/charts/stable/picoshare - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/picoshare - https://hub.docker.com/r/mtlynch/picoshare type: application diff --git a/charts/stable/picoshare/README.md b/charts/stable/picoshare/README.md index a12d58b2e39..891a5515ed1 100644 --- a/charts/stable/picoshare/README.md +++ b/charts/stable/picoshare/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/picoshare` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/picoshare/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pigallery2/Chart.yaml b/charts/stable/pigallery2/Chart.yaml index 7574bc2d48a..bb52e7f8b1a 100644 --- a/charts/stable/pigallery2/Chart.yaml +++ b/charts/stable/pigallery2/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -39,7 +41,6 @@ maintainers: name: pigallery2 sources: - https://github.com/bpatrik/pigallery2 - - https://github.com/truecharts/charts/tree/master/charts/stable/pigallery2 - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pigallery2 - https://hub.docker.com/r/bpatrik/pigallery2 type: application diff --git a/charts/stable/pigallery2/README.md b/charts/stable/pigallery2/README.md index 2045cd1b53d..758110bf722 100644 --- a/charts/stable/pigallery2/README.md +++ b/charts/stable/pigallery2/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pigallery2` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pigallery2/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index a212f842e97..0e9fca2ac13 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: networking truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.08.0 @@ -34,7 +36,6 @@ sources: - https://ghcr.io/pi-hole/pihole - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole - - https://github.com/truecharts/charts/tree/master/charts/stable/pihole - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pihole - https://pi-hole.net/ type: application diff --git a/charts/stable/pihole/README.md b/charts/stable/pihole/README.md index dd69d1f4ec9..10b04b7bfac 100644 --- a/charts/stable/pihole/README.md +++ b/charts/stable/pihole/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pihole` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pihole/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pingvin-share/Chart.yaml b/charts/stable/pingvin-share/Chart.yaml index a284b62f5f7..96cf7cd8123 100644 --- a/charts/stable/pingvin-share/Chart.yaml +++ b/charts/stable/pingvin-share/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: files truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.13.0 @@ -32,7 +34,7 @@ maintainers: name: pingvin-share sources: - https://github.com/stonith404/pingvin-share - - https://github.com/truecharts/charts/tree/master/charts/stable/pingvin-share + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pingvin-share - https://hub.docker.com/r/stonith404/pingvin-share type: application version: 4.6.0 diff --git a/charts/stable/pingvin-share/README.md b/charts/stable/pingvin-share/README.md index afda76405dd..92ac18053ea 100644 --- a/charts/stable/pingvin-share/README.md +++ b/charts/stable/pingvin-share/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pingvin-share) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pingvin-share` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/pingvin-share ## 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/truecharts/blob/master/charts/stable/pingvin-share/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pingvin-share/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pinry/Chart.yaml b/charts/stable/pinry/Chart.yaml index bf424c62312..c78e89a68b9 100644 --- a/charts/stable/pinry/Chart.yaml +++ b/charts/stable/pinry/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.1.13 @@ -32,7 +34,7 @@ maintainers: name: pinry sources: - https://github.com/pinry/pinry/ - - https://github.com/truecharts/charts/tree/master/charts/stable/pinry + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pinry - https://hub.docker.com/r/getpinry/pinry type: application version: 12.6.0 diff --git a/charts/stable/pinry/README.md b/charts/stable/pinry/README.md index ca23993de26..13dec7bd66f 100644 --- a/charts/stable/pinry/README.md +++ b/charts/stable/pinry/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pinry) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pinry` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/pinry ## 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/truecharts/blob/master/charts/stable/pinry/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pinry/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/piwigo/Chart.yaml b/charts/stable/piwigo/Chart.yaml index 0879847bb1c..8584547ddbf 100644 --- a/charts/stable/piwigo/Chart.yaml +++ b/charts/stable/piwigo/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 15.6.0 @@ -43,7 +45,6 @@ name: piwigo sources: - https://ghcr.io/linuxserver/piwigo - https://github.com/linuxserver/docker-piwigo - - https://github.com/truecharts/charts/tree/master/charts/stable/piwigo - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/piwigo type: application version: 17.4.1 diff --git a/charts/stable/piwigo/README.md b/charts/stable/piwigo/README.md index 5c749c11ddb..443a1040f9d 100644 --- a/charts/stable/piwigo/README.md +++ b/charts/stable/piwigo/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/piwigo` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/piwigo/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pixapop/Chart.yaml b/charts/stable/pixapop/Chart.yaml index 93fefaa2992..836a83c7afc 100644 --- a/charts/stable/pixapop/Chart.yaml +++ b/charts/stable/pixapop/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.2.0 @@ -37,7 +39,7 @@ sources: - https://ghcr.io/linuxserver/pixapop - https://github.com/bierdok/pixapop - https://github.com/linuxserver/docker-pixapop - - https://github.com/truecharts/charts/tree/master/charts/stable/pixapop + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pixapop type: application version: 13.6.0 diff --git a/charts/stable/pixapop/README.md b/charts/stable/pixapop/README.md index d23608dd3f8..96eba2094d7 100644 --- a/charts/stable/pixapop/README.md +++ b/charts/stable/pixapop/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pixapop) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pixapop` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/pixapop ## 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/truecharts/blob/master/charts/stable/pixapop/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pixapop/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pixark/Chart.yaml b/charts/stable/pixark/Chart.yaml index f1c694c23fd..f200e3345b2 100644 --- a/charts/stable/pixark/Chart.yaml +++ b/charts/stable/pixark/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: pixark @@ -33,7 +35,6 @@ maintainers: name: pixark sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/pixark - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pixark - https://pixark.snail.com/ type: application diff --git a/charts/stable/pixark/README.md b/charts/stable/pixark/README.md index 7fd09aacf47..f0d9355e549 100644 --- a/charts/stable/pixark/README.md +++ b/charts/stable/pixark/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pixark` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pixark/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plant-it/Chart.yaml b/charts/stable/plant-it/Chart.yaml index 939dbbeb1aa..2e808a38539 100644 --- a/charts/stable/plant-it/Chart.yaml +++ b/charts/stable/plant-it/Chart.yaml @@ -4,7 +4,9 @@ annotations: url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.10.0 @@ -45,7 +47,7 @@ maintainers: name: plant-it sources: - https://github.com/MDeLuise/plant-it - - https://github.com/truecharts/charts/tree/master/charts/stable/plant-it + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/plant-it - https://hub.docker.com/r/msdeluise/plant-it-server type: application version: 5.6.2 diff --git a/charts/stable/plant-it/README.md b/charts/stable/plant-it/README.md index 5423ffc544c..f002f16a058 100644 --- a/charts/stable/plant-it/README.md +++ b/charts/stable/plant-it/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plant-it) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/plant-it` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/plant-it ## 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/truecharts/blob/master/charts/stable/plant-it/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/plant-it/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plausible/Chart.yaml b/charts/stable/plausible/Chart.yaml index 540e21996d9..6fc152e595f 100644 --- a/charts/stable/plausible/Chart.yaml +++ b/charts/stable/plausible/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: analytics truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.0.0 @@ -41,7 +43,7 @@ name: plausible sources: - https://github.com/plausible/analytics - https://github.com/plausible/hosting - - https://github.com/truecharts/charts/tree/master/charts/stable/plausible + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/plausible - https://hub.docker.com/r/plausible/analytics - https://plausible.io/ - https://plausible.io/docs/self-hosting diff --git a/charts/stable/plausible/README.md b/charts/stable/plausible/README.md index a7ce31ec083..e9f85871fb2 100644 --- a/charts/stable/plausible/README.md +++ b/charts/stable/plausible/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plausible) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/plausible` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/plausible ## 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/truecharts/blob/master/charts/stable/plausible/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/plausible/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plaxt/Chart.yaml b/charts/stable/plaxt/Chart.yaml index a129cd79a0b..b318ef9cd84 100644 --- a/charts/stable/plaxt/Chart.yaml +++ b/charts/stable/plaxt/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: plaxt sources: - https://github.com/XanderStrike/goplaxt - - https://github.com/truecharts/charts/tree/master/charts/stable/plaxt + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/plaxt - https://hub.docker.com/r/xanderstrike/goplaxt type: application version: 11.6.0 diff --git a/charts/stable/plaxt/README.md b/charts/stable/plaxt/README.md index 292cfe945cc..b05ff31c9b6 100644 --- a/charts/stable/plaxt/README.md +++ b/charts/stable/plaxt/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plaxt) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/plaxt` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/plaxt ## 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/truecharts/blob/master/charts/stable/plaxt/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/plaxt/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plex-auto-languages/Chart.yaml b/charts/stable/plex-auto-languages/Chart.yaml index fda610e2ecd..bf6a471aa74 100644 --- a/charts/stable/plex-auto-languages/Chart.yaml +++ b/charts/stable/plex-auto-languages/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,7 @@ maintainers: name: plex-auto-languages sources: - https://github.com/remirigal/plex-auto-languages - - https://github.com/truecharts/charts/tree/master/charts/stable/plex-auto-languages + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/plex-auto-languages - https://hub.docker.com/r/remirigal/plex-auto-languages type: application version: 11.6.0 diff --git a/charts/stable/plex-auto-languages/README.md b/charts/stable/plex-auto-languages/README.md index 8b2947bc9bc..66b656a90fe 100644 --- a/charts/stable/plex-auto-languages/README.md +++ b/charts/stable/plex-auto-languages/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plex-auto-languages) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/plex-auto-languages` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/plex-auto-languages ## 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/truecharts/blob/master/charts/stable/plex-auto-languages/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/plex-auto-languages/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plex-meta-manager/Chart.yaml b/charts/stable/plex-meta-manager/Chart.yaml index f65d96d3ee6..196277592e4 100644 --- a/charts/stable/plex-meta-manager/Chart.yaml +++ b/charts/stable/plex-meta-manager/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.21.0 @@ -32,7 +34,7 @@ maintainers: name: plex-meta-manager sources: - https://github.com/meisnate12/Plex-Meta-Manager - - https://github.com/truecharts/charts/tree/master/charts/stable/plex-meta-manager + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/plex-meta-manager - https://hub.docker.com/r/meisnate12/plex-meta-manager type: application version: 9.6.0 diff --git a/charts/stable/plex-meta-manager/README.md b/charts/stable/plex-meta-manager/README.md index c4eb93a2550..2638ab97cfb 100644 --- a/charts/stable/plex-meta-manager/README.md +++ b/charts/stable/plex-meta-manager/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plex-meta-manager) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/plex-meta-manager` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/plex-meta-manager ## 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/truecharts/blob/master/charts/stable/plex-meta-manager/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/plex-meta-manager/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plex-playlist-sync/Chart.yaml b/charts/stable/plex-playlist-sync/Chart.yaml index 62d691b60f2..346000a377e 100644 --- a/charts/stable/plex-playlist-sync/Chart.yaml +++ b/charts/stable/plex-playlist-sync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -38,7 +40,7 @@ maintainers: name: plex-playlist-sync sources: - https://github.com/rnagabhyrava/plex-playlist-sync - - https://github.com/truecharts/charts/tree/master/charts/stable/plex-playlist-sync + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/plex-playlist-sync - https://hub.docker.com/r/rnagabhyrava/plexplaylistsync type: application version: 6.6.0 diff --git a/charts/stable/plex-playlist-sync/README.md b/charts/stable/plex-playlist-sync/README.md index 6f993348639..359e78a8eb7 100644 --- a/charts/stable/plex-playlist-sync/README.md +++ b/charts/stable/plex-playlist-sync/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plex-playlist-sync) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/plex-playlist-sync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/plex-playlist-sync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -38,13 +38,13 @@ For information about the common chart and all defaults included with it, please - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plex-utills/Chart.yaml b/charts/stable/plex-utills/Chart.yaml index 98e831f6843..4ece8176f2d 100644 --- a/charts/stable/plex-utills/Chart.yaml +++ b/charts/stable/plex-utills/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,6 @@ maintainers: name: plex-utills sources: - https://github.com/jkirkcaldy/plex-utills - - https://github.com/truecharts/charts/tree/master/charts/stable/plex-utills - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/plex-utills - https://hub.docker.com/r/jkirkcaldy/plex-utills type: application diff --git a/charts/stable/plex-utills/README.md b/charts/stable/plex-utills/README.md index 29e2e78c288..711ff2e466b 100644 --- a/charts/stable/plex-utills/README.md +++ b/charts/stable/plex-utills/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/plex-utills` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/plex-utills/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index 7e5b51dba31..8f16f3a26a0 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.42.2.10156 @@ -34,7 +36,7 @@ name: plex sources: - https://ghcr.io/home-operations/plex - https://github.com/k8s-at-home/container-images/pkgs/container/plex - - https://github.com/truecharts/charts/tree/master/charts/stable/plex + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/plex type: application version: 20.7.1 diff --git a/charts/stable/plex/README.md b/charts/stable/plex/README.md index b73b7aad70b..de8400cb510 100644 --- a/charts/stable/plex/README.md +++ b/charts/stable/plex/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plex) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/plex` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/plex ## 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/truecharts/blob/master/charts/stable/plex/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/plex/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plexanisync/Chart.yaml b/charts/stable/plexanisync/Chart.yaml index 71b75bf5371..d0d2d6968e9 100644 --- a/charts/stable/plexanisync/Chart.yaml +++ b/charts/stable/plexanisync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.4.3 @@ -35,7 +37,6 @@ sources: - https://ghcr.io/rickdb/plexanisync - https://github.com/RickDB/PlexAniSync - https://github.com/RickDB/PlexAniSync/pkgs/container/plexanisync - - https://github.com/truecharts/charts/tree/master/charts/stable/plexanisync - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/plexanisync type: application version: 9.6.0 diff --git a/charts/stable/plexanisync/README.md b/charts/stable/plexanisync/README.md index 7fe08556df7..3bf73fb3bf8 100644 --- a/charts/stable/plexanisync/README.md +++ b/charts/stable/plexanisync/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/plexanisync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/plexanisync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plexripper/Chart.yaml b/charts/stable/plexripper/Chart.yaml index 4f622c0c1ab..9208fdf73cc 100644 --- a/charts/stable/plexripper/Chart.yaml +++ b/charts/stable/plexripper/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.32.0 @@ -38,7 +40,7 @@ maintainers: name: plexripper sources: - https://github.com/PlexRipper/PlexRipper/ - - https://github.com/truecharts/charts/tree/master/charts/stable/plexripper + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/plexripper - https://hub.docker.com/r/plexripper/plexripper type: application version: 11.7.0 diff --git a/charts/stable/plexripper/README.md b/charts/stable/plexripper/README.md index 245cea9bcca..695b746c80d 100644 --- a/charts/stable/plexripper/README.md +++ b/charts/stable/plexripper/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/plexripper) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/plexripper` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/plexripper ## 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/truecharts/blob/master/charts/stable/plexripper/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/plexripper/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/plextraktsync/Chart.yaml b/charts/stable/plextraktsync/Chart.yaml index 9b7b161638a..235026bd6bc 100644 --- a/charts/stable/plextraktsync/Chart.yaml +++ b/charts/stable/plextraktsync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.34.15 @@ -35,7 +37,6 @@ name: plextraktsync sources: - https://ghcr.io/taxel/plextraktsync - https://github.com/Taxel/PlexTraktSync - - https://github.com/truecharts/charts/tree/master/charts/stable/plextraktsync - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/plextraktsync type: application version: 11.6.0 diff --git a/charts/stable/plextraktsync/README.md b/charts/stable/plextraktsync/README.md index b9343893be9..277e8eeb803 100644 --- a/charts/stable/plextraktsync/README.md +++ b/charts/stable/plextraktsync/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/plextraktsync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/plextraktsync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pocketmine-mp/Chart.yaml b/charts/stable/pocketmine-mp/Chart.yaml index 5e29f47e67a..29c6269f92e 100644 --- a/charts/stable/pocketmine-mp/Chart.yaml +++ b/charts/stable/pocketmine-mp/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: games truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.34.1 @@ -34,7 +36,7 @@ name: pocketmine-mp sources: - https://ghcr.io/pmmp/pocketmine-mp - https://github.com/pmmp/PocketMine-MP - - https://github.com/truecharts/charts/tree/master/charts/stable/pocketmine-mp + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pocketmine-mp type: application version: 6.10.1 diff --git a/charts/stable/pocketmine-mp/README.md b/charts/stable/pocketmine-mp/README.md index 11df60c3bb6..6643fae2eed 100644 --- a/charts/stable/pocketmine-mp/README.md +++ b/charts/stable/pocketmine-mp/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pocketmine-mp) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pocketmine-mp` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/pocketmine-mp ## 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/truecharts/blob/master/charts/stable/pocketmine-mp/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pocketmine-mp/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/podgrab/Chart.yaml b/charts/stable/podgrab/Chart.yaml index 8dcafc987c9..f6544039f14 100644 --- a/charts/stable/podgrab/Chart.yaml +++ b/charts/stable/podgrab/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: mutlimedia truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.0.0 @@ -32,7 +34,6 @@ maintainers: name: podgrab sources: - https://github.com/akhilrex/podgrab - - https://github.com/truecharts/charts/tree/master/charts/stable/podgrab - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/podgrab - https://hub.docker.com/r/akhilrex/podgrab type: application diff --git a/charts/stable/podgrab/README.md b/charts/stable/podgrab/README.md index 2f4f1079710..dceccc6d2ad 100644 --- a/charts/stable/podgrab/README.md +++ b/charts/stable/podgrab/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/podgrab` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/podgrab/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/portainer/Chart.yaml b/charts/stable/portainer/Chart.yaml index aef4fffda37..d5f53391ba6 100644 --- a/charts/stable/portainer/Chart.yaml +++ b/charts/stable/portainer/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: management truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.34.0 @@ -33,7 +35,7 @@ name: portainer sources: - https://docs.portainer.io/start/install-ce/server - https://docs.portainer.io/start/install/server - - https://github.com/truecharts/charts/tree/master/charts/stable/portainer + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/portainer - https://hub.docker.com/r/portainer/portainer-ce - https://hub.docker.com/r/portainer/portainer-ee type: application diff --git a/charts/stable/portainer/README.md b/charts/stable/portainer/README.md index e5f535a2bfd..3209a8be5e4 100644 --- a/charts/stable/portainer/README.md +++ b/charts/stable/portainer/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/portainer) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/portainer` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/portainer ## 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/truecharts/blob/master/charts/stable/portainer/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/portainer/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/post-recording/Chart.yaml b/charts/stable/post-recording/Chart.yaml index df370e1c776..54845efb1a5 100644 --- a/charts/stable/post-recording/Chart.yaml +++ b/charts/stable/post-recording/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp-Video truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: post-recording sources: - https://github.com/chacawaca/docker-post-recording - - https://github.com/truecharts/charts/tree/master/charts/stable/post-recording + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/post-recording - https://hub.docker.com/r/chacawaca/post-recording type: application version: 8.6.0 diff --git a/charts/stable/post-recording/README.md b/charts/stable/post-recording/README.md index 0d51985f497..15853548c68 100644 --- a/charts/stable/post-recording/README.md +++ b/charts/stable/post-recording/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/post-recording) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/post-recording` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/post-recording ## 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/truecharts/blob/master/charts/stable/post-recording/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/post-recording/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/posterr/Chart.yaml b/charts/stable/posterr/Chart.yaml index d56630133d0..f16bd5a87b6 100644 --- a/charts/stable/posterr/Chart.yaml +++ b/charts/stable/posterr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaServer-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: posterr sources: - https://github.com/petersem/posterr - - https://github.com/truecharts/charts/tree/master/charts/stable/posterr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/posterr - https://hub.docker.com/r/petersem/posterr type: application version: 11.6.0 diff --git a/charts/stable/posterr/README.md b/charts/stable/posterr/README.md index ed2ee48a179..737f21555bf 100644 --- a/charts/stable/posterr/README.md +++ b/charts/stable/posterr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/posterr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/posterr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/posterr ## 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/truecharts/blob/master/charts/stable/posterr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/posterr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/postscriptum/Chart.yaml b/charts/stable/postscriptum/Chart.yaml index 70e79a2df64..b940ef09260 100644 --- a/charts/stable/postscriptum/Chart.yaml +++ b/charts/stable/postscriptum/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: postscriptum @@ -33,7 +35,7 @@ maintainers: name: postscriptum sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/postscriptum + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/postscriptum - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/postscriptum/README.md b/charts/stable/postscriptum/README.md index d1ab33f5e92..603e8f416f6 100644 --- a/charts/stable/postscriptum/README.md +++ b/charts/stable/postscriptum/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/postscriptum) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/postscriptum` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/postscriptum ## 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/truecharts/blob/master/charts/stable/postscriptum/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/postscriptum/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml index d20c7127847..58e48ff95c0 100644 --- a/charts/stable/pretend-youre-xyzzy/Chart.yaml +++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.0.0 @@ -36,7 +38,7 @@ name: pretend-youre-xyzzy sources: - https://github.com/ajanata/PretendYoureXyzzy - https://github.com/emcniece/DockerYourXyzzy - - https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pretend-youre-xyzzy - https://hub.docker.com/r/emcniece/dockeryourxyzzy type: application version: 16.6.0 diff --git a/charts/stable/pretend-youre-xyzzy/README.md b/charts/stable/pretend-youre-xyzzy/README.md index ce01d7e0795..12bc5899c37 100644 --- a/charts/stable/pretend-youre-xyzzy/README.md +++ b/charts/stable/pretend-youre-xyzzy/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pretend-youre-xyzzy) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pretend-youre-xyzzy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/pretend-youre-xyzzy ## 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/truecharts/blob/master/charts/stable/pretend-youre-xyzzy/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pretend-youre-xyzzy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/profilarr/Chart.yaml b/charts/stable/profilarr/Chart.yaml index 89084b3ce69..bbd98f4ccf4 100644 --- a/charts/stable/profilarr/Chart.yaml +++ b/charts/stable/profilarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.1.3 @@ -33,7 +35,7 @@ maintainers: name: profilarr sources: - https://github.com/Dictionarry-Hub/profilarr - - https://github.com/truecharts/charts/tree/master/charts/stable/profilarr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/profilarr - https://hub.docker.com/r/santiagosayshey/profilarr type: application version: 2.7.0 diff --git a/charts/stable/profilarr/README.md b/charts/stable/profilarr/README.md index 87f199d4a47..e7f9d6dc14d 100644 --- a/charts/stable/profilarr/README.md +++ b/charts/stable/profilarr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/profilarr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/profilarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/profilarr ## 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/truecharts/blob/master/charts/stable/profilarr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/profilarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/projectsend/Chart.yaml b/charts/stable/projectsend/Chart.yaml index 1fd881d7c84..6ea8b45d7c1 100644 --- a/charts/stable/projectsend/Chart.yaml +++ b/charts/stable/projectsend/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: files truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -41,7 +43,7 @@ name: projectsend sources: - https://ghcr.io/linuxserver/projectsend - https://github.com/projectsend/projectsend - - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/projectsend type: application version: 16.4.1 diff --git a/charts/stable/projectsend/README.md b/charts/stable/projectsend/README.md index bea3fedc0c6..0216a83430e 100644 --- a/charts/stable/projectsend/README.md +++ b/charts/stable/projectsend/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/projectsend) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/projectsend` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/projectsend ## 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/truecharts/blob/master/charts/stable/projectsend/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/projectsend/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/promcord/Chart.yaml b/charts/stable/promcord/Chart.yaml index 236f4e1a5f5..328f045f133 100644 --- a/charts/stable/promcord/Chart.yaml +++ b/charts/stable/promcord/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: metrics truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: promcord sources: - https://github.com/nimarion/promcord - - https://github.com/truecharts/charts/tree/master/charts/stable/promcord + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/promcord - https://hub.docker.com/r/biospheere/promcord type: application version: 14.6.0 diff --git a/charts/stable/promcord/README.md b/charts/stable/promcord/README.md index 4886d61e871..056ce1ef740 100644 --- a/charts/stable/promcord/README.md +++ b/charts/stable/promcord/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/promcord) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/promcord` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/promcord ## 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/truecharts/blob/master/charts/stable/promcord/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/promcord/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/prometheus-pve-exporter/Chart.yaml b/charts/stable/prometheus-pve-exporter/Chart.yaml index 0ad720f2465..812d006d285 100644 --- a/charts/stable/prometheus-pve-exporter/Chart.yaml +++ b/charts/stable/prometheus-pve-exporter/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: metrics truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.5.5 @@ -35,7 +37,7 @@ maintainers: name: prometheus-pve-exporter sources: - https://github.com/prometheus-pve/prometheus-pve-exporter - - https://github.com/truecharts/charts/tree/master/charts/stable/prometheus-pve-exporter + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/prometheus-pve-exporter - https://grafana.com/grafana/dashboards/10347-proxmox-via-prometheus/ - https://hub.docker.com/r/prompve/prometheus-pve-exporter type: application diff --git a/charts/stable/prometheus-pve-exporter/README.md b/charts/stable/prometheus-pve-exporter/README.md index d58d83763b6..93d7c3750f4 100644 --- a/charts/stable/prometheus-pve-exporter/README.md +++ b/charts/stable/prometheus-pve-exporter/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/prometheus-pve-exporter) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/prometheus-pve-exporter` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/prometheus-pve-exporter ## 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/truecharts/blob/master/charts/stable/prometheus-pve-exporter/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/prometheus-pve-exporter/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index d6fad03640b..69453df3fc0 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.19.0 @@ -33,7 +35,7 @@ maintainers: name: protonmail-bridge sources: - https://github.com/shenxn/protonmail-bridge-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/protonmail-bridge - https://hub.docker.com/r/shenxn/protonmail-bridge type: application version: 17.6.0 diff --git a/charts/stable/protonmail-bridge/README.md b/charts/stable/protonmail-bridge/README.md index ad86288bf5b..5eb276e99f2 100644 --- a/charts/stable/protonmail-bridge/README.md +++ b/charts/stable/protonmail-bridge/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/protonmail-bridge) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/protonmail-bridge` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/protonmail-bridge ## 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/truecharts/blob/master/charts/stable/protonmail-bridge/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/protonmail-bridge/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index be4d5d54ad4..9a68162741a 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.1.2.5186 @@ -37,7 +39,7 @@ sources: - https://ghcr.io/onedr0p/exportarr - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images - - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/prowlarr type: application version: 20.7.0 diff --git a/charts/stable/prowlarr/README.md b/charts/stable/prowlarr/README.md index 20b1d20139a..b27a0dc4e0f 100644 --- a/charts/stable/prowlarr/README.md +++ b/charts/stable/prowlarr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/prowlarr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/prowlarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/prowlarr ## 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/truecharts/blob/master/charts/stable/prowlarr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/prowlarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/proxmox-backup-server/Chart.yaml b/charts/stable/proxmox-backup-server/Chart.yaml index 7fa317bce24..3a349715c53 100644 --- a/charts/stable/proxmox-backup-server/Chart.yaml +++ b/charts/stable/proxmox-backup-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: test truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.0.13 @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: proxmox-backup-server sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/proxmox-backup-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/proxmox-backup-server - https://hub.docker.com/r/ayufan/proxmox-backup-server type: application version: 7.4.0 diff --git a/charts/stable/proxmox-backup-server/README.md b/charts/stable/proxmox-backup-server/README.md index 09d94583a33..d9981993507 100644 --- a/charts/stable/proxmox-backup-server/README.md +++ b/charts/stable/proxmox-backup-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/proxmox-backup-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/proxmox-backup-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/proxmox-backup-server ## 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/truecharts/blob/master/charts/stable/proxmox-backup-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/proxmox-backup-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/prpdf/Chart.yaml b/charts/stable/prpdf/Chart.yaml index ad7231980f8..d396dd19b70 100644 --- a/charts/stable/prpdf/Chart.yaml +++ b/charts/stable/prpdf/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: prpdf sources: - https://github.com/maschhoff/prpdf - - https://github.com/truecharts/charts/tree/master/charts/stable/prpdf + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/prpdf - https://hub.docker.com/r/knex666/prpdf type: application version: 8.6.0 diff --git a/charts/stable/prpdf/README.md b/charts/stable/prpdf/README.md index 1d3541cfa2a..c9fb37db175 100644 --- a/charts/stable/prpdf/README.md +++ b/charts/stable/prpdf/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/prpdf) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/prpdf` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/prpdf ## 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/truecharts/blob/master/charts/stable/prpdf/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/prpdf/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/prusaslicer-novnc/Chart.yaml b/charts/stable/prusaslicer-novnc/Chart.yaml index a844946c761..07742cb1dd0 100644 --- a/charts/stable/prusaslicer-novnc/Chart.yaml +++ b/charts/stable/prusaslicer-novnc/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: prusaslicer-novnc sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/prusaslicer-novnc + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/prusaslicer-novnc - https://hub.docker.com/r/mikeah/prusaslicer-novnc - https://www.prusa3d.com/prusaslicer/ type: application diff --git a/charts/stable/prusaslicer-novnc/README.md b/charts/stable/prusaslicer-novnc/README.md index 99f00de38d0..58140b0b45f 100644 --- a/charts/stable/prusaslicer-novnc/README.md +++ b/charts/stable/prusaslicer-novnc/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/prusaslicer-novnc) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/prusaslicer-novnc` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/prusaslicer-novnc ## 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/truecharts/blob/master/charts/stable/prusaslicer-novnc/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/prusaslicer-novnc/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ps3netsrv/Chart.yaml b/charts/stable/ps3netsrv/Chart.yaml index 59e4999a4c2..43314183691 100644 --- a/charts/stable/ps3netsrv/Chart.yaml +++ b/charts/stable/ps3netsrv/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: games truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.11.0 @@ -34,7 +36,7 @@ maintainers: name: ps3netsrv sources: - https://github.com/aldostools/webMAN-MOD/tree/master/_Projects_/ps3netsrv - - https://github.com/truecharts/charts/tree/master/charts/stable/ps3netsrv + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ps3netsrv - https://hub.docker.com/r/shawly/ps3netsrv type: application version: 3.6.0 diff --git a/charts/stable/ps3netsrv/README.md b/charts/stable/ps3netsrv/README.md index f9118663d00..40a04580838 100644 --- a/charts/stable/ps3netsrv/README.md +++ b/charts/stable/ps3netsrv/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ps3netsrv) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ps3netsrv` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ps3netsrv ## 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/truecharts/blob/master/charts/stable/ps3netsrv/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ps3netsrv/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pt-helper/Chart.yaml b/charts/stable/pt-helper/Chart.yaml index 6fb9ce13c9a..add0bf44d72 100644 --- a/charts/stable/pt-helper/Chart.yaml +++ b/charts/stable/pt-helper/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,6 @@ maintainers: url: https://truecharts.org name: pt-helper sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pt-helper - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pt-helper - https://hub.docker.com/r/crazyq/pt_helper type: application diff --git a/charts/stable/pt-helper/README.md b/charts/stable/pt-helper/README.md index f22de72d0d9..c55cc91072d 100644 --- a/charts/stable/pt-helper/README.md +++ b/charts/stable/pt-helper/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pt-helper` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pt-helper/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/putty/Chart.yaml b/charts/stable/putty/Chart.yaml index 18ae5f94588..47d33c2acf5 100644 --- a/charts/stable/putty/Chart.yaml +++ b/charts/stable/putty/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.07.2 @@ -33,7 +35,7 @@ maintainers: name: putty sources: - https://github.com/jlesage/docker-putty - - https://github.com/truecharts/charts/tree/master/charts/stable/putty + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/putty - https://hub.docker.com/r/jlesage/putty type: application version: 13.7.0 diff --git a/charts/stable/putty/README.md b/charts/stable/putty/README.md index a8d7e53742d..ada43650baf 100644 --- a/charts/stable/putty/README.md +++ b/charts/stable/putty/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/putty) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/putty` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/putty ## 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/truecharts/blob/master/charts/stable/putty/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/putty/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pvk-ii/Chart.yaml b/charts/stable/pvk-ii/Chart.yaml index 05f3f2aa7f9..dc768954add 100644 --- a/charts/stable/pvk-ii/Chart.yaml +++ b/charts/stable/pvk-ii/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: pkii @@ -33,7 +35,6 @@ maintainers: name: pvk-ii sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/pvk-ii - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pvk-ii - https://www.steampowered.com/ type: application diff --git a/charts/stable/pvk-ii/README.md b/charts/stable/pvk-ii/README.md index 9b75308357f..c56a8b71af8 100644 --- a/charts/stable/pvk-ii/README.md +++ b/charts/stable/pvk-ii/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pvk-ii` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pvk-ii/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pwm/Chart.yaml b/charts/stable/pwm/Chart.yaml index 72e44ea6ab9..298d9ae99c5 100644 --- a/charts/stable/pwm/Chart.yaml +++ b/charts/stable/pwm/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Security truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: alpine @@ -33,7 +35,7 @@ maintainers: name: pwm sources: - https://github.com/pwm-project/pwm - - https://github.com/truecharts/charts/tree/master/charts/stable/pwm + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pwm - https://hub.docker.com/r/fjudith/pwm type: application version: 8.6.0 diff --git a/charts/stable/pwm/README.md b/charts/stable/pwm/README.md index e62ced66c85..ad1ec865601 100644 --- a/charts/stable/pwm/README.md +++ b/charts/stable/pwm/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pwm) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pwm` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/pwm ## 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/truecharts/blob/master/charts/stable/pwm/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pwm/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pwndrop/Chart.yaml b/charts/stable/pwndrop/Chart.yaml index ff1ec80faaa..fcab8beb404 100644 --- a/charts/stable/pwndrop/Chart.yaml +++ b/charts/stable/pwndrop/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.0.1 @@ -32,7 +34,7 @@ maintainers: name: pwndrop sources: - https://ghcr.io/linuxserver/pwndrop - - https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pwndrop type: application version: 12.6.0 diff --git a/charts/stable/pwndrop/README.md b/charts/stable/pwndrop/README.md index 58db593f152..8293886b7ee 100644 --- a/charts/stable/pwndrop/README.md +++ b/charts/stable/pwndrop/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pwndrop) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pwndrop` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/pwndrop ## 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/truecharts/blob/master/charts/stable/pwndrop/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pwndrop/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pyload-ng/Chart.yaml b/charts/stable/pyload-ng/Chart.yaml index 4ec18685919..dc9299dd5db 100644 --- a/charts/stable/pyload-ng/Chart.yaml +++ b/charts/stable/pyload-ng/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ sources: - https://fleet.linuxserver.io/image?name=linuxserver/pyload-ng - https://github.com/linuxserver/docker-pyload-ng#readme - https://github.com/orgs/linuxserver/packages/container/package/pyload-ng - - https://github.com/truecharts/charts/tree/master/charts/stable/pyload-ng + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pyload-ng - https://pyload.net/ type: application version: 8.6.1 diff --git a/charts/stable/pyload-ng/README.md b/charts/stable/pyload-ng/README.md index a8c5ae36145..54822b59ee0 100644 --- a/charts/stable/pyload-ng/README.md +++ b/charts/stable/pyload-ng/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pyload-ng) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pyload-ng` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/pyload-ng ## 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/truecharts/blob/master/charts/stable/pyload-ng/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pyload-ng/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml index f8601a77e7e..9462cc93532 100644 --- a/charts/stable/pyload/Chart.yaml +++ b/charts/stable/pyload/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 360b2295 @@ -34,7 +36,7 @@ name: pyload sources: - https://ghcr.io/linuxserver/pyload - https://github.com/pyload/pyload - - https://github.com/truecharts/charts/tree/master/charts/stable/pyload + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pyload type: application version: 16.6.0 diff --git a/charts/stable/pyload/README.md b/charts/stable/pyload/README.md index ac1bd315703..98c0bff0914 100644 --- a/charts/stable/pyload/README.md +++ b/charts/stable/pyload/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pyload) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pyload` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/pyload ## 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/truecharts/blob/master/charts/stable/pyload/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pyload/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/pylon/Chart.yaml b/charts/stable/pylon/Chart.yaml index d85624dda85..d559b241654 100644 --- a/charts/stable/pylon/Chart.yaml +++ b/charts/stable/pylon/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.10.0 @@ -32,7 +34,7 @@ maintainers: name: pylon sources: - https://ghcr.io/linuxserver/pylon - - https://github.com/truecharts/charts/tree/master/charts/stable/pylon + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pylon type: application version: 12.6.0 diff --git a/charts/stable/pylon/README.md b/charts/stable/pylon/README.md index e4286658166..5dc983f929a 100644 --- a/charts/stable/pylon/README.md +++ b/charts/stable/pylon/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/pylon) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/pylon` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/pylon ## 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/truecharts/blob/master/charts/stable/pylon/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/pylon/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/qbitmanage/Chart.yaml b/charts/stable/qbitmanage/Chart.yaml index be3b82de31a..b96b9646fe0 100644 --- a/charts/stable/qbitmanage/Chart.yaml +++ b/charts/stable/qbitmanage/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.6.3 @@ -34,7 +36,7 @@ maintainers: name: qbitmanage sources: - https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation - - https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/qbitmanage - https://hub.docker.com/r/bobokun/qbit_manage type: application version: 11.8.0 diff --git a/charts/stable/qbitmanage/README.md b/charts/stable/qbitmanage/README.md index fd5070486a0..ebeb1fe5441 100644 --- a/charts/stable/qbitmanage/README.md +++ b/charts/stable/qbitmanage/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qbitmanage) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/qbitmanage` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/qbitmanage ## 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/truecharts/blob/master/charts/stable/qbitmanage/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/qbitmanage/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/qbitrr/Chart.yaml b/charts/stable/qbitrr/Chart.yaml index 7d153aa7bc1..3056b0ae028 100644 --- a/charts/stable/qbitrr/Chart.yaml +++ b/charts/stable/qbitrr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.10.24 @@ -34,7 +36,7 @@ maintainers: name: qbitrr sources: - https://github.com/Feramance/Qbitrr - - https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/qbitrr - https://hub.docker.com/r/feramance/qbitrr type: application version: 7.6.0 diff --git a/charts/stable/qbitrr/README.md b/charts/stable/qbitrr/README.md index 1c8f507389f..7b95a3cba54 100644 --- a/charts/stable/qbitrr/README.md +++ b/charts/stable/qbitrr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qbitrr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/qbitrr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/qbitrr ## 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/truecharts/blob/master/charts/stable/qbitrr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/qbitrr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 4fd7c02e69a..138a6d5a2d8 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.1.2 @@ -34,7 +36,7 @@ name: qbittorrent sources: - https://ghcr.io/home-operations/qbittorrent - https://github.com/qbittorrent/qBittorrent - - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/qbittorrent - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server type: application version: 23.6.0 diff --git a/charts/stable/qbittorrent/README.md b/charts/stable/qbittorrent/README.md index 217c48dffd9..43a0e475c0c 100644 --- a/charts/stable/qbittorrent/README.md +++ b/charts/stable/qbittorrent/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qbittorrent) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/qbittorrent` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/qbittorrent ## 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/truecharts/blob/master/charts/stable/qbittorrent/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/qbittorrent/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/qdirstat/Chart.yaml b/charts/stable/qdirstat/Chart.yaml index e924fc27868..fd4aa9c0d40 100644 --- a/charts/stable/qdirstat/Chart.yaml +++ b/charts/stable/qdirstat/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.07.2 @@ -33,7 +35,7 @@ maintainers: name: qdirstat sources: - https://github.com/jlesage/docker-qdirstat - - https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/qdirstat - https://hub.docker.com/r/jlesage/qdirstat type: application version: 13.7.0 diff --git a/charts/stable/qdirstat/README.md b/charts/stable/qdirstat/README.md index f50b977c58d..bc9b378db5e 100644 --- a/charts/stable/qdirstat/README.md +++ b/charts/stable/qdirstat/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qdirstat) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/qdirstat` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/qdirstat ## 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/truecharts/blob/master/charts/stable/qdirstat/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/qdirstat/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/qflood/Chart.yaml b/charts/stable/qflood/Chart.yaml index 8c3cb368eeb..c5d3ce15f68 100644 --- a/charts/stable/qflood/Chart.yaml +++ b/charts/stable/qflood/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: qflood sources: - https://ghcr.io/hotio/qflood - - https://github.com/truecharts/charts/tree/master/charts/stable/qflood + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/qflood - https://hotio.dev/containers/qflood type: application version: 8.6.0 diff --git a/charts/stable/qflood/README.md b/charts/stable/qflood/README.md index b591c3d2186..164ecd020f5 100644 --- a/charts/stable/qflood/README.md +++ b/charts/stable/qflood/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qflood) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/qflood` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/qflood ## 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/truecharts/blob/master/charts/stable/qflood/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/qflood/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/qinglong/Chart.yaml b/charts/stable/qinglong/Chart.yaml index e011df4e629..f2156caecf8 100644 --- a/charts/stable/qinglong/Chart.yaml +++ b/charts/stable/qinglong/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.19.2 @@ -32,7 +34,6 @@ maintainers: url: https://truecharts.org name: qinglong sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/qinglong - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/qinglong - https://hub.docker.com/r/whyour/qinglong type: application diff --git a/charts/stable/qinglong/README.md b/charts/stable/qinglong/README.md index c4c0fa82913..fd18dc8bc1d 100644 --- a/charts/stable/qinglong/README.md +++ b/charts/stable/qinglong/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/qinglong` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/qinglong/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/quake3/Chart.yaml b/charts/stable/quake3/Chart.yaml index e0b0c8561f2..1b6af67d649 100644 --- a/charts/stable/quake3/Chart.yaml +++ b/charts/stable/quake3/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: quake3 sources: - https://ghcr.io/ich777/quake3 - - https://github.com/truecharts/charts/tree/master/charts/stable/quake3 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/quake3 - https://www.idsoftware.com/ type: application version: 8.6.0 diff --git a/charts/stable/quake3/README.md b/charts/stable/quake3/README.md index e5d9563889b..082dbf63ddb 100644 --- a/charts/stable/quake3/README.md +++ b/charts/stable/quake3/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/quake3) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/quake3` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/quake3 ## 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/truecharts/blob/master/charts/stable/quake3/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/quake3/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/quassel-core/Chart.yaml b/charts/stable/quassel-core/Chart.yaml index 0463be32d5c..cb8c390d90d 100644 --- a/charts/stable/quassel-core/Chart.yaml +++ b/charts/stable/quassel-core/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.14.0 @@ -32,7 +34,7 @@ maintainers: name: quassel-core sources: - https://ghcr.io/linuxserver/quassel-core - - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/quassel-core type: application version: 14.6.0 diff --git a/charts/stable/quassel-core/README.md b/charts/stable/quassel-core/README.md index a3070a45685..55f540bb94b 100644 --- a/charts/stable/quassel-core/README.md +++ b/charts/stable/quassel-core/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/quassel-core) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/quassel-core` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/quassel-core ## 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/truecharts/blob/master/charts/stable/quassel-core/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/quassel-core/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/quassel-web/Chart.yaml b/charts/stable/quassel-web/Chart.yaml index aad24647697..0c8fe89663a 100644 --- a/charts/stable/quassel-web/Chart.yaml +++ b/charts/stable/quassel-web/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2021.12.16 @@ -32,7 +34,7 @@ maintainers: name: quassel-web sources: - https://ghcr.io/linuxserver/quassel-web - - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-web + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/quassel-web type: application version: 12.6.0 diff --git a/charts/stable/quassel-web/README.md b/charts/stable/quassel-web/README.md index 37f436cd03a..4c08328f63e 100644 --- a/charts/stable/quassel-web/README.md +++ b/charts/stable/quassel-web/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/quassel-web) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/quassel-web` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/quassel-web ## 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/truecharts/blob/master/charts/stable/quassel-web/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/quassel-web/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/quickshare/Chart.yaml b/charts/stable/quickshare/Chart.yaml index 02442cf2713..9382e5df04c 100644 --- a/charts/stable/quickshare/Chart.yaml +++ b/charts/stable/quickshare/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,6 @@ maintainers: name: quickshare sources: - https://github.com/ihexxa/quickshare - - https://github.com/truecharts/charts/tree/master/charts/stable/quickshare - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/quickshare - https://hub.docker.com/r/hexxa/quickshare type: application diff --git a/charts/stable/quickshare/README.md b/charts/stable/quickshare/README.md index 72b84fc94d6..2cd6b994014 100644 --- a/charts/stable/quickshare/README.md +++ b/charts/stable/quickshare/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/quickshare` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/quickshare/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/quiz-game/Chart.yaml b/charts/stable/quiz-game/Chart.yaml index c0b6a314c4c..c57e37d4c7a 100644 --- a/charts/stable/quiz-game/Chart.yaml +++ b/charts/stable/quiz-game/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: quiz-game sources: - https://github.com/ASKJR/quiz-game - - https://github.com/truecharts/charts/tree/master/charts/stable/quiz-game + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/quiz-game - https://hub.docker.com/r/patrickstigler/quiz-game - https://registry.hub.docker.com/r/patrickstigler/quiz-game type: application diff --git a/charts/stable/quiz-game/README.md b/charts/stable/quiz-game/README.md index 6fb2a4cc930..95e5ee92e7b 100644 --- a/charts/stable/quiz-game/README.md +++ b/charts/stable/quiz-game/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/quiz-game) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/quiz-game` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/quiz-game ## 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/truecharts/blob/master/charts/stable/quiz-game/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/quiz-game/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/qwantify/Chart.yaml b/charts/stable/qwantify/Chart.yaml index 403934a6116..efadb82d551 100644 --- a/charts/stable/qwantify/Chart.yaml +++ b/charts/stable/qwantify/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: games truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 20.04.0 @@ -33,7 +35,7 @@ maintainers: name: qwantify sources: - https://ghcr.io/wanjohiryan/qwantify - - https://github.com/truecharts/charts/tree/master/charts/stable/qwantify + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/qwantify - https://github.com/wanjohiryan/qwantify type: application version: 6.6.0 diff --git a/charts/stable/qwantify/README.md b/charts/stable/qwantify/README.md index a903a3c1fbc..6e485f52ec7 100644 --- a/charts/stable/qwantify/README.md +++ b/charts/stable/qwantify/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/qwantify) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/qwantify` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/qwantify ## 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/truecharts/blob/master/charts/stable/qwantify/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/qwantify/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index e79b542b893..a2fe4a68465 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 6.0.0.10217 @@ -36,7 +38,7 @@ sources: - https://ghcr.io/home-operations/radarr - https://ghcr.io/onedr0p/exportarr - https://github.com/Radarr/Radarr - - https://github.com/truecharts/charts/tree/master/charts/stable/radarr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/radarr type: application version: 25.0.0 diff --git a/charts/stable/radarr/README.md b/charts/stable/radarr/README.md index 17dd6faaf72..3232b7d7cb1 100644 --- a/charts/stable/radarr/README.md +++ b/charts/stable/radarr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/radarr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/radarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/radarr ## 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/truecharts/blob/master/charts/stable/radarr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/radarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/radarrsync/Chart.yaml b/charts/stable/radarrsync/Chart.yaml index 2bd7bb86276..b37ee07f9c4 100644 --- a/charts/stable/radarrsync/Chart.yaml +++ b/charts/stable/radarrsync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: radarrsync sources: - https://github.com/dairefinn/RadarrSync - - https://github.com/truecharts/charts/tree/master/charts/stable/radarrsync + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/radarrsync - https://hub.docker.com/r/dmanius/radarrsync-docker type: application version: 8.6.0 diff --git a/charts/stable/radarrsync/README.md b/charts/stable/radarrsync/README.md index fab5fc01150..df330cb4cbe 100644 --- a/charts/stable/radarrsync/README.md +++ b/charts/stable/radarrsync/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/radarrsync) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/radarrsync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/radarrsync ## 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/truecharts/blob/master/charts/stable/radarrsync/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/radarrsync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/radicale/Chart.yaml b/charts/stable/radicale/Chart.yaml index b821fd74a32..77a001d6d22 100644 --- a/charts/stable/radicale/Chart.yaml +++ b/charts/stable/radicale/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: radicale truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.5.6.0 @@ -39,7 +41,7 @@ name: radicale sources: - https://github.com/Kozea/Radicale - https://github.com/tomsquest/docker-radicale - - https://github.com/truecharts/charts/tree/master/charts/stable/radicale + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/radicale - https://hub.docker.com/r/tomsquest/docker-radicale - https://radicale.org/ type: application diff --git a/charts/stable/radicale/README.md b/charts/stable/radicale/README.md index 8bd0a0ed442..a7e0bec0c08 100644 --- a/charts/stable/radicale/README.md +++ b/charts/stable/radicale/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/radicale) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/radicale` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/radicale ## 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/truecharts/blob/master/charts/stable/radicale/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/radicale/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rapidphotodownloader/Chart.yaml b/charts/stable/rapidphotodownloader/Chart.yaml index 85855a71cb8..185e2e66dc0 100644 --- a/charts/stable/rapidphotodownloader/Chart.yaml +++ b/charts/stable/rapidphotodownloader/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp-Photos truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,7 @@ maintainers: name: rapidphotodownloader sources: - https://ghcr.io/ich777/rapidphotodownloader - - https://github.com/truecharts/charts/tree/master/charts/stable/rapidphotodownloader + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rapidphotodownloader - https://www.damonlynch.net/rapid/ type: application version: 8.6.0 diff --git a/charts/stable/rapidphotodownloader/README.md b/charts/stable/rapidphotodownloader/README.md index 1ab35bed455..6b4f57cc0d2 100644 --- a/charts/stable/rapidphotodownloader/README.md +++ b/charts/stable/rapidphotodownloader/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rapidphotodownloader) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rapidphotodownloader` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/rapidphotodownloader ## 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/truecharts/blob/master/charts/stable/rapidphotodownloader/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rapidphotodownloader/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/raspberrymatic/Chart.yaml b/charts/stable/raspberrymatic/Chart.yaml index 4330ac93435..9088b59f046 100644 --- a/charts/stable/raspberrymatic/Chart.yaml +++ b/charts/stable/raspberrymatic/Chart.yaml @@ -7,7 +7,9 @@ annotations: truecharts.org/SCALE-support: "false" truecharts.org/category: iot truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,7 @@ sources: - https://ghcr.io/jens-maus/raspberrymatic - https://github.com/jens-maus/RaspberryMatic - https://github.com/jens-maus/RaspberryMatic/pkgs/container/raspberrymatic - - https://github.com/truecharts/charts/tree/master/charts/stable/raspberrymatic + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/raspberrymatic type: application version: 8.6.0 diff --git a/charts/stable/raspberrymatic/README.md b/charts/stable/raspberrymatic/README.md index 7608b78a1a7..a62353aade1 100644 --- a/charts/stable/raspberrymatic/README.md +++ b/charts/stable/raspberrymatic/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/raspberrymatic) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/raspberrymatic` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/raspberrymatic ## 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/truecharts/blob/master/charts/stable/raspberrymatic/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/raspberrymatic/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rcon-webadmin/Chart.yaml b/charts/stable/rcon-webadmin/Chart.yaml index 1d8ebeb356d..a75d514bc89 100644 --- a/charts/stable/rcon-webadmin/Chart.yaml +++ b/charts/stable/rcon-webadmin/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: rcon-webadmin sources: - https://github.com/rcon-web-admin/rcon-web-admin - - https://github.com/truecharts/charts/tree/master/charts/stable/rcon-webadmin + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rcon-webadmin - https://hub.docker.com/r/itzg/rcon type: application version: 11.6.0 diff --git a/charts/stable/rcon-webadmin/README.md b/charts/stable/rcon-webadmin/README.md index 671b660569b..72dd74caafb 100644 --- a/charts/stable/rcon-webadmin/README.md +++ b/charts/stable/rcon-webadmin/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rcon-webadmin) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rcon-webadmin` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/rcon-webadmin ## 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/truecharts/blob/master/charts/stable/rcon-webadmin/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rcon-webadmin/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rdesktop/Chart.yaml b/charts/stable/rdesktop/Chart.yaml index b364b714dd1..0d94f3b6c98 100644 --- a/charts/stable/rdesktop/Chart.yaml +++ b/charts/stable/rdesktop/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: desktops truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ sources: - https://fleet.linuxserver.io/image?name=linuxserver/rdesktop - https://github.com/linuxserver/docker-rdesktop#readme - https://github.com/orgs/linuxserver/packages/container/package/rdesktop - - https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rdesktop type: application version: 11.6.0 diff --git a/charts/stable/rdesktop/README.md b/charts/stable/rdesktop/README.md index b2349314af7..c655c72a212 100644 --- a/charts/stable/rdesktop/README.md +++ b/charts/stable/rdesktop/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rdesktop) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rdesktop` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/rdesktop ## 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/truecharts/blob/master/charts/stable/rdesktop/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rdesktop/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rdtclient/Chart.yaml b/charts/stable/rdtclient/Chart.yaml index 34d4322652e..9731a8d14bb 100644 --- a/charts/stable/rdtclient/Chart.yaml +++ b/charts/stable/rdtclient/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.0.116 @@ -34,7 +36,7 @@ name: rdtclient sources: - https://ghcr.io/rogerfar/rdtclient - https://github.com/rogerfar/rdt-client - - https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rdtclient - https://github.com/trueforge/truecharts/tree/master/charts/stable/rdtclient - https://hub.docker.com/r/p3terx/aria2-pro type: application diff --git a/charts/stable/rdtclient/README.md b/charts/stable/rdtclient/README.md index 293e95978a0..86ffc934dfd 100644 --- a/charts/stable/rdtclient/README.md +++ b/charts/stable/rdtclient/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rdtclient) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge/truecharts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rdtclient` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/rdtclient ## 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/truecharts/blob/master/charts/stable/rdtclient/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rdtclient/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/recyclarr/Chart.yaml b/charts/stable/recyclarr/Chart.yaml index ccff9b51602..427a0a29272 100644 --- a/charts/stable/recyclarr/Chart.yaml +++ b/charts/stable/recyclarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 7.4.1 @@ -35,7 +37,7 @@ sources: - https://ghcr.io/recyclarr/recyclarr - https://github.com/recyclarr/recyclarr - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr - - https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/recyclarr type: application version: 13.6.0 diff --git a/charts/stable/recyclarr/README.md b/charts/stable/recyclarr/README.md index e44d50d3dd6..11f20ef133e 100644 --- a/charts/stable/recyclarr/README.md +++ b/charts/stable/recyclarr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/recyclarr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/recyclarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/recyclarr ## 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/truecharts/blob/master/charts/stable/recyclarr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/recyclarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/red-discordbot/Chart.yaml b/charts/stable/red-discordbot/Chart.yaml index f45bb994a3f..b1df3b7991c 100644 --- a/charts/stable/red-discordbot/Chart.yaml +++ b/charts/stable/red-discordbot/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: full @@ -33,7 +35,7 @@ maintainers: name: red-discordbot sources: - https://github.com/PhasecoreX/docker-red-discordbot - - https://github.com/truecharts/charts/tree/master/charts/stable/red-discordbot + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/red-discordbot - https://hub.docker.com/r/phasecorex/red-discordbot type: application version: 8.6.0 diff --git a/charts/stable/red-discordbot/README.md b/charts/stable/red-discordbot/README.md index e2a70169649..597da4eb102 100644 --- a/charts/stable/red-discordbot/README.md +++ b/charts/stable/red-discordbot/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/red-discordbot) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/red-discordbot` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/red-discordbot ## 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/truecharts/blob/master/charts/stable/red-discordbot/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/red-discordbot/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/redis/Chart.yaml b/charts/stable/redis/Chart.yaml index fc13de753f2..c4e48ece36d 100644 --- a/charts/stable/redis/Chart.yaml +++ b/charts/stable/redis/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: database truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: redis sources: - https://github.com/bitnami/bitnami-docker-redis - - https://github.com/truecharts/charts/tree/master/charts/stable/redis + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/redis - https://hub.docker.com/r/bitnamisecure/redis type: application version: 17.8.1 diff --git a/charts/stable/redis/README.md b/charts/stable/redis/README.md index c218b9be6bd..76c6b80a185 100644 --- a/charts/stable/redis/README.md +++ b/charts/stable/redis/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/redis) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/redis` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/redis ## 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/truecharts/blob/master/charts/stable/redis/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/redis/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/redisinsight/Chart.yaml b/charts/stable/redisinsight/Chart.yaml index 0afb78889fe..4ed223580e3 100644 --- a/charts/stable/redisinsight/Chart.yaml +++ b/charts/stable/redisinsight/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.70.1 @@ -33,7 +35,7 @@ maintainers: name: redisinsight sources: - https://github.com/RedisInsight/RedisInsight - - https://github.com/truecharts/charts/tree/master/charts/stable/redisinsight + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/redisinsight - https://hub.docker.com/r/redislabs/redisinsight - https://redis.com/redis-enterprise/redis-insight/ type: application diff --git a/charts/stable/redisinsight/README.md b/charts/stable/redisinsight/README.md index 5b3830cf988..9df0e8a32fa 100644 --- a/charts/stable/redisinsight/README.md +++ b/charts/stable/redisinsight/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/redisinsight) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/redisinsight` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/redisinsight ## 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/truecharts/blob/master/charts/stable/redisinsight/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/redisinsight/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/redm/Chart.yaml b/charts/stable/redm/Chart.yaml index 7a3157d3a2f..2c729ff51e2 100644 --- a/charts/stable/redm/Chart.yaml +++ b/charts/stable/redm/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: redm sources: - https://ghcr.io/ich777/redmserver - - https://github.com/truecharts/charts/tree/master/charts/stable/redm - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/redm - https://redm.gg/ type: application diff --git a/charts/stable/redm/README.md b/charts/stable/redm/README.md index ac904067554..513cf763d14 100644 --- a/charts/stable/redm/README.md +++ b/charts/stable/redm/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/redm` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/redm/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml index b677ead924b..48fa06f8143 100644 --- a/charts/stable/redmine/Chart.yaml +++ b/charts/stable/redmine/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 6.0.6 @@ -36,7 +38,7 @@ maintainers: name: redmine sources: - https://github.com/redmine/redmine - - https://github.com/truecharts/charts/tree/master/charts/stable/redmine + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/redmine - https://hub.docker.com/_/redmine type: application version: 15.6.0 diff --git a/charts/stable/redmine/README.md b/charts/stable/redmine/README.md index 1687ce5c55b..53e29728059 100644 --- a/charts/stable/redmine/README.md +++ b/charts/stable/redmine/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/redmine) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/redmine` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/redmine ## 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/truecharts/blob/master/charts/stable/redmine/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/redmine/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/reg/Chart.yaml b/charts/stable/reg/Chart.yaml index 1f888def15f..dc621a136b6 100644 --- a/charts/stable/reg/Chart.yaml +++ b/charts/stable/reg/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.0.0 @@ -33,7 +35,7 @@ name: reg sources: - https://github.com/genuinetools/reg - https://github.com/k8s-at-home/container-images/ - - https://github.com/truecharts/charts/tree/master/charts/stable/reg + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/reg - https://hub.docker.com/_/registry type: application version: 17.6.0 diff --git a/charts/stable/reg/README.md b/charts/stable/reg/README.md index b3733fe329c..f4e82c761b6 100644 --- a/charts/stable/reg/README.md +++ b/charts/stable/reg/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/reg) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/reg` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/reg ## 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/truecharts/blob/master/charts/stable/reg/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/reg/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/remmina/Chart.yaml b/charts/stable/remmina/Chart.yaml index 058efce2f15..e91287ae654 100644 --- a/charts/stable/remmina/Chart.yaml +++ b/charts/stable/remmina/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.4.40 @@ -36,7 +38,7 @@ name: remmina sources: - https://ghcr.io/linuxserver/remmina - https://github.com/linuxserver/docker-remmina - - https://github.com/truecharts/charts/tree/master/charts/stable/remmina + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/remmina - https://remmina.org/ type: application version: 13.6.2 diff --git a/charts/stable/remmina/README.md b/charts/stable/remmina/README.md index b0740295436..582b0d2735b 100644 --- a/charts/stable/remmina/README.md +++ b/charts/stable/remmina/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/remmina) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/remmina` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/remmina ## 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/truecharts/blob/master/charts/stable/remmina/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/remmina/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/remotely/Chart.yaml b/charts/stable/remotely/Chart.yaml index 71e981d06ac..a8a8b6ba613 100644 --- a/charts/stable/remotely/Chart.yaml +++ b/charts/stable/remotely/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,6 @@ maintainers: url: https://truecharts.org name: remotely sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/remotely - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/remotely - https://hub.docker.com/r/immybot/remotely - https://remotely.one/ diff --git a/charts/stable/remotely/README.md b/charts/stable/remotely/README.md index b41da4af524..3bb15225076 100644 --- a/charts/stable/remotely/README.md +++ b/charts/stable/remotely/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/remotely` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/remotely/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/renovate/Chart.yaml b/charts/stable/renovate/Chart.yaml index 19399ab0d6f..28964e1da2c 100644 --- a/charts/stable/renovate/Chart.yaml +++ b/charts/stable/renovate/Chart.yaml @@ -4,7 +4,9 @@ annotations: url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: security truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.0.0 @@ -29,7 +31,7 @@ maintainers: url: https://truecharts.org name: renovate sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/renovate + - https://github.com/truecharts/containers/tree/master/apps/renovate - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/renovate type: application version: 2.6.0 diff --git a/charts/stable/renovate/README.md b/charts/stable/renovate/README.md index 28a38a0ba18..7226af10780 100644 --- a/charts/stable/renovate/README.md +++ b/charts/stable/renovate/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/renovate` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/renovate/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/requestrr/Chart.yaml b/charts/stable/requestrr/Chart.yaml index 25a99c97edb..b1911fdfdc2 100644 --- a/charts/stable/requestrr/Chart.yaml +++ b/charts/stable/requestrr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.1.9 @@ -33,7 +35,6 @@ maintainers: name: requestrr sources: - https://github.com/thomst08/requestrr - - https://github.com/truecharts/charts/tree/master/charts/stable/requestrr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/requestrr - https://hub.docker.com/r/thomst08/requestrr type: application diff --git a/charts/stable/requestrr/README.md b/charts/stable/requestrr/README.md index 7c595bb7681..ef9b729dd15 100644 --- a/charts/stable/requestrr/README.md +++ b/charts/stable/requestrr/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/requestrr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/requestrr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml index bcf1e8ecfd6..811bf944dbd 100644 --- a/charts/stable/resilio-sync/Chart.yaml +++ b/charts/stable/resilio-sync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.1.0 @@ -36,7 +38,7 @@ name: resilio-sync sources: - https://ghcr.io/linuxserver/resilio-sync - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync - - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/resilio-sync type: application version: 18.7.1 diff --git a/charts/stable/resilio-sync/README.md b/charts/stable/resilio-sync/README.md index ae587b6e774..976518c9e7d 100644 --- a/charts/stable/resilio-sync/README.md +++ b/charts/stable/resilio-sync/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/resilio-sync) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/resilio-sync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/resilio-sync ## 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/truecharts/blob/master/charts/stable/resilio-sync/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/resilio-sync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/restic-rest-server/Chart.yaml b/charts/stable/restic-rest-server/Chart.yaml index 4608075bb31..845a0e5b673 100644 --- a/charts/stable/restic-rest-server/Chart.yaml +++ b/charts/stable/restic-rest-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Backup truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.14.0 @@ -33,7 +35,7 @@ maintainers: name: restic-rest-server sources: - https://github.com/restic/rest-server - - https://github.com/truecharts/charts/tree/master/charts/stable/restic-rest-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/restic-rest-server - https://hub.docker.com/r/restic/rest-server type: application version: 8.6.0 diff --git a/charts/stable/restic-rest-server/README.md b/charts/stable/restic-rest-server/README.md index acaeb809451..9ddfb208378 100644 --- a/charts/stable/restic-rest-server/README.md +++ b/charts/stable/restic-rest-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/restic-rest-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/restic-rest-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/restic-rest-server ## 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/truecharts/blob/master/charts/stable/restic-rest-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/restic-rest-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/retrobot/Chart.yaml b/charts/stable/retrobot/Chart.yaml index a638a5dd154..920e7342dee 100644 --- a/charts/stable/retrobot/Chart.yaml +++ b/charts/stable/retrobot/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: emulator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: retrobot sources: - https://github.com/rossimo/retrobot - - https://github.com/truecharts/charts/tree/master/charts/stable/retrobot + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/retrobot - https://hub.docker.com/r/rossimo/retrobot type: application version: 11.6.0 diff --git a/charts/stable/retrobot/README.md b/charts/stable/retrobot/README.md index b032a769a51..ef54e4d3377 100644 --- a/charts/stable/retrobot/README.md +++ b/charts/stable/retrobot/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/retrobot) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/retrobot` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/retrobot ## 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/truecharts/blob/master/charts/stable/retrobot/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/retrobot/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/reubah/Chart.yaml b/charts/stable/reubah/Chart.yaml index f9947de268e..ab47b610ade 100644 --- a/charts/stable/reubah/Chart.yaml +++ b/charts/stable/reubah/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: main @@ -34,7 +36,7 @@ name: reubah sources: - https://ghcr.io/dendianugerah/reubah - https://github.com/dendianugerah/reubah - - https://github.com/truecharts/charts/tree/master/charts/stable/reubah + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/reubah type: application version: 2.6.0 diff --git a/charts/stable/reubah/README.md b/charts/stable/reubah/README.md index bcbc4c90f25..c0359a80474 100644 --- a/charts/stable/reubah/README.md +++ b/charts/stable/reubah/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/reubah) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/reubah` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/reubah ## 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/truecharts/blob/master/charts/stable/reubah/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/reubah/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rflood/Chart.yaml b/charts/stable/rflood/Chart.yaml index 63b2a7ac879..1487bd6d1e9 100644 --- a/charts/stable/rflood/Chart.yaml +++ b/charts/stable/rflood/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: rflood sources: - https://ghcr.io/hotio/rflood - - https://github.com/truecharts/charts/tree/master/charts/stable/rflood - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rflood - https://hotio.dev/containers/rflood type: application diff --git a/charts/stable/rflood/README.md b/charts/stable/rflood/README.md index adad263dd2c..233e088985e 100644 --- a/charts/stable/rflood/README.md +++ b/charts/stable/rflood/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rflood` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rflood/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rickroll/Chart.yaml b/charts/stable/rickroll/Chart.yaml index beb17521035..66da12e0547 100644 --- a/charts/stable/rickroll/Chart.yaml +++ b/charts/stable/rickroll/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: rickroll sources: - https://github.com/modem7/docker-rickroll - - https://github.com/truecharts/charts/tree/master/charts/stable/rickroll + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rickroll - https://hub.docker.com/r/modem7/docker-rickroll type: application version: 9.6.0 diff --git a/charts/stable/rickroll/README.md b/charts/stable/rickroll/README.md index 347e309e846..ad3c1e0c111 100644 --- a/charts/stable/rickroll/README.md +++ b/charts/stable/rickroll/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rickroll) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rickroll` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/rickroll ## 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/truecharts/blob/master/charts/stable/rickroll/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rickroll/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ring-mqtt/Chart.yaml b/charts/stable/ring-mqtt/Chart.yaml index 30c9b03ca56..259a5bd4b7b 100644 --- a/charts/stable/ring-mqtt/Chart.yaml +++ b/charts/stable/ring-mqtt/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.8.1 @@ -33,7 +35,6 @@ maintainers: url: https://truecharts.org name: ring-mqtt sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ring-mqtt - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ring-mqtt - https://github.com/tsightler/ring-mqtt - https://hub.docker.com/r/tsightler/ring-mqtt diff --git a/charts/stable/ring-mqtt/README.md b/charts/stable/ring-mqtt/README.md index 7dba7c60035..7b235ebb9c9 100644 --- a/charts/stable/ring-mqtt/README.md +++ b/charts/stable/ring-mqtt/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ring-mqtt` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ring-mqtt/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rmlint/Chart.yaml b/charts/stable/rmlint/Chart.yaml index 43fb389ef9f..f012d9213e6 100644 --- a/charts/stable/rmlint/Chart.yaml +++ b/charts/stable/rmlint/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: rmlint sources: - https://github.com/sahib/rmlint - - https://github.com/truecharts/charts/tree/master/charts/stable/rmlint + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rmlint - https://hub.docker.com/r/bobbintb/docker-rmlint-unraid type: application version: 8.6.0 diff --git a/charts/stable/rmlint/README.md b/charts/stable/rmlint/README.md index 222168ad307..0a62604a8e9 100644 --- a/charts/stable/rmlint/README.md +++ b/charts/stable/rmlint/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rmlint) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rmlint` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/rmlint ## 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/truecharts/blob/master/charts/stable/rmlint/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rmlint/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/romm/Chart.yaml b/charts/stable/romm/Chart.yaml index 757da46bfd8..85973557226 100644 --- a/charts/stable/romm/Chart.yaml +++ b/charts/stable/romm/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.2.0 @@ -47,7 +49,7 @@ maintainers: name: romm sources: - https://ghcr.io/rommapp/romm - - https://github.com/truecharts/charts/tree/master/charts/stable/romm + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/romm - https://github.com/zurdi15/romm type: application version: 14.6.2 diff --git a/charts/stable/romm/README.md b/charts/stable/romm/README.md index 4ba28c20138..cf265a8da22 100644 --- a/charts/stable/romm/README.md +++ b/charts/stable/romm/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/romm) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/romm` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/romm ## 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/truecharts/blob/master/charts/stable/romm/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/romm/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/root/Chart.yaml b/charts/stable/root/Chart.yaml index 4fee76a5f61..1c5e42302c8 100644 --- a/charts/stable/root/Chart.yaml +++ b/charts/stable/root/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: root sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/root + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/root - https://hub.docker.com/r/bgameiro/arch-cern-root - https://root.cern/ type: application diff --git a/charts/stable/root/README.md b/charts/stable/root/README.md index fc905401ed1..6e5033bb18d 100644 --- a/charts/stable/root/README.md +++ b/charts/stable/root/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/root) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/root` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/root ## 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/truecharts/blob/master/charts/stable/root/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/root/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rsnapshot/Chart.yaml b/charts/stable/rsnapshot/Chart.yaml index a8aff49f4c5..abc2a07368a 100644 --- a/charts/stable/rsnapshot/Chart.yaml +++ b/charts/stable/rsnapshot/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.4.5 @@ -32,7 +34,7 @@ maintainers: name: rsnapshot sources: - https://ghcr.io/linuxserver/rsnapshot - - https://github.com/truecharts/charts/tree/master/charts/stable/rsnapshot + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rsnapshot type: application version: 12.6.0 diff --git a/charts/stable/rsnapshot/README.md b/charts/stable/rsnapshot/README.md index adc21f7ba01..a40bfa4981b 100644 --- a/charts/stable/rsnapshot/README.md +++ b/charts/stable/rsnapshot/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rsnapshot) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rsnapshot` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/rsnapshot ## 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/truecharts/blob/master/charts/stable/rsnapshot/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rsnapshot/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rss-bridge/Chart.yaml b/charts/stable/rss-bridge/Chart.yaml index 71328ea1a67..883afa647c8 100644 --- a/charts/stable/rss-bridge/Chart.yaml +++ b/charts/stable/rss-bridge/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.6.3 @@ -32,7 +34,7 @@ maintainers: name: rss-bridge sources: - https://github.com/RSS-Bridge/rss-bridge - - https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rss-bridge - https://hub.docker.com/r/rssbridge/rss-bridge type: application version: 14.6.0 diff --git a/charts/stable/rss-bridge/README.md b/charts/stable/rss-bridge/README.md index 967f5fdb72b..f0d4f0c3fdc 100644 --- a/charts/stable/rss-bridge/README.md +++ b/charts/stable/rss-bridge/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rss-bridge) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rss-bridge` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/rss-bridge ## 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/truecharts/blob/master/charts/stable/rss-bridge/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rss-bridge/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rss-proxy/Chart.yaml b/charts/stable/rss-proxy/Chart.yaml index 3471f290520..de4698628cb 100644 --- a/charts/stable/rss-proxy/Chart.yaml +++ b/charts/stable/rss-proxy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,6 @@ maintainers: name: rss-proxy sources: - https://github.com/damoeb/rss-proxy - - https://github.com/truecharts/charts/tree/master/charts/stable/rss-proxy - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rss-proxy - https://hub.docker.com/r/damoeb/rss-proxy type: application diff --git a/charts/stable/rss-proxy/README.md b/charts/stable/rss-proxy/README.md index eb5a81659d1..6cac82e7ff4 100644 --- a/charts/stable/rss-proxy/README.md +++ b/charts/stable/rss-proxy/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rss-proxy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rss-proxy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rss-to-telegram/Chart.yaml b/charts/stable/rss-to-telegram/Chart.yaml index 555bacc4f28..63a9554846e 100644 --- a/charts/stable/rss-to-telegram/Chart.yaml +++ b/charts/stable/rss-to-telegram/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,6 @@ maintainers: name: rss-to-telegram sources: - https://github.com/BoKKeR/RSS-to-Telegram-Bot - - https://github.com/truecharts/charts/tree/master/charts/stable/rss-to-telegram - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rss-to-telegram - https://hub.docker.com/r/bokker/rss.to.telegram type: application diff --git a/charts/stable/rss-to-telegram/README.md b/charts/stable/rss-to-telegram/README.md index d799d149f4f..feb9c9ba7f4 100644 --- a/charts/stable/rss-to-telegram/README.md +++ b/charts/stable/rss-to-telegram/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rss-to-telegram` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rss-to-telegram/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index 8bb060083bf..f98be6649ff 100644 --- a/charts/stable/rsshub/Chart.yaml +++ b/charts/stable/rsshub/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -41,7 +43,7 @@ name: rsshub sources: - https://docs.rsshub.app/en/install/ - https://github.com/DIYgod/RSSHub - - https://github.com/truecharts/charts/tree/master/charts/stable/rsshub + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rsshub - https://hub.docker.com/r/browserless/chrome - https://hub.docker.com/r/diygod/rsshub type: application diff --git a/charts/stable/rsshub/README.md b/charts/stable/rsshub/README.md index a33a03dffde..6cff912354e 100644 --- a/charts/stable/rsshub/README.md +++ b/charts/stable/rsshub/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rsshub) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rsshub` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/rsshub ## 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/truecharts/blob/master/charts/stable/rsshub/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rsshub/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rstudio/Chart.yaml b/charts/stable/rstudio/Chart.yaml index 8b52cc2387c..7ba49958c60 100644 --- a/charts/stable/rstudio/Chart.yaml +++ b/charts/stable/rstudio/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.5.1 @@ -34,7 +36,7 @@ name: rstudio sources: - https://ghcr.io/rocker-org/rstudio - https://github.com/rocker-org/rocker-versioned2 - - https://github.com/truecharts/charts/tree/master/charts/stable/rstudio + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rstudio type: application version: 9.6.0 diff --git a/charts/stable/rstudio/README.md b/charts/stable/rstudio/README.md index 2b03f438669..2e0f287bd8a 100644 --- a/charts/stable/rstudio/README.md +++ b/charts/stable/rstudio/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rstudio) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rstudio` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/rstudio ## 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/truecharts/blob/master/charts/stable/rstudio/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rstudio/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rtorrent-rutorrent/Chart.yaml b/charts/stable/rtorrent-rutorrent/Chart.yaml index a002f2bec43..db7355db87e 100644 --- a/charts/stable/rtorrent-rutorrent/Chart.yaml +++ b/charts/stable/rtorrent-rutorrent/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: torrent truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.2.9 @@ -35,7 +37,7 @@ sources: - https://ghcr.io/crazy-max/rtorrent-rutorrent - https://ghcr.io/thde/rtorrent_exporter - https://github.com/crazy-max/docker-rtorrent-rutorrent - - https://github.com/truecharts/charts/tree/master/charts/stable/rtorrent-rutorrent + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rtorrent-rutorrent - https://truecharts.org/charts/stable/rtorrent-rutorrent type: application version: 7.6.0 diff --git a/charts/stable/rtorrent-rutorrent/README.md b/charts/stable/rtorrent-rutorrent/README.md index 37e2ed103e1..6dbf252197f 100644 --- a/charts/stable/rtorrent-rutorrent/README.md +++ b/charts/stable/rtorrent-rutorrent/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rtorrent-rutorrent) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge/truecharts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rtorrent-rutorrent` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/rtorrent-rutorrent ## 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/truecharts/blob/master/charts/stable/rtorrent-rutorrent/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rtorrent-rutorrent/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rust/Chart.yaml b/charts/stable/rust/Chart.yaml index e73a6380f8a..9a0fddfdd82 100644 --- a/charts/stable/rust/Chart.yaml +++ b/charts/stable/rust/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: rust @@ -33,7 +35,7 @@ maintainers: name: rust sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/rust + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rust - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/rust/README.md b/charts/stable/rust/README.md index e3ede07cbd0..9ffa7955f9a 100644 --- a/charts/stable/rust/README.md +++ b/charts/stable/rust/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rust) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rust` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/rust ## 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/truecharts/blob/master/charts/stable/rust/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rust/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rustdesk/Chart.yaml b/charts/stable/rustdesk/Chart.yaml index d0d16d907cc..785d36c44af 100644 --- a/charts/stable/rustdesk/Chart.yaml +++ b/charts/stable/rustdesk/Chart.yaml @@ -4,7 +4,9 @@ annotations: url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: security truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.1.14 @@ -30,7 +32,7 @@ maintainers: name: rustdesk sources: - https://github.com/rustdesk/rustdesk-server - - https://github.com/truecharts/charts/tree/master/charts/stable/rustdesk + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rustdesk - https://hub.docker.com/r/rustdesk/rustdesk-server-s6 - https://rustdesk.com/de/ type: application diff --git a/charts/stable/rustdesk/README.md b/charts/stable/rustdesk/README.md index 5236425c9ff..91d5a407f98 100644 --- a/charts/stable/rustdesk/README.md +++ b/charts/stable/rustdesk/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rustdesk) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rustdesk` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/rustdesk ## 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/truecharts/blob/master/charts/stable/rustdesk/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rustdesk/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/rustpad/Chart.yaml b/charts/stable/rustpad/Chart.yaml index 89e6fbb9ded..3784581738a 100644 --- a/charts/stable/rustpad/Chart.yaml +++ b/charts/stable/rustpad/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,6 @@ maintainers: name: rustpad sources: - https://github.com/ekzhang/rustpad - - https://github.com/truecharts/charts/tree/master/charts/stable/rustpad - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rustpad - https://hub.docker.com/r/ekzhang/rustpad type: application diff --git a/charts/stable/rustpad/README.md b/charts/stable/rustpad/README.md index bc886030a50..9a9dec825e5 100644 --- a/charts/stable/rustpad/README.md +++ b/charts/stable/rustpad/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/rustpad` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/rustpad/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/s3backup/Chart.yaml b/charts/stable/s3backup/Chart.yaml index 0b54f4377f4..d32706b473f 100644 --- a/charts/stable/s3backup/Chart.yaml +++ b/charts/stable/s3backup/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Backup truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: s3backup sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/s3backup + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/s3backup - https://hub.docker.com/r/joch/s3backup - https://registry.hub.docker.com/r/joch/s3backup/ type: application diff --git a/charts/stable/s3backup/README.md b/charts/stable/s3backup/README.md index 5a8e77d0839..e4749cbbd7b 100644 --- a/charts/stable/s3backup/README.md +++ b/charts/stable/s3backup/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/s3backup) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/s3backup` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/s3backup ## 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/truecharts/blob/master/charts/stable/s3backup/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/s3backup/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/s3sync/Chart.yaml b/charts/stable/s3sync/Chart.yaml index 6972836e568..75b789062a7 100644 --- a/charts/stable/s3sync/Chart.yaml +++ b/charts/stable/s3sync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Backup truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: url: https://truecharts.org name: s3sync sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/s3sync - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/s3sync - https://github.com/what-name/docker-s3sync - https://hub.docker.com/r/whatname/docker-s3sync diff --git a/charts/stable/s3sync/README.md b/charts/stable/s3sync/README.md index 455677576ae..c0e97345786 100644 --- a/charts/stable/s3sync/README.md +++ b/charts/stable/s3sync/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/s3sync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/s3sync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index 410524ad085..89ee330096e 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.5.3 @@ -34,7 +36,7 @@ name: sabnzbd sources: - https://ghcr.io/home-operations/sabnzbd - https://ghcr.io/onedr0p/exportarr - - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sabnzbd - https://sabnzbd.org/ type: application version: 22.7.0 diff --git a/charts/stable/sabnzbd/README.md b/charts/stable/sabnzbd/README.md index c824e65250d..4cf0e0e95c1 100644 --- a/charts/stable/sabnzbd/README.md +++ b/charts/stable/sabnzbd/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sabnzbd) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sabnzbd` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/sabnzbd ## 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/truecharts/blob/master/charts/stable/sabnzbd/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sabnzbd/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/satisfactory/Chart.yaml b/charts/stable/satisfactory/Chart.yaml index 296926bb985..4295e5f9d15 100644 --- a/charts/stable/satisfactory/Chart.yaml +++ b/charts/stable/satisfactory/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: games truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.9.10 @@ -31,7 +33,7 @@ maintainers: url: https://truecharts.org name: satisfactory sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/satisfactory - https://github.com/wolveix/satisfactory-server - https://hub.docker.com/r/wolveix/satisfactory-server type: application diff --git a/charts/stable/satisfactory/README.md b/charts/stable/satisfactory/README.md index 6f98b8a6a5d..b7949b1ef08 100644 --- a/charts/stable/satisfactory/README.md +++ b/charts/stable/satisfactory/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/satisfactory) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/satisfactory` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/satisfactory ## 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/truecharts/blob/master/charts/stable/satisfactory/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/satisfactory/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/scrutiny/Chart.yaml b/charts/stable/scrutiny/Chart.yaml index 2f7168072ea..10eee1bd2d3 100644 --- a/charts/stable/scrutiny/Chart.yaml +++ b/charts/stable/scrutiny/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.8.1 @@ -32,7 +34,7 @@ maintainers: name: scrutiny sources: - https://ghcr.io/analogj/scrutiny - - https://github.com/truecharts/charts/tree/master/charts/stable/scrutiny + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/scrutiny type: application version: 13.6.0 diff --git a/charts/stable/scrutiny/README.md b/charts/stable/scrutiny/README.md index d776e6f5454..90baff8b694 100644 --- a/charts/stable/scrutiny/README.md +++ b/charts/stable/scrutiny/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/scrutiny) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/scrutiny` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/scrutiny ## 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/truecharts/blob/master/charts/stable/scrutiny/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/scrutiny/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/scrypted/Chart.yaml b/charts/stable/scrypted/Chart.yaml index dc0672d4d28..dfd91f67711 100644 --- a/charts/stable/scrypted/Chart.yaml +++ b/charts/stable/scrypted/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.123.58 @@ -33,7 +35,7 @@ maintainers: name: scrypted sources: - https://github.com/koush/scrypted - - https://github.com/truecharts/charts/tree/master/charts/stable/scrypted + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/scrypted - https://hub.docker.com/r/koush/scrypted type: application version: 7.9.0 diff --git a/charts/stable/scrypted/README.md b/charts/stable/scrypted/README.md index 43ee918d7e5..959a0c4d273 100644 --- a/charts/stable/scrypted/README.md +++ b/charts/stable/scrypted/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/scrypted) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/scrypted` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/scrypted ## 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/truecharts/blob/master/charts/stable/scrypted/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/scrypted/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sd-webui/Chart.yaml b/charts/stable/sd-webui/Chart.yaml index 69cb607631d..bd39d2a434f 100644 --- a/charts/stable/sd-webui/Chart.yaml +++ b/charts/stable/sd-webui/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MachineLearning truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ name: sd-webui-docker sources: - https://ghcr.io/neggles/sd-webui-docker - https://github.com/ahmetoner/sd-webui-docker/ - - https://github.com/truecharts/charts/tree/master/charts/stable/sd-webui-docker + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sd-webui-docker type: application version: 4.6.0 diff --git a/charts/stable/sd-webui/README.md b/charts/stable/sd-webui/README.md index c632a1daa7b..7a44cf4255b 100644 --- a/charts/stable/sd-webui/README.md +++ b/charts/stable/sd-webui/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sd-webui-docker) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sd-webui-docker` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/sd-webui-docker ## 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/truecharts/blob/master/charts/stable/sd-webui-docker/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sd-webui-docker/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sdtd/Chart.yaml b/charts/stable/sdtd/Chart.yaml index bd9fcedea0f..668a4a5237f 100644 --- a/charts/stable/sdtd/Chart.yaml +++ b/charts/stable/sdtd/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: games truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 7dtd @@ -33,7 +35,6 @@ maintainers: name: sdtd sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/sdtd - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sdtd - https://www.steampowered.com/ type: application diff --git a/charts/stable/sdtd/README.md b/charts/stable/sdtd/README.md index 3ff914fdc91..ef648f6e7e4 100644 --- a/charts/stable/sdtd/README.md +++ b/charts/stable/sdtd/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sdtd` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sdtd/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/seafile/Chart.yaml b/charts/stable/seafile/Chart.yaml index 19427701261..aca01295950 100644 --- a/charts/stable/seafile/Chart.yaml +++ b/charts/stable/seafile/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: file-storage truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 12.0.14 @@ -48,7 +50,6 @@ maintainers: url: https://truecharts.org name: seafile sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/seafile - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/seafile - https://hub.docker.com/r/seafileltd/seafile-mc - https://seafile.com diff --git a/charts/stable/seafile/README.md b/charts/stable/seafile/README.md index 7c1299837cd..61845bd366c 100644 --- a/charts/stable/seafile/README.md +++ b/charts/stable/seafile/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/seafile` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/seafile/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/searxng/Chart.yaml b/charts/stable/searxng/Chart.yaml index 2709d5a1b84..0317196eb91 100644 --- a/charts/stable/searxng/Chart.yaml +++ b/charts/stable/searxng/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: searxng sources: - https://github.com/searxng/searxng - - https://github.com/truecharts/charts/tree/master/charts/stable/searxng + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/searxng - https://hub.docker.com/r/searxng/searxng type: application version: 10.6.2 diff --git a/charts/stable/searxng/README.md b/charts/stable/searxng/README.md index a00a79df8f6..b878a748960 100644 --- a/charts/stable/searxng/README.md +++ b/charts/stable/searxng/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/searxng) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/searxng` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/searxng ## 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/truecharts/blob/master/charts/stable/searxng/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/searxng/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/seedsync/Chart.yaml b/charts/stable/seedsync/Chart.yaml index d12c02ae41a..1aae5d4a0ec 100644 --- a/charts/stable/seedsync/Chart.yaml +++ b/charts/stable/seedsync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: seedsync sources: - https://github.com/ipsingh06/seedsync - - https://github.com/truecharts/charts/tree/master/charts/stable/seedsync + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/seedsync - https://hub.docker.com/r/ipsingh06/seedsync type: application version: 10.6.0 diff --git a/charts/stable/seedsync/README.md b/charts/stable/seedsync/README.md index 50b66f6e371..4344a1d80c1 100644 --- a/charts/stable/seedsync/README.md +++ b/charts/stable/seedsync/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/seedsync) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/seedsync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/seedsync ## 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/truecharts/blob/master/charts/stable/seedsync/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/seedsync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/semaphore/Chart.yaml b/charts/stable/semaphore/Chart.yaml index 1e17503b194..c784da4f782 100644 --- a/charts/stable/semaphore/Chart.yaml +++ b/charts/stable/semaphore/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.16.31 @@ -34,7 +36,7 @@ maintainers: name: semaphore sources: - https://github.com/ansible-semaphore/semaphore - - https://github.com/truecharts/charts/tree/master/charts/stable/semaphore + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/semaphore - https://hub.docker.com/r/semaphoreui/semaphore type: application version: 6.7.0 diff --git a/charts/stable/semaphore/README.md b/charts/stable/semaphore/README.md index 35771eb072e..829ed7faac0 100644 --- a/charts/stable/semaphore/README.md +++ b/charts/stable/semaphore/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/semaphore) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/semaphore` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/semaphore ## 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/truecharts/blob/master/charts/stable/semaphore/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/semaphore/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/send/Chart.yaml b/charts/stable/send/Chart.yaml index d39a2c96124..bd88cce4c29 100644 --- a/charts/stable/send/Chart.yaml +++ b/charts/stable/send/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -40,7 +42,6 @@ maintainers: url: https://truecharts.org name: send sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/send - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/send - https://gitlab.com/timvisee/send type: application diff --git a/charts/stable/send/README.md b/charts/stable/send/README.md index 52b4e3e189f..a58d41d487a 100644 --- a/charts/stable/send/README.md +++ b/charts/stable/send/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/send` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/send/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml index 59782db9046..187ea73125f 100644 --- a/charts/stable/ser2sock/Chart.yaml +++ b/charts/stable/ser2sock/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ name: ser2sock sources: - https://github.com/nutechsoftware/ser2sock - https://github.com/tenstartups/ser2sock - - https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ser2sock - https://hub.docker.com/r/tenstartups/ser2sock type: application version: 16.6.0 diff --git a/charts/stable/ser2sock/README.md b/charts/stable/ser2sock/README.md index 157b6bef718..96d9ba452c4 100644 --- a/charts/stable/ser2sock/README.md +++ b/charts/stable/ser2sock/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ser2sock) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ser2sock` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ser2sock ## 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/truecharts/blob/master/charts/stable/ser2sock/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ser2sock/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/serpbear/Chart.yaml b/charts/stable/serpbear/Chart.yaml index 7d596beb92d..ae52b348b32 100644 --- a/charts/stable/serpbear/Chart.yaml +++ b/charts/stable/serpbear/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: metrics truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: serpbear sources: - https://github.com/towfiqi/serpbear - - https://github.com/truecharts/charts/tree/master/charts/stable/serpbear + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/serpbear - https://hub.docker.com/r/towfiqi/serpbear type: application version: 6.6.0 diff --git a/charts/stable/serpbear/README.md b/charts/stable/serpbear/README.md index a310ebca880..1764dbc03a8 100644 --- a/charts/stable/serpbear/README.md +++ b/charts/stable/serpbear/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/serpbear) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/serpbear` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/serpbear ## 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/truecharts/blob/master/charts/stable/serpbear/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/serpbear/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/servas/Chart.yaml b/charts/stable/servas/Chart.yaml index 2a1a028a880..b6e3f35adc0 100644 --- a/charts/stable/servas/Chart.yaml +++ b/charts/stable/servas/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: bookmarks truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.0.0 @@ -40,7 +42,7 @@ maintainers: name: servas sources: - https://github.com/beromir/Servas - - https://github.com/truecharts/charts/tree/master/charts/stable/servas + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/servas - https://hub.docker.com/r/beromir/servas type: application version: 9.4.1 diff --git a/charts/stable/servas/README.md b/charts/stable/servas/README.md index c4612ad2a62..546893f80aa 100644 --- a/charts/stable/servas/README.md +++ b/charts/stable/servas/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/servas) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/servas` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/servas ## 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/truecharts/blob/master/charts/stable/servas/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/servas/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sftpgo/Chart.yaml b/charts/stable/sftpgo/Chart.yaml index 438d8cda83a..7bf521f360a 100644 --- a/charts/stable/sftpgo/Chart.yaml +++ b/charts/stable/sftpgo/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-FTP truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.6.6 @@ -34,7 +36,6 @@ name: sftpgo sources: - https://ghcr.io/drakkan/sftpgo - https://github.com/drakkan/sftpgo - - https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sftpgo type: application version: 9.6.0 diff --git a/charts/stable/sftpgo/README.md b/charts/stable/sftpgo/README.md index df02dc1ed8f..5e358d24e1b 100644 --- a/charts/stable/sftpgo/README.md +++ b/charts/stable/sftpgo/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sftpgo` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sftpgo/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shaarli/Chart.yaml b/charts/stable/shaarli/Chart.yaml index daaa1c84051..ff9bf2c5ac3 100644 --- a/charts/stable/shaarli/Chart.yaml +++ b/charts/stable/shaarli/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.15.0 @@ -33,7 +35,6 @@ maintainers: name: shaarli sources: - https://github.com/shaarli/Shaarli - - https://github.com/truecharts/charts/tree/master/charts/stable/shaarli - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/shaarli - https://hub.docker.com/r/shaarli/shaarli type: application diff --git a/charts/stable/shaarli/README.md b/charts/stable/shaarli/README.md index 060ed9564a3..e639bbfa525 100644 --- a/charts/stable/shaarli/README.md +++ b/charts/stable/shaarli/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/shaarli` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/shaarli/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shapeshifter-obfuscator/Chart.yaml b/charts/stable/shapeshifter-obfuscator/Chart.yaml index 34bee848be2..ce844e0c61b 100644 --- a/charts/stable/shapeshifter-obfuscator/Chart.yaml +++ b/charts/stable/shapeshifter-obfuscator/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Security truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: shapeshifter-obfuscator sources: - https://github.com/juchong/shapeshifter-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/shapeshifter-obfuscator + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/shapeshifter-obfuscator - https://hub.docker.com/r/juchong/shapeshifter-docker type: application version: 8.6.0 diff --git a/charts/stable/shapeshifter-obfuscator/README.md b/charts/stable/shapeshifter-obfuscator/README.md index 3675d7fc224..f444ce9d237 100644 --- a/charts/stable/shapeshifter-obfuscator/README.md +++ b/charts/stable/shapeshifter-obfuscator/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shapeshifter-obfuscator) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/shapeshifter-obfuscator` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/shapeshifter-obfuscator ## 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/truecharts/blob/master/charts/stable/shapeshifter-obfuscator/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/shapeshifter-obfuscator/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sheetable/Chart.yaml b/charts/stable/sheetable/Chart.yaml index 65f013f2483..4639074a056 100644 --- a/charts/stable/sheetable/Chart.yaml +++ b/charts/stable/sheetable/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: music truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.8.1 @@ -32,7 +34,7 @@ maintainers: name: sheetable sources: - https://github.com/SheetAble - - https://github.com/truecharts/charts/tree/master/charts/stable/sheetable + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sheetable - https://hub.docker.com/r/vallezw/sheetable - https://sheetable.net/docs type: application diff --git a/charts/stable/sheetable/README.md b/charts/stable/sheetable/README.md index c475c2edfb3..aebe27a9392 100644 --- a/charts/stable/sheetable/README.md +++ b/charts/stable/sheetable/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sheetable) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sheetable` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/sheetable ## 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/truecharts/blob/master/charts/stable/sheetable/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sheetable/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shiori/Chart.yaml b/charts/stable/shiori/Chart.yaml index b6d8067fb03..78328ed5649 100644 --- a/charts/stable/shiori/Chart.yaml +++ b/charts/stable/shiori/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.8.0 @@ -37,7 +39,7 @@ sources: - https://ghcr.io/go-shiori/shiori - https://github.com/go-shiori/shiori - https://github.com/go-shiori/shiori/pkgs/container/shiori - - https://github.com/truecharts/charts/tree/master/charts/stable/shiori + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/shiori type: application version: 19.7.0 diff --git a/charts/stable/shiori/README.md b/charts/stable/shiori/README.md index 60eac912d90..29dd8ff06f4 100644 --- a/charts/stable/shiori/README.md +++ b/charts/stable/shiori/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shiori) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/shiori` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/shiori ## 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/truecharts/blob/master/charts/stable/shiori/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/shiori/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shlink-web-client/Chart.yaml b/charts/stable/shlink-web-client/Chart.yaml index fc929350da1..b53617e9f0d 100644 --- a/charts/stable/shlink-web-client/Chart.yaml +++ b/charts/stable/shlink-web-client/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.5.1 @@ -34,7 +36,6 @@ maintainers: name: shlink-web-client sources: - https://github.com/shlinkio/shlink-web-client - - https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/shlink-web-client - https://hub.docker.com/r/shlinkio/shlink-web-client type: application diff --git a/charts/stable/shlink-web-client/README.md b/charts/stable/shlink-web-client/README.md index d7be0b5fdfc..cfb94fcac15 100644 --- a/charts/stable/shlink-web-client/README.md +++ b/charts/stable/shlink-web-client/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/shlink-web-client` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/shlink-web-client/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index 61882974d94..052e3b24f34 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.5.2 @@ -40,7 +42,7 @@ maintainers: name: shlink sources: - https://github.com/shlinkio/shlink - - https://github.com/truecharts/charts/tree/master/charts/stable/shlink + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/shlink - https://hub.docker.com/r/shlinkio/shlink type: application version: 18.14.1 diff --git a/charts/stable/shlink/README.md b/charts/stable/shlink/README.md index 93372d5de1e..a440116e297 100644 --- a/charts/stable/shlink/README.md +++ b/charts/stable/shlink/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shlink) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/shlink` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/shlink ## 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/truecharts/blob/master/charts/stable/shlink/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/shlink/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shoko-server/Chart.yaml b/charts/stable/shoko-server/Chart.yaml index 2e5e6785105..9e9eda24c45 100644 --- a/charts/stable/shoko-server/Chart.yaml +++ b/charts/stable/shoko-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.1.0 @@ -33,7 +35,7 @@ maintainers: name: shoko-server sources: - https://github.com/ShokoAnime/ShokoServer - - https://github.com/truecharts/charts/tree/master/charts/stable/shoko-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/shoko-server - https://hub.docker.com/r/shokoanime/server type: application version: 13.6.0 diff --git a/charts/stable/shoko-server/README.md b/charts/stable/shoko-server/README.md index 2b58db16702..4f2457ef528 100644 --- a/charts/stable/shoko-server/README.md +++ b/charts/stable/shoko-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shoko-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/shoko-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/shoko-server ## 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/truecharts/blob/master/charts/stable/shoko-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/shoko-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shortipy/Chart.yaml b/charts/stable/shortipy/Chart.yaml index fe215978632..63e24cec2c7 100644 --- a/charts/stable/shortipy/Chart.yaml +++ b/charts/stable/shortipy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: shortipy sources: - https://github.com/maschhoff/shortipy - - https://github.com/truecharts/charts/tree/master/charts/stable/shortipy + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/shortipy - https://hub.docker.com/r/knex666/shortipy type: application version: 8.6.0 diff --git a/charts/stable/shortipy/README.md b/charts/stable/shortipy/README.md index 6f4e641acbd..431d30f91fb 100644 --- a/charts/stable/shortipy/README.md +++ b/charts/stable/shortipy/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shortipy) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/shortipy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/shortipy ## 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/truecharts/blob/master/charts/stable/shortipy/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/shortipy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/shorturl/Chart.yaml b/charts/stable/shorturl/Chart.yaml index 6c516ee1a07..7bf3b1ee674 100644 --- a/charts/stable/shorturl/Chart.yaml +++ b/charts/stable/shorturl/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.1.0 @@ -37,7 +39,7 @@ sources: - https://ghcr.io/nicholaswilde/shorturl - https://github.com/nicholaswilde/docker-shorturl - https://github.com/prologic/shorturl - - https://github.com/truecharts/charts/tree/master/charts/stable/shorturl + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/shorturl type: application version: 13.6.0 diff --git a/charts/stable/shorturl/README.md b/charts/stable/shorturl/README.md index 15496dd39f7..42c1f7550e5 100644 --- a/charts/stable/shorturl/README.md +++ b/charts/stable/shorturl/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/shorturl) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/shorturl` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/shorturl ## 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/truecharts/blob/master/charts/stable/shorturl/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/shorturl/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sia-daemon/Chart.yaml b/charts/stable/sia-daemon/Chart.yaml index f3f67e14293..de746c01541 100644 --- a/charts/stable/sia-daemon/Chart.yaml +++ b/charts/stable/sia-daemon/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: master @@ -36,7 +38,7 @@ sources: - https://ghcr.io/siafoundation/siad - https://github.com/SiaFoundation/siad/pkgs/container/siad - https://github.com/siafoundation/siad - - https://github.com/truecharts/charts/tree/master/charts/stable/sia-daemon + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sia-daemon type: application version: 8.6.0 diff --git a/charts/stable/sia-daemon/README.md b/charts/stable/sia-daemon/README.md index 0c9f263301f..26dccf01198 100644 --- a/charts/stable/sia-daemon/README.md +++ b/charts/stable/sia-daemon/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sia-daemon) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sia-daemon` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/sia-daemon ## 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/truecharts/blob/master/charts/stable/sia-daemon/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sia-daemon/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sickchill/Chart.yaml b/charts/stable/sickchill/Chart.yaml index f9811908a45..cc83f6c847d 100644 --- a/charts/stable/sickchill/Chart.yaml +++ b/charts/stable/sickchill/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2024.3.1 @@ -37,7 +39,7 @@ sources: - https://ghcr.io/linuxserver/sickchill - https://github.com/SickChill/SickChill - https://github.com/linuxserver/docker-sickchill - - https://github.com/truecharts/charts/tree/master/charts/stable/sickchill + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sickchill type: application version: 14.6.0 diff --git a/charts/stable/sickchill/README.md b/charts/stable/sickchill/README.md index af8c5844af2..d6000d9a454 100644 --- a/charts/stable/sickchill/README.md +++ b/charts/stable/sickchill/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sickchill) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sickchill` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/sickchill ## 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/truecharts/blob/master/charts/stable/sickchill/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sickchill/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sickgear/Chart.yaml b/charts/stable/sickgear/Chart.yaml index 8ffae8c596e..b4481d597ec 100644 --- a/charts/stable/sickgear/Chart.yaml +++ b/charts/stable/sickgear/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,6 @@ maintainers: name: sickgear sources: - https://github.com/SickGear/SickGear - - https://github.com/truecharts/charts/tree/master/charts/stable/sickgear - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sickgear - https://hub.docker.com/r/sickgear/sickgear type: application diff --git a/charts/stable/sickgear/README.md b/charts/stable/sickgear/README.md index 22cdcbca142..9fb8518a537 100644 --- a/charts/stable/sickgear/README.md +++ b/charts/stable/sickgear/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sickgear` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sickgear/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/signal-cli-rest-api/Chart.yaml b/charts/stable/signal-cli-rest-api/Chart.yaml index 488f4c2908b..16cc89855a1 100644 --- a/charts/stable/signal-cli-rest-api/Chart.yaml +++ b/charts/stable/signal-cli-rest-api/Chart.yaml @@ -4,7 +4,9 @@ annotations: url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.94.0 @@ -33,7 +35,6 @@ maintainers: name: signal-cli-rest-api sources: - https://github.com/bbernhard/signal-cli-rest-api - - https://github.com/truecharts/charts/tree/master/charts/stable/signal-cli-rest-api - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/signal-cli-rest-api - https://hub.docker.com/r/bbernhard/signal-cli-rest-api type: application diff --git a/charts/stable/signal-cli-rest-api/README.md b/charts/stable/signal-cli-rest-api/README.md index b3b9fd04d2f..136b5ed6eef 100644 --- a/charts/stable/signal-cli-rest-api/README.md +++ b/charts/stable/signal-cli-rest-api/README.md @@ -4,7 +4,7 @@ title: README ## General Info -For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/signal-cli-rest-api) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/signal-cli-rest-api) **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)** @@ -16,21 +16,21 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/signal-cli-rest-api` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information All our charts have dedicated documentation pages. The documentation for this chart can be found here: -https://truecharts.org/charts/incubator/signal-cli-rest-api +https://truecharts.org/charts/stable/signal-cli-rest-api ## 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/signal-cli-rest-api/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/signal-cli-rest-api/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/simply-shorten/Chart.yaml b/charts/stable/simply-shorten/Chart.yaml index 5418d61092d..8cef17cca23 100644 --- a/charts/stable/simply-shorten/Chart.yaml +++ b/charts/stable/simply-shorten/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.1.0 @@ -34,7 +36,7 @@ maintainers: url: https://truecharts.org name: simply-shorten sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/simply-shorten + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/simply-shorten - https://gitlab.com/draganczukp/simply-shorten - https://hub.docker.com/r/draganczukp/simply-shorten type: application diff --git a/charts/stable/simply-shorten/README.md b/charts/stable/simply-shorten/README.md index 797eacf7d22..462971c075c 100644 --- a/charts/stable/simply-shorten/README.md +++ b/charts/stable/simply-shorten/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/simply-shorten) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/simply-shorten` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/simply-shorten ## 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/truecharts/blob/master/charts/stable/simply-shorten/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/simply-shorten/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sinusbot/Chart.yaml b/charts/stable/sinusbot/Chart.yaml index c6601857335..e7a076344a9 100644 --- a/charts/stable/sinusbot/Chart.yaml +++ b/charts/stable/sinusbot/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: sinusbot sources: - https://forum.sinusbot.com - - https://github.com/truecharts/charts/tree/master/charts/stable/sinusbot + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sinusbot - https://hub.docker.com/r/sinusbot/docker type: application version: 8.6.0 diff --git a/charts/stable/sinusbot/README.md b/charts/stable/sinusbot/README.md index 02e681c775c..746c6c68258 100644 --- a/charts/stable/sinusbot/README.md +++ b/charts/stable/sinusbot/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sinusbot) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sinusbot` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/sinusbot ## 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/truecharts/blob/master/charts/stable/sinusbot/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sinusbot/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/slack-invite/Chart.yaml b/charts/stable/slack-invite/Chart.yaml index cddf97d5023..84ec80deaa3 100644 --- a/charts/stable/slack-invite/Chart.yaml +++ b/charts/stable/slack-invite/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Messenger truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: slack-invite sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/slack-invite + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/slack-invite - https://hub.docker.com/r/ninthwalker/slack-invite - httpss://github.com/ninthwalker/slack-invite type: application diff --git a/charts/stable/slack-invite/README.md b/charts/stable/slack-invite/README.md index 35fd2aaaae8..0d7a9d43cc4 100644 --- a/charts/stable/slack-invite/README.md +++ b/charts/stable/slack-invite/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/slack-invite) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/slack-invite` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/slack-invite ## 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/truecharts/blob/master/charts/stable/slack-invite/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/slack-invite/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/slash/Chart.yaml b/charts/stable/slash/Chart.yaml index b5fd0c56278..063d98b163c 100644 --- a/charts/stable/slash/Chart.yaml +++ b/charts/stable/slash/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: bookmarks truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.0.0 @@ -34,7 +36,7 @@ maintainers: name: slash sources: - https://github.com/boojack/slash - - https://github.com/truecharts/charts/tree/master/charts/stable/slash + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/slash - https://hub.docker.com/r/yourselfhosted/slash type: application version: 7.6.0 diff --git a/charts/stable/slash/README.md b/charts/stable/slash/README.md index 716482db223..10787133dc4 100644 --- a/charts/stable/slash/README.md +++ b/charts/stable/slash/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/slash) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/slash` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/slash ## 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/truecharts/blob/master/charts/stable/slash/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/slash/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/slink/Chart.yaml b/charts/stable/slink/Chart.yaml index 6164f3f13c9..11a7fc4000b 100644 --- a/charts/stable/slink/Chart.yaml +++ b/charts/stable/slink/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.6.7 @@ -35,7 +37,7 @@ maintainers: name: slink sources: - https://github.com/andrii-kryvoviaz/slink - - https://github.com/truecharts/charts/tree/master/charts/stable/slink + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/slink - https://hub.docker.com/r/anirdev/slink type: application version: 5.7.0 diff --git a/charts/stable/slink/README.md b/charts/stable/slink/README.md index 2d69aa98001..e7cfab8398c 100644 --- a/charts/stable/slink/README.md +++ b/charts/stable/slink/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/slink) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/slink` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/slink ## 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/truecharts/blob/master/charts/stable/slink/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/slink/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/slskd/Chart.yaml b/charts/stable/slskd/Chart.yaml index 2fc65951cb9..451ead86e65 100644 --- a/charts/stable/slskd/Chart.yaml +++ b/charts/stable/slskd/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.23.2 @@ -35,7 +37,7 @@ name: slskd sources: - https://ghcr.io/slskd/slskd - https://github.com/ansible-slskd/slskd - - https://github.com/truecharts/charts/tree/master/charts/stable/slskd + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/slskd type: application version: 4.7.0 diff --git a/charts/stable/slskd/README.md b/charts/stable/slskd/README.md index 7acf2e177f3..2f975008bbe 100644 --- a/charts/stable/slskd/README.md +++ b/charts/stable/slskd/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/slskd) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/slskd` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/slskd ## 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/truecharts/blob/master/charts/stable/slskd/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/slskd/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/smartctl-exporter/Chart.yaml b/charts/stable/smartctl-exporter/Chart.yaml index 64bcabf340f..ada06857946 100644 --- a/charts/stable/smartctl-exporter/Chart.yaml +++ b/charts/stable/smartctl-exporter/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: metrics truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.14.0 @@ -34,7 +36,6 @@ maintainers: name: smartctl-exporter sources: - https://github.com/prometheus-community/smartctl_exporter - - https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/smartctl-exporter - https://quay.io/prometheuscommunity/smartctl-exporter type: application diff --git a/charts/stable/smartctl-exporter/README.md b/charts/stable/smartctl-exporter/README.md index fda20aefb96..efa0f16f389 100644 --- a/charts/stable/smartctl-exporter/README.md +++ b/charts/stable/smartctl-exporter/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/smartctl-exporter` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/smartctl-exporter/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/smokeping/Chart.yaml b/charts/stable/smokeping/Chart.yaml index f1f2431e743..9e7e0ec25f9 100644 --- a/charts/stable/smokeping/Chart.yaml +++ b/charts/stable/smokeping/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.9.0 @@ -34,7 +36,6 @@ maintainers: name: smokeping sources: - https://ghcr.io/linuxserver/smokeping - - https://github.com/truecharts/charts/tree/master/charts/stable/smokeping - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/smokeping - https://oss.oetiker.ch/smokeping/ type: application diff --git a/charts/stable/smokeping/README.md b/charts/stable/smokeping/README.md index 00b3b71f3f5..848aecf5a23 100644 --- a/charts/stable/smokeping/README.md +++ b/charts/stable/smokeping/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/smokeping` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/smokeping/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/smtp-relay/Chart.yaml b/charts/stable/smtp-relay/Chart.yaml index d0ae5de2daf..165a0070557 100644 --- a/charts/stable/smtp-relay/Chart.yaml +++ b/charts/stable/smtp-relay/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: smtp truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.7.7 @@ -34,7 +36,7 @@ name: smtp-relay sources: - https://ghcr.io/ix-ai/smtp - https://github.com/ix-ai/smtp - - https://github.com/truecharts/charts/tree/master/charts/stable/smtp-relay + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/smtp-relay type: application version: 6.6.0 diff --git a/charts/stable/smtp-relay/README.md b/charts/stable/smtp-relay/README.md index b7952041c32..88530cecc09 100644 --- a/charts/stable/smtp-relay/README.md +++ b/charts/stable/smtp-relay/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/smtp-relay) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/smtp-relay` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/smtp-relay ## 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/truecharts/blob/master/charts/stable/smtp-relay/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/smtp-relay/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/snapdrop/Chart.yaml b/charts/stable/snapdrop/Chart.yaml index 545e2a6472c..a38187eff5e 100644 --- a/charts/stable/snapdrop/Chart.yaml +++ b/charts/stable/snapdrop/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ name: snapdrop sources: - https://fleet.linuxserver.io/image?name=linuxserver/snapdrop - https://github.com/linuxserver/docker-snapdrop - - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/snapdrop type: application version: 12.6.0 diff --git a/charts/stable/snapdrop/README.md b/charts/stable/snapdrop/README.md index 6deb988df12..29e6da19771 100644 --- a/charts/stable/snapdrop/README.md +++ b/charts/stable/snapdrop/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/snapdrop) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/snapdrop` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/snapdrop ## 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/truecharts/blob/master/charts/stable/snapdrop/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/snapdrop/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/snippet-box/Chart.yaml b/charts/stable/snippet-box/Chart.yaml index 43c8998e511..efb45f01c74 100644 --- a/charts/stable/snippet-box/Chart.yaml +++ b/charts/stable/snippet-box/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: snippet-box sources: - https://github.com/pawelmalak/snippet-box - - https://github.com/truecharts/charts/tree/master/charts/stable/snippet-box + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/snippet-box - https://hub.docker.com/r/pawelmalak/snippet-box type: application version: 10.6.0 diff --git a/charts/stable/snippet-box/README.md b/charts/stable/snippet-box/README.md index df206120022..f09d2756d2e 100644 --- a/charts/stable/snippet-box/README.md +++ b/charts/stable/snippet-box/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/snippet-box) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/snippet-box` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/snippet-box ## 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/truecharts/blob/master/charts/stable/snippet-box/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/snippet-box/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/socials/Chart.yaml b/charts/stable/socials/Chart.yaml index 7628782524f..ce2f18a5182 100644 --- a/charts/stable/socials/Chart.yaml +++ b/charts/stable/socials/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: main @@ -34,7 +36,6 @@ name: socials sources: - https://ghcr.io/diamkil/socials - https://github.com/diamkil/socials - - https://github.com/truecharts/charts/tree/master/charts/stable/socials - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/socials - https://registry.hub.docker.com/r/diamkil/socials/ type: application diff --git a/charts/stable/socials/README.md b/charts/stable/socials/README.md index 4b6599db4ea..30c8181036c 100644 --- a/charts/stable/socials/README.md +++ b/charts/stable/socials/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/socials` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/socials/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/soft-serve/Chart.yaml b/charts/stable/soft-serve/Chart.yaml index 183ed117352..a87e3cad2c9 100644 --- a/charts/stable/soft-serve/Chart.yaml +++ b/charts/stable/soft-serve/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: git truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.10.0 @@ -33,7 +35,7 @@ maintainers: name: soft-serve sources: - https://github.com/charmbracelet/soft-serve - - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/soft-serve - https://hub.docker.com/r/charmcli/soft-serve type: application version: 9.7.0 diff --git a/charts/stable/soft-serve/README.md b/charts/stable/soft-serve/README.md index 769e4bea47f..98fc438d76a 100644 --- a/charts/stable/soft-serve/README.md +++ b/charts/stable/soft-serve/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/soft-serve) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/soft-serve` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/soft-serve ## 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/truecharts/blob/master/charts/stable/soft-serve/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/soft-serve/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index 2adb8f9f46f..a102fcf65c8 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.0.15.2940 @@ -36,7 +38,6 @@ sources: - https://ghcr.io/home-operations/sonarr - https://ghcr.io/onedr0p/exportarr - https://github.com/Sonarr/Sonarr - - https://github.com/truecharts/charts/tree/master/charts/stable/sonarr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sonarr type: application version: 24.7.0 diff --git a/charts/stable/sonarr/README.md b/charts/stable/sonarr/README.md index e4e55a89ff8..02025fecdab 100644 --- a/charts/stable/sonarr/README.md +++ b/charts/stable/sonarr/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sonarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sonarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/songkong/Chart.yaml b/charts/stable/songkong/Chart.yaml index e465a36fa2f..9e9e05620de 100644 --- a/charts/stable/songkong/Chart.yaml +++ b/charts/stable/songkong/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp-Music truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: songkong sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/songkong + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/songkong - https://hub.docker.com/r/songkong/songkong type: application version: 8.6.0 diff --git a/charts/stable/songkong/README.md b/charts/stable/songkong/README.md index cf5622e2419..f4904beea97 100644 --- a/charts/stable/songkong/README.md +++ b/charts/stable/songkong/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/songkong) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/songkong` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/songkong ## 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/truecharts/blob/master/charts/stable/songkong/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/songkong/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sonsoftheforest/Chart.yaml b/charts/stable/sonsoftheforest/Chart.yaml index 8d21a62304d..b91f1eef22d 100644 --- a/charts/stable/sonsoftheforest/Chart.yaml +++ b/charts/stable/sonsoftheforest/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: sonsoftheforest @@ -34,7 +36,7 @@ name: sonsoftheforest sources: - https://ghcr.io/ich777/steamcmd - https://github.com/ich777/docker-steamcmd-server/tree/sonsoftheforest - - https://github.com/truecharts/charts/tree/master/charts/stable/sonsoftheforest + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sonsoftheforest type: application version: 6.6.0 diff --git a/charts/stable/sonsoftheforest/README.md b/charts/stable/sonsoftheforest/README.md index 87eb97307a5..0ca75112c47 100644 --- a/charts/stable/sonsoftheforest/README.md +++ b/charts/stable/sonsoftheforest/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sonsoftheforest) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sonsoftheforest` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/sonsoftheforest ## 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/truecharts/blob/master/charts/stable/sonsoftheforest/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sonsoftheforest/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sourcegraph/Chart.yaml b/charts/stable/sourcegraph/Chart.yaml index 339ac856443..e847b273cd9 100644 --- a/charts/stable/sourcegraph/Chart.yaml +++ b/charts/stable/sourcegraph/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Backup truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 6.8.0 @@ -36,7 +38,7 @@ maintainers: url: https://truecharts.org name: sourcegraph sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/sourcegraph + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sourcegraph - https://hub.docker.com/r/sourcegraph/server type: application version: 9.9.0 diff --git a/charts/stable/sourcegraph/README.md b/charts/stable/sourcegraph/README.md index a44e899dd0a..729d8f2e537 100644 --- a/charts/stable/sourcegraph/README.md +++ b/charts/stable/sourcegraph/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sourcegraph) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sourcegraph` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/sourcegraph ## 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/truecharts/blob/master/charts/stable/sourcegraph/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sourcegraph/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/spaceengineers/Chart.yaml b/charts/stable/spaceengineers/Chart.yaml index b68a3fd7c95..0e56b7c81aa 100644 --- a/charts/stable/spaceengineers/Chart.yaml +++ b/charts/stable/spaceengineers/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: spaceengineers sources: - https://github.com/Devidian/docker-spaceengineers - - https://github.com/truecharts/charts/tree/master/charts/stable/spaceengineers - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/spaceengineers - https://hub.docker.com/r/devidian/spaceengineers type: application diff --git a/charts/stable/spaceengineers/README.md b/charts/stable/spaceengineers/README.md index 9a27766631b..7d05425e472 100644 --- a/charts/stable/spaceengineers/README.md +++ b/charts/stable/spaceengineers/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/spaceengineers` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/spaceengineers/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/speedtest-exporter/Chart.yaml b/charts/stable/speedtest-exporter/Chart.yaml index 507f0608691..236d22a2c95 100644 --- a/charts/stable/speedtest-exporter/Chart.yaml +++ b/charts/stable/speedtest-exporter/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: metrics truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.5.4 @@ -35,7 +37,7 @@ name: speedtest-exporter sources: - https://ghcr.io/miguelndecarvalho/speedtest-exporter - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ - - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/speedtest-exporter type: application version: 13.6.0 diff --git a/charts/stable/speedtest-exporter/README.md b/charts/stable/speedtest-exporter/README.md index ee94bb808c2..16838371412 100644 --- a/charts/stable/speedtest-exporter/README.md +++ b/charts/stable/speedtest-exporter/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/speedtest-exporter) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/speedtest-exporter` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/speedtest-exporter ## 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/truecharts/blob/master/charts/stable/speedtest-exporter/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/speedtest-exporter/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/speedtest-tracker/Chart.yaml b/charts/stable/speedtest-tracker/Chart.yaml index 95851b8e7e9..56d83d76c25 100644 --- a/charts/stable/speedtest-tracker/Chart.yaml +++ b/charts/stable/speedtest-tracker/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: metrics truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.6.8 @@ -42,7 +44,6 @@ sources: - https://ghcr.io/linuxserver/speedtest-tracker - https://github.com/alexjustesen/speedtest-tracker - https://github.com/linuxserver/docker-speedtest-tracker - - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-tracker - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/speedtest-tracker type: application version: 8.13.2 diff --git a/charts/stable/speedtest-tracker/README.md b/charts/stable/speedtest-tracker/README.md index 2b30e5049b1..a9f3b843aff 100644 --- a/charts/stable/speedtest-tracker/README.md +++ b/charts/stable/speedtest-tracker/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/speedtest-tracker` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/speedtest-tracker/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/splunk/Chart.yaml b/charts/stable/splunk/Chart.yaml index 744ced6365e..e99e5674aac 100644 --- a/charts/stable/splunk/Chart.yaml +++ b/charts/stable/splunk/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 10.0.1 @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: splunk sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/splunk + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/splunk - https://hub.docker.com/r/splunk/splunk - https://splunk.github.io/docker-splunk type: application diff --git a/charts/stable/splunk/README.md b/charts/stable/splunk/README.md index 3729885b366..e08f22dbb43 100644 --- a/charts/stable/splunk/README.md +++ b/charts/stable/splunk/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/splunk) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/splunk` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/splunk ## 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/truecharts/blob/master/charts/stable/splunk/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/splunk/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/spoolman/Chart.yaml b/charts/stable/spoolman/Chart.yaml index 6ac23369c40..1423bebb501 100644 --- a/charts/stable/spoolman/Chart.yaml +++ b/charts/stable/spoolman/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: inventory truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.22.1 @@ -34,7 +36,7 @@ name: spoolman sources: - https://ghcr.io/donkie/spoolman - https://github.com/Donkie/Spoolman - - https://github.com/truecharts/charts/tree/master/charts/stable/spoolman + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/spoolman type: application version: 1.4.0 diff --git a/charts/stable/spoolman/README.md b/charts/stable/spoolman/README.md index 2b8cc49d247..4d89c655d0c 100644 --- a/charts/stable/spoolman/README.md +++ b/charts/stable/spoolman/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://truecharts.org/charts/stable/spoolman) + +**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/spoolman` + +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) + +## Chart Specific Guides and information + +All our charts have dedicated documentation pages. +The documentation for this chart can be found here: +https://truecharts.org/charts/stable/spoolman + +## 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/stable/spoolman/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://truecharts.org/common/) + +For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/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://truecharts.org/general/sponsor/) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/spoolman/icon-small.webp b/charts/stable/spoolman/icon-small.webp new file mode 100644 index 00000000000..789390e1264 Binary files /dev/null and b/charts/stable/spoolman/icon-small.webp differ diff --git a/charts/stable/spoolman/icon.png b/charts/stable/spoolman/icon.png deleted file mode 100644 index 4b3a1a1369a..00000000000 Binary files a/charts/stable/spoolman/icon.png and /dev/null differ diff --git a/charts/stable/spoolman/icon.webp b/charts/stable/spoolman/icon.webp new file mode 100644 index 00000000000..10c7c14093d Binary files /dev/null and b/charts/stable/spoolman/icon.webp differ diff --git a/charts/stable/spotweb/Chart.yaml b/charts/stable/spotweb/Chart.yaml index c14916c2dd9..40b91036342 100644 --- a/charts/stable/spotweb/Chart.yaml +++ b/charts/stable/spotweb/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.5.4 @@ -35,7 +37,6 @@ name: spotweb sources: - https://github.com/joachimbaten/spotweb-docker - https://github.com/spotweb/spotweb - - https://github.com/truecharts/charts/tree/master/charts/stable/spotweb - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/spotweb - https://hub.docker.com/r/jbaten/spotweb type: application diff --git a/charts/stable/spotweb/README.md b/charts/stable/spotweb/README.md index 333907c44d4..4b1bfc2a594 100644 --- a/charts/stable/spotweb/README.md +++ b/charts/stable/spotweb/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/spotweb` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/spotweb/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sqlite-web/Chart.yaml b/charts/stable/sqlite-web/Chart.yaml index fd2a57c94ca..b4d8b79a64f 100644 --- a/charts/stable/sqlite-web/Chart.yaml +++ b/charts/stable/sqlite-web/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: sqlite-web sources: - https://github.com/coleifer/sqlite-web - - https://github.com/truecharts/charts/tree/master/charts/stable/sqlite-web + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sqlite-web - https://hub.docker.com/r/coleifer/sqlite-web type: application version: 8.6.0 diff --git a/charts/stable/sqlite-web/README.md b/charts/stable/sqlite-web/README.md index 56f5767c13b..18dbd8f35e9 100644 --- a/charts/stable/sqlite-web/README.md +++ b/charts/stable/sqlite-web/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sqlite-web) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sqlite-web` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/sqlite-web ## 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/truecharts/blob/master/charts/stable/sqlite-web/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sqlite-web/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sqlitebrowser/Chart.yaml b/charts/stable/sqlitebrowser/Chart.yaml index c965fd7c39c..d1f56439697 100644 --- a/charts/stable/sqlitebrowser/Chart.yaml +++ b/charts/stable/sqlitebrowser/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 18.04.1 @@ -36,7 +38,7 @@ name: sqlitebrowser sources: - https://ghcr.io/linuxserver/sqlitebrowser - https://github.com/linuxserver/docker-sqlitebrowser - - https://github.com/truecharts/charts/tree/master/charts/stable/sqlitebrowser + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sqlitebrowser - https://sqlitebrowser.org/ type: application version: 13.6.0 diff --git a/charts/stable/sqlitebrowser/README.md b/charts/stable/sqlitebrowser/README.md index feb9fdc724e..0a00b015bd4 100644 --- a/charts/stable/sqlitebrowser/README.md +++ b/charts/stable/sqlitebrowser/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sqlitebrowser) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sqlitebrowser` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/sqlitebrowser ## 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/truecharts/blob/master/charts/stable/sqlitebrowser/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sqlitebrowser/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/sshwifty/Chart.yaml b/charts/stable/sshwifty/Chart.yaml index e45e6d2b2fb..01ab8aa7dcf 100644 --- a/charts/stable/sshwifty/Chart.yaml +++ b/charts/stable/sshwifty/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: ssh truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: name: sshwifty sources: - https://github.com/niruix/sshwifty - - https://github.com/truecharts/charts/tree/master/charts/stable/sshwifty + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/sshwifty - https://hub.docker.com/r/niruix/sshwifty type: application version: 8.6.0 diff --git a/charts/stable/sshwifty/README.md b/charts/stable/sshwifty/README.md index 6ede9790c0d..f7f758b2e1a 100644 --- a/charts/stable/sshwifty/README.md +++ b/charts/stable/sshwifty/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/sshwifty) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/sshwifty` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/sshwifty ## 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/truecharts/blob/master/charts/stable/sshwifty/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sshwifty/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/st-reborn-server/Chart.yaml b/charts/stable/st-reborn-server/Chart.yaml index beec7a394b2..0c731617973 100644 --- a/charts/stable/st-reborn-server/Chart.yaml +++ b/charts/stable/st-reborn-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: games truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.7.1 @@ -33,7 +35,7 @@ maintainers: name: st-reborn-server sources: - https://github.com/tiltedphoques/TiltedEvolution - - https://github.com/truecharts/charts/tree/master/charts/stable/st-reborn-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/st-reborn-server - https://hub.docker.com/r/tiltedphoques/st-reborn-server type: application version: 8.6.0 diff --git a/charts/stable/st-reborn-server/README.md b/charts/stable/st-reborn-server/README.md index c2e6023373d..e84d9ceb939 100644 --- a/charts/stable/st-reborn-server/README.md +++ b/charts/stable/st-reborn-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/st-reborn-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/st-reborn-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/st-reborn-server ## 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/truecharts/blob/master/charts/stable/st-reborn-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/st-reborn-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/stackedit/Chart.yaml b/charts/stable/stackedit/Chart.yaml index eee4f2e781b..328e4cde742 100644 --- a/charts/stable/stackedit/Chart.yaml +++ b/charts/stable/stackedit/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: stackedit sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/stackedit + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stackedit - https://hub.docker.com/r/qmcgaw/stackedit - https://stackedit.io/ type: application diff --git a/charts/stable/stackedit/README.md b/charts/stable/stackedit/README.md index 287705a0e97..3c030912278 100644 --- a/charts/stable/stackedit/README.md +++ b/charts/stable/stackedit/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/stackedit) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/stackedit` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/stackedit ## 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/truecharts/blob/master/charts/stable/stackedit/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/stackedit/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/standardnotes-web/Chart.yaml b/charts/stable/standardnotes-web/Chart.yaml index 807efab73dd..ab28f6af525 100644 --- a/charts/stable/standardnotes-web/Chart.yaml +++ b/charts/stable/standardnotes-web/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: stable @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: standardnotes-web sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/standardnotes-web + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/standardnotes-web - https://hub.docker.com/r/standardnotes/web - https://standardnotes.org/ type: application diff --git a/charts/stable/standardnotes-web/README.md b/charts/stable/standardnotes-web/README.md index 9298479d34a..db117c3581a 100644 --- a/charts/stable/standardnotes-web/README.md +++ b/charts/stable/standardnotes-web/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/standardnotes-web) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/standardnotes-web` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/standardnotes-web ## 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/truecharts/blob/master/charts/stable/standardnotes-web/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/standardnotes-web/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/starmade/Chart.yaml b/charts/stable/starmade/Chart.yaml index cae50e0f1dd..a4602f97908 100644 --- a/charts/stable/starmade/Chart.yaml +++ b/charts/stable/starmade/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: starmade sources: - https://ghcr.io/ich777/starmade-server - - https://github.com/truecharts/charts/tree/master/charts/stable/starmade + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/starmade - https://www.star-made.org/ type: application version: 8.6.0 diff --git a/charts/stable/starmade/README.md b/charts/stable/starmade/README.md index 2caf80b76ee..0b35ba54708 100644 --- a/charts/stable/starmade/README.md +++ b/charts/stable/starmade/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/starmade) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/starmade` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/starmade ## 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/truecharts/blob/master/charts/stable/starmade/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/starmade/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml index 56f4c12de78..31eb774f03b 100644 --- a/charts/stable/stash/Chart.yaml +++ b/charts/stable/stash/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.28.1 @@ -32,7 +34,7 @@ maintainers: name: stash sources: - https://github.com/stashapp/stash - - https://github.com/truecharts/charts/tree/master/charts/stable/stash + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stash - https://hub.docker.com/r/stashapp/stash type: application version: 18.6.0 diff --git a/charts/stable/stash/README.md b/charts/stable/stash/README.md index 6584ccb4f84..d3c6cc2354c 100644 --- a/charts/stable/stash/README.md +++ b/charts/stable/stash/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/stash) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/stash` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/stash ## 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/truecharts/blob/master/charts/stable/stash/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/stash/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/static-web-server/Chart.yaml b/charts/stable/static-web-server/Chart.yaml index cc84f089d61..862c9c7af5c 100644 --- a/charts/stable/static-web-server/Chart.yaml +++ b/charts/stable/static-web-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: web-server truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.38.1 @@ -35,7 +37,6 @@ name: static-web-server sources: - https://ghcr.io/static-web-server/static-web-server - https://github.com/static-web-server/static-web-server - - https://github.com/truecharts/charts/tree/master/charts/stable/static-web-server - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/static-web-server - https://static-web-server.net type: application diff --git a/charts/stable/static-web-server/README.md b/charts/stable/static-web-server/README.md index d15c3cc7e4b..9d28ae7e5ab 100644 --- a/charts/stable/static-web-server/README.md +++ b/charts/stable/static-web-server/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/static-web-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/static-web-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/static/Chart.yaml b/charts/stable/static/Chart.yaml index dfc18ff7a85..88f035fb257 100644 --- a/charts/stable/static/Chart.yaml +++ b/charts/stable/static/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: ee8a20c @@ -37,7 +39,7 @@ sources: - https://ghcr.io/nicholaswilde/static - https://github.com/nicholaswilde/docker-static - https://github.com/prologic/static - - https://github.com/truecharts/charts/tree/master/charts/stable/static + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/static type: application version: 13.6.0 diff --git a/charts/stable/static/README.md b/charts/stable/static/README.md index 67275fe62c4..30339ea9e2a 100644 --- a/charts/stable/static/README.md +++ b/charts/stable/static/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/static) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/static` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/static ## 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/truecharts/blob/master/charts/stable/static/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/static/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/stationeers/Chart.yaml b/charts/stable/stationeers/Chart.yaml index 66457c1bc1e..d6c85320eca 100644 --- a/charts/stable/stationeers/Chart.yaml +++ b/charts/stable/stationeers/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: stationeers @@ -33,7 +35,6 @@ maintainers: name: stationeers sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/stationeers - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stationeers - https://www.steampowered.com/ type: application diff --git a/charts/stable/stationeers/README.md b/charts/stable/stationeers/README.md index da6127d7edf..04673cc4165 100644 --- a/charts/stable/stationeers/README.md +++ b/charts/stable/stationeers/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/stationeers` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/stationeers/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/steam-headless/Chart.yaml b/charts/stable/steam-headless/Chart.yaml index d6d9140abe3..9e6e472a149 100644 --- a/charts/stable/steam-headless/Chart.yaml +++ b/charts/stable/steam-headless/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: games truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: steam-headless sources: - https://github.com/Steam-Headless/docker-steam-headless - - https://github.com/truecharts/charts/tree/master/charts/stable/steam-headless + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/steam-headless - https://hub.docker.com/r/josh5/steam-headless type: application version: 6.6.0 diff --git a/charts/stable/steam-headless/README.md b/charts/stable/steam-headless/README.md index 04f581fe9d2..aa449bc18ff 100644 --- a/charts/stable/steam-headless/README.md +++ b/charts/stable/steam-headless/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/steam-headless) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/steam-headless` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/steam-headless ## 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/truecharts/blob/master/charts/stable/steam-headless/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/steam-headless/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/stirling-pdf/Chart.yaml b/charts/stable/stirling-pdf/Chart.yaml index 8a4f14f9bef..7ac3f2b1f33 100644 --- a/charts/stable/stirling-pdf/Chart.yaml +++ b/charts/stable/stirling-pdf/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.3.2 @@ -34,7 +36,7 @@ name: stirling-pdf sources: - https://ghcr.io/stirling-tools/s-pdf - https://github.com/Stirling-Tools/Stirling-PDF - - https://github.com/truecharts/charts/tree/master/charts/stable/stirling-pdf + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stirling-pdf type: application version: 5.15.0 diff --git a/charts/stable/stirling-pdf/README.md b/charts/stable/stirling-pdf/README.md index 145e3a7e362..63f36671820 100644 --- a/charts/stable/stirling-pdf/README.md +++ b/charts/stable/stirling-pdf/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/stirling-pdf) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/stirling-pdf` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/stirling-pdf ## 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/truecharts/blob/master/charts/stable/stirling-pdf/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/stirling-pdf/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/storj-node/Chart.yaml b/charts/stable/storj-node/Chart.yaml index 917cae52aaf..6aaf42502d9 100644 --- a/charts/stable/storj-node/Chart.yaml +++ b/charts/stable/storj-node/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ name: storj-node sources: - https://docs.storj.io/node/ - https://github.com/storj/storj - - https://github.com/truecharts/charts/tree/master/charts/stable/storj-node + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/storj-node - https://hub.docker.com/r/storjlabs/storagenode type: application version: 12.6.0 diff --git a/charts/stable/storj-node/README.md b/charts/stable/storj-node/README.md index 519609917e7..12ca67915b8 100644 --- a/charts/stable/storj-node/README.md +++ b/charts/stable/storj-node/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/storj-node) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/storj-node` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/storj-node ## 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/truecharts/blob/master/charts/stable/storj-node/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/storj-node/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/storm/Chart.yaml b/charts/stable/storm/Chart.yaml index 7b42a6418fe..8a5adabd033 100644 --- a/charts/stable/storm/Chart.yaml +++ b/charts/stable/storm/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.3.0 @@ -35,7 +37,6 @@ sources: - https://ghcr.io/relvacode/storm - https://github.com/relvacode/storm - https://github.com/relvacode/storm/pkgs/container/storm - - https://github.com/truecharts/charts/tree/master/charts/stable/storm - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/storm type: application version: 8.6.0 diff --git a/charts/stable/storm/README.md b/charts/stable/storm/README.md index a4f61599aea..5ee89a0bda7 100644 --- a/charts/stable/storm/README.md +++ b/charts/stable/storm/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/storm` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/storm/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/strapi/Chart.yaml b/charts/stable/strapi/Chart.yaml index 60286c28979..27d7efa7e66 100644 --- a/charts/stable/strapi/Chart.yaml +++ b/charts/stable/strapi/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: cms truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.24.1 @@ -33,7 +35,6 @@ maintainers: name: strapi sources: - https://github.com/naskio/docker-strapi - - https://github.com/truecharts/charts/tree/master/charts/stable/strapi - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/strapi - https://hub.docker.com/r/vshadbolt/strapi - https://truecharts.org/charts/stable/strapi diff --git a/charts/stable/strapi/README.md b/charts/stable/strapi/README.md index f9346130cae..57b54ac757e 100644 --- a/charts/stable/strapi/README.md +++ b/charts/stable/strapi/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/strapi` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/strapi/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/streammaster/Chart.yaml b/charts/stable/streammaster/Chart.yaml index a933b4c57af..885a78eaec0 100644 --- a/charts/stable/streammaster/Chart.yaml +++ b/charts/stable/streammaster/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: TV truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.15.0 @@ -37,7 +39,6 @@ sources: - https://carlreid.github.io/StreamMaster/ - https://ghcr.io/carlreid/streammaster - https://github.com/carlreid/StreamMaster - - https://github.com/truecharts/charts/tree/master/charts/stable/streammaster - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/streammaster type: application version: 2.6.0 diff --git a/charts/stable/streammaster/README.md b/charts/stable/streammaster/README.md index c385012e893..e906cd06c65 100644 --- a/charts/stable/streammaster/README.md +++ b/charts/stable/streammaster/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/streammaster` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/streammaster/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/stun-turn-server/Chart.yaml b/charts/stable/stun-turn-server/Chart.yaml index f4dd6256037..eeffaa60415 100644 --- a/charts/stable/stun-turn-server/Chart.yaml +++ b/charts/stable/stun-turn-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: stun-turn-server sources: - https://ghcr.io/ich777/stun-turn-server - - https://github.com/truecharts/charts/tree/master/charts/stable/stun-turn-server - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stun-turn-server type: application version: 9.6.0 diff --git a/charts/stable/stun-turn-server/README.md b/charts/stable/stun-turn-server/README.md index e5584ed8ccd..0d98550cbae 100644 --- a/charts/stable/stun-turn-server/README.md +++ b/charts/stable/stun-turn-server/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/stun-turn-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/stun-turn-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/suistartpage/Chart.yaml b/charts/stable/suistartpage/Chart.yaml index f8459c305c0..4748b5ceecc 100644 --- a/charts/stable/suistartpage/Chart.yaml +++ b/charts/stable/suistartpage/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,6 @@ maintainers: name: suistartpage sources: - https://github.com/CorneliousJD/SUI-Startpage - - https://github.com/truecharts/charts/tree/master/charts/stable/suistartpage - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/suistartpage - https://hub.docker.com/r/corneliousjd/sui-startpage type: application diff --git a/charts/stable/suistartpage/README.md b/charts/stable/suistartpage/README.md index 83fab2f93bb..c170eac2ad8 100644 --- a/charts/stable/suistartpage/README.md +++ b/charts/stable/suistartpage/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/suistartpage` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/suistartpage/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/survivethenights/Chart.yaml b/charts/stable/survivethenights/Chart.yaml index 8e1cbfd148f..174731cba83 100644 --- a/charts/stable/survivethenights/Chart.yaml +++ b/charts/stable/survivethenights/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: stn @@ -33,7 +35,7 @@ maintainers: name: survivethenights sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/survivethenights + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/survivethenights - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/survivethenights/README.md b/charts/stable/survivethenights/README.md index 9c9196d31af..6f6eb2485b4 100644 --- a/charts/stable/survivethenights/README.md +++ b/charts/stable/survivethenights/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/survivethenights) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/survivethenights` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/survivethenights ## 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/truecharts/blob/master/charts/stable/survivethenights/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/survivethenights/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/synclounge/Chart.yaml b/charts/stable/synclounge/Chart.yaml index 7093ab24623..77a6f05c81c 100644 --- a/charts/stable/synclounge/Chart.yaml +++ b/charts/stable/synclounge/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.2.35 @@ -32,7 +34,7 @@ maintainers: name: synclounge sources: - https://ghcr.io/linuxserver/synclounge - - https://github.com/truecharts/charts/tree/master/charts/stable/synclounge + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/synclounge type: application version: 12.6.1 diff --git a/charts/stable/synclounge/README.md b/charts/stable/synclounge/README.md index 0174b2448b3..b8efc6c9dec 100644 --- a/charts/stable/synclounge/README.md +++ b/charts/stable/synclounge/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/synclounge) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/synclounge` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/synclounge ## 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/truecharts/blob/master/charts/stable/synclounge/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/synclounge/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index 4f0a71c8384..99d80d07009 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.0.10 @@ -32,7 +34,7 @@ maintainers: name: syncthing sources: - https://github.com/syncthing/syncthing - - https://github.com/truecharts/charts/tree/master/charts/stable/syncthing + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/syncthing - https://hub.docker.com/r/syncthing/syncthing - https://syncthing.net/ type: application diff --git a/charts/stable/syncthing/README.md b/charts/stable/syncthing/README.md index 3a879840aac..131b844e8f6 100644 --- a/charts/stable/syncthing/README.md +++ b/charts/stable/syncthing/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/syncthing) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/syncthing` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/syncthing ## 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/truecharts/blob/master/charts/stable/syncthing/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/syncthing/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/synctube/Chart.yaml b/charts/stable/synctube/Chart.yaml index eb633d29d05..7d00b621a7c 100644 --- a/charts/stable/synctube/Chart.yaml +++ b/charts/stable/synctube/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -38,7 +40,6 @@ maintainers: name: synctube sources: - https://github.com/RblSb/SyncTube - - https://github.com/truecharts/charts/tree/master/charts/stable/synctube - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/synctube - https://hub.docker.com/r/littlestache/synctube type: application diff --git a/charts/stable/synctube/README.md b/charts/stable/synctube/README.md index ae014d6976e..453eb17cb50 100644 --- a/charts/stable/synctube/README.md +++ b/charts/stable/synctube/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/synctube` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/synctube/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/syslog-ng/Chart.yaml b/charts/stable/syslog-ng/Chart.yaml index 3eba49aed6d..2bae49690eb 100644 --- a/charts/stable/syslog-ng/Chart.yaml +++ b/charts/stable/syslog-ng/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.10.0 @@ -31,7 +33,6 @@ maintainers: url: https://truecharts.org name: syslog-ng sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/syslog-ng - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/syslog-ng - https://hub.docker.com/r/balabit/syslog-ng type: application diff --git a/charts/stable/syslog-ng/README.md b/charts/stable/syslog-ng/README.md index 76b6b8ca746..7f0e4733bfb 100644 --- a/charts/stable/syslog-ng/README.md +++ b/charts/stable/syslog-ng/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/syslog-ng` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/syslog-ng/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tachidesk-docker/Chart.yaml b/charts/stable/tachidesk-docker/Chart.yaml index 40d1dfb7040..eadfd2e2f6a 100644 --- a/charts/stable/tachidesk-docker/Chart.yaml +++ b/charts/stable/tachidesk-docker/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaServer-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: preiew @@ -35,7 +37,7 @@ sources: - https://ghcr.io/suwayomi/tachidesk - https://github.com/Suwayomi/Tachidesk-Server - https://github.com/suwayomi/docker-tachidesk - - https://github.com/truecharts/charts/tree/master/charts/stable/tachidesk-docker + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tachidesk-docker type: application version: 9.6.1 diff --git a/charts/stable/tachidesk-docker/README.md b/charts/stable/tachidesk-docker/README.md index 8a930177565..4c6f0a2d2f4 100644 --- a/charts/stable/tachidesk-docker/README.md +++ b/charts/stable/tachidesk-docker/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tachidesk-docker) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tachidesk-docker` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tachidesk-docker ## 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/truecharts/blob/master/charts/stable/tachidesk-docker/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tachidesk-docker/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tagspaces/Chart.yaml b/charts/stable/tagspaces/Chart.yaml index 1c88a582321..2e02741c6de 100644 --- a/charts/stable/tagspaces/Chart.yaml +++ b/charts/stable/tagspaces/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 6.0.2 @@ -33,7 +35,6 @@ maintainers: name: tagspaces sources: - https://github.com/tagspaces/tagspaces - - https://github.com/truecharts/charts/tree/master/charts/stable/tagspaces - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tagspaces - https://hub.docker.com/r/fardjad/tagspaces-lite-web type: application diff --git a/charts/stable/tagspaces/README.md b/charts/stable/tagspaces/README.md index d55944bc01c..7f666af3393 100644 --- a/charts/stable/tagspaces/README.md +++ b/charts/stable/tagspaces/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tagspaces` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tagspaces/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tailscale/Chart.yaml b/charts/stable/tailscale/Chart.yaml index dc42e3effd2..babb08f6e43 100644 --- a/charts/stable/tailscale/Chart.yaml +++ b/charts/stable/tailscale/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: network truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.88.2 @@ -33,7 +35,7 @@ maintainers: name: tailscale sources: - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh - - https://github.com/truecharts/charts/tree/master/charts/stable/tailscale + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tailscale - https://hub.docker.com/r/tailscale/tailscale type: application version: 11.8.0 diff --git a/charts/stable/tailscale/README.md b/charts/stable/tailscale/README.md index e4b9a401b5c..10b9bff0598 100644 --- a/charts/stable/tailscale/README.md +++ b/charts/stable/tailscale/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tailscale) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tailscale` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tailscale ## 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/truecharts/blob/master/charts/stable/tailscale/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tailscale/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tandoor-recipes/Chart.yaml b/charts/stable/tandoor-recipes/Chart.yaml index 9cfbe2d73ed..1d426342c4c 100644 --- a/charts/stable/tandoor-recipes/Chart.yaml +++ b/charts/stable/tandoor-recipes/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.2.7 @@ -33,7 +35,6 @@ maintainers: url: https://truecharts.org name: tandoor-recipes sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tandoor-recipes - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tandoor-recipes - https://github.com/vabene1111/recipes - https://hub.docker.com/r/vabene1111/recipes diff --git a/charts/stable/tandoor-recipes/README.md b/charts/stable/tandoor-recipes/README.md index 56b0b03c2a1..556c976ab43 100644 --- a/charts/stable/tandoor-recipes/README.md +++ b/charts/stable/tandoor-recipes/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tandoor-recipes` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tandoor-recipes/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tanoshi/Chart.yaml b/charts/stable/tanoshi/Chart.yaml index 4ce327fd42a..847bd468d74 100644 --- a/charts/stable/tanoshi/Chart.yaml +++ b/charts/stable/tanoshi/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: tanoshi sources: - https://github.com/faldez/tanoshi - - https://github.com/truecharts/charts/tree/master/charts/stable/tanoshi + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tanoshi - https://hub.docker.com/r/faldez/tanoshi type: application version: 8.6.0 diff --git a/charts/stable/tanoshi/README.md b/charts/stable/tanoshi/README.md index 51e385fa0b5..9fc238e2370 100644 --- a/charts/stable/tanoshi/README.md +++ b/charts/stable/tanoshi/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tanoshi) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tanoshi` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tanoshi ## 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/truecharts/blob/master/charts/stable/tanoshi/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tanoshi/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tar1090/Chart.yaml b/charts/stable/tar1090/Chart.yaml index 1c5e5b3a840..216cafb0394 100644 --- a/charts/stable/tar1090/Chart.yaml +++ b/charts/stable/tar1090/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: tar1090 sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tar1090 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tar1090 - https://hub.docker.com/r/mikenye/tar1090 type: application version: 8.6.0 diff --git a/charts/stable/tar1090/README.md b/charts/stable/tar1090/README.md index 7c938ff7f39..fec587e4b43 100644 --- a/charts/stable/tar1090/README.md +++ b/charts/stable/tar1090/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tar1090) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tar1090` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tar1090 ## 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/truecharts/blob/master/charts/stable/tar1090/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tar1090/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tasmoadmin/Chart.yaml b/charts/stable/tasmoadmin/Chart.yaml index e153d7cbbc3..43f422644d5 100644 --- a/charts/stable/tasmoadmin/Chart.yaml +++ b/charts/stable/tasmoadmin/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.3.1 @@ -35,7 +37,6 @@ name: tasmoadmin sources: - https://ghcr.io/tasmoadmin/tasmoadmin - https://github.com/TasmoAdmin/TasmoAdmin - - https://github.com/truecharts/charts/tree/master/charts/stable/tasmoadmin - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tasmoadmin type: application version: 11.6.0 diff --git a/charts/stable/tasmoadmin/README.md b/charts/stable/tasmoadmin/README.md index 8d3cffda245..4d72db0d4ca 100644 --- a/charts/stable/tasmoadmin/README.md +++ b/charts/stable/tasmoadmin/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tasmoadmin` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tasmoadmin/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tasmobackup/Chart.yaml b/charts/stable/tasmobackup/Chart.yaml index 02c1085e46e..3ba556fb0b6 100644 --- a/charts/stable/tasmobackup/Chart.yaml +++ b/charts/stable/tasmobackup/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.06.09 @@ -34,7 +36,7 @@ maintainers: name: tasmobackup sources: - https://github.com/danmed/TasmoBackupV1 - - https://github.com/truecharts/charts/tree/master/charts/stable/tasmobackup + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tasmobackup - https://hub.docker.com/r/danmed/tasmobackupv1 type: application version: 9.6.0 diff --git a/charts/stable/tasmobackup/README.md b/charts/stable/tasmobackup/README.md index 033de88372f..6e9ad1f5e00 100644 --- a/charts/stable/tasmobackup/README.md +++ b/charts/stable/tasmobackup/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tasmobackup) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tasmobackup` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tasmobackup ## 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/truecharts/blob/master/charts/stable/tasmobackup/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tasmobackup/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tasmocompiler/Chart.yaml b/charts/stable/tasmocompiler/Chart.yaml index b55402c51cf..fc73bab83a5 100644 --- a/charts/stable/tasmocompiler/Chart.yaml +++ b/charts/stable/tasmocompiler/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: tasmocompiler sources: - https://github.com/benzino77/tasmocompiler - - https://github.com/truecharts/charts/tree/master/charts/stable/tasmocompiler + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tasmocompiler - https://hub.docker.com/r/benzino77/tasmocompiler type: application version: 9.6.0 diff --git a/charts/stable/tasmocompiler/README.md b/charts/stable/tasmocompiler/README.md index e2b11fe18d0..bd2d4d183c1 100644 --- a/charts/stable/tasmocompiler/README.md +++ b/charts/stable/tasmocompiler/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tasmocompiler) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tasmocompiler` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tasmocompiler ## 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/truecharts/blob/master/charts/stable/tasmocompiler/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tasmocompiler/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tauticord/Chart.yaml b/charts/stable/tauticord/Chart.yaml index d9813c4bd64..2062695a097 100644 --- a/charts/stable/tauticord/Chart.yaml +++ b/charts/stable/tauticord/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: discord truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.15.0 @@ -35,7 +37,7 @@ name: tauticord sources: - https://ghcr.io/nwithan8/tauticord - https://github.com/nwithan8/tauticord - - https://github.com/truecharts/charts/tree/master/charts/stable/tauticord + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tauticord type: application version: 9.8.0 diff --git a/charts/stable/tauticord/README.md b/charts/stable/tauticord/README.md index 538c8a4ef65..9ff851d14be 100644 --- a/charts/stable/tauticord/README.md +++ b/charts/stable/tauticord/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tauticord) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tauticord` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tauticord ## 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/truecharts/blob/master/charts/stable/tauticord/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tauticord/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml index 7534e9634c5..bb43f3e0fc5 100644 --- a/charts/stable/tautulli/Chart.yaml +++ b/charts/stable/tautulli/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.16.0 @@ -34,7 +36,7 @@ name: tautulli sources: - https://ghcr.io/tautulli/tautulli - https://github.com/Tautulli/Tautulli - - https://github.com/truecharts/charts/tree/master/charts/stable/tautulli + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tautulli type: application version: 21.7.0 diff --git a/charts/stable/tautulli/README.md b/charts/stable/tautulli/README.md index 7ced306ae23..119ac024e8a 100644 --- a/charts/stable/tautulli/README.md +++ b/charts/stable/tautulli/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tautulli) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tautulli` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tautulli ## 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/truecharts/blob/master/charts/stable/tautulli/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tautulli/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tdarr-node/Chart.yaml b/charts/stable/tdarr-node/Chart.yaml index d82a5b611f5..21e9ff39b49 100644 --- a/charts/stable/tdarr-node/Chart.yaml +++ b/charts/stable/tdarr-node/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.46.01 @@ -34,7 +36,7 @@ maintainers: name: tdarr-node sources: - https://github.com/HaveAGitGat/Tdarr - - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tdarr-node - https://hub.docker.com/r/haveagitgat/tdarr_node type: application version: 12.7.0 diff --git a/charts/stable/tdarr-node/README.md b/charts/stable/tdarr-node/README.md index b12c918988c..4351a413e64 100644 --- a/charts/stable/tdarr-node/README.md +++ b/charts/stable/tdarr-node/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tdarr-node) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tdarr-node` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tdarr-node ## 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/truecharts/blob/master/charts/stable/tdarr-node/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tdarr-node/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tdarr/Chart.yaml b/charts/stable/tdarr/Chart.yaml index f0aad5c4c69..903702d055b 100644 --- a/charts/stable/tdarr/Chart.yaml +++ b/charts/stable/tdarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.46.01 @@ -34,7 +36,7 @@ maintainers: name: tdarr sources: - https://github.com/HaveAGitGat/Tdarr - - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tdarr - https://github.com/trueforge/truecharts/tree/master/charts/stable/tdarr - https://hub.docker.com/r/haveagitgat/tdarr type: application diff --git a/charts/stable/tdarr/README.md b/charts/stable/tdarr/README.md index 9bbdd710e71..f12fe86cfce 100644 --- a/charts/stable/tdarr/README.md +++ b/charts/stable/tdarr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tdarr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge/truecharts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tdarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tdarr ## 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/truecharts/blob/master/charts/stable/tdarr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tdarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/teamspeak3/Chart.yaml b/charts/stable/teamspeak3/Chart.yaml index efebf09fd45..02515c20d88 100644 --- a/charts/stable/teamspeak3/Chart.yaml +++ b/charts/stable/teamspeak3/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: voice truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.13.7 @@ -34,7 +36,7 @@ maintainers: url: https://truecharts.org name: teamspeak3 sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3 + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/teamspeak3 - https://hub.docker.com/_/teamspeak - https://www.teamspeak.com/en/ type: application diff --git a/charts/stable/teamspeak3/README.md b/charts/stable/teamspeak3/README.md index 5fee1fd07aa..b73e0cdeda3 100644 --- a/charts/stable/teamspeak3/README.md +++ b/charts/stable/teamspeak3/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/teamspeak3) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/teamspeak3` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/teamspeak3 ## 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/truecharts/blob/master/charts/stable/teamspeak3/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/teamspeak3/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/teedy-docs/Chart.yaml b/charts/stable/teedy-docs/Chart.yaml index 0713be5636f..3e8d8a2381b 100644 --- a/charts/stable/teedy-docs/Chart.yaml +++ b/charts/stable/teedy-docs/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: teedy-docs sources: - https://github.com/sismics/docs - - https://github.com/truecharts/charts/tree/master/charts/stable/teedy-docs + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/teedy-docs - https://hub.docker.com/r/sismics/docs type: application version: 8.6.0 diff --git a/charts/stable/teedy-docs/README.md b/charts/stable/teedy-docs/README.md index ce845c78f89..9020c4b4628 100644 --- a/charts/stable/teedy-docs/README.md +++ b/charts/stable/teedy-docs/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/teedy-docs) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/teedy-docs` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/teedy-docs ## 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/truecharts/blob/master/charts/stable/teedy-docs/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/teedy-docs/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/teedy/Chart.yaml b/charts/stable/teedy/Chart.yaml index 58efb548fa6..5ffafc72b2a 100644 --- a/charts/stable/teedy/Chart.yaml +++ b/charts/stable/teedy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.11.0 @@ -34,7 +36,7 @@ maintainers: name: teedy sources: - https://github.com/sismics/docs - - https://github.com/truecharts/charts/tree/master/charts/stable/teedy + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/teedy - https://hub.docker.com/r/sismics/docs type: application version: 18.6.0 diff --git a/charts/stable/teedy/README.md b/charts/stable/teedy/README.md index dede4d92b82..4574ef103c6 100644 --- a/charts/stable/teedy/README.md +++ b/charts/stable/teedy/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/teedy) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/teedy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/teedy ## 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/truecharts/blob/master/charts/stable/teedy/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/teedy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/telethon-downloader/Chart.yaml b/charts/stable/telethon-downloader/Chart.yaml index 3f6c5e8d687..45e9f723cb1 100644 --- a/charts/stable/telethon-downloader/Chart.yaml +++ b/charts/stable/telethon-downloader/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: telethon-downloader sources: - https://docs.telethon.dev/ - - https://github.com/truecharts/charts/tree/master/charts/stable/telethon-downloader - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/telethon-downloader - https://hub.docker.com/r/jsavargas/telethon_downloader type: application diff --git a/charts/stable/telethon-downloader/README.md b/charts/stable/telethon-downloader/README.md index 7e5a644d053..af3f694d045 100644 --- a/charts/stable/telethon-downloader/README.md +++ b/charts/stable/telethon-downloader/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/telethon-downloader` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/telethon-downloader/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/terraria-tshock/Chart.yaml b/charts/stable/terraria-tshock/Chart.yaml index 5a95dad7ee8..212bf02bfd7 100644 --- a/charts/stable/terraria-tshock/Chart.yaml +++ b/charts/stable/terraria-tshock/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: tshock @@ -33,7 +35,7 @@ maintainers: name: terraria-tshock sources: - https://ghcr.io/ich777/terrariaserver - - https://github.com/truecharts/charts/tree/master/charts/stable/terraria-tshock + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/terraria-tshock - https://tshock.co/ type: application version: 9.6.0 diff --git a/charts/stable/terraria-tshock/README.md b/charts/stable/terraria-tshock/README.md index b5aec5f9781..3b5068ac983 100644 --- a/charts/stable/terraria-tshock/README.md +++ b/charts/stable/terraria-tshock/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/terraria-tshock) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/terraria-tshock` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/terraria-tshock ## 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/truecharts/blob/master/charts/stable/terraria-tshock/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/terraria-tshock/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/teslamate/Chart.yaml b/charts/stable/teslamate/Chart.yaml index 0cb3ec7192a..910890ccfb9 100644 --- a/charts/stable/teslamate/Chart.yaml +++ b/charts/stable/teslamate/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: metrics truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.1.1 @@ -36,7 +38,7 @@ name: teslamate sources: - https://docs.teslamate.org/docs/installation/docker - https://github.com/teslamate-org/teslamate - - https://github.com/truecharts/charts/tree/master/charts/stable/teslamate + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/teslamate - https://hub.docker.com/r/teslamate/teslamate type: application version: 5.7.0 diff --git a/charts/stable/teslamate/README.md b/charts/stable/teslamate/README.md index 2f9545d9099..6aedbdaedc9 100644 --- a/charts/stable/teslamate/README.md +++ b/charts/stable/teslamate/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/teslamate) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/teslamate` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/teslamate ## 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/truecharts/blob/master/charts/stable/teslamate/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/teslamate/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/theforest/Chart.yaml b/charts/stable/theforest/Chart.yaml index 21dde1a7695..313b8d553b6 100644 --- a/charts/stable/theforest/Chart.yaml +++ b/charts/stable/theforest/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: theforest @@ -33,7 +35,7 @@ maintainers: name: theforest sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/theforest + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/theforest - https://www.steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/theforest/README.md b/charts/stable/theforest/README.md index 1bab85e5365..551b094490a 100644 --- a/charts/stable/theforest/README.md +++ b/charts/stable/theforest/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/theforest) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/theforest` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/theforest ## 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/truecharts/blob/master/charts/stable/theforest/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/theforest/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml index 74adb4478da..e0970e760aa 100644 --- a/charts/stable/thelounge/Chart.yaml +++ b/charts/stable/thelounge/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.4.3 @@ -36,7 +38,7 @@ maintainers: name: thelounge sources: - https://github.com/thelounge/thelounge - - https://github.com/truecharts/charts/tree/master/charts/stable/thelounge + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/thelounge - https://hub.docker.com/r/thelounge/thelounge type: application version: 16.6.0 diff --git a/charts/stable/thelounge/README.md b/charts/stable/thelounge/README.md index 40af3c2203b..090473d1d6a 100644 --- a/charts/stable/thelounge/README.md +++ b/charts/stable/thelounge/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/thelounge) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/thelounge` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/thelounge ## 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/truecharts/blob/master/charts/stable/thelounge/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/thelounge/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/theme-park/Chart.yaml b/charts/stable/theme-park/Chart.yaml index 0487e752384..b3389ee1a77 100644 --- a/charts/stable/theme-park/Chart.yaml +++ b/charts/stable/theme-park/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: customization truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.21.2 @@ -34,7 +36,6 @@ name: theme-park sources: - https://ghcr.io/home-operations/theme-park - https://github.com/gilbn/theme.park - - https://github.com/truecharts/charts/tree/master/charts/stable/theme-park - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/theme-park type: application version: 12.6.0 diff --git a/charts/stable/theme-park/README.md b/charts/stable/theme-park/README.md index 76351fd1745..1d508126766 100644 --- a/charts/stable/theme-park/README.md +++ b/charts/stable/theme-park/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/theme-park` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/theme-park/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/threadfin/Chart.yaml b/charts/stable/threadfin/Chart.yaml index f1ebbb128f3..7a56727cca0 100644 --- a/charts/stable/threadfin/Chart.yaml +++ b/charts/stable/threadfin/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.2.38 @@ -37,7 +39,7 @@ maintainers: name: threadfin sources: - https://github.com/Threadfin/Threadfin - - https://github.com/truecharts/charts/tree/master/charts/stable/threadfin + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/threadfin - https://hub.docker.com/r/fyb3roptik/threadfin type: application version: 2.6.1 diff --git a/charts/stable/threadfin/README.md b/charts/stable/threadfin/README.md index 78075a777db..f02833aa134 100644 --- a/charts/stable/threadfin/README.md +++ b/charts/stable/threadfin/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/threadfin) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/threadfin` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/threadfin ## 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/truecharts/blob/master/charts/stable/threadfin/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/threadfin/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/thunderbird/Chart.yaml b/charts/stable/thunderbird/Chart.yaml index e649541e801..05350fa65c9 100644 --- a/charts/stable/thunderbird/Chart.yaml +++ b/charts/stable/thunderbird/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: thunderbird sources: - https://ghcr.io/ich777/thunderbird - - https://github.com/truecharts/charts/tree/master/charts/stable/thunderbird - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/thunderbird - https://www.thunderbird.net/ type: application diff --git a/charts/stable/thunderbird/README.md b/charts/stable/thunderbird/README.md index 4e85fc20e3e..6a9a6b24d42 100644 --- a/charts/stable/thunderbird/README.md +++ b/charts/stable/thunderbird/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/thunderbird` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/thunderbird/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/timetagger/Chart.yaml b/charts/stable/timetagger/Chart.yaml index 71f2d1bec30..0699cedd335 100644 --- a/charts/stable/timetagger/Chart.yaml +++ b/charts/stable/timetagger/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.06.1 @@ -34,7 +36,6 @@ name: timetagger sources: - https://ghcr.io/almarklein/timetagger - https://github.com/almarklein/timetagger - - https://github.com/truecharts/charts/tree/master/charts/stable/timetagger - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/timetagger - https://timetagger.app type: application diff --git a/charts/stable/timetagger/README.md b/charts/stable/timetagger/README.md index 60cb309b2f4..619521dfe59 100644 --- a/charts/stable/timetagger/README.md +++ b/charts/stable/timetagger/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/timetagger` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/timetagger/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tinymediamanager/Chart.yaml b/charts/stable/tinymediamanager/Chart.yaml index 19d41ae865d..8033f493622 100644 --- a/charts/stable/tinymediamanager/Chart.yaml +++ b/charts/stable/tinymediamanager/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.2.2 @@ -33,7 +35,6 @@ maintainers: url: https://truecharts.org name: tinymediamanager sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tinymediamanager - https://gitlab.com/tinyMediaManager/tinyMediaManager - https://hub.docker.com/r/tinymediamanager/tinymediamanager diff --git a/charts/stable/tinymediamanager/README.md b/charts/stable/tinymediamanager/README.md index e7559bc59c7..cf0ed079084 100644 --- a/charts/stable/tinymediamanager/README.md +++ b/charts/stable/tinymediamanager/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tinymediamanager` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tinymediamanager/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tonido/Chart.yaml b/charts/stable/tonido/Chart.yaml index 61c5ece234c..f3dd78e59c3 100644 --- a/charts/stable/tonido/Chart.yaml +++ b/charts/stable/tonido/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: tonido sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tonido + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tonido - https://hub.docker.com/r/captinsano/tonido - https://registry.hub.docker.com/r/captinsano/tonido/ type: application diff --git a/charts/stable/tonido/README.md b/charts/stable/tonido/README.md index 02edfbf5b21..04b72dab6b2 100644 --- a/charts/stable/tonido/README.md +++ b/charts/stable/tonido/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tonido) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tonido` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tonido ## 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/truecharts/blob/master/charts/stable/tonido/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tonido/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/traccar/Chart.yaml b/charts/stable/traccar/Chart.yaml index 288b5d5c42d..4475efe7ee3 100644 --- a/charts/stable/traccar/Chart.yaml +++ b/charts/stable/traccar/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 6.10.0 @@ -33,7 +35,7 @@ maintainers: name: traccar sources: - https://github.com/traccar/traccar - - https://github.com/truecharts/charts/tree/master/charts/stable/traccar + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/traccar - https://hub.docker.com/r/traccar/traccar type: application version: 20.4.0 diff --git a/charts/stable/traccar/README.md b/charts/stable/traccar/README.md index b630cb4417d..148777d8a51 100644 --- a/charts/stable/traccar/README.md +++ b/charts/stable/traccar/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/traccar) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/traccar` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/traccar ## 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/truecharts/blob/master/charts/stable/traccar/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/traccar/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tracks/Chart.yaml b/charts/stable/tracks/Chart.yaml index 529eed78c83..a3fe7c72d0a 100644 --- a/charts/stable/tracks/Chart.yaml +++ b/charts/stable/tracks/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: tracks sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tracks + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tracks - https://hub.docker.com/r/tracksapp/tracks type: application version: 8.6.1 diff --git a/charts/stable/tracks/README.md b/charts/stable/tracks/README.md index f9df817264e..09bfb8aaa6d 100644 --- a/charts/stable/tracks/README.md +++ b/charts/stable/tracks/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tracks) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tracks` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tracks ## 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/truecharts/blob/master/charts/stable/tracks/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tracks/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/traefik-forward-auth/Chart.yaml b/charts/stable/traefik-forward-auth/Chart.yaml index 90267d0df3a..e25e36070d7 100644 --- a/charts/stable/traefik-forward-auth/Chart.yaml +++ b/charts/stable/traefik-forward-auth/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: network truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -37,7 +39,7 @@ maintainers: name: traefik-forward-auth sources: - https://github.com/thomseddon/traefik-forward-auth - - https://github.com/truecharts/charts/tree/master/charts/stable/traefik-forward-auth + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/traefik-forward-auth - https://hub.docker.com/r/thomseddon/traefik-forward-auth type: application version: 6.6.0 diff --git a/charts/stable/traefik-forward-auth/README.md b/charts/stable/traefik-forward-auth/README.md index a2e109ffe05..7084508c6bc 100644 --- a/charts/stable/traefik-forward-auth/README.md +++ b/charts/stable/traefik-forward-auth/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/traefik-forward-auth) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/traefik-forward-auth` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/traefik-forward-auth ## 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/truecharts/blob/master/charts/stable/traefik-forward-auth/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/traefik-forward-auth/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/traggo/Chart.yaml b/charts/stable/traggo/Chart.yaml index db1a696ab86..1d9d12562fb 100644 --- a/charts/stable/traggo/Chart.yaml +++ b/charts/stable/traggo/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.7.1 @@ -33,7 +35,6 @@ maintainers: name: traggo sources: - https://github.com/traggo/server - - https://github.com/truecharts/charts/tree/master/charts/stable/traggo - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/traggo - https://hub.docker.com/r/traggo/server type: application diff --git a/charts/stable/traggo/README.md b/charts/stable/traggo/README.md index 3abfcca0b2f..6e8701964ff 100644 --- a/charts/stable/traggo/README.md +++ b/charts/stable/traggo/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/traggo` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/traggo/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/traktarr/Chart.yaml b/charts/stable/traktarr/Chart.yaml index f4ffd8aac42..b87f09ea4e3 100644 --- a/charts/stable/traktarr/Chart.yaml +++ b/charts/stable/traktarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: traktarr sources: - https://github.com/l3uddz/traktarr - - https://github.com/truecharts/charts/tree/master/charts/stable/traktarr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/traktarr - https://hub.docker.com/r/eafxx/traktarr type: application version: 8.6.0 diff --git a/charts/stable/traktarr/README.md b/charts/stable/traktarr/README.md index 829c61d5901..49a39923ca6 100644 --- a/charts/stable/traktarr/README.md +++ b/charts/stable/traktarr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/traktarr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/traktarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/traktarr ## 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/truecharts/blob/master/charts/stable/traktarr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/traktarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/trango/Chart.yaml b/charts/stable/trango/Chart.yaml index 022011e02b7..8fd0cc9907a 100644 --- a/charts/stable/trango/Chart.yaml +++ b/charts/stable/trango/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: trango sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/trango + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/trango - https://hub.docker.com/r/tak786/trango-self-hosted - https://trango.io/ type: application diff --git a/charts/stable/trango/README.md b/charts/stable/trango/README.md index 69914dbe3fc..287741efa9c 100644 --- a/charts/stable/trango/README.md +++ b/charts/stable/trango/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/trango) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/trango` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/trango ## 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/truecharts/blob/master/charts/stable/trango/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/trango/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index daf50f17ba0..27e3465b836 100644 --- a/charts/stable/transmission/Chart.yaml +++ b/charts/stable/transmission/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: download-tools truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.0.6 @@ -35,7 +37,7 @@ name: transmission sources: - https://github.com/linuxserver/docker-transmission - https://github.com/transmission/transmission - - https://github.com/truecharts/charts/tree/master/charts/stable/transmission + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/transmission - https://hub.docker.com/r/linuxserver/transmission type: application version: 24.6.1 diff --git a/charts/stable/transmission/README.md b/charts/stable/transmission/README.md index 8be5697b693..58c24ca2967 100644 --- a/charts/stable/transmission/README.md +++ b/charts/stable/transmission/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/transmission) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/transmission` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/transmission ## 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/truecharts/blob/master/charts/stable/transmission/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/transmission/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/trilium-notes/Chart.yaml b/charts/stable/trilium-notes/Chart.yaml index cf4b62e7e46..2aa6efe28fb 100644 --- a/charts/stable/trilium-notes/Chart.yaml +++ b/charts/stable/trilium-notes/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.63.7 @@ -35,7 +37,7 @@ maintainers: name: trilium-notes sources: - https://ghcr.io/zadam/trilium - - https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/trilium-notes - https://github.com/zadam/trilium type: application version: 15.6.0 diff --git a/charts/stable/trilium-notes/README.md b/charts/stable/trilium-notes/README.md index d0651d12391..5fe22017fcc 100644 --- a/charts/stable/trilium-notes/README.md +++ b/charts/stable/trilium-notes/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/trilium-notes) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/trilium-notes` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/trilium-notes ## 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/truecharts/blob/master/charts/stable/trilium-notes/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/trilium-notes/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/troddit/Chart.yaml b/charts/stable/troddit/Chart.yaml index 778b913c0ca..044e58e71b2 100644 --- a/charts/stable/troddit/Chart.yaml +++ b/charts/stable/troddit/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Network-Web truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: troddit sources: - https://github.com/burhan-syed/troddit - - https://github.com/truecharts/charts/tree/master/charts/stable/troddit + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/troddit - https://hub.docker.com/r/bsyed/troddit type: application version: 8.6.0 diff --git a/charts/stable/troddit/README.md b/charts/stable/troddit/README.md index f6398407ccc..3234d5ed7b3 100644 --- a/charts/stable/troddit/README.md +++ b/charts/stable/troddit/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/troddit) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/troddit` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/troddit ## 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/truecharts/blob/master/charts/stable/troddit/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/troddit/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml index c048e3524d1..d44eb26168e 100644 --- a/charts/stable/truecommand/Chart.yaml +++ b/charts/stable/truecommand/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Administration truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.1.0 @@ -31,7 +33,7 @@ maintainers: url: https://truecharts.org name: truecommand sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/truecommand + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/truecommand - https://hub.docker.com/r/ixsystems/truecommand type: application version: 22.6.0 diff --git a/charts/stable/truecommand/README.md b/charts/stable/truecommand/README.md index 25aab0a9a1f..2d2d699b384 100644 --- a/charts/stable/truecommand/README.md +++ b/charts/stable/truecommand/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/truecommand) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/truecommand` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/truecommand ## 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/truecharts/blob/master/charts/stable/truecommand/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/truecommand/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/truenas-exporter/Chart.yaml b/charts/stable/truenas-exporter/Chart.yaml index 58a0bcf70de..7b85fbe454a 100644 --- a/charts/stable/truenas-exporter/Chart.yaml +++ b/charts/stable/truenas-exporter/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: system truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.16.0 @@ -33,7 +35,7 @@ maintainers: name: truenas-exporter sources: - https://github.com/Supporterino/truenas-graphite-to-prometheus/tree/main - - https://github.com/truecharts/charts/tree/master/charts/stable/truenas-exporter + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/truenas-exporter - https://hub.docker.com/r/prom/graphite-exporter type: application version: 4.6.0 diff --git a/charts/stable/truenas-exporter/README.md b/charts/stable/truenas-exporter/README.md index d1255f511aa..3f24344ba80 100644 --- a/charts/stable/truenas-exporter/README.md +++ b/charts/stable/truenas-exporter/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/truenas-exporter) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/truenas-exporter` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/truenas-exporter ## 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/truecharts/blob/master/charts/stable/truenas-exporter/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/truenas-exporter/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tsmuxer/Chart.yaml b/charts/stable/tsmuxer/Chart.yaml index 5d4165a638c..7411fa8d23c 100644 --- a/charts/stable/tsmuxer/Chart.yaml +++ b/charts/stable/tsmuxer/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 25.07.2 @@ -33,7 +35,7 @@ maintainers: name: tsmuxer sources: - https://github.com/jlesage/docker-tsmuxer - - https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tsmuxer - https://hub.docker.com/r/jlesage/tsmuxer type: application version: 13.7.0 diff --git a/charts/stable/tsmuxer/README.md b/charts/stable/tsmuxer/README.md index 8e671ac60fe..eb0e0b1a784 100644 --- a/charts/stable/tsmuxer/README.md +++ b/charts/stable/tsmuxer/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tsmuxer) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tsmuxer` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tsmuxer ## 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/truecharts/blob/master/charts/stable/tsmuxer/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tsmuxer/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tsn-ranksystem/Chart.yaml b/charts/stable/tsn-ranksystem/Chart.yaml index 26723a0f5e2..73a34b5615a 100644 --- a/charts/stable/tsn-ranksystem/Chart.yaml +++ b/charts/stable/tsn-ranksystem/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -42,7 +44,7 @@ name: tsn-ranksystem sources: - https://github.com/JohannesBauer97/tsn-ranksystem-webserver - https://github.com/Newcomer1989/TSN-Ranksystem - - https://github.com/truecharts/charts/tree/master/charts/stable/tsn-ranksystem + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tsn-ranksystem - https://hub.docker.com/r/serverlein/tsn-ranksystem-webserver - https://ts-ranksystem.com/ type: application diff --git a/charts/stable/tsn-ranksystem/README.md b/charts/stable/tsn-ranksystem/README.md index ce20b2e8c07..4601032f174 100644 --- a/charts/stable/tsn-ranksystem/README.md +++ b/charts/stable/tsn-ranksystem/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tsn-ranksystem) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tsn-ranksystem` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tsn-ranksystem ## 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/truecharts/blob/master/charts/stable/tsn-ranksystem/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tsn-ranksystem/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml index 46142ee7160..9aff979c7c1 100644 --- a/charts/stable/tt-rss/Chart.yaml +++ b/charts/stable/tt-rss/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: rss truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: tt-rss sources: - https://git.tt-rss.org/fox/tt-rss - - https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tt-rss - https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static - https://hub.docker.com/r/cthulhoo/ttrss-web-nginx diff --git a/charts/stable/tt-rss/README.md b/charts/stable/tt-rss/README.md index 350e75048db..e04f0f81719 100644 --- a/charts/stable/tt-rss/README.md +++ b/charts/stable/tt-rss/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tt-rss` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tt-rss/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tubearchivist-redisjson/Chart.yaml b/charts/stable/tubearchivist-redisjson/Chart.yaml index dbe0c3c91c3..d36212b0106 100644 --- a/charts/stable/tubearchivist-redisjson/Chart.yaml +++ b/charts/stable/tubearchivist-redisjson/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaServer-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: tubearchivist-redisjson sources: - https://github.com/RedisJSON/RedisJSON - - https://github.com/truecharts/charts/tree/master/charts/stable/tubearchivist-redisjson + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tubearchivist-redisjson - https://hub.docker.com/r/redislabs/rejson type: application version: 8.6.0 diff --git a/charts/stable/tubearchivist-redisjson/README.md b/charts/stable/tubearchivist-redisjson/README.md index 47885f62b7e..094c3682c90 100644 --- a/charts/stable/tubearchivist-redisjson/README.md +++ b/charts/stable/tubearchivist-redisjson/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tubearchivist-redisjson) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tubearchivist-redisjson` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tubearchivist-redisjson ## 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/truecharts/blob/master/charts/stable/tubearchivist-redisjson/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tubearchivist-redisjson/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tubesync/Chart.yaml b/charts/stable/tubesync/Chart.yaml index 3e0a17a7706..ce7f3ad1f68 100644 --- a/charts/stable/tubesync/Chart.yaml +++ b/charts/stable/tubesync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,7 @@ name: tubesync sources: - https://ghcr.io/meeb/tubesync - https://github.com/meeb/tubesync - - https://github.com/truecharts/charts/tree/master/charts/stable/tubesync + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tubesync - https://registry.hub.docker.com/r/ghcr.io/meeb/tubesync type: application version: 8.6.2 diff --git a/charts/stable/tubesync/README.md b/charts/stable/tubesync/README.md index 27ddcf444e2..08bab8dfb35 100644 --- a/charts/stable/tubesync/README.md +++ b/charts/stable/tubesync/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tubesync) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tubesync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tubesync ## 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/truecharts/blob/master/charts/stable/tubesync/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tubesync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tvheadend/Chart.yaml b/charts/stable/tvheadend/Chart.yaml index 3fabd93279a..546d7373740 100644 --- a/charts/stable/tvheadend/Chart.yaml +++ b/charts/stable/tvheadend/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: tvheadend sources: - https://ghcr.io/linuxserver/tvheadend - - https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tvheadend - https://github.com/trueforge/truecharts/tree/master/charts/stable/tvheadend - https://github.com/tvheadend/tvheadend type: application diff --git a/charts/stable/tvheadend/README.md b/charts/stable/tvheadend/README.md index 5237a30ef61..ba055299877 100644 --- a/charts/stable/tvheadend/README.md +++ b/charts/stable/tvheadend/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tvheadend) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge/truecharts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tvheadend` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tvheadend ## 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/truecharts/blob/master/charts/stable/tvheadend/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tvheadend/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/tvhproxy/Chart.yaml b/charts/stable/tvhproxy/Chart.yaml index 07da7945526..e0b092bd91c 100644 --- a/charts/stable/tvhproxy/Chart.yaml +++ b/charts/stable/tvhproxy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaApp-Video truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: tvhproxy sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tvhproxy + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tvhproxy - https://hub.docker.com/r/chvb/docker-tvhproxy type: application version: 8.6.0 diff --git a/charts/stable/tvhproxy/README.md b/charts/stable/tvhproxy/README.md index c5bcd8c3b94..4d57d5b3475 100644 --- a/charts/stable/tvhproxy/README.md +++ b/charts/stable/tvhproxy/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/tvhproxy) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/tvhproxy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/tvhproxy ## 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/truecharts/blob/master/charts/stable/tvhproxy/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/tvhproxy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/twofauth/Chart.yaml b/charts/stable/twofauth/Chart.yaml index 6a6030102ce..66fc1beb146 100644 --- a/charts/stable/twofauth/Chart.yaml +++ b/charts/stable/twofauth/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: auth truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.6.0 @@ -33,7 +35,7 @@ maintainers: name: twofauth sources: - https://github.com/Bubka/2fauth - - https://github.com/truecharts/charts/tree/master/charts/stable/twofauth + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/twofauth - https://hub.docker.com/r/2fauth/2fauth type: application version: 4.6.0 diff --git a/charts/stable/twofauth/README.md b/charts/stable/twofauth/README.md index 7903c632f70..81744a48d91 100644 --- a/charts/stable/twofauth/README.md +++ b/charts/stable/twofauth/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/twofauth) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/twofauth` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/twofauth ## 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/truecharts/blob/master/charts/stable/twofauth/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/twofauth/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/twonky-server/Chart.yaml b/charts/stable/twonky-server/Chart.yaml index 0ef00e243bf..cdfd891d013 100644 --- a/charts/stable/twonky-server/Chart.yaml +++ b/charts/stable/twonky-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaServer-Video truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: twonky-server sources: - https://github.com/H2CK/twonkyserver - - https://github.com/truecharts/charts/tree/master/charts/stable/twonky-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/twonky-server - https://hub.docker.com/r/dtjs48jkt/twonkyserver type: application version: 8.6.0 diff --git a/charts/stable/twonky-server/README.md b/charts/stable/twonky-server/README.md index 5ddc5c17357..1aab456aac9 100644 --- a/charts/stable/twonky-server/README.md +++ b/charts/stable/twonky-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/twonky-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/twonky-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/twonky-server ## 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/truecharts/blob/master/charts/stable/twonky-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/twonky-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/twtxt/Chart.yaml b/charts/stable/twtxt/Chart.yaml index f2b966e16b4..c8752d0b45a 100644 --- a/charts/stable/twtxt/Chart.yaml +++ b/charts/stable/twtxt/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.1.1 @@ -37,7 +39,6 @@ sources: - https://ghcr.io/nicholaswilde/twtxt - https://github.com/nicholaswilde/docker-twtxt - https://github.com/prologic/twtxt - - https://github.com/truecharts/charts/tree/master/charts/stable/twtxt - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/twtxt type: application version: 13.6.0 diff --git a/charts/stable/twtxt/README.md b/charts/stable/twtxt/README.md index a72ba920e0d..b46c6a5ff6f 100644 --- a/charts/stable/twtxt/README.md +++ b/charts/stable/twtxt/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/twtxt` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/twtxt/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ubooquity/Chart.yaml b/charts/stable/ubooquity/Chart.yaml index 86e32b48130..834a6074b5a 100644 --- a/charts/stable/ubooquity/Chart.yaml +++ b/charts/stable/ubooquity/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.1.0 @@ -32,7 +34,7 @@ maintainers: name: ubooquity sources: - https://ghcr.io/linuxserver/ubooquity - - https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ubooquity type: application version: 14.3.0 diff --git a/charts/stable/ubooquity/README.md b/charts/stable/ubooquity/README.md index 5447de93ee5..577515923a1 100644 --- a/charts/stable/ubooquity/README.md +++ b/charts/stable/ubooquity/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ubooquity) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ubooquity` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ubooquity ## 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/truecharts/blob/master/charts/stable/ubooquity/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ubooquity/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index 2a30826407d..aef96c6d4db 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Networking truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 9.4.19 @@ -34,7 +36,7 @@ name: unifi sources: - https://ghcr.io/goofball222/unifi - https://github.com/jacobalberty/unifi-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/unifi + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/unifi - https://unifi-network.ui.com type: application version: 24.8.0 diff --git a/charts/stable/unifi/README.md b/charts/stable/unifi/README.md index babcedfe23d..e0979501dd0 100644 --- a/charts/stable/unifi/README.md +++ b/charts/stable/unifi/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/unifi) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/unifi` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/unifi ## 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/truecharts/blob/master/charts/stable/unifi/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/unifi/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/universal-media-server/Chart.yaml b/charts/stable/universal-media-server/Chart.yaml index ecd86505548..6a6d5f2663f 100644 --- a/charts/stable/universal-media-server/Chart.yaml +++ b/charts/stable/universal-media-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaServer-Video truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: url: https://truecharts.org name: universal-media-server sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/universal-media-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/universal-media-server - https://hub.docker.com/r/universalmediaserver/ums - https://www.universalmediaserver.com/ type: application diff --git a/charts/stable/universal-media-server/README.md b/charts/stable/universal-media-server/README.md index 28505ad40d8..57d617a1dd5 100644 --- a/charts/stable/universal-media-server/README.md +++ b/charts/stable/universal-media-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/universal-media-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/universal-media-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/universal-media-server ## 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/truecharts/blob/master/charts/stable/universal-media-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/universal-media-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/unmanic/Chart.yaml b/charts/stable/unmanic/Chart.yaml index de8ad1b1544..0a009db0d7f 100644 --- a/charts/stable/unmanic/Chart.yaml +++ b/charts/stable/unmanic/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.3.0 @@ -32,7 +34,7 @@ maintainers: name: unmanic sources: - https://github.com/Unmanic/unmanic - - https://github.com/truecharts/charts/tree/master/charts/stable/unmanic + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/unmanic - https://hub.docker.com/r/josh5/unmanic type: application version: 13.7.0 diff --git a/charts/stable/unmanic/README.md b/charts/stable/unmanic/README.md index c9c27617ae0..f118896a61d 100644 --- a/charts/stable/unmanic/README.md +++ b/charts/stable/unmanic/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/unmanic) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/unmanic` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/unmanic ## 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/truecharts/blob/master/charts/stable/unmanic/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/unmanic/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml index e4df95ef457..c041436110c 100644 --- a/charts/stable/unpackerr/Chart.yaml +++ b/charts/stable/unpackerr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.14.5 @@ -37,7 +39,7 @@ maintainers: name: unpackerr sources: - https://github.com/davidnewhall/unpackerr - - https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/unpackerr - https://hub.docker.com/r/golift/unpackerr type: application version: 16.6.0 diff --git a/charts/stable/unpackerr/README.md b/charts/stable/unpackerr/README.md index 34779fd6278..bf7f5ff666d 100644 --- a/charts/stable/unpackerr/README.md +++ b/charts/stable/unpackerr/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/unpackerr) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/unpackerr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/unpackerr ## 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/truecharts/blob/master/charts/stable/unpackerr/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/unpackerr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/unpoller/Chart.yaml b/charts/stable/unpoller/Chart.yaml index bd27d382604..2335ee51927 100644 --- a/charts/stable/unpoller/Chart.yaml +++ b/charts/stable/unpoller/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: metrics truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.15.4 @@ -34,7 +36,6 @@ maintainers: name: unpoller sources: - https://ghcr.io/unpoller/unpoller - - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/unpoller - https://github.com/unifi-poller/unifi-poller type: application diff --git a/charts/stable/unpoller/README.md b/charts/stable/unpoller/README.md index c3e28cd89e0..24e1588fab8 100644 --- a/charts/stable/unpoller/README.md +++ b/charts/stable/unpoller/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/unpoller` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/unpoller/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/unturned/Chart.yaml b/charts/stable/unturned/Chart.yaml index c937f3bd679..6856ed6835a 100644 --- a/charts/stable/unturned/Chart.yaml +++ b/charts/stable/unturned/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: unturned @@ -34,7 +36,7 @@ name: unturned sources: - https://ghcr.io/ich777/steamcmd - https://github.com/ich777/docker-steamcmd-server/tree/unturned - - https://github.com/truecharts/charts/tree/master/charts/stable/unturned + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/unturned type: application version: 9.6.0 diff --git a/charts/stable/unturned/README.md b/charts/stable/unturned/README.md index 87d62bb02dc..8e29e1272f3 100644 --- a/charts/stable/unturned/README.md +++ b/charts/stable/unturned/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/unturned) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/unturned` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/unturned ## 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/truecharts/blob/master/charts/stable/unturned/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/unturned/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/uptime-kuma/Chart.yaml b/charts/stable/uptime-kuma/Chart.yaml index a23017ce0e5..ed2487f54eb 100644 --- a/charts/stable/uptime-kuma/Chart.yaml +++ b/charts/stable/uptime-kuma/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: monitoring truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.23.16 @@ -33,7 +35,7 @@ maintainers: name: uptime-kuma sources: - https://github.com/louislam/uptime-kuma - - https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/uptime-kuma - https://hub.docker.com/r/louislam/uptime-kuma type: application version: 13.6.0 diff --git a/charts/stable/uptime-kuma/README.md b/charts/stable/uptime-kuma/README.md index 98f09e8af22..87e303382ec 100644 --- a/charts/stable/uptime-kuma/README.md +++ b/charts/stable/uptime-kuma/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/uptime-kuma) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/uptime-kuma` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/uptime-kuma ## 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/truecharts/blob/master/charts/stable/uptime-kuma/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/uptime-kuma/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/uptimerobot-prometheus/Chart.yaml b/charts/stable/uptimerobot-prometheus/Chart.yaml index 83e5b0ab2a0..3df04e34a82 100644 --- a/charts/stable/uptimerobot-prometheus/Chart.yaml +++ b/charts/stable/uptimerobot-prometheus/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: metrics truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.0.1 @@ -36,7 +38,6 @@ name: uptimerobot-prometheus sources: - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus - https://github.com/lekpamartin/uptimerobot_exporter - - https://github.com/truecharts/charts/tree/master/charts/stable/uptimerobot-prometheus - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/uptimerobot-prometheus - https://hub.docker.com/r/billimek/prometheus-uptimerobot-exporter type: application diff --git a/charts/stable/uptimerobot-prometheus/README.md b/charts/stable/uptimerobot-prometheus/README.md index 9abc965b7f9..3ad31ac4ad9 100644 --- a/charts/stable/uptimerobot-prometheus/README.md +++ b/charts/stable/uptimerobot-prometheus/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/uptimerobot-prometheus` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/uptimerobot-prometheus/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/urban-terror/Chart.yaml b/charts/stable/urban-terror/Chart.yaml index 89384a73784..f450cf18e1d 100644 --- a/charts/stable/urban-terror/Chart.yaml +++ b/charts/stable/urban-terror/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: urban-terror sources: - https://ghcr.io/ich777/urbanterror - - https://github.com/truecharts/charts/tree/master/charts/stable/urban-terror + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/urban-terror - https://www.urbanterror.info/ type: application version: 8.6.0 diff --git a/charts/stable/urban-terror/README.md b/charts/stable/urban-terror/README.md index 8018a49517c..37fec765ff4 100644 --- a/charts/stable/urban-terror/README.md +++ b/charts/stable/urban-terror/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/urban-terror) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/urban-terror` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/urban-terror ## 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/truecharts/blob/master/charts/stable/urban-terror/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/urban-terror/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/v-rising/Chart.yaml b/charts/stable/v-rising/Chart.yaml index 7a304ad49cc..b4e0d6a80bc 100644 --- a/charts/stable/v-rising/Chart.yaml +++ b/charts/stable/v-rising/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: rising @@ -33,7 +35,7 @@ maintainers: name: v-rising sources: - https://ghcr.io/ich777/steamcmd - - https://github.com/truecharts/charts/tree/master/charts/stable/v-rising + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/v-rising - https://steampowered.com/ type: application version: 8.6.0 diff --git a/charts/stable/v-rising/README.md b/charts/stable/v-rising/README.md index 1a858c940c6..f695020d842 100644 --- a/charts/stable/v-rising/README.md +++ b/charts/stable/v-rising/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/v-rising) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/v-rising` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/v-rising ## 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/truecharts/blob/master/charts/stable/v-rising/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/v-rising/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/valetudo-mapper/Chart.yaml b/charts/stable/valetudo-mapper/Chart.yaml index 24d34d4b90e..157a458dda4 100644 --- a/charts/stable/valetudo-mapper/Chart.yaml +++ b/charts/stable/valetudo-mapper/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: valetudo-mapper sources: - https://github.com/rand256/valetudo-mapper - - https://github.com/truecharts/charts/tree/master/charts/stable/valetudo-mapper - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/valetudo-mapper - https://hub.docker.com/r/rand256/valetudo-mapper type: application diff --git a/charts/stable/valetudo-mapper/README.md b/charts/stable/valetudo-mapper/README.md index 8a7926d703e..bf5790505a7 100644 --- a/charts/stable/valetudo-mapper/README.md +++ b/charts/stable/valetudo-mapper/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/valetudo-mapper` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/valetudo-mapper/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/valheim/Chart.yaml b/charts/stable/valheim/Chart.yaml index f12b28eb582..4178b54a399 100644 --- a/charts/stable/valheim/Chart.yaml +++ b/charts/stable/valheim/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ name: valheim sources: - https://ghcr.io/lloesche/valheim-server - https://github.com/lloesche/valheim-server-docker - - https://github.com/truecharts/charts/tree/master/charts/stable/valheim + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/valheim type: application version: 13.6.0 diff --git a/charts/stable/valheim/README.md b/charts/stable/valheim/README.md index e41ab7bf0f3..d6722a7f24e 100644 --- a/charts/stable/valheim/README.md +++ b/charts/stable/valheim/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/valheim) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/valheim` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/valheim ## 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/truecharts/blob/master/charts/stable/valheim/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/valheim/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/venstar2mqtt/Chart.yaml b/charts/stable/venstar2mqtt/Chart.yaml index f9114463081..a61dafb41f9 100644 --- a/charts/stable/venstar2mqtt/Chart.yaml +++ b/charts/stable/venstar2mqtt/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: venstar2mqtt sources: - https://github.com/terafin/mqtt-venstar-bridge - - https://github.com/truecharts/charts/tree/master/charts/stable/venstar2mqtt + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/venstar2mqtt - https://hub.docker.com/r/terafin/mqtt-venstar-bridge type: application version: 8.6.0 diff --git a/charts/stable/venstar2mqtt/README.md b/charts/stable/venstar2mqtt/README.md index 143d1ce21aa..c5a344a3b47 100644 --- a/charts/stable/venstar2mqtt/README.md +++ b/charts/stable/venstar2mqtt/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/venstar2mqtt) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/venstar2mqtt` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/venstar2mqtt ## 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/truecharts/blob/master/charts/stable/venstar2mqtt/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/venstar2mqtt/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/vertex/Chart.yaml b/charts/stable/vertex/Chart.yaml index 42a8b12ef53..b833272daee 100644 --- a/charts/stable/vertex/Chart.yaml +++ b/charts/stable/vertex/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: stable @@ -33,7 +35,6 @@ maintainers: url: https://truecharts.org name: vertex sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/vertex - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/vertex - https://gitlab.lswl.in/lswl/vertex - https://hub.docker.com/r/lswl/vertex diff --git a/charts/stable/vertex/README.md b/charts/stable/vertex/README.md index 7f076991fd6..c39c0258d8e 100644 --- a/charts/stable/vertex/README.md +++ b/charts/stable/vertex/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/vertex` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/vertex/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/verysync/Chart.yaml b/charts/stable/verysync/Chart.yaml index a78a080a9bd..0b4ed590ef2 100644 --- a/charts/stable/verysync/Chart.yaml +++ b/charts/stable/verysync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.20.1 @@ -34,7 +36,6 @@ maintainers: url: https://truecharts.org name: verysync sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/verysync - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/verysync - https://hub.docker.com/r/jonnyan404/verysync type: application diff --git a/charts/stable/verysync/README.md b/charts/stable/verysync/README.md index b4b51dec9c7..3dd8dc08f09 100644 --- a/charts/stable/verysync/README.md +++ b/charts/stable/verysync/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/verysync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/verysync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/victoriametrics/Chart.yaml b/charts/stable/victoriametrics/Chart.yaml index 9f89bf54457..3dcb518f56e 100644 --- a/charts/stable/victoriametrics/Chart.yaml +++ b/charts/stable/victoriametrics/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: database truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.126.0 @@ -34,7 +36,7 @@ maintainers: name: victoriametrics sources: - https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master - - https://github.com/truecharts/charts/tree/master/charts/stable/victoriametrics + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/victoriametrics - https://hub.docker.com/r/victoriametrics/victoria-metrics type: application version: 4.12.0 diff --git a/charts/stable/victoriametrics/README.md b/charts/stable/victoriametrics/README.md index 34744fdf27a..698abe393eb 100644 --- a/charts/stable/victoriametrics/README.md +++ b/charts/stable/victoriametrics/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/victoriametrics) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/victoriametrics` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/victoriametrics ## 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/truecharts/blob/master/charts/stable/victoriametrics/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/victoriametrics/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index a925d536383..d06c291fbb1 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.24.6 @@ -38,7 +40,7 @@ maintainers: url: https://truecharts.org name: vikunja sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/vikunja - https://hub.docker.com/r/vikunja/vikunja - https://vikunja.io/docs type: application diff --git a/charts/stable/vikunja/README.md b/charts/stable/vikunja/README.md index 9b3db2214fc..916f14db7a9 100644 --- a/charts/stable/vikunja/README.md +++ b/charts/stable/vikunja/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/vikunja) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/vikunja` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/vikunja ## 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/truecharts/blob/master/charts/stable/vikunja/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/vikunja/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/vintage-story/Chart.yaml b/charts/stable/vintage-story/Chart.yaml index 11b06dc13de..6b28384085f 100644 --- a/charts/stable/vintage-story/Chart.yaml +++ b/charts/stable/vintage-story/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: vintage-story sources: - https://ghcr.io/ich777/vintagestory - - https://github.com/truecharts/charts/tree/master/charts/stable/vintage-story + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/vintage-story - https://www.vintagestory.at/ type: application version: 8.6.0 diff --git a/charts/stable/vintage-story/README.md b/charts/stable/vintage-story/README.md index 1567d369708..7317180f70f 100644 --- a/charts/stable/vintage-story/README.md +++ b/charts/stable/vintage-story/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/vintage-story) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/vintage-story` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/vintage-story ## 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/truecharts/blob/master/charts/stable/vintage-story/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/vintage-story/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/virt-manager/Chart.yaml b/charts/stable/virt-manager/Chart.yaml index c15eb2ecf8f..dca7841e384 100644 --- a/charts/stable/virt-manager/Chart.yaml +++ b/charts/stable/virt-manager/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: virt-manager sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/virt-manager + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/virt-manager - https://hub.docker.com/r/mber5/virt-manager type: application version: 8.6.0 diff --git a/charts/stable/virt-manager/README.md b/charts/stable/virt-manager/README.md index dc9e6ce5fae..85cec32883c 100644 --- a/charts/stable/virt-manager/README.md +++ b/charts/stable/virt-manager/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/virt-manager) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/virt-manager` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/virt-manager ## 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/truecharts/blob/master/charts/stable/virt-manager/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/virt-manager/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/vlmcsd-kms-server/Chart.yaml b/charts/stable/vlmcsd-kms-server/Chart.yaml index 06095dcd125..c30ec4332c7 100644 --- a/charts/stable/vlmcsd-kms-server/Chart.yaml +++ b/charts/stable/vlmcsd-kms-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: name: vlmcsd-kms-server sources: - https://github.com/mikolatero/docker-vlmcsd - - https://github.com/truecharts/charts/tree/master/charts/stable/vlmcsd-kms-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/vlmcsd-kms-server - https://hub.docker.com/r/mikolatero/vlmcsd type: application version: 8.6.0 diff --git a/charts/stable/vlmcsd-kms-server/README.md b/charts/stable/vlmcsd-kms-server/README.md index 9a68c44218e..78fdb903bc9 100644 --- a/charts/stable/vlmcsd-kms-server/README.md +++ b/charts/stable/vlmcsd-kms-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/vlmcsd-kms-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/vlmcsd-kms-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/vlmcsd-kms-server ## 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/truecharts/blob/master/charts/stable/vlmcsd-kms-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/vlmcsd-kms-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/vocechat-server/Chart.yaml b/charts/stable/vocechat-server/Chart.yaml index 2b2013cab5e..033a9159f14 100644 --- a/charts/stable/vocechat-server/Chart.yaml +++ b/charts/stable/vocechat-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: social truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.5.0 @@ -33,7 +35,7 @@ maintainers: name: vocechat-server sources: - https://github.com/Privoce/vocechat-server-rust - - https://github.com/truecharts/charts/tree/master/charts/stable/vocechat-server + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/vocechat-server - https://hub.docker.com/r/privoce/vocechat-server type: application version: 6.7.0 diff --git a/charts/stable/vocechat-server/README.md b/charts/stable/vocechat-server/README.md index d5e58c46cf5..a3e1144fba2 100644 --- a/charts/stable/vocechat-server/README.md +++ b/charts/stable/vocechat-server/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/vocechat-server) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/vocechat-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/vocechat-server ## 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/truecharts/blob/master/charts/stable/vocechat-server/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/vocechat-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wallos/Chart.yaml b/charts/stable/wallos/Chart.yaml index 909020789e8..b03f0a16a8d 100644 --- a/charts/stable/wallos/Chart.yaml +++ b/charts/stable/wallos/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.3.0 @@ -33,7 +35,7 @@ name: wallos sources: - https://ghcr.io/ellite/wallos - https://github.com/ellite/Wallos - - https://github.com/truecharts/charts/tree/master/charts/stable/wallos + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wallos type: application version: 9.7.0 diff --git a/charts/stable/wallos/README.md b/charts/stable/wallos/README.md index 76f9d8b9a4c..644eea574fa 100644 --- a/charts/stable/wallos/README.md +++ b/charts/stable/wallos/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wallos) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/wallos` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/wallos ## 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/truecharts/blob/master/charts/stable/wallos/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/wallos/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/watcharr/Chart.yaml b/charts/stable/watcharr/Chart.yaml index b8868546e06..b8f84e550f3 100644 --- a/charts/stable/watcharr/Chart.yaml +++ b/charts/stable/watcharr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.1.1 @@ -34,7 +36,6 @@ name: watcharr sources: - https://ghcr.io/sbondco/watcharr - https://github.com/sbondCo/Watcharr - - https://github.com/truecharts/charts/tree/master/charts/stable/watcharr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/watcharr type: application version: 8.6.0 diff --git a/charts/stable/watcharr/README.md b/charts/stable/watcharr/README.md index cd237c5fcec..05ecfa9d630 100644 --- a/charts/stable/watcharr/README.md +++ b/charts/stable/watcharr/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/watcharr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/watcharr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/watchyourlan/Chart.yaml b/charts/stable/watchyourlan/Chart.yaml index a1ca08fd869..03c91488b12 100644 --- a/charts/stable/watchyourlan/Chart.yaml +++ b/charts/stable/watchyourlan/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: network truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.1.4 @@ -33,7 +35,7 @@ maintainers: name: watchyourlan sources: - https://github.com/aceberg/WatchYourLAN - - https://github.com/truecharts/charts/tree/master/charts/stable/watchyourlan + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/watchyourlan - https://hub.docker.com/r/aceberg/watchyourlan type: application version: 12.6.0 diff --git a/charts/stable/watchyourlan/README.md b/charts/stable/watchyourlan/README.md index 183f28ceb46..3b876803710 100644 --- a/charts/stable/watchyourlan/README.md +++ b/charts/stable/watchyourlan/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/watchyourlan) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/watchyourlan` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/watchyourlan ## 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/truecharts/blob/master/charts/stable/watchyourlan/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/watchyourlan/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wdosg/Chart.yaml b/charts/stable/wdosg/Chart.yaml index bd5c461043d..bf3d9f3662d 100644 --- a/charts/stable/wdosg/Chart.yaml +++ b/charts/stable/wdosg/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: wdosg sources: - https://github.com/SoulRaven80/wdosg - - https://github.com/truecharts/charts/tree/master/charts/stable/wdosg + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wdosg - https://hub.docker.com/r/soulraven1980/wdosg type: application version: 2.6.0 diff --git a/charts/stable/wdosg/README.md b/charts/stable/wdosg/README.md index fe885b4d985..299903fc503 100644 --- a/charts/stable/wdosg/README.md +++ b/charts/stable/wdosg/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wdosg) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/wdosg` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/wdosg ## 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/truecharts/blob/master/charts/stable/wdosg/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/wdosg/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/webgrabplus/Chart.yaml b/charts/stable/webgrabplus/Chart.yaml index 4f908c5c696..088474bb22f 100644 --- a/charts/stable/webgrabplus/Chart.yaml +++ b/charts/stable/webgrabplus/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.5.0 @@ -32,7 +34,7 @@ maintainers: name: webgrabplus sources: - https://ghcr.io/linuxserver/webgrabplus - - https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/webgrabplus type: application version: 12.7.1 diff --git a/charts/stable/webgrabplus/README.md b/charts/stable/webgrabplus/README.md index 5d5d17a50f7..af72b8a6222 100644 --- a/charts/stable/webgrabplus/README.md +++ b/charts/stable/webgrabplus/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/webgrabplus) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/webgrabplus` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/webgrabplus ## 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/truecharts/blob/master/charts/stable/webgrabplus/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/webgrabplus/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml index 957cd45f7a9..e1d56332d78 100644 --- a/charts/stable/weblate/Chart.yaml +++ b/charts/stable/weblate/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 4.16.4 @@ -42,7 +44,7 @@ sources: - https://github.com/WeblateOrg/docker - https://github.com/WeblateOrg/docker-compose - https://github.com/WeblateOrg/weblate - - https://github.com/truecharts/charts/tree/master/charts/stable/weblate + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/weblate - https://hub.docker.com/r/weblate/weblate type: application version: 17.13.1 diff --git a/charts/stable/weblate/README.md b/charts/stable/weblate/README.md index 1119c22b27b..f45bc38276c 100644 --- a/charts/stable/weblate/README.md +++ b/charts/stable/weblate/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/weblate) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/weblate` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/weblate ## 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/truecharts/blob/master/charts/stable/weblate/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/weblate/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/webnut/Chart.yaml b/charts/stable/webnut/Chart.yaml index 0e4a1909b0d..d9c47e2cee2 100644 --- a/charts/stable/webnut/Chart.yaml +++ b/charts/stable/webnut/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: monitoring truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: webnut sources: - https://github.com/rshipp/webNUT - - https://github.com/truecharts/charts/tree/master/charts/stable/webnut + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/webnut - https://hub.docker.com/r/edgd1er/webnut type: application version: 11.6.0 diff --git a/charts/stable/webnut/README.md b/charts/stable/webnut/README.md index 677d3d38913..7fab28b3dbc 100644 --- a/charts/stable/webnut/README.md +++ b/charts/stable/webnut/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/webnut) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/webnut` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/webnut ## 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/truecharts/blob/master/charts/stable/webnut/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/webnut/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/webp-server/Chart.yaml b/charts/stable/webp-server/Chart.yaml index 8e19e605956..57586d84226 100644 --- a/charts/stable/webp-server/Chart.yaml +++ b/charts/stable/webp-server/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -37,7 +39,6 @@ maintainers: url: https://truecharts.org name: webp-server sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/webp-server - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/webp-server - https://github.com/webp-sh/webp_server_go - https://hub.docker.com/r/webpsh/webps diff --git a/charts/stable/webp-server/README.md b/charts/stable/webp-server/README.md index faa4e01e462..aea5de64a48 100644 --- a/charts/stable/webp-server/README.md +++ b/charts/stable/webp-server/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/webp-server` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/webp-server/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/website-shot/Chart.yaml b/charts/stable/website-shot/Chart.yaml index d7dc4b41fb4..c02c6d45e33 100644 --- a/charts/stable/website-shot/Chart.yaml +++ b/charts/stable/website-shot/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,7 @@ maintainers: name: website-shot sources: - https://github.com/Flowko/website-shot - - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/website-shot - https://hub.docker.com/r/flowko1/website-shot type: application version: 13.6.0 diff --git a/charts/stable/website-shot/README.md b/charts/stable/website-shot/README.md index c44bfc1f00b..1f98b99e05f 100644 --- a/charts/stable/website-shot/README.md +++ b/charts/stable/website-shot/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/website-shot) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/website-shot` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/website-shot ## 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/truecharts/blob/master/charts/stable/website-shot/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/website-shot/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/webtop/Chart.yaml b/charts/stable/webtop/Chart.yaml index ff9d0268c19..b55c05b9e6c 100644 --- a/charts/stable/webtop/Chart.yaml +++ b/charts/stable/webtop/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -36,7 +38,7 @@ sources: - https://github.com/linuxserver/docker-webtop#readme - https://github.com/linuxserver/gclient - https://github.com/orgs/linuxserver/packages/container/package/webtop - - https://github.com/truecharts/charts/tree/master/charts/stable/webtop + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/webtop type: application version: 12.6.11 diff --git a/charts/stable/webtop/README.md b/charts/stable/webtop/README.md index 47c280571e4..64c9e5a10c7 100644 --- a/charts/stable/webtop/README.md +++ b/charts/stable/webtop/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/webtop) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/webtop` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/webtop ## 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/truecharts/blob/master/charts/stable/webtop/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/webtop/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml index e0c91d02b13..344ec61e724 100644 --- a/charts/stable/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 7.95.0 @@ -39,7 +41,7 @@ maintainers: url: https://truecharts.org name: wekan sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/wekan + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wekan - https://github.com/wekan/wekan - https://hub.docker.com/r/wekanteam/wekan - https://wekan.github.io/ diff --git a/charts/stable/wekan/README.md b/charts/stable/wekan/README.md index f630a9fe052..0be82226d7f 100644 --- a/charts/stable/wekan/README.md +++ b/charts/stable/wekan/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wekan) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/wekan` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/wekan ## 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/truecharts/blob/master/charts/stable/wekan/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/wekan/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wg-easy/Chart.yaml b/charts/stable/wg-easy/Chart.yaml index 134c3d23e1d..167bc3d7fdd 100644 --- a/charts/stable/wg-easy/Chart.yaml +++ b/charts/stable/wg-easy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: networking truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 15.1.0 @@ -34,7 +36,6 @@ maintainers: name: wg-easy sources: - https://ghcr.io/wg-easy/wg-easy - - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wg-easy type: application version: 18.6.0 diff --git a/charts/stable/wg-easy/README.md b/charts/stable/wg-easy/README.md index b85de39353b..b063bd3964b 100644 --- a/charts/stable/wg-easy/README.md +++ b/charts/stable/wg-easy/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/wg-easy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/wg-easy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/whisparr/Chart.yaml b/charts/stable/whisparr/Chart.yaml index 1378c66bf49..6cfb8041a76 100644 --- a/charts/stable/whisparr/Chart.yaml +++ b/charts/stable/whisparr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.0.1.1304 @@ -35,7 +37,6 @@ name: whisparr sources: - https://ghcr.io/hotio/whisparr - https://github.com/onedr0p/containers/tree/main/apps/whisparr - - https://github.com/truecharts/charts/tree/master/charts/stable/whisparr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/whisparr type: application version: 13.6.0 diff --git a/charts/stable/whisparr/README.md b/charts/stable/whisparr/README.md index b5dbd149270..f330a00e446 100644 --- a/charts/stable/whisparr/README.md +++ b/charts/stable/whisparr/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/whisparr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/whisparr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/whisper-asr-webservice/Chart.yaml b/charts/stable/whisper-asr-webservice/Chart.yaml index 24e45d53e3c..fd352375cf1 100644 --- a/charts/stable/whisper-asr-webservice/Chart.yaml +++ b/charts/stable/whisper-asr-webservice/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: machine-learning truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.9.1 @@ -33,7 +35,7 @@ maintainers: name: whisper-asr-webservice sources: - https://github.com/ahmetoner/whisper-asr-webservice - - https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/whisper-asr-webservice - https://hub.docker.com/r/onerahmet/openai-whisper-asr-webservice type: application version: 7.6.0 diff --git a/charts/stable/whisper-asr-webservice/README.md b/charts/stable/whisper-asr-webservice/README.md index c141250f512..295e0d18461 100644 --- a/charts/stable/whisper-asr-webservice/README.md +++ b/charts/stable/whisper-asr-webservice/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/whisper-asr-webservice) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/whisper-asr-webservice` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/whisper-asr-webservice ## 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/truecharts/blob/master/charts/stable/whisper-asr-webservice/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/whisper-asr-webservice/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/whoogle/Chart.yaml b/charts/stable/whoogle/Chart.yaml index 59ac2ba41e9..dc76807e3da 100644 --- a/charts/stable/whoogle/Chart.yaml +++ b/charts/stable/whoogle/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.9.4 @@ -35,7 +37,7 @@ maintainers: name: whoogle sources: - https://github.com/benbusby/whoogle-search - - https://github.com/truecharts/charts/tree/master/charts/stable/whoogle + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/whoogle - https://hub.docker.com/r/benbusby/whoogle-search type: application version: 13.6.0 diff --git a/charts/stable/whoogle/README.md b/charts/stable/whoogle/README.md index a93f1d565e0..72144e1173c 100644 --- a/charts/stable/whoogle/README.md +++ b/charts/stable/whoogle/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/whoogle) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/whoogle` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/whoogle ## 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/truecharts/blob/master/charts/stable/whoogle/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/whoogle/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wifi-card/Chart.yaml b/charts/stable/wifi-card/Chart.yaml index 259eb22fdc0..4a835ef7814 100644 --- a/charts/stable/wifi-card/Chart.yaml +++ b/charts/stable/wifi-card/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: name: wifi-card sources: - https://github.com/bndw/wifi-card - - https://github.com/truecharts/charts/tree/master/charts/stable/wifi-card - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wifi-card - https://hub.docker.com/r/bndw/wifi-card type: application diff --git a/charts/stable/wifi-card/README.md b/charts/stable/wifi-card/README.md index 74369b3c310..65f6d943fae 100644 --- a/charts/stable/wifi-card/README.md +++ b/charts/stable/wifi-card/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/wifi-card` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/wifi-card/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wikijs/Chart.yaml b/charts/stable/wikijs/Chart.yaml index b14d2d301e1..2c9c5f7f862 100644 --- a/charts/stable/wikijs/Chart.yaml +++ b/charts/stable/wikijs/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.5.308 @@ -34,7 +36,6 @@ name: wikijs sources: - https://docs.requarks.io/install/docker - https://github.com/Requarks/wiki - - https://github.com/truecharts/charts/tree/master/charts/stable/wikijs - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wikijs - https://hub.docker.com/r/requarks/wiki type: application diff --git a/charts/stable/wikijs/README.md b/charts/stable/wikijs/README.md index f2f0190711f..d16546f6ebd 100644 --- a/charts/stable/wikijs/README.md +++ b/charts/stable/wikijs/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/wikijs` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/wikijs/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wireguard/Chart.yaml b/charts/stable/wireguard/Chart.yaml index 53ded84a371..7dacda0ec04 100644 --- a/charts/stable/wireguard/Chart.yaml +++ b/charts/stable/wireguard/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: network truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.0.20210914 @@ -34,7 +36,7 @@ name: wireguard sources: - https://ghcr.io/k8s-at-home/wireguard - https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard - - https://github.com/truecharts/charts/tree/master/charts/stable/wireguard - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wireguard type: application version: 11.6.1 + diff --git a/charts/stable/wireguard/README.md b/charts/stable/wireguard/README.md index 1e7fd9a0264..67b9642e680 100644 --- a/charts/stable/wireguard/README.md +++ b/charts/stable/wireguard/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/wireguard` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/wireguard/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wisemapping/Chart.yaml b/charts/stable/wisemapping/Chart.yaml index b43261a3317..2874adda74b 100644 --- a/charts/stable/wisemapping/Chart.yaml +++ b/charts/stable/wisemapping/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: design truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -34,7 +36,7 @@ maintainers: name: wisemapping sources: - https://bitbucket.org/wisemapping/wisemapping-open-source/src/develop/ - - https://github.com/truecharts/charts/tree/master/charts/stable/wisemapping + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wisemapping - https://github.com/trueforge/truecharts/tree/master/charts/stable/wisemapping - https://hub.docker.com/r/wisemapping/wisemapping - https://www.wisemapping.com/ diff --git a/charts/stable/wisemapping/README.md b/charts/stable/wisemapping/README.md index ce0c0012efe..fe479bb6195 100644 --- a/charts/stable/wisemapping/README.md +++ b/charts/stable/wisemapping/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wisemapping) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge/truecharts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/wisemapping` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/wisemapping ## 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/truecharts/blob/master/charts/stable/wisemapping/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/wisemapping/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wizarr/Chart.yaml b/charts/stable/wizarr/Chart.yaml index 67a6b304842..36d117fbd80 100644 --- a/charts/stable/wizarr/Chart.yaml +++ b/charts/stable/wizarr/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2025.9.1 @@ -36,7 +38,6 @@ name: wizarr sources: - https://ghcr.io/wizarrrr/wizarr - https://github.com/Wizarrrr/wizarr - - https://github.com/truecharts/charts/tree/master/charts/stable/wizarr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wizarr type: application version: 11.8.0 diff --git a/charts/stable/wizarr/README.md b/charts/stable/wizarr/README.md index 10c2eef0a1a..4da0aef835c 100644 --- a/charts/stable/wizarr/README.md +++ b/charts/stable/wizarr/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/wizarr` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/wizarr/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wordpress/Chart.yaml b/charts/stable/wordpress/Chart.yaml index 73c329f857f..cd6761df8e2 100644 --- a/charts/stable/wordpress/Chart.yaml +++ b/charts/stable/wordpress/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: website truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -39,7 +41,7 @@ maintainers: url: https://truecharts.org name: wordpress sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wordpress - https://hub.docker.com/r/bitnamisecure/wordpress - https://www.wordpress.org type: application diff --git a/charts/stable/wordpress/README.md b/charts/stable/wordpress/README.md index 84a918850bc..cb5521a9801 100644 --- a/charts/stable/wordpress/README.md +++ b/charts/stable/wordpress/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wordpress) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/wordpress` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/wordpress ## 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/truecharts/blob/master/charts/stable/wordpress/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/wordpress/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wyoming-openwakeword/Chart.yaml b/charts/stable/wyoming-openwakeword/Chart.yaml index ac7156e9f23..19221ad5258 100644 --- a/charts/stable/wyoming-openwakeword/Chart.yaml +++ b/charts/stable/wyoming-openwakeword/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.10.0 @@ -33,7 +35,7 @@ name: wyoming-openwakeword sources: - https://github.com/home-assistant/addons/tree/master/openwakeword - https://github.com/rhasspy/wyoming-openwakeword/ - - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-openwakeword + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wyoming-openwakeword - https://hub.docker.com/r/rhasspy/wyoming-openwakeword type: application version: 4.6.0 diff --git a/charts/stable/wyoming-openwakeword/README.md b/charts/stable/wyoming-openwakeword/README.md index d303fdfa698..1d1482f9828 100644 --- a/charts/stable/wyoming-openwakeword/README.md +++ b/charts/stable/wyoming-openwakeword/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wyoming-openwakeword) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/wyoming-openwakeword` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/wyoming-openwakeword ## 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/truecharts/blob/master/charts/stable/wyoming-openwakeword/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/wyoming-openwakeword/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wyoming-piper/Chart.yaml b/charts/stable/wyoming-piper/Chart.yaml index 2f60e69bf59..b36b921647f 100644 --- a/charts/stable/wyoming-piper/Chart.yaml +++ b/charts/stable/wyoming-piper/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.6.3 @@ -32,7 +34,7 @@ maintainers: name: wyoming-piper sources: - https://github.com/home-assistant/addons/tree/master/piper - - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-piper + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wyoming-piper - https://hub.docker.com/r/rhasspy/wyoming-piper type: application version: 7.6.0 diff --git a/charts/stable/wyoming-piper/README.md b/charts/stable/wyoming-piper/README.md index a8d79c46e20..9790ed039af 100644 --- a/charts/stable/wyoming-piper/README.md +++ b/charts/stable/wyoming-piper/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wyoming-piper) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/wyoming-piper` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/wyoming-piper ## 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/truecharts/blob/master/charts/stable/wyoming-piper/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/wyoming-piper/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/wyoming-whisper/Chart.yaml b/charts/stable/wyoming-whisper/Chart.yaml index 6626cdda9c3..fcbb2470a3a 100644 --- a/charts/stable/wyoming-whisper/Chart.yaml +++ b/charts/stable/wyoming-whisper/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: home-automation truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.5.0 @@ -32,7 +34,7 @@ maintainers: name: wyoming-whisper sources: - https://github.com/home-assistant/addons/tree/master/whisper - - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-whisper + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wyoming-whisper - https://hub.docker.com/r/rhasspy/wyoming-whisper type: application version: 8.6.0 diff --git a/charts/stable/wyoming-whisper/README.md b/charts/stable/wyoming-whisper/README.md index e9cef338237..4dbcab5f4f0 100644 --- a/charts/stable/wyoming-whisper/README.md +++ b/charts/stable/wyoming-whisper/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wyoming-whisper) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/wyoming-whisper` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/wyoming-whisper ## 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/truecharts/blob/master/charts/stable/wyoming-whisper/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/wyoming-whisper/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/xen-orchestra/Chart.yaml b/charts/stable/xen-orchestra/Chart.yaml index 471ffac2fc8..86a31d1ff49 100644 --- a/charts/stable/xen-orchestra/Chart.yaml +++ b/charts/stable/xen-orchestra/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: management truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 5.189.0 @@ -31,7 +33,7 @@ maintainers: url: https://truecharts.org name: xen-orchestra sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/xen-orchestra - https://hub.docker.com/r/ronivay/xen-orchestra type: application version: 11.12.0 diff --git a/charts/stable/xen-orchestra/README.md b/charts/stable/xen-orchestra/README.md index 4c1a78fb65f..e90b5b1b615 100644 --- a/charts/stable/xen-orchestra/README.md +++ b/charts/stable/xen-orchestra/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xen-orchestra) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/xen-orchestra` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/xen-orchestra ## 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/truecharts/blob/master/charts/stable/xen-orchestra/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/xen-orchestra/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/xmrig/Chart.yaml b/charts/stable/xmrig/Chart.yaml index bf1982f02f3..841aa4cc6d1 100644 --- a/charts/stable/xmrig/Chart.yaml +++ b/charts/stable/xmrig/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Crypto truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 6.21.0 @@ -32,7 +34,7 @@ maintainers: url: https://truecharts.org name: xmrig sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/xmrig + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/xmrig - https://hub.docker.com/r/cooleye72/xmrig type: application version: 9.6.0 diff --git a/charts/stable/xmrig/README.md b/charts/stable/xmrig/README.md index 5db8e0beb76..c00a5d65c69 100644 --- a/charts/stable/xmrig/README.md +++ b/charts/stable/xmrig/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xmrig) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/xmrig` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/xmrig ## 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/truecharts/blob/master/charts/stable/xmrig/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/xmrig/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/xonotic/Chart.yaml b/charts/stable/xonotic/Chart.yaml index cc66c577a2b..da84f16f8f7 100644 --- a/charts/stable/xonotic/Chart.yaml +++ b/charts/stable/xonotic/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: GameServers truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: name: xonotic sources: - https://ghcr.io/ich777/xonotic - - https://github.com/truecharts/charts/tree/master/charts/stable/xonotic + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/xonotic - https://www.xonotic.org/ type: application version: 8.6.0 diff --git a/charts/stable/xonotic/README.md b/charts/stable/xonotic/README.md index 4f58d64bb47..90e8c9e43ed 100644 --- a/charts/stable/xonotic/README.md +++ b/charts/stable/xonotic/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xonotic) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/xonotic` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/xonotic ## 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/truecharts/blob/master/charts/stable/xonotic/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/xonotic/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml index 533c619f0ca..e88e95c54f9 100644 --- a/charts/stable/xteve/Chart.yaml +++ b/charts/stable/xteve/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.2.0.200 @@ -36,7 +38,7 @@ name: xteve sources: - https://ghcr.io/k8s-at-home/xteve - https://github.com/k8s-at-home/container-images - - https://github.com/truecharts/charts/tree/master/charts/stable/xteve + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/xteve - https://github.com/xteve-project/xTeVe type: application version: 16.6.0 diff --git a/charts/stable/xteve/README.md b/charts/stable/xteve/README.md index bc5628fee91..b34172d8fc1 100644 --- a/charts/stable/xteve/README.md +++ b/charts/stable/xteve/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xteve) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/xteve` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/xteve ## 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/truecharts/blob/master/charts/stable/xteve/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/xteve/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/xware/Chart.yaml b/charts/stable/xware/Chart.yaml index dc022a21410..5756c5d5461 100644 --- a/charts/stable/xware/Chart.yaml +++ b/charts/stable/xware/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Downloaders truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,6 @@ maintainers: url: https://truecharts.org name: xware sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/xware - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/xware - https://hub.docker.com/r/caiguai/docker-xware type: application diff --git a/charts/stable/xware/README.md b/charts/stable/xware/README.md index 821c3cbcff6..f2e18d17aad 100644 --- a/charts/stable/xware/README.md +++ b/charts/stable/xware/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/xware` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/xware/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/xwiki/Chart.yaml b/charts/stable/xwiki/Chart.yaml index 0ce0b68b0d4..cf93c90df40 100644 --- a/charts/stable/xwiki/Chart.yaml +++ b/charts/stable/xwiki/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: productivity truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 17.7.0 @@ -33,7 +35,7 @@ maintainers: name: xwiki sources: - https://gallery.ecr.aws/docker/library/xwiki - - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/xwiki - https://github.com/xwiki/xwiki-docker type: application version: 16.8.0 diff --git a/charts/stable/xwiki/README.md b/charts/stable/xwiki/README.md index 352ccfffe06..be1b9542af9 100644 --- a/charts/stable/xwiki/README.md +++ b/charts/stable/xwiki/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/xwiki) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/xwiki` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/xwiki ## 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/truecharts/blob/master/charts/stable/xwiki/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/xwiki/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/yacreaderlibraryserver/Chart.yaml b/charts/stable/yacreaderlibraryserver/Chart.yaml index 75cd5e89e55..ac4f24b85e9 100644 --- a/charts/stable/yacreaderlibraryserver/Chart.yaml +++ b/charts/stable/yacreaderlibraryserver/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: MediaServer-Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -32,7 +34,6 @@ maintainers: url: https://truecharts.org name: yacreaderlibraryserver sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/yacreaderlibraryserver - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/yacreaderlibraryserver - https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker - https://www.yacreader.com diff --git a/charts/stable/yacreaderlibraryserver/README.md b/charts/stable/yacreaderlibraryserver/README.md index 4934b182c4e..a40222c1b17 100644 --- a/charts/stable/yacreaderlibraryserver/README.md +++ b/charts/stable/yacreaderlibraryserver/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/yacreaderlibraryserver` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/yacreaderlibraryserver/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/yacy/Chart.yaml b/charts/stable/yacy/Chart.yaml index a1d6c2fe837..72fa18b3bdc 100644 --- a/charts/stable/yacy/Chart.yaml +++ b/charts/stable/yacy/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Tools-Utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,6 @@ maintainers: url: https://truecharts.org name: yacy sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/yacy - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/yacy - https://hub.docker.com/r/yacy/yacy_search_server - https://yacy.net/ diff --git a/charts/stable/yacy/README.md b/charts/stable/yacy/README.md index 188cb3d3cad..fbdad875e10 100644 --- a/charts/stable/yacy/README.md +++ b/charts/stable/yacy/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/yacy` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/yacy/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/yourls/Chart.yaml b/charts/stable/yourls/Chart.yaml index 0638d80b3a1..aeb90475a57 100644 --- a/charts/stable/yourls/Chart.yaml +++ b/charts/stable/yourls/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Cloud truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.10.2 @@ -42,7 +44,7 @@ maintainers: url: https://truecharts.org name: yourls sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/yourls + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/yourls - https://hub.docker.com/_/yourls type: application version: 10.4.1 diff --git a/charts/stable/yourls/README.md b/charts/stable/yourls/README.md index a394afcbe3a..08708c08fb3 100644 --- a/charts/stable/yourls/README.md +++ b/charts/stable/yourls/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/yourls) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/yourls` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/yourls ## 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/truecharts/blob/master/charts/stable/yourls/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/yourls/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/youtubedl-material/Chart.yaml b/charts/stable/youtubedl-material/Chart.yaml index 5271edc5128..a6e2919f5d7 100644 --- a/charts/stable/youtubedl-material/Chart.yaml +++ b/charts/stable/youtubedl-material/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2024.10.01 @@ -40,7 +42,7 @@ name: youtubedl-material sources: - https://ghcr.io/tzahi12345/youtubedl-material - https://github.com/Tzahi12345/YoutubeDL-Material - - https://github.com/truecharts/charts/tree/master/charts/stable/youtubedl-material + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/youtubedl-material type: application version: 13.12.1 diff --git a/charts/stable/youtubedl-material/README.md b/charts/stable/youtubedl-material/README.md index 84e10264480..50e81d634bb 100644 --- a/charts/stable/youtubedl-material/README.md +++ b/charts/stable/youtubedl-material/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/youtubedl-material) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/youtubedl-material` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/youtubedl-material ## 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/truecharts/blob/master/charts/stable/youtubedl-material/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/youtubedl-material/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/z80pack/Chart.yaml b/charts/stable/z80pack/Chart.yaml index d76c11b89bd..73eaa4c9a4d 100644 --- a/charts/stable/z80pack/Chart.yaml +++ b/charts/stable/z80pack/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: Other truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -33,7 +35,7 @@ maintainers: url: https://truecharts.org name: z80pack sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/z80pack + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/z80pack - https://hub.docker.com/r/dlandon/z80pack - https://registry.hub.docker.com/r/dlandon/z80pack/ type: application diff --git a/charts/stable/z80pack/README.md b/charts/stable/z80pack/README.md index da2eb5c4ce5..e5dbad03a38 100644 --- a/charts/stable/z80pack/README.md +++ b/charts/stable/z80pack/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/z80pack) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/z80pack` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/z80pack ## 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/truecharts/blob/master/charts/stable/z80pack/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/z80pack/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/zerotier/Chart.yaml b/charts/stable/zerotier/Chart.yaml index eefb57538ce..c6a99a698d2 100644 --- a/charts/stable/zerotier/Chart.yaml +++ b/charts/stable/zerotier/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: network truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.14.2 @@ -32,7 +34,6 @@ maintainers: url: https://truecharts.org name: zerotier sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/zerotier - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/zerotier - https://hub.docker.com/r/zerotier/zerotier type: application diff --git a/charts/stable/zerotier/README.md b/charts/stable/zerotier/README.md index 2f9c5be728b..f6853fe745b 100644 --- a/charts/stable/zerotier/README.md +++ b/charts/stable/zerotier/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/zerotier` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/zerotier/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/zigbee2mqtt/Chart.yaml b/charts/stable/zigbee2mqtt/Chart.yaml index 30e932752e3..a34b47f1ff4 100644 --- a/charts/stable/zigbee2mqtt/Chart.yaml +++ b/charts/stable/zigbee2mqtt/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2.6.1 @@ -34,7 +36,7 @@ maintainers: name: zigbee2mqtt sources: - https://github.com/Koenkk/zigbee2mqtt - - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/zigbee2mqtt - https://hub.docker.com/r/koenkk/zigbee2mqtt type: application version: 15.7.0 diff --git a/charts/stable/zigbee2mqtt/README.md b/charts/stable/zigbee2mqtt/README.md index 0d2c2aeddab..77766a65455 100644 --- a/charts/stable/zigbee2mqtt/README.md +++ b/charts/stable/zigbee2mqtt/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/zigbee2mqtt) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/zigbee2mqtt` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/zigbee2mqtt ## 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/truecharts/blob/master/charts/stable/zigbee2mqtt/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/zigbee2mqtt/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/zilean/Chart.yaml b/charts/stable/zilean/Chart.yaml index 7e44b12c8aa..321a1c9fed5 100644 --- a/charts/stable/zilean/Chart.yaml +++ b/charts/stable/zilean/Chart.yaml @@ -4,7 +4,9 @@ annotations: url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: security truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 3.5.0 @@ -29,7 +31,7 @@ maintainers: url: https://truecharts.org name: zilean sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/zilean + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/zilean - https://hub.docker.com/r/ipromknight/zilean type: application version: 4.4.0 diff --git a/charts/stable/zilean/README.md b/charts/stable/zilean/README.md index 9674d3a3660..ac8d711cb32 100644 --- a/charts/stable/zilean/README.md +++ b/charts/stable/zilean/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/zilean) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/zilean` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/zilean ## 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/truecharts/blob/master/charts/stable/zilean/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/zilean/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/znc/Chart.yaml b/charts/stable/znc/Chart.yaml index f5c1fc3fb7c..023f43f6404 100644 --- a/charts/stable/znc/Chart.yaml +++ b/charts/stable/znc/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 1.10.1 @@ -32,7 +34,6 @@ maintainers: name: znc sources: - https://ghcr.io/linuxserver/znc - - https://github.com/truecharts/charts/tree/master/charts/stable/znc - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/znc type: application version: 12.6.1 diff --git a/charts/stable/znc/README.md b/charts/stable/znc/README.md index 0f68c8a5adc..1cd3796f6a8 100644 --- a/charts/stable/znc/README.md +++ b/charts/stable/znc/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/znc` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/znc/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/zoneminder/Chart.yaml b/charts/stable/zoneminder/Chart.yaml index 8a78df57420..b998c956d14 100644 --- a/charts/stable/zoneminder/Chart.yaml +++ b/charts/stable/zoneminder/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: utilities truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: latest @@ -35,7 +37,7 @@ maintainers: url: https://truecharts.org name: zoneminder sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/zoneminder + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/zoneminder - https://hub.docker.com/r/dlandon/zoneminder.unraid - https://zoneminder.com/ type: application diff --git a/charts/stable/zoneminder/README.md b/charts/stable/zoneminder/README.md index fa6f2f104a7..117da293066 100644 --- a/charts/stable/zoneminder/README.md +++ b/charts/stable/zoneminder/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/zoneminder) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/zoneminder` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/zoneminder ## 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/truecharts/blob/master/charts/stable/zoneminder/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/zoneminder/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/ztcuui-aio/Chart.yaml b/charts/stable/ztcuui-aio/Chart.yaml index f7363aa6cdd..5a26f161c9e 100644 --- a/charts/stable/ztcuui-aio/Chart.yaml +++ b/charts/stable/ztcuui-aio/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: network truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 2024.1.28 @@ -33,7 +35,7 @@ name: ztcuui-aio sources: - https://ghcr.io/kmahyyg/ztncui-aio - https://github.com/kmahyyg/ztncui-aio - - https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ztcuui-aio type: application version: 11.6.0 diff --git a/charts/stable/ztcuui-aio/README.md b/charts/stable/ztcuui-aio/README.md index b2959e780bc..85065235f60 100644 --- a/charts/stable/ztcuui-aio/README.md +++ b/charts/stable/ztcuui-aio/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/ztcuui-aio) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/ztcuui-aio` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/ztcuui-aio ## 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/truecharts/blob/master/charts/stable/ztcuui-aio/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/ztcuui-aio/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/zurg/Chart.yaml b/charts/stable/zurg/Chart.yaml index f4d4830a488..d3e67f17029 100644 --- a/charts/stable/zurg/Chart.yaml +++ b/charts/stable/zurg/Chart.yaml @@ -4,7 +4,9 @@ annotations: url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: security truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 0.9.3 @@ -30,7 +32,7 @@ maintainers: name: zurg sources: - https://ghcr.io/geek-cookbook/zurg - - https://github.com/truecharts/charts/tree/master/charts/stable/zurg + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/zurg type: application version: 2.6.0 diff --git a/charts/stable/zurg/README.md b/charts/stable/zurg/README.md index 928249c8e54..38147b468f9 100644 --- a/charts/stable/zurg/README.md +++ b/charts/stable/zurg/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/zurg) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/zurg` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/zurg ## 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/truecharts/blob/master/charts/stable/zurg/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/zurg/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index 63f7d059803..cba72ab4aca 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: tools truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 appVersion: 11.3.1 @@ -35,7 +37,7 @@ maintainers: url: https://truecharts.org name: zwavejs2mqtt sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/zwavejs2mqtt - https://github.com/zwave-js/zwave-js-ui - https://hub.docker.com/r/zwavejs/zwave-js-ui type: application diff --git a/charts/stable/zwavejs2mqtt/README.md b/charts/stable/zwavejs2mqtt/README.md index ea704de2cfc..e86dd4acc36 100644 --- a/charts/stable/zwavejs2mqtt/README.md +++ b/charts/stable/zwavejs2mqtt/README.md @@ -6,7 +6,7 @@ title: README For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/zwavejs2mqtt) -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** +**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 @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/zwavejs2mqtt` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -27,24 +27,24 @@ https://truecharts.org/charts/stable/zwavejs2mqtt ## 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/truecharts/blob/master/charts/stable/zwavejs2mqtt/values.yaml +The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/zwavejs2mqtt/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge/truecharts/blob/master/charts/library/common/values.yaml +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/truecharts/charts/issues/new/choose) +- 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](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/intel-gpu-plugin/Chart.yaml b/charts/system/intel-gpu-plugin/Chart.yaml index 317e71bb5c5..350e09928ef 100644 --- a/charts/system/intel-gpu-plugin/Chart.yaml +++ b/charts/system/intel-gpu-plugin/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: operators truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: system apiVersion: v2 appVersion: 0.34.0 @@ -32,7 +34,6 @@ maintainers: name: intel-gpu-plugin sources: - https://github.com/intel - - https://github.com/truecharts/charts/tree/master/charts/system/intel-gpu-plugin - https://github.com/trueforge-org/truecharts/tree/master/charts/system/intel-gpu-plugin - https://hub.docker.com/r/intel/intel-gpu-plugin type: application diff --git a/charts/system/intel-gpu-plugin/README.md b/charts/system/intel-gpu-plugin/README.md index 814bddea78f..a937cc220e3 100644 --- a/charts/system/intel-gpu-plugin/README.md +++ b/charts/system/intel-gpu-plugin/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/intel-gpu-plugin` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/system/intel-gpu-plugin/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/kubelet-csr-approver/Chart.yaml b/charts/system/kubelet-csr-approver/Chart.yaml index ba3b3d9f740..f82f087c7a6 100644 --- a/charts/system/kubelet-csr-approver/Chart.yaml +++ b/charts/system/kubelet-csr-approver/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: operators truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: system apiVersion: v2 appVersion: 1.2.11 @@ -34,7 +36,6 @@ name: kubelet-csr-approver sources: - https://ghcr.io/postfinance/kubelet-csr-approver - https://github.com/kubelet-csr-approver/kubelet-csr-approver - - https://github.com/truecharts/charts/tree/master/charts/system/kubelet-csr-approver - https://github.com/trueforge-org/truecharts/tree/master/charts/system/kubelet-csr-approver type: application version: 2.6.0 diff --git a/charts/system/kubelet-csr-approver/README.md b/charts/system/kubelet-csr-approver/README.md index 07e547c14c7..9aa05c24663 100644 --- a/charts/system/kubelet-csr-approver/README.md +++ b/charts/system/kubelet-csr-approver/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kubelet-csr-approver` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/system/kubelet-csr-approver/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/kubernetes-reflector/Chart.yaml b/charts/system/kubernetes-reflector/Chart.yaml index dc06510ab0d..3fb2e8ae6d5 100644 --- a/charts/system/kubernetes-reflector/Chart.yaml +++ b/charts/system/kubernetes-reflector/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: operators truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: system apiVersion: v2 appVersion: 9.1.32 @@ -37,7 +39,6 @@ name: kubernetes-reflector sources: - https://ghcr.io/emberstack/kubernetes-reflector - https://github.com/emberstack/kubernetes-reflector - - https://github.com/truecharts/charts/tree/master/charts/system/kubernetes-reflector - https://github.com/trueforge-org/truecharts/tree/master/charts/system/kubernetes-reflector type: application version: 7.6.1 diff --git a/charts/system/kubernetes-reflector/README.md b/charts/system/kubernetes-reflector/README.md index f0968a00b5d..fa5856183ea 100644 --- a/charts/system/kubernetes-reflector/README.md +++ b/charts/system/kubernetes-reflector/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/kubernetes-reflector` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/system/kubernetes-reflector/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/lvm-disk-watcher/Chart.yaml b/charts/system/lvm-disk-watcher/Chart.yaml index accfc4b7df9..0a5034df22e 100644 --- a/charts/system/lvm-disk-watcher/Chart.yaml +++ b/charts/system/lvm-disk-watcher/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: operators truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: system apiVersion: v2 appVersion: 1.1.9 @@ -33,7 +35,7 @@ maintainers: name: lvm-disk-watcher sources: - https://github.com/lvm-disk-watcher/lvm-disk-watcher - - https://github.com/truecharts/charts/tree/master/charts/system/lvm-disk-watcher + - https://github.com/truecharts/containers/tree/master/apps/lvm-disk-watcher - https://github.com/trueforge-org/truecharts/tree/master/charts/system/lvm-disk-watcher - https://lvm-disk-watcher.universe.tf type: application diff --git a/charts/system/lvm-disk-watcher/README.md b/charts/system/lvm-disk-watcher/README.md index bb962c63d20..ad68554dac4 100644 --- a/charts/system/lvm-disk-watcher/README.md +++ b/charts/system/lvm-disk-watcher/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/lvm-disk-watcher` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/system/lvm-disk-watcher/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/snapshot-controller/Chart.yaml b/charts/system/snapshot-controller/Chart.yaml index 3e3581f9ceb..bb2e39a5229 100644 --- a/charts/system/snapshot-controller/Chart.yaml +++ b/charts/system/snapshot-controller/Chart.yaml @@ -7,7 +7,9 @@ annotations: truecharts.org/SCALE-support: "false" truecharts.org/category: network truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: system apiVersion: v2 appVersion: 8.3.0 @@ -41,7 +43,6 @@ sources: - https://github.com/kubernetes-csi/external-snapshotter/ - https://github.com/snapshot-controller/snapshot-controller - https://github.com/snapshot-controller/snapshot-controller-helm-chart - - https://github.com/truecharts/charts/tree/master/charts/system/snapshot-controller - https://github.com/trueforge-org/truecharts/tree/master/charts/system/snapshot-controller type: application version: 4.6.0 diff --git a/charts/system/snapshot-controller/README.md b/charts/system/snapshot-controller/README.md index c1793d39489..c0892eadb48 100644 --- a/charts/system/snapshot-controller/README.md +++ b/charts/system/snapshot-controller/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/snapshot-controller` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/system/snapshot-controller/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/spegel/Chart.yaml b/charts/system/spegel/Chart.yaml index d7c310dbf06..a38427427ad 100644 --- a/charts/system/spegel/Chart.yaml +++ b/charts/system/spegel/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: incubator truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: system apiVersion: v2 appVersion: 0.4.0 @@ -32,7 +34,6 @@ maintainers: name: spegel sources: - https://ghcr.io/spegel-org/spegel - - https://github.com/truecharts/charts/tree/master/charts/system/spegel - https://github.com/trueforge-org/truecharts/tree/master/charts/system/spegel type: application version: 4.7.0 diff --git a/charts/system/spegel/README.md b/charts/system/spegel/README.md index 4dab5efde95..38a9ef3bb9f 100644 --- a/charts/system/spegel/README.md +++ b/charts/system/spegel/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/spegel` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/system/spegel/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/charts/system/volsync/Chart.yaml b/charts/system/volsync/Chart.yaml index eb6088ded59..c5392437527 100644 --- a/charts/system/volsync/Chart.yaml +++ b/charts/system/volsync/Chart.yaml @@ -6,7 +6,9 @@ annotations: min_scale_version: 24.04.0 truecharts.org/category: network truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: system apiVersion: v2 appVersion: 0.13.1 @@ -34,7 +36,6 @@ name: volsync sources: - https://github.com/backube/helm-charts - https://github.com/backube/volsync - - https://github.com/truecharts/charts/tree/master/charts/system/volsync - https://github.com/trueforge-org/truecharts/tree/master/charts/system/volsync - https://quay.io/backube/volsync - https://quay.io/brancz/kube-rbac-proxy diff --git a/charts/system/volsync/README.md b/charts/system/volsync/README.md index 63486dab767..c00f8644660 100644 --- a/charts/system/volsync/README.md +++ b/charts/system/volsync/README.md @@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. `helm install mychart oci://oci.trueforge.org/truecharts/volsync` -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) +For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/) ## Chart Specific Guides and information @@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/system/volsync/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](/common) +For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/) For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml @@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please ## Sponsor TrueCharts TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can! _All Rights Reserved - The TrueCharts Project_ diff --git a/clustertool/go.sum b/clustertool/go.sum index a3a9ded3b23..84e85589218 100644 --- a/clustertool/go.sum +++ b/clustertool/go.sum @@ -8,8 +8,6 @@ cloud.google.com/go/auth v0.16.2 h1:QvBAGFPLrDeoiNjyfVunhQ10HKNYuOwZ5noee0M5df4= cloud.google.com/go/auth v0.16.2/go.mod h1:sRBas2Y1fB1vZTdurouM0AzuYQBMZinrUYL8EufhtEA= cloud.google.com/go/auth/oauth2adapt v0.2.8 h1:keo8NaayQZ6wimpNSmW5OPc283g65QNIiLpZnkHRbnc= cloud.google.com/go/auth/oauth2adapt v0.2.8/go.mod h1:XQ9y31RkqZCcwJWNSx2Xvric3RrU88hAYYbjDWYDL+c= -cloud.google.com/go/compute/metadata v0.7.0 h1:PBWF+iiAerVNe8UCHxdOt6eHLVc3ydFeOCw78U8ytSU= -cloud.google.com/go/compute/metadata v0.7.0/go.mod h1:j5MvL9PprKL39t166CoB1uVHfQMs4tFQZZcKwksXUjo= cloud.google.com/go/compute/metadata v0.8.0 h1:HxMRIbao8w17ZX6wBnjhcDkW6lTFpgcaobyVfZWqRLA= cloud.google.com/go/compute/metadata v0.8.0/go.mod h1:sYOGTp851OV9bOFJ9CH7elVvyzopvWQFNNghtDQ/Biw= cloud.google.com/go/iam v1.5.2 h1:qgFRAGEmd8z6dJ/qyEchAuL9jpswyODjA2lS+w234g8= @@ -58,8 +56,6 @@ github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= github.com/DATA-DOG/go-sqlmock v1.5.2 h1:OcvFkGmslmlZibjAjaHm3L//6LiuBgolP7OputlJIzU= github.com/DATA-DOG/go-sqlmock v1.5.2/go.mod h1:88MAG/4G7SMwSE3CeA0ZKzrT5CiOU3OJ+JlNzwDqpNU= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 h1:ErKg/3iS1AKcTkf3yixlZ54f9U1rljCkQyEXWUnIUxc= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0/go.mod h1:yAZHSGnqScoU556rBOVkwLze6WP5N+U11RHuWaGVxwY= github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 h1:UQUsRi8WTzhZntp5313l+CHIAT95ojUI2lpP/ExlZa4= github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0/go.mod h1:Cz6ft6Dkn3Et6l2v2a9/RpN7epQ1GtDlO6lj8bEcOvw= github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 h1:owcC2UnmsZycprQ5RfRgjydWhuoxg71LUfyiQdijZuM= @@ -101,46 +97,30 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPd github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= -github.com/aws/aws-sdk-go-v2 v1.36.5 h1:0OF9RiEMEdDdZEMqF9MRjevyxAQcf6gY+E7vwBILFj0= -github.com/aws/aws-sdk-go-v2 v1.36.5/go.mod h1:EYrzvCCN9CMUTa5+6lf6MM4tq3Zjp8UhSGR/cBsjai0= github.com/aws/aws-sdk-go-v2 v1.38.1 h1:j7sc33amE74Rz0M/PoCpsZQ6OunLqys/m5antM0J+Z8= github.com/aws/aws-sdk-go-v2 v1.38.1/go.mod h1:9Q0OoGQoboYIAJyslFyF1f5K1Ryddop8gqMhWx/n4Wg= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 h1:zAybnyUQXIZ5mok5Jqwlf58/TFE7uvd3IAsa1aF9cXs= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10/go.mod h1:qqvMj6gHLR/EXWZw4ZbqlPbQUyenf4h82UQUlKc+l14= -github.com/aws/aws-sdk-go-v2/config v1.29.17 h1:jSuiQ5jEe4SAMH6lLRMY9OVC+TqJLP5655pBGjmnjr0= -github.com/aws/aws-sdk-go-v2/config v1.29.17/go.mod h1:9P4wwACpbeXs9Pm9w1QTh6BwWwJjwYvJ1iCt5QbCXh8= github.com/aws/aws-sdk-go-v2/config v1.31.2 h1:NOaSZpVGEH2Np/c1toSeW0jooNl+9ALmsUTZ8YvkJR0= github.com/aws/aws-sdk-go-v2/config v1.31.2/go.mod h1:17ft42Yb2lF6OigqSYiDAiUcX4RIkEMY6XxEMJsrAes= -github.com/aws/aws-sdk-go-v2/credentials v1.17.70 h1:ONnH5CM16RTXRkS8Z1qg7/s2eDOhHhaXVd72mmyv4/0= -github.com/aws/aws-sdk-go-v2/credentials v1.17.70/go.mod h1:M+lWhhmomVGgtuPOhO85u4pEa3SmssPTdcYpP/5J/xc= github.com/aws/aws-sdk-go-v2/credentials v1.18.6 h1:AmmvNEYrru7sYNJnp3pf57lGbiarX4T9qU/6AZ9SucU= github.com/aws/aws-sdk-go-v2/credentials v1.18.6/go.mod h1:/jdQkh1iVPa01xndfECInp1v1Wnp70v3K4MvtlLGVEc= -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32 h1:KAXP9JSHO1vKGCr5f4O6WmlVKLFFXgWYAGoJosorxzU= -github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32/go.mod h1:h4Sg6FQdexC1yYG9RDnOvLbW1a/P986++/Y/a+GyEM8= github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.4 h1:lpdMwTzmuDLkgW7086jE94HweHCqG+uOJwHf3LZs7T0= github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.4/go.mod h1:9xzb8/SV62W6gHQGC/8rrvgNXU6ZoYM3sAIJCIrXJxY= github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.72 h1:PcKMOZfp+kNtJTw2HF2op6SjDvwPBYRvz0Y24PQLUR4= github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.72/go.mod h1:vq7/m7dahFXcdzWVOvvjasDI9RcsD3RsTfHmDundJYg= -github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 h1:SsytQyTMHMDPspp+spo7XwXTP44aJZZAC7fBV2C5+5s= -github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36/go.mod h1:Q1lnJArKRXkenyog6+Y+zr7WDpk4e6XlR6gs20bbeNo= github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.4 h1:IdCLsiiIj5YJ3AFevsewURCPV+YWUlOW8JiPhoAy8vg= github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.4/go.mod h1:l4bdfCD7XyyZA9BolKBo1eLqgaJxl0/x91PL4Yqe0ao= -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 h1:i2vNHQiXUvKhs3quBR6aqlgJaiaexz/aNvdCktW/kAM= -github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36/go.mod h1:UdyGa7Q91id/sdyHPwth+043HhmP6yP9MBHgbZM0xo8= github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.4 h1:j7vjtr1YIssWQOMeOWRbh3z8g2oY/xPjnZH2gLY4sGw= github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.4/go.mod h1:yDmJgqOiH4EA8Hndnv4KwAo8jCGTSnM5ASG1nBI+toA= github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 h1:bIqFDwgGXXN1Kpp99pDOdKMTTb5d2KyU5X/BZxjOkRo= github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3/go.mod h1:H5O/EsxDWyU+LP/V8i5sm8cxoZgc2fdNR9bxlOFrQTo= github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 h1:ZNTqv4nIdE/DiBfUUfXcLZ/Spcuz+RjeziUtNJackkM= github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34/go.mod h1:zf7Vcd1ViW7cPqYWEHLHJkS50X0JS2IKz9Cgaj6ugrs= -github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 h1:CXV68E2dNqhuynZJPB80bhPQwAKqBWVer887figW6Jc= -github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4/go.mod h1:/xFi9KtvBXP97ppCz1TAEvU1Uf66qvid89rbem3wCzQ= github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.0 h1:6+lZi2JeGKtCraAj1rpoZfKqnQ9SptseRZioejfUOLM= github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.0/go.mod h1:eb3gfbVIxIoGgJsi9pGne19dhCBpK6opTYpQqAmdy44= github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.0 h1:lguz0bmOoGzozP9XfRJR1QIayEYo+2vP/No3OfLF0pU= github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.0/go.mod h1:iu6FSzgt+M2/x3Dk8zhycdIcHjEFb36IS8HVUVFoMg0= -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 h1:t0E6FzREdtCsiLIoLCWsYliNsRBgyGD/MCK571qk4MI= -github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17/go.mod h1:ygpklyoaypuyDvOM5ujWGrYWpAK3h7ugnmKCU/76Ys4= github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.4 h1:ueB2Te0NacDMnaC+68za9jLwkjzxGWm0KB5HTUHjLTI= github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.4/go.mod h1:nLEfLnVMmLvyIG58/6gsSA03F1voKGaCfHV7+lR8S7s= github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 h1:moLQUoVq91LiqT1nbvzDukyqAlCv89ZmwaHw/ZFlFZg= @@ -149,20 +129,12 @@ github.com/aws/aws-sdk-go-v2/service/kms v1.41.2 h1:zJeUxFP7+XP52u23vrp4zMcVhShT github.com/aws/aws-sdk-go-v2/service/kms v1.41.2/go.mod h1:Pqd9k4TuespkireN206cK2QBsaBTL6X+VPAez5Qcijk= github.com/aws/aws-sdk-go-v2/service/s3 v1.79.2 h1:tWUG+4wZqdMl/znThEk9tcCy8tTMxq8dW0JTgamohrY= github.com/aws/aws-sdk-go-v2/service/s3 v1.79.2/go.mod h1:U5SNqwhXB3Xe6F47kXvWihPl/ilGaEDe8HD/50Z9wxc= -github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 h1:AIRJ3lfb2w/1/8wOOSqYb9fUKGwQbtysJ2H1MofRUPg= -github.com/aws/aws-sdk-go-v2/service/sso v1.25.5/go.mod h1:b7SiVprpU+iGazDUqvRSLf5XmCdn+JtT1on7uNL6Ipc= github.com/aws/aws-sdk-go-v2/service/sso v1.28.2 h1:ve9dYBB8CfJGTFqcQ3ZLAAb/KXWgYlgu/2R2TZL2Ko0= github.com/aws/aws-sdk-go-v2/service/sso v1.28.2/go.mod h1:n9bTZFZcBa9hGGqVz3i/a6+NG0zmZgtkB9qVVFDqPA8= -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.3 h1:BpOxT3yhLwSJ77qIY3DoHAQjZsc4HEGfMCE4NGy3uFg= -github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.3/go.mod h1:vq/GQR1gOFLquZMSrxUK/cpvKCNVYibNyJ1m7JrU88E= github.com/aws/aws-sdk-go-v2/service/ssooidc v1.33.2 h1:pd9G9HQaM6UZAZh19pYOkpKSQkyQQ9ftnl/LttQOcGI= github.com/aws/aws-sdk-go-v2/service/ssooidc v1.33.2/go.mod h1:eknndR9rU8UpE/OmFpqU78V1EcXPKFTTm5l/buZYgvM= -github.com/aws/aws-sdk-go-v2/service/sts v1.34.0 h1:NFOJ/NXEGV4Rq//71Hs1jC/NvPs1ezajK+yQmkwnPV0= -github.com/aws/aws-sdk-go-v2/service/sts v1.34.0/go.mod h1:7ph2tGpfQvwzgistp2+zga9f+bCjlQJPkPUmMgDSD7w= github.com/aws/aws-sdk-go-v2/service/sts v1.38.0 h1:iV1Ko4Em/lkJIsoKyGfc0nQySi+v0Udxr6Igq+y9JZc= github.com/aws/aws-sdk-go-v2/service/sts v1.38.0/go.mod h1:bEPcjW7IbolPfK67G1nilqWyoxYMSPrDiIQ3RdIdKgo= -github.com/aws/smithy-go v1.22.4 h1:uqXzVZNuNexwc/xrh6Tb56u89WDlJY6HS+KC0S4QSjw= -github.com/aws/smithy-go v1.22.4/go.mod h1:t1ufH5HMublsJYulve2RKmHDC15xu1f26kHCp/HgceI= github.com/aws/smithy-go v1.22.5 h1:P9ATCXPMb2mPjYBgueqJNCA5S9UfktsW0tTxi+a7eqw= github.com/aws/smithy-go v1.22.5/go.mod h1:t1ufH5HMublsJYulve2RKmHDC15xu1f26kHCp/HgceI= github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk= @@ -175,14 +147,10 @@ github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdn github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM= github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ= -github.com/brianvoe/gofakeit/v6 v6.28.0 h1:Xib46XXuQfmlLS2EXRuJpqcw8St6qSZz75OUo0tgAW4= -github.com/brianvoe/gofakeit/v6 v6.28.0/go.mod h1:Xj58BMSnFqcn/fAQeSK+/PLtC5kSb7FJIq4JyGa8vEs= +github.com/brianvoe/gofakeit/v7 v7.3.0 h1:TWStf7/lLpAjKw+bqwzeORo9jvrxToWEwp9b1J2vApQ= +github.com/brianvoe/gofakeit/v7 v7.3.0/go.mod h1:QXuPeBw164PJCzCUZVmgpgHJ3Llj49jSLVkKPMtxtxA= github.com/bshuster-repo/logrus-logstash-hook v1.0.0 h1:e+C0SB5R1pu//O4MQ3f9cFuPGoOVeF2fE4Og9otCc70= github.com/bshuster-repo/logrus-logstash-hook v1.0.0/go.mod h1:zsTqEiSzDgAa/8GZR7E1qaXrhYNDKBYy5/dWPTIflbk= -github.com/budimanjojo/talhelper/v3 v3.0.34 h1:z3nsx+pF0QuU+evSc9Pg87eVVvTR5NDipFZePf7RcCY= -github.com/budimanjojo/talhelper/v3 v3.0.34/go.mod h1:mSaEPiX36qZLlzkub+n3rHmsm3vHym+crL1OwwIqHzI= -github.com/budimanjojo/talhelper/v3 v3.0.35 h1:7zfxEfriqnzXSFYxQaSNfEvFn8HcIGkjH2pQSo38288= -github.com/budimanjojo/talhelper/v3 v3.0.35/go.mod h1:OM4BjPsWJGD69LZNuyTb1bpGdphWStB1YP0JrDpCGHc= github.com/budimanjojo/talhelper/v3 v3.0.36 h1:o38RdUI2ZQLkZN3O1sg/gsijsluxIa9DLL2ngraBWUA= github.com/budimanjojo/talhelper/v3 v3.0.36/go.mod h1:OM4BjPsWJGD69LZNuyTb1bpGdphWStB1YP0JrDpCGHc= github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs= @@ -197,20 +165,14 @@ github.com/cilium/ebpf v0.19.0 h1:Ro/rE64RmFBeA9FGjcTc+KmCeY6jXmryu6FfnzPRIao= github.com/cilium/ebpf v0.19.0/go.mod h1:fLCgMo3l8tZmAdM3B2XqdFzXBpwkcSTroaVqN08OWVY= github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0= github.com/cloudflare/circl v1.6.1/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= -github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f h1:C5bqEmzEPLsHm9Mv73lSE9e9bKV23aB1vxOsmZrkl3k= -github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8= github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 h1:aQ3y1lwWyqYPiWZThqv1aFbZMiM9vblcSArJRf2Irls= github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8= -github.com/containerd/containerd v1.7.27 h1:yFyEyojddO3MIGVER2xJLWoCIn+Up4GaHFquP7hsFII= -github.com/containerd/containerd v1.7.27/go.mod h1:xZmPnl75Vc+BLGt4MIfu6bp+fy03gdHAn9bz+FreFR0= github.com/containerd/containerd v1.7.28 h1:Nsgm1AtcmEh4AHAJ4gGlNSaKgXiNccU270Dnf81FQ3c= github.com/containerd/containerd v1.7.28/go.mod h1:azUkWcOvHrWvaiUjSQH0fjzuHIwSPg1WL5PshGP4Szs= github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4= github.com/containerd/continuity v0.4.5/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE= github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI= github.com/containerd/errdefs v1.0.0/go.mod h1:+YBYIdtsnF4Iw6nWZhJcqGSg/dwvV7tyJ/kCkyJ2k+M= -github.com/containerd/go-cni v1.1.12 h1:wm/5VD/i255hjM4uIZjBRiEQ7y98W9ACy/mHeLi4+94= -github.com/containerd/go-cni v1.1.12/go.mod h1:+jaqRBdtW5faJxj2Qwg1Of7GsV66xcvnCx4mSJtUlxU= github.com/containerd/go-cni v1.1.13 h1:eFSGOKlhoYNxpJ51KRIMHZNlg5UgocXEIEBGkY7Hnis= github.com/containerd/go-cni v1.1.13/go.mod h1:nTieub0XDRmvCZ9VI/SBG6PyqT95N4FIhxsauF1vSBI= github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I= @@ -242,8 +204,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI= github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= -github.com/docker/cli v28.3.2+incompatible h1:mOt9fcLE7zaACbxW1GeS65RI67wIJrTnqS3hP2huFsY= -github.com/docker/cli v28.3.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= +github.com/docker/cli v28.3.3+incompatible h1:fp9ZHAr1WWPGdIWBM1b3zLtgCF+83gRdVMTJsUeiyAo= +github.com/docker/cli v28.3.3+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/docker v28.0.4+incompatible h1:JNNkBctYKurkw6FrHfKqY0nKIDf5nrbxjVBtS+cdcok= github.com/docker/docker v28.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8= @@ -314,8 +276,6 @@ github.com/go-git/go-git/v5 v5.16.2 h1:fT6ZIOjE5iEnkzKyxTHK1W4HGAsPhqEqiSAssSO77 github.com/go-git/go-git/v5 v5.16.2/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8= github.com/go-gorp/gorp/v3 v3.1.0 h1:ItKF/Vbuj31dmV4jxA1qblpSwkl9g1typ24xoe70IGs= github.com/go-gorp/gorp/v3 v3.1.0/go.mod h1:dLEjIyyRNiXvNZ8PSmzpt1GsWAUK8kjVhEpjH8TixEw= -github.com/go-jose/go-jose/v4 v4.0.5 h1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE= -github.com/go-jose/go-jose/v4 v4.0.5/go.mod h1:s3P1lRrkT8igV8D9OjyL4WRyHvjB6a4JSllnOrmmBOA= github.com/go-jose/go-jose/v4 v4.1.1 h1:JYhSgy4mXXzAdF3nUx3ygx347LRXJRrpgyU3adRmkAI= github.com/go-jose/go-jose/v4 v4.1.1/go.mod h1:BdsZGqgdO3b6tTc6LSE56wcDbMMLuPsw5d4ZD5f94kA= github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= @@ -362,8 +322,6 @@ github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= github.com/google/btree v1.1.3 h1:CVpQJjYgC4VbzxeGVHfvZrv1ctoYCAI8vbl07Fcxlyg= github.com/google/btree v1.1.3/go.mod h1:qOPhT0dTNdNzV6Z/lhRX0YXUafgPLFUh+gZMl761Gm4= -github.com/google/cel-go v0.26.0 h1:DPGjXackMpJWH680oGY4lZhYjIameYmR+/6RBdDGmaI= -github.com/google/cel-go v0.26.0/go.mod h1:A9O8OU9rdvrK5MQyrqfIxo1a0u4g3sF8KB6PUIaryMM= github.com/google/cel-go v0.26.1 h1:iPbVVEdkhTX++hpe3lzSk7D3G3QSYqLGoHOcEio+UXQ= github.com/google/cel-go v0.26.1/go.mod h1:A9O8OU9rdvrK5MQyrqfIxo1a0u4g3sF8KB6PUIaryMM= github.com/google/gnostic-models v0.7.0 h1:qwTtogB15McXDaNqTZdzPJRHvaVJlAl+HVQnLmJEJxo= @@ -385,18 +343,10 @@ github.com/googleapis/enterprise-certificate-proxy v0.3.6 h1:GW/XbdyBFQ8Qe+YAmFU github.com/googleapis/enterprise-certificate-proxy v0.3.6/go.mod h1:MkHOF77EYAE7qfSuSS9PU6g4Nt4e11cnsDUowfwewLA= github.com/googleapis/gax-go/v2 v2.14.2 h1:eBLnkZ9635krYIPD+ag1USrOAI0Nr0QYF3+/3GqO0k0= github.com/googleapis/gax-go/v2 v2.14.2/go.mod h1:ON64QhlJkhVtSqp4v1uaK92VyZ2gmvDQsweuyLV+8+w= -github.com/gookit/color v1.5.4 h1:FZmqs7XOyGgCAxmWyPslpiok1k05wmY3SJTytgvYFs0= -github.com/gookit/color v1.5.4/go.mod h1:pZJOeOS8DM43rXbp4AZo1n9zCU2qjpcRko0b6/QJi9w= -github.com/gookit/filter v1.2.2 h1:LSBQLk4M4fpfhaOG0hJ/GJ+qu+2+lLddgxlGfzcd8VQ= -github.com/gookit/filter v1.2.2/go.mod h1:y4xpiqM/fV9g9yT/Vg5OWUq4q9siPj0UlH9O57xYuGs= github.com/gookit/filter v1.2.3 h1:Zo7cBOtsVzAoa/jtf+Ury6zlsbJXqInFdUpbbnB2vMM= github.com/gookit/filter v1.2.3/go.mod h1:nFLJcOV8dRgS1iiX23gUQgmHUhpuS40qCvAGgIvA1pM= -github.com/gookit/goutil v0.6.18 h1:MUVj0G16flubWT8zYVicIuisUiHdgirPAkmnfD2kKgw= -github.com/gookit/goutil v0.6.18/go.mod h1:AY/5sAwKe7Xck+mEbuxj0n/bc3qwrGNe3Oeulln7zBA= github.com/gookit/goutil v0.7.1 h1:AaFJPN9mrdeYBv8HOybri26EHGCC34WJVT7jUStGJsI= github.com/gookit/goutil v0.7.1/go.mod h1:vJS9HXctYTCLtCsZot5L5xF+O1oR17cDYO9R0HxBmnU= -github.com/gookit/validate v1.5.5 h1:jzMrwAYy9tbQa0mH8YFnv3C3JQR/0N4pRTsYiySwRJM= -github.com/gookit/validate v1.5.5/go.mod h1:p9sRPfpvYB4vXICBpEPzv8FoAky+XhUOhWQghgmmat4= github.com/gookit/validate v1.5.6 h1:D6vbSZzreuKYpeeXm5FDDEJy3K5E4lcWsQE4saSMZbU= github.com/gookit/validate v1.5.6/go.mod h1:WYEHndRNepIIkM+6CtgEX9MQ9ToIQRhXxmz5oLHF/fc= github.com/gorilla/handlers v1.5.2 h1:cLTUSsNkgcwhgRqvCNmdbRWG0A3N4F+M2nWKdScwyEE= @@ -476,8 +426,6 @@ github.com/knadh/koanf/parsers/yaml v1.1.0 h1:3ltfm9ljprAHt4jxgeYLlFPmUaunuCgu1y github.com/knadh/koanf/parsers/yaml v1.1.0/go.mod h1:HHmcHXUrp9cOPcuC+2wrr44GTUB0EC+PyfN3HZD9tFg= github.com/knadh/koanf/providers/file v1.2.0 h1:hrUJ6Y9YOA49aNu/RSYzOTFlqzXSCpmYIDXI7OJU6+U= github.com/knadh/koanf/providers/file v1.2.0/go.mod h1:bp1PM5f83Q+TOUu10J/0ApLBd9uIzg+n9UgthfY+nRA= -github.com/knadh/koanf/v2 v2.2.2 h1:ghbduIkpFui3L587wavneC9e3WIliCgiCgdxYO/wd7A= -github.com/knadh/koanf/v2 v2.2.2/go.mod h1:abWQc0cBXLSF/PSOMCB/SK+T13NXDsPvOksbpi5e/9Q= github.com/knadh/koanf/v2 v2.3.0 h1:Qg076dDRFHvqnKG97ZEsi9TAg2/nFTa9hCdcSa1lvlM= github.com/knadh/koanf/v2 v2.3.0/go.mod h1:gRb40VRAbd4iJMYYD5IxZ6hfuopFcXBpc9bbQpZwo28= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= @@ -593,12 +541,12 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY= github.com/poy/onpar v1.1.2/go.mod h1:6X8FLNoxyr9kkmnlqpK6LSoiOtrO6MICtWwEuWkLjzg= -github.com/prometheus/client_golang v1.22.0 h1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q= -github.com/prometheus/client_golang v1.22.0/go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8Y7vEW5scdCXrWRXC0= +github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o= +github.com/prometheus/client_golang v1.23.2/go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg= github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk= github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE= -github.com/prometheus/common v0.65.0 h1:QDwzd+G1twt//Kwj/Ww6E9FQq1iVMmODnILtW1t2VzE= -github.com/prometheus/common v0.65.0/go.mod h1:0gZns+BLRQ3V6NdaerOhMbwwRbNh9hkGINtQAsP5GS8= +github.com/prometheus/common v0.66.1 h1:h5E0h5/Y8niHc5DlaLlWLArTQI7tMrsfQjHV+d9ZoGs= +github.com/prometheus/common v0.66.1/go.mod h1:gcaUsgf3KfRSwHY4dIMXLPV0K/Wg1oZ8+SbZk/HH/dA= github.com/prometheus/procfs v0.17.0 h1:FuLQ+05u4ZI+SS/w9+BWEM2TXiHKsUQ9TADiRH7DuK0= github.com/prometheus/procfs v0.17.0/go.mod h1:oPQLaDAMRbA+u8H5Pbfq+dl3VDAvHxMUOVhe0wYB2zw= github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 h1:EaDatTxkdHG+U3Bk4EUr+DZ7fOGwTfezUiUJMaIcaho= @@ -640,20 +588,12 @@ github.com/siderolabs/go-pointer v1.0.1 h1:f7Yi4IK1jptS8yrT9GEbwhmGcVxvPQgBUG/we github.com/siderolabs/go-pointer v1.0.1/go.mod h1:C8Q/3pNHT4RE9e4rYR9PHeS6KPMlStRBgYrJQJNy/vA= github.com/siderolabs/go-retry v0.3.3 h1:zKV+S1vumtO72E6sYsLlmIdV/G/GcYSBLiEx/c9oCEg= github.com/siderolabs/go-retry v0.3.3/go.mod h1:Ff/VGc7v7un4uQg3DybgrmOWHEmJ8BzZds/XNn/BqMI= -github.com/siderolabs/image-factory v0.8.3 h1:I1MC3qvmLQ0DTlXHtgjGv9xgBf2+S9Uxth6JSHg53rk= -github.com/siderolabs/image-factory v0.8.3/go.mod h1:x/OqG12tIoVNbK8vQRfpS4IK0vCVW3iE5oVBUX7jPyU= github.com/siderolabs/image-factory v0.8.4 h1:fVC85y8fBAnZLxSkA9eHzzH+yf48Gyd7eaxWz+vljqE= github.com/siderolabs/image-factory v0.8.4/go.mod h1:CJd8CHVkaggfzHvwP+TXuwe+yyH94rEazf/RBfARrCE= github.com/siderolabs/net v0.4.0 h1:1bOgVay/ijPkJz4qct98nHsiB/ysLQU0KLoBC4qLm7I= github.com/siderolabs/net v0.4.0/go.mod h1:/ibG+Hm9HU27agp5r9Q3eZicEfjquzNzQNux5uEk0kM= -github.com/siderolabs/protoenc v0.2.2 h1:vVQDrTjV+QSOiroWTca6h2Sn5XWYk7VSUPav5J0Qp54= -github.com/siderolabs/protoenc v0.2.2/go.mod h1:gtkHkjSCFEceXUHUzKDpnuvXu1mab9D3pVxTnQN+z+o= github.com/siderolabs/protoenc v0.2.3 h1:Mxyav+L6hK01MrUCaVYuwfECThHZwmu2a6Fiu+SnZ1w= github.com/siderolabs/protoenc v0.2.3/go.mod h1:MkwsDoyCceIpVXScDe/nIGJovh6hwln2lqlsFGjoacw= -github.com/siderolabs/talos/pkg/machinery v1.11.0 h1:4OYGCyKJ5+jot9gP7hSRfX3rfy/fibcfJPljDATyWeg= -github.com/siderolabs/talos/pkg/machinery v1.11.0/go.mod h1:/GdYEC36ejnEqxvGyYngAB8R+ilSqu2ZBW79Vc273Mo= -github.com/siderolabs/talos/pkg/machinery v1.11.1 h1:uK5BHmup9QvsdHeS9+uN1/Hd8URR/1R8P85B9e+ci0g= -github.com/siderolabs/talos/pkg/machinery v1.11.1/go.mod h1:BWuhCGOFzm0RWPQ61arPG6A3GWLbo0KXN69N+Be+6Eg= github.com/siderolabs/talos/pkg/machinery v1.12.0-alpha.0 h1:byvqvIYAXGAPbMKX3/NpAcIJPNgGh8xnO2NWCHZiU0s= github.com/siderolabs/talos/pkg/machinery v1.12.0-alpha.0/go.mod h1:E7DvX9brjl9b4LUNAET1i4Bff2uXm0ITtCYpXqQY/VM= github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= @@ -686,8 +626,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= -github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= +github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/urfave/cli v1.22.16 h1:MH0k6uJxdwdeWQTwhSO42Pwr4YLrNLwBtg1MRgTqPdQ= github.com/urfave/cli v1.22.16/go.mod h1:EeJR6BKodywf4zciqrdw6hpCPk68JO9z5LazXZMn5Po= github.com/vishvananda/netns v0.0.4 h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1YX8= @@ -706,8 +646,6 @@ github.com/xeipuuv/gojsonschema v1.2.0 h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17 github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y= github.com/xlab/treeprint v1.2.0 h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ= github.com/xlab/treeprint v1.2.0/go.mod h1:gj5Gd3gPdKtR1ikdDK6fnFLdmIS0X30kTTuNd/WEJu0= -github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no= -github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/zeebo/errs v1.4.0 h1:XNdoD/RRMKP7HD0UhJnIzUy74ISdGGxURlYG8HSWSfM= @@ -756,8 +694,6 @@ go.opentelemetry.io/otel/sdk v1.37.0 h1:ItB0QUqnjesGRvNcmAcU0LyvkVyGJ2xftD29bWdD go.opentelemetry.io/otel/sdk v1.37.0/go.mod h1:VredYzxUvuo2q3WRcDnKDjbdvmO0sCzOvVAiY+yUkAg= go.opentelemetry.io/otel/sdk/log v0.8.0 h1:zg7GUYXqxk1jnGF/dTdLPrK06xJdrXgqgFLnI4Crxvs= go.opentelemetry.io/otel/sdk/log v0.8.0/go.mod h1:50iXr0UVwQrYS45KbruFrEt4LvAdCaWWgIrsN3ZQggo= -go.opentelemetry.io/otel/sdk/metric v1.36.0 h1:r0ntwwGosWGaa0CrSt8cuNuTcccMXERFwHX4dThiPis= -go.opentelemetry.io/otel/sdk/metric v1.36.0/go.mod h1:qTNOhFDfKRwX0yXOqJYegL5WRaW376QbB7P4Pb0qva4= go.opentelemetry.io/otel/sdk/metric v1.37.0 h1:90lI228XrB9jCMuSdA0673aubgRobVZFhbjxHHspCPc= go.opentelemetry.io/otel/sdk/metric v1.37.0/go.mod h1:cNen4ZWfiD37l5NhS+Keb5RXVWZWpRE+9WyVCpbo5ps= go.opentelemetry.io/otel/trace v1.37.0 h1:HLdcFNbRQBE2imdSEgm/kwqmQj1Or1l/7bW6mxVK7z4= @@ -778,16 +714,12 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.41.0 h1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4= -golang.org/x/crypto v0.41.0/go.mod h1:pO5AFd7FA68rFak7rOAGVuygIISepHftHnr8dr6+sUc= golang.org/x/crypto v0.42.0 h1:chiH31gIWm57EkTXpwnqf8qeuMUi0yekh6mT2AvFlqI= golang.org/x/crypto v0.42.0/go.mod h1:4+rDnOTJhQCx2q7/j6rAN5XDw8kPjeaXEUR2eL94ix8= golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 h1:y5zboxd6LQAqYIhHnB48p0ByQ/GnQx2BE33L8BOHQkI= golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6/go.mod h1:U6Lno4MTRCDY+Ba7aCcauB9T60gsv5s4ralQzP72ZoQ= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.27.0 h1:kb+q2PyFnEADO2IEF935ehFUXlWiNjJWtRNgBLSfbxQ= -golang.org/x/mod v0.27.0/go.mod h1:rWI627Fq0DEoudcK+MBkNkCe0EetEaDSwJJkCcjpazc= golang.org/x/mod v0.28.0 h1:gQBtGhjxykdjY9YhZpSlZIsbnaE2+PgjfLWUQTnoZ1U= golang.org/x/mod v0.28.0/go.mod h1:yfB/L0NOf/kmEbXjzCPOx1iK1fRutOydrCMsqRhEBxI= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= @@ -795,10 +727,6 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.42.0 h1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs= -golang.org/x/net v0.42.0/go.mod h1:FF1RA5d3u7nAYA4z2TkclSCKh68eSXtiFwcWQpPXdt8= -golang.org/x/net v0.43.0 h1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE= -golang.org/x/net v0.43.0/go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg= golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I= golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY= golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI= @@ -806,8 +734,6 @@ golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKl golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw= -golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA= golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug= golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -824,20 +750,14 @@ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI= -golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k= golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.34.0 h1:O/2T7POpk0ZZ7MAzMeWFSg6S5IpWd/RXDlM9hgM3DR4= -golang.org/x/term v0.34.0/go.mod h1:5jC53AEywhIVebHgPVeg0mj8OD3VO9OzclacVrqpaAw= golang.org/x/term v0.35.0 h1:bZBVKBudEyhRcajGcNc3jIfWPqV4y/Kt2XcoigOWtDQ= golang.org/x/term v0.35.0/go.mod h1:TPGtkTLesOwf2DE8CgVYiZinHAOuy5AYUYT1lENIZnA= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng= -golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU= golang.org/x/text v0.29.0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk= golang.org/x/text v0.29.0/go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4= golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE= @@ -846,30 +766,24 @@ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGm golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.35.0 h1:mBffYraMEf7aa0sB+NuKnuCy8qI/9Bughn8dC2Gu5r0= -golang.org/x/tools v0.35.0/go.mod h1:NKdj5HkL/73byiZSJjqJgKn3ep7KjFkBOkR/Hps3VPw= +golang.org/x/tools v0.36.0 h1:kWS0uv/zsvHEle1LbV5LE8QujrxB3wfQyxHfhOk0Qkg= +golang.org/x/tools v0.36.0/go.mod h1:WBDiHKJK8YgLHlcQPYQzNCkUxUypCaa5ZegCVutKm+s= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk= +gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E= google.golang.org/api v0.241.0 h1:QKwqWQlkc6O895LchPEDUSYr22Xp3NCxpQRiWTB6avE= google.golang.org/api v0.241.0/go.mod h1:cOVEm2TpdAGHL2z+UwyS+kmlGr3bVWQQ6sYEqkKje50= google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 h1:1tXaIXCracvtsRxSBsYDiSBN0cuJvM7QYW+MrpIRY78= google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2/go.mod h1:49MsLSx0oWMOZqcpB3uL8ZOkAh1+TndpJ8ONoCBWiZk= -google.golang.org/genproto/googleapis/api v0.0.0-20250715232539-7130f93afb79 h1:iOye66xuaAK0WnkPuhQPUFy8eJcmwUXqGGP3om6IxX8= -google.golang.org/genproto/googleapis/api v0.0.0-20250715232539-7130f93afb79/go.mod h1:HKJDgKsFUnv5VAGeQjz8kxcgDP0HoE0iZNp0OdZNlhE= google.golang.org/genproto/googleapis/api v0.0.0-20250826171959-ef028d996bc1 h1:APHvLLYBhtZvsbnpkfknDZ7NyH4z5+ub/I0u8L3Oz6g= google.golang.org/genproto/googleapis/api v0.0.0-20250826171959-ef028d996bc1/go.mod h1:xUjFWUnWDpZ/C0Gu0qloASKFb6f8/QXiiXhSPFsD668= -google.golang.org/genproto/googleapis/rpc v0.0.0-20250715232539-7130f93afb79 h1:1ZwqphdOdWYXsUHgMpU/101nCtf/kSp9hOrcvFsnl10= -google.golang.org/genproto/googleapis/rpc v0.0.0-20250715232539-7130f93afb79/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A= google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 h1:pmJpJEvT846VzausCQ5d7KreSROcDqmO388w5YbnltA= google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1/go.mod h1:GmFNa4BdJZ2a8G+wCe9Bg3wwThLrJun751XstdJt5Og= -google.golang.org/grpc v1.73.0 h1:VIWSmpI2MegBtTuFt5/JWy2oXxtjJ/e89Z70ImfD2ok= -google.golang.org/grpc v1.73.0/go.mod h1:50sbHOUqWoCQGI8V2HQLJM0B+LMlIUjNSZmow7EVBQc= google.golang.org/grpc v1.75.0 h1:+TW+dqTd2Biwe6KKfhE5JpiYIBWq865PhKGSXiivqt4= google.golang.org/grpc v1.75.0/go.mod h1:JtPAzKiq4v1xcAB2hydNlWI2RnF85XXcV0mhKXr2ecQ= -google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY= -google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY= google.golang.org/protobuf v1.36.8 h1:xHScyCOEuuwZEc6UtSOvPbAT4zRh0xcNRYekJwfqyMc= google.golang.org/protobuf v1.36.8/go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= @@ -890,28 +804,18 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -helm.sh/helm/v3 v3.18.6 h1:S/2CqcYnNfLckkHLI0VgQbxgcDaU3N4A/46E3n9wSNY= -helm.sh/helm/v3 v3.18.6/go.mod h1:L/dXDR2r539oPlFP1PJqKAC1CUgqHJDLkxKpDGrWnyg= helm.sh/helm/v3 v3.19.0 h1:krVyCGa8fa/wzTZgqw0DUiXuRT5BPdeqE/sQXujQ22k= helm.sh/helm/v3 v3.19.0/go.mod h1:Lk/SfzN0w3a3C3o+TdAKrLwJ0wcZ//t1/SDXAvfgDdc= -k8s.io/api v0.34.0 h1:L+JtP2wDbEYPUeNGbeSa/5GwFtIA662EmT2YSLOkAVE= -k8s.io/api v0.34.0/go.mod h1:YzgkIzOOlhl9uwWCZNqpw6RJy9L2FK4dlJeayUoydug= k8s.io/api v0.34.1 h1:jC+153630BMdlFukegoEL8E/yT7aLyQkIVuwhmwDgJM= k8s.io/api v0.34.1/go.mod h1:SB80FxFtXn5/gwzCoN6QCtPD7Vbu5w2n1S0J5gFfTYk= k8s.io/apiextensions-apiserver v0.34.0 h1:B3hiB32jV7BcyKcMU5fDaDxk882YrJ1KU+ZSkA9Qxoc= k8s.io/apiextensions-apiserver v0.34.0/go.mod h1:hLI4GxE1BDBy9adJKxUxCEHBGZtGfIg98Q+JmTD7+g0= -k8s.io/apimachinery v0.34.0 h1:eR1WO5fo0HyoQZt1wdISpFDffnWOvFLOOeJ7MgIv4z0= -k8s.io/apimachinery v0.34.0/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw= k8s.io/apimachinery v0.34.1 h1:dTlxFls/eikpJxmAC7MVE8oOeP1zryV7iRyIjB0gky4= k8s.io/apimachinery v0.34.1/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw= k8s.io/apiserver v0.34.0 h1:Z51fw1iGMqN7uJ1kEaynf2Aec1Y774PqU+FVWCFV3Jg= k8s.io/apiserver v0.34.0/go.mod h1:52ti5YhxAvewmmpVRqlASvaqxt0gKJxvCeW7ZrwgazQ= -k8s.io/cli-runtime v0.33.3 h1:Dgy4vPjNIu8LMJBSvs8W0LcdV0PX/8aGG1DA1W8lklA= -k8s.io/cli-runtime v0.33.3/go.mod h1:yklhLklD4vLS8HNGgC9wGiuHWze4g7x6XQZ+8edsKEo= k8s.io/cli-runtime v0.34.0 h1:N2/rUlJg6TMEBgtQ3SDRJwa8XyKUizwjlOknT1mB2Cw= k8s.io/cli-runtime v0.34.0/go.mod h1:t/skRecS73Piv+J+FmWIQA2N2/rDjdYSQzEE67LUUs8= -k8s.io/client-go v0.34.0 h1:YoWv5r7bsBfb0Hs2jh8SOvFbKzzxyNo0nSb0zC19KZo= -k8s.io/client-go v0.34.0/go.mod h1:ozgMnEKXkRjeMvBZdV1AijMHLTh3pbACPvK7zFR+QQY= k8s.io/client-go v0.34.1 h1:ZUPJKgXsnKwVwmKKdPfw4tB58+7/Ik3CrjOEhsiZ7mY= k8s.io/client-go v0.34.1/go.mod h1:kA8v0FP+tk6sZA0yKLRG67LWjqufAoSHA2xVGKw9Of8= k8s.io/component-base v0.34.0 h1:bS8Ua3zlJzapklsB1dZgjEJuJEeHjj8yTu1gxE2zQX8= @@ -920,16 +824,12 @@ k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk= k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE= k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b h1:MloQ9/bdJyIu9lb1PzujOPolHyvO06MXG5TUIj2mNAA= k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b/go.mod h1:UZ2yyWbFTpuhSbFhv24aGNOdoRdJZgsIObGBUaYVsts= -k8s.io/kubectl v0.33.3 h1:r/phHvH1iU7gO/l7tTjQk2K01ER7/OAJi8uFHHyWSac= -k8s.io/kubectl v0.33.3/go.mod h1:euj2bG56L6kUGOE/ckZbCoudPwuj4Kud7BR0GzyNiT0= k8s.io/kubectl v0.34.0 h1:NcXz4TPTaUwhiX4LU+6r6udrlm0NsVnSkP3R9t0dmxs= k8s.io/kubectl v0.34.0/go.mod h1:bmd0W5i+HuG7/p5sqicr0Li0rR2iIhXL0oUyLF3OjR4= k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 h1:hwvWFiBzdWw1FhfY1FooPn3kzWuJ8tmbZBHi4zVsl1Y= k8s.io/utils v0.0.0-20250604170112-4c0f3b243397/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= oras.land/oras-go/v2 v2.6.0 h1:X4ELRsiGkrbeox69+9tzTu492FMUu7zJQW6eJU+I2oc= oras.land/oras-go/v2 v2.6.0/go.mod h1:magiQDfG6H1O9APp+rOsvCPcW1GD2MM7vgnKY0Y+u1o= -sigs.k8s.io/controller-runtime v0.22.0 h1:mTOfibb8Hxwpx3xEkR56i7xSjB+nH4hZG37SrlCY5e0= -sigs.k8s.io/controller-runtime v0.22.0/go.mod h1:FwiwRjkRPbiN+zp2QRp7wlTCzbUXxZ/D4OzuQUDwBHY= sigs.k8s.io/controller-runtime v0.22.1 h1:Ah1T7I+0A7ize291nJZdS1CabF/lB4E++WizgV24Eqg= sigs.k8s.io/controller-runtime v0.22.1/go.mod h1:FwiwRjkRPbiN+zp2QRp7wlTCzbUXxZ/D4OzuQUDwBHY= sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE=